Trace number 4256668

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2017-07-26SAT (TO)8 248.00101 240.01601

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.3135
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.31/0.43	c version: 2017-07-26
0.31/0.43	c seed: 1517565393
0.31/0.43	c timeout: 264
0.31/0.43	c memlimit: 11000
0.31/0.43	c nbcore: 4
0.31/0.46	c Parsing instance...
1.02/0.89	c Parsing done, starting first complete search...
1.23/0.96	o 35
1.23/0.96	o 34
1.23/0.96	o 33
1.23/0.97	o 32
1.23/0.97	o 31
1.23/0.97	o 29
1.23/0.97	o 27
1.23/0.97	o 25
1.23/0.97	o 24
1.23/0.97	o 22
1.23/0.98	o 21
1.23/0.99	o 20
3.04/1.55	c First complete search done, starting ALNS search...
3.26/1.62	o 19
3.59/1.72	o 16
3.79/1.85	o 12
4.67/2.32	o 11
4.67/2.36	o 10
5.55/2.96	o 8
189.28/182.48	c ALNS done, starting second complete search
189.28/182.48	c Best operator: KSuccessive(9)_ConfOrder(Min) with improvement of: 12
247.97/240.00	s SATISFIABLE
247.97/240.00	v <instantiation>
247.97/240.00	v 	<list>
247.97/240.00	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
247.97/240.00	v 	</list>
247.97/240.00	v 	<values>
247.97/240.00	v 		0 14 11 2 4 3 8 1 12 5 7 13 9 15 10 6 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 2 1 
247.97/240.00	v 	</values>
247.97/240.00	v </instantiation>

Verifier Data

OK	8

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-4256668-1501628296/watcher-4256668-1501628296 -o /tmp/evaluation-result-4256668-1501628296/solver-4256668-1501628296 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501623096-17793 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1517565393 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256668-1501628296.xml 

pid=21347
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.40 1.61 1.62 3/199 21350
/proc/meminfo: memFree=28612612/32770624 swapFree=0/182224
[pid=21350] ppid=21347 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21350/stat : 21350 (runsolver) D 21347 21350 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 4740260 24240128 107 18446744073709551615 4194304 4338465 140720338220144 140720338217784 140580009702103 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 25169920 140720338227307 140720338227783 140720338227783 140720338231242 0
/proc/21350/statm: 5918 107 54 36 0 2156 0

[startup+0.100213 s]
/proc/loadavg: 1.40 1.61 1.62 3/199 21350
/proc/meminfo: memFree=28612612/32770624 swapFree=0/182224
[pid=21350] ppid=21347 vsize=30188 CPUtime=0 cores=1,3,5,7
/proc/21350/stat : 21350 (java) R 21347 21350 3187 0 -1 4202496 1120 0 0 0 0 0 0 0 20 0 1 0 4740260 30912512 937 18446744073709551615 4194304 4196468 140731409265472 140731409246168 139921581053563 0 0 1 0 0 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 7547 937 697 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30188

[startup+0.200266 s]
/proc/loadavg: 1.40 1.61 1.62 3/199 21350
/proc/meminfo: memFree=28612612/32770624 swapFree=0/182224
[pid=21350] ppid=21347 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 4822 0 0 0 4 1 0 0 20 0 14 0 4740260 14240239616 5374 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3476621 5374 2574 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300251 s]
/proc/loadavg: 1.40 1.61 1.62 3/199 21350
/proc/meminfo: memFree=28612612/32770624 swapFree=0/182224
[pid=21350] ppid=21347 vsize=13976944 CPUtime=0.14 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 9392 0 0 0 12 2 0 0 20 0 15 0 4740260 14312390656 8380 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3494236 8380 3378 1 0 3483023 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13976944

[startup+0.700219 s]
/proc/loadavg: 1.40 1.61 1.62 3/199 21350
/proc/meminfo: memFree=28612612/32770624 swapFree=0/182224
[pid=21350] ppid=21347 vsize=13977988 CPUtime=0.86 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 13674 0 0 0 82 4 0 0 20 0 15 0 4740260 14313459712 15925 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3494497 15925 3705 1 0 3483279 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13977988

[startup+1.50072 s]
/proc/loadavg: 1.40 1.61 1.62 6/214 21365
/proc/meminfo: memFree=28521236/32770624 swapFree=0/182240
[pid=21350] ppid=21347 vsize=13980036 CPUtime=3.04 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 27607 0 0 0 297 7 0 0 20 0 15 0 4740260 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495009 33816 3753 1 0 3483791 0
[pid=21350/tid=21352] ppid=21347 vsize=13980036 CPUtime=1.29 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 13738 0 0 0 124 5 0 0 20 0 15 0 4740270 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921583067672 139921196991467 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4740271 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4740271 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4740271 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 4740271 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 4740272 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 4740273 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921124222240 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 4740273 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921123169904 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13980036 CPUtime=0.7 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) R 21347 21350 3187 0 -1 4202560 6237 0 0 0 70 0 0 0 20 0 15 0 4740275 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921121046640 139921560352789 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13980036 CPUtime=0.69 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 4780 0 0 0 69 0 0 0 20 0 15 0 4740275 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13980036 CPUtime=0.31 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 1472 0 0 0 31 0 0 0 20 0 15 0 4740275 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740284 14315556864 33816 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 13980036

[startup+3.10067 s]
/proc/loadavg: 1.61 1.65 1.64 4/214 21365
/proc/meminfo: memFree=28407908/32770624 swapFree=0/182240
[pid=21350] ppid=21347 vsize=13982084 CPUtime=5.79 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 32741 0 0 0 566 13 0 0 20 0 15 0 4740260 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 86551 3790 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=2.86 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 15053 0 0 0 279 7 0 0 20 0 15 0 4740270 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921583069336 139921197918468 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 606 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 15 0 4740272 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.23 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 6681 0 0 0 122 1 0 0 20 0 15 0 4740275 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=1.1 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 5188 0 0 0 109 1 0 0 20 0 15 0 4740275 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.49 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 2980 0 0 0 49 0 0 0 20 0 15 0 4740275 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 4740284 14317654016 86551 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 13982084

[startup+6.30073 s]
/proc/loadavg: 1.61 1.65 1.64 3/214 21365
/proc/meminfo: memFree=27531468/32770624 swapFree=0/182252
[pid=21350] ppid=21347 vsize=13982084 CPUtime=9.46 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 34577 0 0 0 921 25 0 0 20 0 15 0 4740260 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 278548 3798 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=6.06 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 15577 0 0 0 589 17 0 0 20 0 15 0 4740270 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921583069784 139921197340791 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 15 0 4740271 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 609 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 642 0 0 0 1 0 0 0 20 0 15 0 4740272 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.41 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 6793 0 0 0 140 1 0 0 20 0 15 0 4740275 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=1.27 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 5506 0 0 0 126 1 0 0 20 0 15 0 4740275 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 3498 0 0 0 57 1 0 0 20 0 15 0 4740275 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 4740284 14317654016 278548 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.67 1.66 1.64 4/214 21445
/proc/meminfo: memFree=30838428/32770624 swapFree=0/182280
[pid=21350] ppid=21347 vsize=13982084 CPUtime=16.11 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 38690 0 0 0 1583 28 0 0 20 0 15 0 4740260 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 271850 3798 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=12.44 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 17029 0 0 0 1225 19 0 0 20 0 15 0 4740270 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921583068768 139921197764554 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 143 0 0 0 1 1 0 0 20 0 15 0 4740271 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 4740271 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 4740271 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 1014 0 0 0 1 1 0 0 20 0 15 0 4740271 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 4740272 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 271850 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0

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

/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 260321 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 169 0 0 0 1 1 0 0 20 0 15 0 4740284 14317654016 260321 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.60 1.63 1.63 3/213 21448
/proc/meminfo: memFree=30691968/32770624 swapFree=0/182380
[pid=21350] ppid=21347 vsize=13982084 CPUtime=107.75 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 64677 0 0 0 10728 47 0 0 20 0 15 0 4740260 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 263260 3801 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=101.13 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 22087 0 0 0 10092 21 0 0 20 0 15 0 4740270 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921583069248 139921197711219 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=0.4 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 1262 0 0 0 36 4 0 0 20 0 15 0 4740271 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=0.4 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 284 0 0 0 35 5 0 0 20 0 15 0 4740271 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=0.4 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 619 0 0 0 37 3 0 0 20 0 15 0 4740271 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=0.4 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 1858 0 0 0 35 5 0 0 20 0 15 0 4740271 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=0.44 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 1516 0 0 0 40 4 0 0 20 0 15 0 4740272 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.68 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 12816 0 0 0 167 1 0 0 20 0 15 0 4740275 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=2.11 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 14802 0 0 0 209 2 0 0 20 0 15 0 4740275 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 7806 0 0 0 64 1 0 0 20 0 15 0 4740275 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 202 0 0 0 2 3 0 0 20 0 15 0 4740284 14317654016 263260 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 107.75
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.28 1.53 1.60 3/213 21450
/proc/meminfo: memFree=30657324/32770624 swapFree=0/182432
[pid=21350] ppid=21347 vsize=13982084 CPUtime=168.83 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 73231 0 0 0 16823 60 0 0 20 0 15 0 4740260 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 266016 3808 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=160.39 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 24063 0 0 0 16017 22 0 0 20 0 15 0 4740270 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921583069648 139921197919455 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=0.71 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 1369 0 0 0 65 6 0 0 20 0 15 0 4740271 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=0.7 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 1264 0 0 0 63 7 0 0 20 0 15 0 4740271 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=0.7 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 787 0 0 0 65 5 0 0 20 0 15 0 4740271 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=0.71 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 2062 0 0 0 63 8 0 0 20 0 15 0 4740271 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=0.77 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 1917 0 0 0 71 6 0 0 20 0 15 0 4740272 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.75 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 14334 0 0 0 174 1 0 0 20 0 15 0 4740275 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=2.24 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 17699 0 0 0 222 2 0 0 20 0 15 0 4740275 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 8068 0 0 0 64 1 0 0 20 0 15 0 4740275 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 232 0 0 0 3 6 0 0 20 0 15 0 4740284 14317654016 266016 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 168.83
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.42 1.52 1.59 3/213 21452
/proc/meminfo: memFree=30651464/32770624 swapFree=0/182472
[pid=21350] ppid=21347 vsize=13982084 CPUtime=230.01 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 81383 0 0 0 22929 72 0 0 20 0 15 0 4740260 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 267715 3809 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=219.69 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 26511 0 0 0 21946 23 0 0 20 0 15 0 4740270 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921583069856 139921197919435 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=1.02 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 1509 0 0 0 94 8 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=1.02 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 1849 0 0 0 94 8 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=1.02 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 881 0 0 0 95 7 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=1.03 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 2293 0 0 0 93 10 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=1.1 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 2279 0 0 0 102 8 0 0 20 0 15 0 4740272 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.88 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 15813 0 0 0 186 2 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 19484 0 0 0 231 3 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 9047 0 0 0 66 2 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 271 0 0 0 5 8 0 0 20 0 15 0 4740284 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.55 1.54 1.60 3/213 21452
/proc/meminfo: memFree=30623448/32770624 swapFree=0/182480
[pid=21350] ppid=21347 vsize=13982084 CPUtime=247.97 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 3187 0 -1 1077944320 81611 0 0 0 24722 75 0 0 20 0 15 0 4740260 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 140731409248016 139921578831607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
/proc/21350/statm: 3495521 267715 3809 1 0 3484303 0
[pid=21350/tid=21352] ppid=21347 vsize=13982084 CPUtime=237.17 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) R 21347 21350 3187 0 -1 4202560 26687 0 0 0 23694 23 0 0 20 0 15 0 4740270 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921583069888 139921196930560 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21353] ppid=21347 vsize=13982084 CPUtime=1.12 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 3187 0 -1 1077944384 1517 0 0 0 103 9 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921513265552 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21354] ppid=21347 vsize=13982084 CPUtime=1.12 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 3187 0 -1 1077944384 1869 0 0 0 103 9 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921177884944 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21355] ppid=21347 vsize=13982084 CPUtime=1.12 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 3187 0 -1 1077944384 891 0 0 0 104 8 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921176832656 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21356] ppid=21347 vsize=13982084 CPUtime=1.13 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 3187 0 -1 1077944384 2306 0 0 0 102 11 0 0 20 0 15 0 4740271 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921175779856 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21357] ppid=21347 vsize=13982084 CPUtime=1.2 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 3187 0 -1 1077944384 2280 0 0 0 111 9 0 0 20 0 15 0 4740272 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921125276272 139921578842754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21358] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 3187 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921124222304 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21359] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4740273 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921123169920 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21360] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921122118224 139921578850203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21361] ppid=21347 vsize=13982084 CPUtime=1.88 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 3187 0 -1 1077944384 15813 0 0 0 186 2 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921121065072 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21362] ppid=21347 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 3187 0 -1 1077944384 19484 0 0 0 231 3 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921120012272 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21363] ppid=21347 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 3187 0 -1 1077944384 9047 0 0 0 66 2 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921118959984 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21364] ppid=21347 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4740275 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921117907424 139921578841813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
[pid=21350/tid=21365] ppid=21347 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 3187 0 -1 1077944384 271 0 0 0 5 8 0 0 20 0 15 0 4740284 14317654016 267715 18446744073709551615 4194304 4196468 140731409265472 139921116855216 139921578842754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140731409273238 140731409273420 140731409273420 140731409276879 0
Current children cumulated CPU time (s) 247.97
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 21350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.016
CPU time (s): 248.001
CPU user time (s): 247.236
CPU system time (s): 0.764556
CPU usage (%): 103.327
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.236
system time used= 0.764556
maximum resident set size= 1116240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82331
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= 37927
involuntary context switches= 944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.21168 second user time and 1.41145 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 00:44:16
IDJOB=4256668
IDBENCH=123124
IDSOLVER=2640
FILE ID=node135/4256668-1501628296
RUNJOBID= node135-1501623096-17793
PBS_JOBID= 
Free space on /tmp= 61800 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256668-1501628296/watcher-4256668-1501628296 -o /tmp/evaluation-result-4256668-1501628296/solver-4256668-1501628296 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501623096-17793 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1517565393 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256668-1501628296.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1517565393

node135.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.21
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.21
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.21
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.21
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:        28613256 kB
MemAvailable:   28721404 kB
Buffers:           43936 kB
Cached:           373588 kB
SwapCached:            0 kB
Active:          3607500 kB
Inactive:         190816 kB
Active(anon):    3380764 kB
Inactive(anon):     8592 kB
Active(file):     226736 kB
Inactive(file):   182224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42372 kB
Writeback:             4 kB
AnonPages:       3380096 kB
Mapped:            43176 kB
Shmem:              8960 kB
Slab:              55360 kB
SReclaimable:      30044 kB
SUnreclaim:        25316 kB
KernelStack:        3520 kB
PageTables:        11724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4234820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3258368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61760 MiB
End job on node135 at 2017-08-02 00:48:16