Trace number 4245099

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
R1: OscaR - ALNS 2017-06-30SAT (TO)4 2400.06 2341.02

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.42/0.30	c version: 2017-06-30
0.42/0.31	c seed: 309574938
0.42/0.31	c timeout: 2400
0.42/0.31	c memlimit: 15500
0.42/0.31	c nbcore: 8
0.42/0.33	c Parsing instance...
1.17/0.76	c Parsing done, starting search...
1.17/0.77	o 24
1.31/0.83	o 23
1.31/0.86	o 5
2.62/1.18	o 4
2400.03/2341.00	s SATISFIABLE
2400.03/2341.00	v <instantiation>
2400.03/2341.00	v 	<list>
2400.03/2341.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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
2400.03/2341.00	v 	</list>
2400.03/2341.00	v 	<values>
2400.03/2341.00	v 		0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1 
2400.03/2341.00	v 	</values>
2400.03/2341.00	v </instantiation>

Verifier Data

OK	4

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-4245099-1500697948/watcher-4245099-1500697948 -o /tmp/evaluation-result-4245099-1500697948/solver-4245099-1500697948 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500683902-15711 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 309574938 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245099-1500697948.xml 

pid=17316
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.23 1.33 1.35 3/266 17319
/proc/meminfo: memFree=30714424/32770624 swapFree=5920/260644
[pid=17319] ppid=17316 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 2046 0 0 0 0 0 0 0 20 0 2 0 5061758 10889764864 1742 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 2658634 1808 1188 1 0 2647545 0
[pid=17319/tid=17320] ppid=17316 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 835 0 0 0 0 0 0 0 20 0 2 0 5061758 10889764864 1874 33554432000 4194304 4196468 140729593240096 139629763885472 139629751932832 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0

[startup+0.100154 s]
/proc/loadavg: 1.23 1.33 1.35 3/266 17319
/proc/meminfo: memFree=30714424/32770624 swapFree=5920/260644
[pid=17319] ppid=17316 vsize=13264380 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 5575 0 0 0 9 0 0 0 20 0 20 0 5061758 13582725120 6157 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3316095 6157 3306 1 0 3303815 0
[pid=17319/tid=17320] ppid=17316 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 3649 0 0 0 8 0 0 0 20 0 20 0 5061758 13582725120 6157 33554432000 4194304 4196468 140729593240096 139629763874384 139629759665309 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200421 s]
/proc/loadavg: 1.23 1.33 1.35 3/266 17319
/proc/meminfo: memFree=30714424/32770624 swapFree=5920/260644
[pid=17319] ppid=17316 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 8794 0 0 0 24 2 0 0 20 0 20 0 5061758 13582245888 8756 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3315978 8756 3540 1 0 3303698 0
[pid=17319/tid=17320] ppid=17316 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 6485 0 0 0 17 1 0 0 20 0 20 0 5061758 13582245888 8756 33554432000 4194304 4196468 140729593240096 139629763812704 139629745338443 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300364 s]
/proc/loadavg: 1.23 1.33 1.35 3/266 17319
/proc/meminfo: memFree=30714424/32770624 swapFree=5920/260644
[pid=17319] ppid=17316 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 9791 0 0 0 40 2 0 0 20 0 20 0 5061758 13582245888 11076 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3315978 11076 3615 1 0 3303698 0
[pid=17319/tid=17320] ppid=17316 vsize=13263912 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 7223 0 0 0 26 2 0 0 20 0 20 0 5061758 13582245888 11076 33554432000 4194304 4196468 140729593240096 139629763866032 139629759665309 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700322 s]
/proc/loadavg: 1.23 1.33 1.35 3/266 17319
/proc/meminfo: memFree=30714424/32770624 swapFree=5920/260644
[pid=17319] ppid=17316 vsize=13268028 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 12537 0 0 0 112 5 0 0 20 0 20 0 5061758 13586460672 17900 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317007 17900 3752 1 0 3304722 0
[pid=17319/tid=17320] ppid=17316 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 9014 0 0 0 64 3 0 0 20 0 20 0 5061758 13586460672 17900 33554432000 4194304 4196468 140729593240096 139629763872704 139629737666230 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13268028

[startup+1.50121 s]
/proc/loadavg: 1.23 1.33 1.35 7/286 17339
/proc/meminfo: memFree=30592412/32770624 swapFree=5920/260668
[pid=17319] ppid=17316 vsize=13270076 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 35291 0 0 0 417 11 0 0 20 0 20 0 5061758 13588557824 58378 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 58378 3797 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 11449 0 0 0 140 6 0 0 20 0 20 0 5061758 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629763880024 139629402342037 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 5061761 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629221155824 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17333/stat : 17333 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061766 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629220104400 139629759661979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17334] ppid=17316 vsize=13270076 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17334/stat : 17334 (java) R 17316 17319 15122 0 -1 4202560 5209 0 0 0 74 0 0 0 20 0 20 0 5061766 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629219038832 139629738889614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) R 17316 17319 15122 0 -1 4202560 6125 0 0 0 71 1 0 0 20 0 20 0 5061766 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629217986016 139629744564429 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) R 17316 17319 15122 0 -1 4202560 5743 0 0 0 68 0 0 0 20 0 20 0 5061766 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629216932976 139629737809864 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 4787 0 0 0 59 1 0 0 20 0 20 0 5061766 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 58378 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 13270076

[startup+3.10121 s]
/proc/loadavg: 1.23 1.33 1.35 3/286 17339
/proc/meminfo: memFree=30416316/32770624 swapFree=5920/260676
[pid=17319] ppid=17316 vsize=13270076 CPUtime=7.79 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 39255 0 0 0 758 21 0 0 20 0 20 0 5061758 13588557824 136006 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 136006 3818 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 12258 0 0 0 292 11 0 0 20 0 20 0 5061758 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629763878648 139629401094909 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 420 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 20 0 5061761 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629221155840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17333/stat : 17333 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061766 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629220104400 139629759661979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17334] ppid=17316 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17334/stat : 17334 (java) S 17316 17319 15122 0 -1 1077944384 6400 0 0 0 144 1 0 0 20 0 20 0 5061766 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629219052016 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) S 17316 17319 15122 0 -1 1077944384 6374 0 0 0 114 1 0 0 20 0 20 0 5061766 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629217999472 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) R 17316 17319 15122 0 -1 4202560 6094 0 0 0 125 0 0 0 20 0 20 0 5061766 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629216946928 139629743142226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 5365 0 0 0 69 1 0 0 20 0 20 0 5061766 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 136006 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 13270076

[startup+6.30117 s]
/proc/loadavg: 1.21 1.32 1.35 3/286 17339
/proc/meminfo: memFree=29589660/32770624 swapFree=5920/260688
[pid=17319] ppid=17316 vsize=13270076 CPUtime=11.89 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 40666 0 0 0 1157 32 0 0 20 0 20 0 5061758 13588557824 283170 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 283170 3822 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=5.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 12598 0 0 0 580 19 0 0 20 0 20 0 5061758 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629763878624 139629404354418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 34 0 0 0 0 1 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 345 0 0 0 1 1 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 20 0 5061759 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 947 0 0 0 2 0 0 0 20 0 20 0 5061761 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 283170 33554432000 4194304 4196468 140729593240096 139629221155840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) S 17316 17319 15122 0 -1 1077944384 8546 0 0 0 150 2 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629217999472 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 46 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) S 17316 17319 15122 0 -1 1077944384 9032 0 0 0 198 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629216946928 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 9606 0 0 0 75 3 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 1241 0 0 0 51 64 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 2258.32
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.30 1.38 1.40 3/284 17525
/proc/meminfo: memFree=29835424/32770624 swapFree=5920/263068
[pid=17319] ppid=17316 vsize=13270076 CPUtime=2319.59 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 158142 0 0 0 231519 440 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 291935 3833 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=2243.98 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 69580 0 0 0 224356 42 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629763881728 139629402402555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=7.75 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 4688 0 0 0 734 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=7.83 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 4563 0 0 0 742 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=7.91 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 5525 0 0 0 748 43 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=7.8 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 3420 0 0 0 737 43 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=7.79 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 4617 0 0 0 739 40 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=7.69 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 5443 0 0 0 727 42 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=7.82 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 5532 0 0 0 743 39 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 3279 0 0 0 733 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=5.89 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 12690 0 0 0 547 42 0 0 20 0 20 0 5061761 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629221155840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17333/stat : 17333 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629220104400 139629759661979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17334] ppid=17316 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17334/stat : 17334 (java) S 17316 17319 15122 0 -1 1077944384 8939 0 0 0 178 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629219052016 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) S 17316 17319 15122 0 -1 1077944384 8548 0 0 0 150 2 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629217999472 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 46 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) S 17316 17319 15122 0 -1 1077944384 9034 0 0 0 198 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629216946928 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 9608 0 0 0 75 3 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 1256 0 0 0 53 66 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 2319.59
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.79 1.48 1.43 3/284 17526
/proc/meminfo: memFree=29814552/32770624 swapFree=5920/263104
[pid=17319] ppid=17316 vsize=13270076 CPUtime=2380.96 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 160349 0 0 0 237645 451 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 291935 3833 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=2303.48 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 70953 0 0 0 230305 43 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629763881616 139629401095142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=7.96 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 4805 0 0 0 754 42 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 4618 0 0 0 763 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=8.11 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 5608 0 0 0 766 45 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 3449 0 0 0 756 44 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=7.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 4636 0 0 0 758 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=7.9 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 5494 0 0 0 747 43 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 5577 0 0 0 761 40 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=7.96 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 3332 0 0 0 754 42 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 13038 0 0 0 563 43 0 0 20 0 20 0 5061761 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629221155840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17333/stat : 17333 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629220104400 139629759661979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17334] ppid=17316 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17334/stat : 17334 (java) S 17316 17319 15122 0 -1 1077944384 8941 0 0 0 178 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629219052016 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) S 17316 17319 15122 0 -1 1077944384 8550 0 0 0 150 2 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629217999472 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 46 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) S 17316 17319 15122 0 -1 1077944384 9036 0 0 0 198 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629216946928 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 9610 0 0 0 75 3 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 1282 0 0 0 54 67 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 2380.96
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341 s]
/proc/loadavg: 1.79 1.50 1.44 3/284 17526
/proc/meminfo: memFree=29806776/32770624 swapFree=5920/263132
[pid=17319] ppid=17316 vsize=13270076 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/17319/stat : 17319 (java) S 17316 17319 15122 0 -1 1077944320 160528 0 0 0 239549 454 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 140729593222640 139629759643383 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
/proc/17319/statm: 3317519 291935 3833 1 0 3305234 0
[pid=17319/tid=17320] ppid=17316 vsize=13270076 CPUtime=2322.02 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17320/stat : 17320 (java) R 17316 17319 15122 0 -1 4202560 71044 0 0 0 232159 43 0 0 20 0 20 0 5061758 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629763881488 139629402343946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17322] ppid=17316 vsize=13270076 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17322/stat : 17322 (java) S 17316 17319 15122 0 -1 1077944384 4835 0 0 0 759 42 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629358938384 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17323] ppid=17316 vsize=13270076 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17323/stat : 17323 (java) S 17316 17319 15122 0 -1 1077944384 4624 0 0 0 769 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629357885840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17324] ppid=17316 vsize=13270076 CPUtime=8.16 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17324/stat : 17324 (java) S 17316 17319 15122 0 -1 1077944384 5622 0 0 0 771 45 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629356833296 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17325] ppid=17316 vsize=13270076 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17325/stat : 17325 (java) S 17316 17319 15122 0 -1 1077944384 3452 0 0 0 762 44 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629355780752 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17326] ppid=17316 vsize=13270076 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17326/stat : 17326 (java) S 17316 17319 15122 0 -1 1077944384 4640 0 0 0 763 41 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629354728208 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17327] ppid=17316 vsize=13270076 CPUtime=7.97 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17327/stat : 17327 (java) S 17316 17319 15122 0 -1 1077944384 5501 0 0 0 753 44 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629353675664 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17328] ppid=17316 vsize=13270076 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17328/stat : 17328 (java) S 17316 17319 15122 0 -1 1077944384 5582 0 0 0 766 40 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629352623120 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17329] ppid=17316 vsize=13270076 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17329/stat : 17329 (java) S 17316 17319 15122 0 -1 1077944384 3335 0 0 0 760 43 0 0 20 0 20 0 5061759 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629351570576 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17330] ppid=17316 vsize=13270076 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17330/stat : 17330 (java) S 17316 17319 15122 0 -1 1077944384 13045 0 0 0 569 44 0 0 20 0 20 0 5061761 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629223262192 139629759654530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17331] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17331/stat : 17331 (java) S 17316 17319 15122 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629222208480 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17332] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17332/stat : 17332 (java) S 17316 17319 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5061762 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629221155840 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17333] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17333/stat : 17333 (java) S 17316 17319 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629220104400 139629759661979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17334] ppid=17316 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17334/stat : 17334 (java) S 17316 17319 15122 0 -1 1077944384 8943 0 0 0 178 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629219052016 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17335] ppid=17316 vsize=13270076 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17335/stat : 17335 (java) S 17316 17319 15122 0 -1 1077944384 8552 0 0 0 150 2 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629217999472 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 46 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17336] ppid=17316 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17336/stat : 17336 (java) S 17316 17319 15122 0 -1 1077944384 9038 0 0 0 198 1 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629216946928 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17337] ppid=17316 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17337/stat : 17337 (java) S 17316 17319 15122 0 -1 1077944384 9612 0 0 0 75 3 0 0 20 0 20 0 5061766 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629215894384 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17338] ppid=17316 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17338/stat : 17338 (java) S 17316 17319 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629214841056 139629759653589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
[pid=17319/tid=17339] ppid=17316 vsize=13270076 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/17319/task/17339/stat : 17339 (java) S 17316 17319 15122 0 -1 1077944384 1283 0 0 0 55 68 0 0 20 0 20 0 5061767 13588557824 291935 33554432000 4194304 4196468 140729593240096 139629213788592 139629759654530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 39268352 140729593242768 140729593242948 140729593242948 140729593245647 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 13270076

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 17319 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2341.02
CPU time (s): 2400.06
CPU user time (s): 2395.5
CPU system time (s): 4.55152
CPU usage (%): 102.522
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.5
system time used= 4.55152
maximum resident set size= 1168292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 334765
involuntary context switches= 170211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.038 second user time and 20.489 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 06:32:28
IDJOB=4245099
IDBENCH=120534
IDSOLVER=2627
FILE ID=node135/4245099-1500697948
RUNJOBID= node135-1500683902-15711
PBS_JOBID= 20623034
Free space on /tmp= 61804 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245099-1500697948/watcher-4245099-1500697948 -o /tmp/evaluation-result-4245099-1500697948/solver-4245099-1500697948 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500683902-15711 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 309574938 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245099-1500697948.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=309574938

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

/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	: 8
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.46
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30714856 kB
MemAvailable:   30977684 kB
Buffers:          121696 kB
Cached:           421840 kB
SwapCached:            0 kB
Active:          1345112 kB
Inactive:         269284 kB
Active(anon):    1073952 kB
Inactive(anon):     8640 kB
Active(file):     271160 kB
Inactive(file):   260644 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42220 kB
Writeback:             0 kB
AnonPages:       1089104 kB
Mapped:            45560 kB
Shmem:              8872 kB
Slab:             127396 kB
SReclaimable:      93720 kB
SUnreclaim:        33676 kB
KernelStack:        4928 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1806128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    964608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61764 MiB
End job on node135 at 2017-07-22 07:11:29