Trace number 4245092

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-30? (TO) 2400.07 2377.33

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhdec-o50-h825-bal-1.xml
MD5SUM61480520129ccedf9125f18e00ca3450
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints123326
Number of domains1
Minimum domain size2500
Maximum domain size2500
Distribution of domain sizes[{"size":2500,"count":2500}]
Minimum variable degree100
Maximum variable degree100
Distribution of variable degrees[{"degree":100,"count":2500}]
Minimum constraint arity1
Maximum constraint arity1675
Distribution of constraint arities[{"arity":1,"count":825},{"arity":2,"count":122500},{"arity":1675,"count":1}]
Number of extensional constraints825
Number of intensional constraints122500
Distribution of constraint types[{"type":"extension","count":825},{"type":"intension","count":122500},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.26/0.30	c version: 2017-06-30
0.43/0.30	c seed: 644183993
0.43/0.30	c timeout: 2400
0.43/0.30	c memlimit: 15500
0.43/0.30	c nbcore: 8
0.43/0.32	c Parsing instance...
17.06/5.97	c Parsing done, starting search...
2400.04/2377.30	s UNKNOWN

Verifier Data


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

pid=18038
running on 8 cores: 0,2,4,6,8,10,12,14

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.26 1.50 1.56 3/261 18041
/proc/meminfo: memFree=30617968/32770624 swapFree=5872/251672
[pid=18041] ppid=18038 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 1873 0 0 0 0 0 0 0 20 0 2 0 5012009 10876108800 2121 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 2658634 2121 1179 1 0 2647545 0
[pid=18041/tid=18042] ppid=18038 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 651 0 0 0 0 0 0 0 20 0 2 0 5012010 10889764864 2187 33554432000 4194304 4196468 140727204948704 140421472729504 140421460776864 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0

[startup+0.100061 s]
/proc/loadavg: 1.26 1.50 1.56 3/261 18041
/proc/meminfo: memFree=30617968/32770624 swapFree=5872/251672
[pid=18041] ppid=18038 vsize=13261040 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 5574 0 0 0 8 1 0 0 20 0 20 0 5012009 13579304960 5357 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3315260 5357 2623 1 0 3303698 0
[pid=18041/tid=18042] ppid=18038 vsize=13261040 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 3652 0 0 0 7 1 0 0 20 0 20 0 5012010 13579304960 5357 33554432000 4194304 4196468 140727204948704 140421472729696 140421452567902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.200468 s]
/proc/loadavg: 1.26 1.50 1.56 3/261 18041
/proc/meminfo: memFree=30617968/32770624 swapFree=5872/251672
[pid=18041] ppid=18038 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 8826 0 0 0 24 2 0 0 20 0 20 0 5012009 13582245888 8820 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3315978 8820 3540 1 0 3303698 0
[pid=18041/tid=18042] ppid=18038 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 6511 0 0 0 16 2 0 0 20 0 20 0 5012010 13582245888 8820 33554432000 4194304 4196468 140727204948704 140421472695568 140421452567902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300277 s]
/proc/loadavg: 1.26 1.50 1.56 3/261 18041
/proc/meminfo: memFree=30617968/32770624 swapFree=5872/251672
[pid=18041] ppid=18038 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 9857 0 0 0 40 3 0 0 20 0 20 0 5012009 13582245888 11104 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3315978 11104 3626 1 0 3303698 0
[pid=18041/tid=18042] ppid=18038 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 7257 0 0 0 25 2 0 0 20 0 20 0 5012010 13582245888 11104 33554432000 4194304 4196468 140727204948704 140421472715888 140421468509341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.7003 s]
/proc/loadavg: 1.26 1.50 1.56 3/261 18041
/proc/meminfo: memFree=30617968/32770624 swapFree=5872/251672
[pid=18041] ppid=18038 vsize=13265980 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 13525 0 0 0 139 6 0 0 20 0 20 0 5012009 13584363520 34731 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3316495 34731 3751 1 0 3304210 0
[pid=18041/tid=18042] ppid=18038 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 8349 0 0 0 63 4 0 0 20 0 20 0 5012010 13584363520 34731 33554432000 4194304 4196468 140727204948704 140421472721952 140421089769840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13265980

[startup+1.5007 s]
/proc/loadavg: 1.26 1.50 1.56 6/281 18061
/proc/meminfo: memFree=30358248/32770624 swapFree=5872/252080
[pid=18041] ppid=18038 vsize=13265980 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 19860 0 0 0 401 70 0 0 20 0 20 0 5012009 13584363520 111621 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3316495 111621 3806 1 0 3304210 0
[pid=18041/tid=18042] ppid=18038 vsize=13265980 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) S 18038 18041 16330 0 -1 1077944384 8521 0 0 0 125 6 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421472723632 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13265980 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) R 18038 18041 16330 0 -1 4202560 72 0 0 0 7 7 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421407452376 140421453511118 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13265980 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) R 18038 18041 16330 0 -1 4202560 75 0 0 0 4 8 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421066349912 140421461584140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13265980 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) R 18038 18041 16330 0 -1 4202560 67 0 0 0 6 7 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421065296856 140421453509536 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13265980 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) R 18038 18041 16330 0 -1 4202560 70 0 0 0 6 7 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421064244312 140421453515647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13265980 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) R 18038 18041 16330 0 -1 4202560 62 0 0 0 5 7 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421063190944 140421453514834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13265980 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) R 18038 18041 16330 0 -1 4202560 70 0 0 0 7 6 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421062138712 140421453509536 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13265980 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) R 18038 18041 16330 0 -1 4202560 69 0 0 0 5 6 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421061085656 140421452935584 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13265980 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) R 18038 18041 16330 0 -1 4202560 64 0 0 0 6 6 0 0 20 0 20 0 5012010 13584363520 111621 33554432000 4194304 4196468 140727204948704 140421060033112 140421453510768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 5012013 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420663190816 140421468497621 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5012013 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5012014 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012017 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420660034000 140421468506011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18056] ppid=18038 vsize=13265980 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 16330 0 -1 1077944384 2433 0 0 0 64 0 0 0 20 0 20 0 5012017 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420658981104 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18057] ppid=18038 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) S 18038 18041 16330 0 -1 1077944384 3326 0 0 0 66 1 0 0 20 0 20 0 5012017 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420657928560 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13265980 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) S 18038 18041 16330 0 -1 1077944384 2600 0 0 0 63 0 0 0 20 0 20 0 5012017 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420656875504 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13265980 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 970 0 0 0 31 0 0 0 20 0 20 0 5012017 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012018 13584363520 111621 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 13265980

[startup+3.10108 s]
/proc/loadavg: 1.26 1.50 1.56 6/281 18061
/proc/meminfo: memFree=30179644/32770624 swapFree=5872/252080
[pid=18041] ppid=18038 vsize=13268028 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 32556 0 0 0 931 88 0 0 20 0 20 0 5012009 13586460672 161248 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3317007 161248 3826 1 0 3304722 0
[pid=18041/tid=18042] ppid=18038 vsize=13268028 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 11728 0 0 0 275 11 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421472721384 140421094908254 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13268028 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 16330 0 -1 1077944384 97 0 0 0 10 9 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421407452176 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13268028 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 16330 0 -1 1077944384 91 0 0 0 7 10 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421066349712 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13268028 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 16330 0 -1 1077944384 77 0 0 0 8 8 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421065296656 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13268028 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 16330 0 -1 1077944384 83 0 0 0 7 8 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421064244112 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13268028 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 16330 0 -1 1077944384 105 0 0 0 7 8 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421063191056 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13268028 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 16330 0 -1 1077944384 95 0 0 0 10 8 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421062138512 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13268028 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 16330 0 -1 1077944384 91 0 0 0 7 9 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421061085456 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13268028 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 16330 0 -1 1077944384 84 0 0 0 9 8 0 0 20 0 20 0 5012010 13586460672 161248 33554432000 4194304 4196468 140727204948704 140421060032912 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 20 0 5012013 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420663192304 140421468498562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5012013 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5012014 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012017 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420660034000 140421468506011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18056] ppid=18038 vsize=13268028 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18056/stat : 18056 (java) R 18038 18041 16330 0 -1 4202560 4795 0 0 0 169 1 0 0 20 0 20 0 5012017 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420658962120 140421451984199 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18057] ppid=18038 vsize=13268028 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) R 18038 18041 16330 0 -1 4202560 5101 0 0 0 177 1 0 0 20 0 20 0 5012017 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420657917264 140421452884501 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13268028 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) R 18038 18041 16330 0 -1 4202560 6271 0 0 0 164 0 0 0 20 0 20 0 5012017 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420656862072 140421448323732 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13268028 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 2314 0 0 0 74 1 0 0 20 0 20 0 5012017 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 5012018 13586460672 161248 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 13268028

[startup+6.3011 s]
/proc/loadavg: 1.40 1.53 1.57 7/281 18061
/proc/meminfo: memFree=29318128/32770624 swapFree=5872/252088
[pid=18041] ppid=18038 vsize=13270076 CPUtime=18.71 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 47684 0 0 0 1724 147 0 0 20 0 20 0 5012009 13588557824 332209 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3317519 332209 3828 1 0 3305234 0
[pid=18041/tid=18042] ppid=18038 vsize=13270076 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 13590 0 0 0 566 21 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421472725080 140421091319035 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13270076 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 16330 0 -1 1077944384 202 0 0 0 20 15 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421407452176 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13270076 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 16330 0 -1 1077944384 221 0 0 0 18 16 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421066349712 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13270076 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 16330 0 -1 1077944384 318 0 0 0 19 13 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421065296656 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13270076 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 16330 0 -1 1077944384 180 0 0 0 16 14 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421064244112 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13270076 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 16330 0 -1 1077944384 309 0 0 0 18 14 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421063191056 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13270076 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 16330 0 -1 1077944384 820 0 0 0 19 13 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421062138512 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13270076 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 16330 0 -1 1077944384 186 0 0 0 16 15 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421061085456 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13270076 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 16330 0 -1 1077944384 252 0 0 0 19 14 0 0 20 0 20 0 5012010 13588557824 332209 33554432000 4194304 4196468 140727204948704 140421060032912 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 1164 0 0 0 1 0 0 0 20 0 20 0 5012013 13588557824 332209 33554432000 4194304 4196468 140727204948704 140420663192304 140421468498562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 5012013 13588557824 332209 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 5012014 13588557824 332209 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=18041/tid=18057] ppid=18038 vsize=13270076 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) S 18038 18041 16330 0 -1 1077944384 11253 0 0 0 344 1 0 0 20 0 20 0 5012017 13588557824 694641 33554432000 4194304 4196468 140727204948704 140420657928560 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13270076 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) S 18038 18041 16330 0 -1 1077944384 11533 0 0 0 336 2 0 0 20 0 20 0 5012017 13588557824 694641 33554432000 4194304 4196468 140727204948704 140420656875504 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 7015 0 0 0 118 2 0 0 20 0 20 0 5012017 13588557824 694641 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13588557824 694641 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 1447 0 0 0 65 65 0 0 20 0 20 0 5012018 13588557824 694641 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 2284.33
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.61 1.59 1.65 4/284 18250
/proc/meminfo: memFree=25461368/32770624 swapFree=5872/254180
[pid=18041] ppid=18038 vsize=13270076 CPUtime=2344.64 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 251597 0 0 0 234035 429 0 0 20 0 20 0 5012009 13588557824 691819 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3317519 691819 3846 1 0 3305234 0
[pid=18041/tid=18042] ppid=18038 vsize=13270076 CPUtime=2319.29 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 114528 0 0 0 231855 74 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421472725504 140421092243904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 16330 0 -1 1077944384 9555 0 0 0 119 36 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421407452176 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13270076 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 16330 0 -1 1077944384 11779 0 0 0 119 37 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421066349712 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13270076 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 16330 0 -1 1077944384 8609 0 0 0 115 34 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421065296656 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 16330 0 -1 1077944384 7775 0 0 0 113 35 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421064244112 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13270076 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 16330 0 -1 1077944384 9096 0 0 0 118 35 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421063191056 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13270076 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 16330 0 -1 1077944384 11172 0 0 0 115 35 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421062138512 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13270076 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 16330 0 -1 1077944384 8803 0 0 0 114 37 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421061085456 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13270076 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 16330 0 -1 1077944384 8818 0 0 0 116 35 0 0 20 0 20 0 5012010 13588557824 691819 33554432000 4194304 4196468 140727204948704 140421060032912 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13270076 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 18517 0 0 0 19 7 0 0 20 0 20 0 5012013 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420663192304 140421468498562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 5012013 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 5012014 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012017 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420660034000 140421468506011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18056] ppid=18038 vsize=13270076 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 16330 0 -1 1077944384 10160 0 0 0 342 2 0 0 20 0 20 0 5012017 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420658981104 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18057] ppid=18038 vsize=13270076 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) S 18038 18041 16330 0 -1 1077944384 11258 0 0 0 344 1 0 0 20 0 20 0 5012017 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420657928560 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13270076 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) S 18038 18041 16330 0 -1 1077944384 11538 0 0 0 336 2 0 0 20 0 20 0 5012017 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420656875504 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 7027 0 0 0 118 2 0 0 20 0 20 0 5012017 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 1514 0 0 0 67 67 0 0 20 0 20 0 5012018 13588557824 691819 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 2344.64
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.3 s]
/proc/loadavg: 1.84 1.65 1.66 4/283 18251
/proc/meminfo: memFree=25532584/32770624 swapFree=5872/254228
[pid=18041] ppid=18038 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 258522 0 0 0 239573 431 0 0 20 0 20 0 5012009 13588557824 689767 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3317519 689767 3846 1 0 3305234 0
[pid=18041/tid=18042] ppid=18038 vsize=13270076 CPUtime=2374.19 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 116040 0 0 0 237344 75 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421472725536 140421092244481 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13270076 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 16330 0 -1 1077944384 10117 0 0 0 125 36 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421407452176 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13270076 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 16330 0 -1 1077944384 12120 0 0 0 124 37 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421066349712 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 16330 0 -1 1077944384 9104 0 0 0 121 34 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421065296656 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 16330 0 -1 1077944384 8769 0 0 0 120 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421064244112 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 16330 0 -1 1077944384 10418 0 0 0 124 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421063191056 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 16330 0 -1 1077944384 11276 0 0 0 120 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421062138512 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13270076 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 16330 0 -1 1077944384 9049 0 0 0 120 37 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421061085456 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13270076 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 16330 0 -1 1077944384 9353 0 0 0 121 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421060032912 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 19243 0 0 0 20 7 0 0 20 0 20 0 5012013 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420663192304 140421468498562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 5012013 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 5012014 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420660034000 140421468506011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18056] ppid=18038 vsize=13270076 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 16330 0 -1 1077944384 10171 0 0 0 342 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420658981104 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18057] ppid=18038 vsize=13270076 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) S 18038 18041 16330 0 -1 1077944384 11265 0 0 0 344 1 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420657928560 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13270076 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) S 18038 18041 16330 0 -1 1077944384 11545 0 0 0 336 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420656875504 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 7041 0 0 0 118 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13270076 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 1563 0 0 0 68 69 0 0 20 0 20 0 5012018 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 2400.04
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 18041 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2377.3 s]
/proc/loadavg: 1.84 1.65 1.66 4/283 18251
/proc/meminfo: memFree=25532584/32770624 swapFree=5872/254228
[pid=18041] ppid=18038 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/18041/stat : 18041 (java) S 18038 18041 16330 0 -1 1077944320 258522 0 0 0 239573 431 0 0 20 0 20 0 5012009 13588557824 689767 33554432000 4194304 4196468 140727204948704 140727204931248 140421468487415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
/proc/18041/statm: 3317519 689767 3846 1 0 3305234 0
[pid=18041/tid=18042] ppid=18038 vsize=13270076 CPUtime=2374.19 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18042/stat : 18042 (java) R 18038 18041 16330 0 -1 4202560 116040 0 0 0 237344 75 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421472725536 140421092244481 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18044] ppid=18038 vsize=13270076 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 16330 0 -1 1077944384 10117 0 0 0 125 36 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421407452176 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18045] ppid=18038 vsize=13270076 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 16330 0 -1 1077944384 12120 0 0 0 124 37 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421066349712 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18046] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 16330 0 -1 1077944384 9104 0 0 0 121 34 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421065296656 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18047] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 16330 0 -1 1077944384 8769 0 0 0 120 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421064244112 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18048] ppid=18038 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 16330 0 -1 1077944384 10418 0 0 0 124 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421063191056 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18049] ppid=18038 vsize=13270076 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 16330 0 -1 1077944384 11276 0 0 0 120 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421062138512 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18050] ppid=18038 vsize=13270076 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 16330 0 -1 1077944384 9049 0 0 0 120 37 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421061085456 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18051] ppid=18038 vsize=13270076 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 16330 0 -1 1077944384 9353 0 0 0 121 35 0 0 20 0 20 0 5012010 13588557824 689767 33554432000 4194304 4196468 140727204948704 140421060032912 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18052] ppid=18038 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 16330 0 -1 1077944384 19243 0 0 0 20 7 0 0 20 0 20 0 5012013 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420663192304 140421468498562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18053] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 16330 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 5012013 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420662138592 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18054] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 16330 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 5012014 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420661085440 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18055] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420660034000 140421468506011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18056] ppid=18038 vsize=13270076 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 16330 0 -1 1077944384 10171 0 0 0 342 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420658981104 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18057] ppid=18038 vsize=13270076 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18057/stat : 18057 (java) S 18038 18041 16330 0 -1 1077944384 11265 0 0 0 344 1 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420657928560 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18058] ppid=18038 vsize=13270076 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18058/stat : 18058 (java) S 18038 18041 16330 0 -1 1077944384 11545 0 0 0 336 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420656875504 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18059] ppid=18038 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18059/stat : 18059 (java) S 18038 18041 16330 0 -1 1077944384 7041 0 0 0 118 2 0 0 20 0 20 0 5012017 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420655822960 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18060] ppid=18038 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18060/stat : 18060 (java) S 18038 18041 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5012018 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420654771168 140421468497621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
[pid=18041/tid=18061] ppid=18038 vsize=13270076 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/18041/task/18061/stat : 18061 (java) S 18038 18041 16330 0 -1 1077944384 1563 0 0 0 68 69 0 0 20 0 20 0 5012018 13588557824 689767 33554432000 4194304 4196468 140727204948704 140420653718704 140421468498562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31674368 140727204955280 140727204955460 140727204955460 140727204958159 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2377.33
CPU time (s): 2400.07
CPU user time (s): 2395.74
CPU system time (s): 4.33484
CPU usage (%): 100.957
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.74
system time used= 4.33484
maximum resident set size= 3561868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259037
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60039
involuntary context switches= 123368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9983 second user time and 19.1891 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 06:24:28
IDJOB=4245092
IDBENCH=120519
IDSOLVER=2627
FILE ID=node147/4245092-1500697468
RUNJOBID= node147-1500683390-16361
PBS_JOBID= 20623340
Free space on /tmp= 61888 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhdec-o50-h825-bal-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-4245092-1500697468/watcher-4245092-1500697468 -o /tmp/evaluation-result-4245092-1500697468/solver-4245092-1500697468 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16361 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 644183993 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245092-1500697468.xml

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

MD5SUM BENCH= 61480520129ccedf9125f18e00ca3450
RANDOM SEED=644183993

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		: 2400.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		: 2000.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		: 2668.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		: 2267.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		: 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		: 2267.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		: 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.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		: 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		: 2133.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:        30618372 kB
MemAvailable:   30875392 kB
Buffers:          112716 kB
Cached:           426044 kB
SwapCached:            0 kB
Active:          1453884 kB
Inactive:         260348 kB
Active(anon):    1179308 kB
Inactive(anon):     8676 kB
Active(file):     274576 kB
Inactive(file):   251672 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             46116 kB
Writeback:             0 kB
AnonPages:       1182192 kB
Mapped:            45428 kB
Shmem:              8852 kB
Slab:             126972 kB
SReclaimable:      93216 kB
SUnreclaim:        33756 kB
KernelStack:        4464 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2675748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 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= 61848 MiB
End job on node147 at 2017-07-22 07:04:06