Trace number 4245667

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)4752 2400.1 2339.42

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark4.6212301
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"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.26/0.28	c version: 2017-06-30
0.26/0.28	c seed: 312929696
0.26/0.28	c timeout: 2400
0.26/0.28	c memlimit: 15500
0.26/0.28	c nbcore: 8
0.42/0.30	c Parsing instance...
1.13/0.75	c Parsing done, starting search...
1.13/0.77	o 46484
1.35/0.82	o 42542
1.35/0.84	o 31582
1.35/0.86	o 24526
1.71/0.98	o 22471
2.19/1.00	o 21131
2.69/1.11	o 19585
2.69/1.14	o 15927
3.09/1.23	o 10273
3.09/1.30	o 8144
4.17/1.67	o 8070
4.32/1.70	o 8053
4.32/1.70	o 8028
4.32/1.70	o 7511
4.32/1.72	o 7220
4.32/1.72	o 7094
4.32/1.75	o 6921
4.32/1.78	o 6912
4.32/1.78	o 6408
4.57/1.95	o 6399
4.71/2.00	o 5647
5.09/2.36	o 5639
5.31/2.55	o 5553
6.03/3.09	o 5307
6.03/3.09	o 5065
6.34/3.31	o 5059
35.93/32.08	o 5012
39.34/35.41	o 4992
54.25/50.21	o 4970
54.25/50.22	o 4752
2400.07/2339.40	s SATISFIABLE
2400.07/2339.40	v <instantiation>
2400.07/2339.40	v 	<list>
2400.07/2339.40	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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14]
2400.07/2339.40	v 	</list>
2400.07/2339.40	v 	<values>
2400.07/2339.40	v 		12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13 
2400.07/2339.40	v 	</values>
2400.07/2339.40	v </instantiation>

Verifier Data

OK	4752

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-4245667-1500702021/watcher-4245667-1500702021 -o /tmp/evaluation-result-4245667-1500702021/solver-4245667-1500702021 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16362 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 312929696 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245667-1500702021.xml 

pid=18471
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.52 1.58 1.58 3/262 18474
/proc/meminfo: memFree=29417208/32770624 swapFree=5872/256600
[pid=18474] ppid=18471 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 2122 0 0 0 0 0 0 0 20 0 2 0 5467348 10889764864 2385 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 2658634 2385 1188 1 0 2647545 0
[pid=18474/tid=18475] ppid=18471 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 899 0 0 0 0 0 0 0 20 0 2 0 5467348 10889764864 2451 33554432000 4194304 4196468 140721255957632 139647978138016 139647955016928 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0

[startup+0.100071 s]
/proc/loadavg: 1.52 1.58 1.58 3/262 18474
/proc/meminfo: memFree=29417208/32770624 swapFree=5872/256600
[pid=18474] ppid=18471 vsize=13263912 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 6449 0 0 0 8 1 0 0 20 0 20 0 5467348 13582245888 6720 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3315978 6720 3336 1 0 3303698 0
[pid=18474/tid=18475] ppid=18471 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 4521 0 0 0 7 1 0 0 20 0 20 0 5467348 13582245888 6720 33554432000 4194304 4196468 140721255957632 139647978125304 139647966136908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200416 s]
/proc/loadavg: 1.52 1.58 1.58 3/262 18474
/proc/meminfo: memFree=29417208/32770624 swapFree=5872/256600
[pid=18474] ppid=18471 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 8920 0 0 0 24 2 0 0 20 0 20 0 5467348 13582245888 9387 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3315978 9387 3539 1 0 3303698 0
[pid=18474/tid=18475] ppid=18471 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 6600 0 0 0 16 1 0 0 20 0 20 0 5467348 13582245888 9387 33554432000 4194304 4196468 140721255957632 139647978123120 139647973907862 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300377 s]
/proc/loadavg: 1.52 1.58 1.58 3/262 18474
/proc/meminfo: memFree=29417208/32770624 swapFree=5872/256600
[pid=18474] ppid=18471 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 10025 0 0 0 39 3 0 0 20 0 20 0 5467348 13582245888 11212 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3315978 11212 3636 1 0 3303698 0
[pid=18474/tid=18475] ppid=18471 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 7339 0 0 0 25 2 0 0 20 0 20 0 5467348 13582245888 11212 33554432000 4194304 4196468 140721255957632 139647978122000 139647973917853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700257 s]
/proc/loadavg: 1.52 1.58 1.58 3/262 18474
/proc/meminfo: memFree=29417208/32770624 swapFree=5872/256600
[pid=18474] ppid=18471 vsize=13268028 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 12887 0 0 0 108 5 0 0 20 0 20 0 5467348 13586460672 19261 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317007 19261 3753 1 0 3304722 0
[pid=18474/tid=18475] ppid=18471 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 9310 0 0 0 64 3 0 0 20 0 20 0 5467348 13586460672 19261 33554432000 4194304 4196468 140721255957632 139647978121472 139647957976414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13268028

[startup+1.50116 s]
/proc/loadavg: 1.52 1.58 1.58 6/282 18494
/proc/meminfo: memFree=29303128/32770624 swapFree=5872/256640
[pid=18474] ppid=18471 vsize=13270076 CPUtime=4.03 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 26027 0 0 0 393 10 0 0 20 0 20 0 5467348 13588557824 53163 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 53163 3809 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 11574 0 0 0 140 5 0 0 20 0 20 0 5467348 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647978131976 139647590208989 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 5467349 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 5467351 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18488/stat : 18488 (java) S 18471 18474 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5467355 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647433808464 139647973914523 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18489] ppid=18471 vsize=13270076 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18489/stat : 18489 (java) S 18471 18474 16330 0 -1 1077944384 2721 0 0 0 63 0 0 0 20 0 20 0 5467355 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647432755312 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 2294 0 0 0 62 0 0 0 20 0 20 0 5467355 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 3976 0 0 0 66 1 0 0 20 0 20 0 5467355 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 3559 0 0 0 56 1 0 0 20 0 20 0 5467355 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 53163 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 13270076

[startup+3.10085 s]
/proc/loadavg: 1.52 1.58 1.58 3/282 18494
/proc/meminfo: memFree=29168108/32770624 swapFree=5872/256636
[pid=18474] ppid=18471 vsize=13270076 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 28785 0 0 0 594 19 0 0 20 0 20 0 5467348 13588557824 99083 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 99083 3827 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 12195 0 0 0 294 8 0 0 20 0 20 0 5467348 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647978133272 139647594551533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 84 0 0 0 1 1 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 595 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 20 0 5467349 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 418 0 0 0 1 0 0 0 20 0 20 0 5467351 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18488/stat : 18488 (java) S 18471 18474 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5467355 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647433808464 139647973914523 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18489] ppid=18471 vsize=13270076 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18489/stat : 18489 (java) S 18471 18474 16330 0 -1 1077944384 3091 0 0 0 75 0 0 0 20 0 20 0 5467355 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647432755312 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 2371 0 0 0 74 0 0 0 20 0 20 0 5467355 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 4326 0 0 0 74 1 0 0 20 0 20 0 5467355 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 3778 0 0 0 60 1 0 0 20 0 20 0 5467355 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 99083 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.48 1.57 1.58 3/282 18494
/proc/meminfo: memFree=28316024/32770624 swapFree=5872/256644
[pid=18474] ppid=18471 vsize=13270076 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 30129 0 0 0 919 32 0 0 20 0 20 0 5467348 13588557824 277588 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 277588 3827 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=6.19 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 12653 0 0 0 601 18 0 0 20 0 20 0 5467348 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647978133592 139647594551697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 78 0 0 0 2 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 51 0 0 0 2 0 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 52 0 0 0 1 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 241 0 0 0 2 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 65 0 0 0 2 1 0 0 20 0 20 0 5467349 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 976 0 0 0 2 0 0 0 20 0 20 0 5467351 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 277588 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 16659 0 0 0 125 2 0 0 20 0 20 0 5467355 13588557824 470665 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 24 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 25946 0 0 0 162 3 0 0 20 0 20 0 5467355 13588557824 470665 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 16637 0 0 0 69 3 0 0 20 0 20 0 5467355 13588557824 470665 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 470665 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 1567 0 0 0 54 67 0 0 20 0 20 0 5467356 13588557824 470665 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 2259.23
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.14 1.34 1.38 3/281 18664
/proc/meminfo: memFree=29152984/32770624 swapFree=5872/259052
[pid=18474] ppid=18471 vsize=13270076 CPUtime=2320.9 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 260890 0 0 0 231620 470 0 0 20 0 20 0 5467348 13588557824 471689 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 471689 3847 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=2243.32 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 100460 0 0 0 224283 49 0 0 20 0 20 0 5467348 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647978134288 139647596306203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=7.95 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 11324 0 0 0 750 45 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=8.17 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 8983 0 0 0 774 43 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 8589 0 0 0 759 49 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 5572 0 0 0 765 43 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 5803 0 0 0 768 42 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=8.07 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 7974 0 0 0 764 43 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 6452 0 0 0 765 43 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 8472 0 0 0 757 43 0 0 20 0 20 0 5467349 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=6.55 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 16425 0 0 0 615 40 0 0 20 0 20 0 5467351 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18488/stat : 18488 (java) S 18471 18474 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5467355 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647433808464 139647973914523 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18489] ppid=18471 vsize=13270076 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18489/stat : 18489 (java) S 18471 18474 16330 0 -1 1077944384 18231 0 0 0 139 2 0 0 20 0 20 0 5467355 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647432755312 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 37 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 16907 0 0 0 130 2 0 0 20 0 20 0 5467355 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 25950 0 0 0 162 3 0 0 20 0 20 0 5467355 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 16691 0 0 0 69 3 0 0 20 0 20 0 5467355 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 1592 0 0 0 56 68 0 0 20 0 20 0 5467356 13588557824 471689 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 2320.9
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.44 1.40 1.40 3/281 18665
/proc/meminfo: memFree=29177504/32770624 swapFree=5872/259100
[pid=18474] ppid=18471 vsize=13270076 CPUtime=2382.46 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 264715 0 0 0 237766 480 0 0 20 0 20 0 5467348 13588557824 472713 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 472713 3847 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=2302.82 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 102295 0 0 0 230232 50 0 0 20 0 20 0 5467348 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647978134288 139647595099919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=8.19 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 11574 0 0 0 773 46 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=8.38 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 9062 0 0 0 795 43 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 8901 0 0 0 781 50 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 5727 0 0 0 786 45 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=8.34 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 6118 0 0 0 791 43 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=8.32 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 8241 0 0 0 788 44 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=8.33 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 6635 0 0 0 789 44 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=8.22 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 8510 0 0 0 778 44 0 0 20 0 20 0 5467349 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 16775 0 0 0 629 41 0 0 20 0 20 0 5467351 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18488/stat : 18488 (java) S 18471 18474 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5467355 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647433808464 139647973914523 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18489] ppid=18471 vsize=13270076 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18489/stat : 18489 (java) S 18471 18474 16330 0 -1 1077944384 18235 0 0 0 139 2 0 0 20 0 20 0 5467355 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647432755312 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 37 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 16911 0 0 0 130 2 0 0 20 0 20 0 5467355 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 25954 0 0 0 162 3 0 0 20 0 20 0 5467355 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 16695 0 0 0 70 3 0 0 20 0 20 0 5467355 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 1617 0 0 0 57 70 0 0 20 0 20 0 5467356 13588557824 472713 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 2382.46
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.4 s]
/proc/loadavg: 1.52 1.42 1.41 3/281 18665
/proc/meminfo: memFree=29184080/32770624 swapFree=5872/259108
[pid=18474] ppid=18471 vsize=13270076 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/18474/stat : 18474 (java) S 18471 18474 16330 0 -1 1077944320 265268 0 0 0 239524 483 0 0 20 0 20 0 5467348 13588557824 473225 33554432000 4194304 4196468 140721255957632 140721255940176 139647973895927 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
/proc/18474/statm: 3317519 473225 3847 1 0 3305234 0
[pid=18474/tid=18475] ppid=18471 vsize=13270076 CPUtime=2319.75 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18475/stat : 18475 (java) R 18471 18474 16330 0 -1 4202560 102819 0 0 0 231925 50 0 0 20 0 20 0 5467348 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647978134288 139647594551559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18476] ppid=18471 vsize=13270076 CPUtime=8.27 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18476/stat : 18476 (java) S 18471 18474 16330 0 -1 1077944384 11575 0 0 0 781 46 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647912860560 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18478] ppid=18471 vsize=13270076 CPUtime=8.47 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18478/stat : 18478 (java) S 18471 18474 16330 0 -1 1077944384 9062 0 0 0 803 44 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647911807760 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18479] ppid=18471 vsize=13270076 CPUtime=8.38 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18479/stat : 18479 (java) S 18471 18474 16330 0 -1 1077944384 8902 0 0 0 788 50 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647910755472 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18480] ppid=18471 vsize=13270076 CPUtime=8.39 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18480/stat : 18480 (java) S 18471 18474 16330 0 -1 1077944384 5730 0 0 0 794 45 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647569583120 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18481] ppid=18471 vsize=13270076 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18481/stat : 18481 (java) S 18471 18474 16330 0 -1 1077944384 6120 0 0 0 797 43 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647568529808 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18482] ppid=18471 vsize=13270076 CPUtime=8.39 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18482/stat : 18482 (java) S 18471 18474 16330 0 -1 1077944384 8253 0 0 0 795 44 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647567477008 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18483] ppid=18471 vsize=13270076 CPUtime=8.41 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18483/stat : 18483 (java) S 18471 18474 16330 0 -1 1077944384 6641 0 0 0 797 44 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647566424720 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18484] ppid=18471 vsize=13270076 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18484/stat : 18484 (java) S 18471 18474 16330 0 -1 1077944384 8510 0 0 0 785 44 0 0 20 0 20 0 5467349 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647565371920 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18485] ppid=18471 vsize=13270076 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18485/stat : 18485 (java) S 18471 18474 16330 0 -1 1077944384 16777 0 0 0 634 41 0 0 20 0 20 0 5467351 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647436966512 139647973907074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18486] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18486/stat : 18486 (java) S 18471 18474 16330 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647435912544 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18487] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18487/stat : 18487 (java) S 18471 18474 16330 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 5467352 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647434860160 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18488] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18488/stat : 18488 (java) S 18471 18474 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5467355 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647433808464 139647973914523 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18489] ppid=18471 vsize=13270076 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18489/stat : 18489 (java) S 18471 18474 16330 0 -1 1077944384 18235 0 0 0 139 2 0 0 20 0 20 0 5467355 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647432755312 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 37 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18490] ppid=18471 vsize=13270076 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18490/stat : 18490 (java) S 18471 18474 16330 0 -1 1077944384 16911 0 0 0 130 2 0 0 20 0 20 0 5467355 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647431702512 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18491] ppid=18471 vsize=13270076 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18491/stat : 18491 (java) S 18471 18474 16330 0 -1 1077944384 25954 0 0 0 162 3 0 0 20 0 20 0 5467355 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647430650224 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18492] ppid=18471 vsize=13270076 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18492/stat : 18492 (java) S 18471 18474 16330 0 -1 1077944384 16695 0 0 0 70 3 0 0 20 0 20 0 5467355 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647429597424 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18493] ppid=18471 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18493/stat : 18493 (java) S 18471 18474 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5467356 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647428545376 139647973906133 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
[pid=18474/tid=18494] ppid=18471 vsize=13270076 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/18474/task/18494/stat : 18494 (java) S 18471 18474 16330 0 -1 1077944384 1619 0 0 0 58 71 0 0 20 0 20 0 5467356 13588557824 473225 33554432000 4194304 4196468 140721255957632 139647427492656 139647973907074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 10727424 140721255965840 140721255966020 140721255966020 140721255968719 0
Current children cumulated CPU time (s) 2400.07
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 18474 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2339.42
CPU time (s): 2400.1
CPU user time (s): 2395.25
CPU system time (s): 4.84968
CPU usage (%): 102.594
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.25
system time used= 4.84968
maximum resident set size= 1893180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323276
involuntary context switches= 172406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3756 second user time and 18.7613 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 07:40:21
IDJOB=4245667
IDBENCH=123040
IDSOLVER=2627
FILE ID=node147/4245667-1500702021
RUNJOBID= node147-1500683390-16362
PBS_JOBID= 20623340
Free space on /tmp= 61892 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.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-4245667-1500702021/watcher-4245667-1500702021 -o /tmp/evaluation-result-4245667-1500702021/solver-4245667-1500702021 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16362 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 312929696 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245667-1500702021.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=312929696

node147.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.47
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		: 1600.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		: 1600.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.47
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		: 1600.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.47
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		: 1600.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		: 1600.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.47
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		: 2400.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		: 1867.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.47
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		: 2667.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		: 1867.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.47
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		: 1600.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		: 1867.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.47
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		: 2667.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.47
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		: 1600.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:        29416996 kB
MemAvailable:   29675548 kB
Buffers:          115916 kB
Cached:           423536 kB
SwapCached:            0 kB
Active:          2646032 kB
Inactive:         265276 kB
Active(anon):    2374892 kB
Inactive(anon):     8676 kB
Active(file):     271140 kB
Inactive(file):   256600 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42288 kB
Writeback:             0 kB
AnonPages:       2391964 kB
Mapped:            45684 kB
Shmem:              8852 kB
Slab:             126984 kB
SReclaimable:      93296 kB
SUnreclaim:        33688 kB
KernelStack:        4864 kB
PageTables:        11676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3384260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2254848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61852 MiB
End job on node147 at 2017-07-22 08:19:21