Trace number 4248524

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 - Hybrid 2017-06-30? (TO) 2400.07 2387.22

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.43/0.30	c version: 2017-06-30
0.43/0.30	c seed: 207727462
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...
12.38/2.98	c Parsing done, starting first complete search...
2400.05/2387.20	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-4248524-1500717285/watcher-4248524-1500717285 -o /tmp/evaluation-result-4248524-1500717285/solver-4248524-1500717285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 207727462 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248524-1500717285.xml 

pid=17840
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.85 1.76 1.78 3/261 17843
/proc/meminfo: memFree=28734264/32770624 swapFree=5800/312160
[pid=17843] ppid=17840 vsize=10621200 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 1840 0 0 0 0 0 0 0 20 0 2 0 6996266 10876108800 2055 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 2655300 2055 1179 1 0 2644211 0
[pid=17843/tid=17844] ppid=17840 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 639 0 0 0 0 0 0 0 20 0 2 0 6996266 10889764864 2187 33554432000 4194304 4196468 140733719786992 139799763331488 139799751378848 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0

[startup+0.100101 s]
/proc/loadavg: 1.85 1.76 1.78 3/261 17843
/proc/meminfo: memFree=28734264/32770624 swapFree=5800/312160
[pid=17843] ppid=17840 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 6497 0 0 0 9 1 0 0 20 0 20 0 6996266 13582245888 6722 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3315978 6722 3347 1 0 3303698 0
[pid=17843/tid=17844] ppid=17840 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 4541 0 0 0 7 1 0 0 20 0 20 0 6996266 13582245888 6722 33554432000 4194304 4196468 140733719786992 139799763329016 139799743169886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200419 s]
/proc/loadavg: 1.85 1.76 1.78 3/261 17843
/proc/meminfo: memFree=28734264/32770624 swapFree=5800/312160
[pid=17843] ppid=17840 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 8820 0 0 0 24 2 0 0 20 0 20 0 6996266 13582245888 8873 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3315978 8873 3563 1 0 3303698 0
[pid=17843/tid=17844] ppid=17840 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 6505 0 0 0 16 1 0 0 20 0 20 0 6996266 13582245888 8873 33554432000 4194304 4196468 140733719786992 139799763297440 139799759111325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300308 s]
/proc/loadavg: 1.85 1.76 1.78 3/261 17843
/proc/meminfo: memFree=28734264/32770624 swapFree=5800/312160
[pid=17843] ppid=17840 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 9885 0 0 0 40 3 0 0 20 0 20 0 6996266 13582245888 11103 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3315978 11103 3640 1 0 3303698 0
[pid=17843/tid=17844] ppid=17840 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 7249 0 0 0 25 2 0 0 20 0 20 0 6996266 13582245888 11103 33554432000 4194304 4196468 140733719786992 139799763313168 139799759111325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700239 s]
/proc/loadavg: 1.85 1.76 1.78 3/261 17843
/proc/meminfo: memFree=28734264/32770624 swapFree=5800/312160
[pid=17843] ppid=17840 vsize=13265980 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 13783 0 0 0 160 5 0 0 20 0 20 0 6996266 13584363520 26240 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3316495 26240 3766 1 0 3304210 0
[pid=17843/tid=17844] ppid=17840 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 8365 0 0 0 64 3 0 0 20 0 20 0 6996266 13584363520 26240 33554432000 4194304 4196468 140733719786992 139799763322504 139799393281208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13265980

[startup+1.5011 s]
/proc/loadavg: 1.85 1.76 1.78 6/281 17863
/proc/meminfo: memFree=28543348/32770624 swapFree=5800/312340
[pid=17843] ppid=17840 vsize=13268028 CPUtime=4.55 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 17684 0 0 0 437 18 0 0 20 0 20 0 6996266 13586460672 54028 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 54028 3812 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 9067 0 0 0 139 5 0 0 20 0 20 0 6996266 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799763325360 139799740484605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 15 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 12 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 18 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 19 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 11 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 14 0 0 0 0 1 0 0 20 0 20 0 6996267 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17857/stat : 17857 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799017994960 139799759107995 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17858] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17858/stat : 17858 (java) R 17840 17843 7621 0 -1 4202560 2201 0 0 0 81 0 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799016941552 139799740398114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) R 17840 17843 7621 0 -1 4202560 1573 0 0 0 78 0 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799015874960 139799742543302 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) R 17840 17843 7621 0 -1 4202560 1439 0 0 0 81 1 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799014835536 139799743334142 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) R 17840 17843 7621 0 -1 1077944384 1837 0 0 0 48 1 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 54028 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 13268028

[startup+3.10111 s]
/proc/loadavg: 2.10 1.81 1.80 12/281 17863
/proc/meminfo: memFree=28222652/32770624 swapFree=5800/312340
[pid=17843] ppid=17840 vsize=13268028 CPUtime=12.79 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 21669 0 0 0 1125 154 0 0 20 0 20 0 6996266 13586460672 151164 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 151164 3836 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=2.15 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 10536 0 0 0 207 8 0 0 20 0 20 0 6996266 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799763326680 139799397821685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 197 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 243 0 0 0 64 17 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 214 0 0 0 60 16 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 214 0 0 0 62 17 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 163 0 0 0 63 17 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 176 0 0 0 62 18 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 183 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 246 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 479 0 0 0 10 0 0 0 20 0 20 0 6996269 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17857/stat : 17857 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799017994960 139799759107995 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17858] ppid=17840 vsize=13268028 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17858/stat : 17858 (java) S 17840 17843 7621 0 -1 1077944384 2261 0 0 0 111 0 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799016941552 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) R 17840 17843 7621 0 -1 4202560 1657 0 0 0 114 0 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799015889304 139799743378277 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) S 17840 17843 7621 0 -1 1077944384 1522 0 0 0 115 1 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799014836464 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) S 17840 17843 7621 0 -1 1077944384 2201 0 0 0 63 1 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 151164 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 13268028

[startup+6.30082 s]
/proc/loadavg: 2.10 1.81 1.80 4/281 17863
/proc/meminfo: memFree=28145532/32770624 swapFree=5800/312348
[pid=17843] ppid=17840 vsize=13268028 CPUtime=16.77 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 24748 0 0 0 1522 155 0 0 20 0 20 0 6996266 13586460672 151418 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 151418 3838 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 10887 0 0 0 526 8 0 0 20 0 20 0 6996266 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799763325640 139799398010112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 197 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 243 0 0 0 64 17 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 214 0 0 0 60 16 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 214 0 0 0 62 17 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 163 0 0 0 63 17 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 176 0 0 0 62 18 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 183 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 246 0 0 0 63 18 0 0 20 0 20 0 6996267 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 488 0 0 0 10 0 0 0 20 0 20 0 6996269 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 151418 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) S 17840 17843 7621 0 -1 1077944384 4692 0 0 0 145 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799015889008 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) S 17840 17843 7621 0 -1 1077944384 4500 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799014836464 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) S 17840 17843 7621 0 -1 1077944384 3331 0 0 0 70 2 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1314 0 0 0 63 66 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 2275.12
Current children cumulated vsize (KiB) 13268028

[startup+2322.3 s]
/proc/loadavg: 1.68 1.78 1.77 3/281 18045
/proc/meminfo: memFree=29007528/32770624 swapFree=5800/314944
[pid=17843] ppid=17840 vsize=13268028 CPUtime=2335.13 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 54459 0 0 0 233202 311 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 252301 3842 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=2320.15 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 24491 0 0 0 232002 13 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799763327920 139799398677112 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 1133 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 1058 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 491 0 0 0 74 27 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 780 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 1741 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 1440 0 0 0 77 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 930 0 0 0 76 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 777 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 2350 0 0 0 13 4 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17857/stat : 17857 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799017994960 139799759107995 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17858] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17858/stat : 17858 (java) S 17840 17843 7621 0 -1 1077944384 4028 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799016941552 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) S 17840 17843 7621 0 -1 1077944384 4694 0 0 0 145 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799015889008 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) S 17840 17843 7621 0 -1 1077944384 4502 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799014836464 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) S 17840 17843 7621 0 -1 1077944384 3333 0 0 0 70 2 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1335 0 0 0 64 68 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 2335.13
Current children cumulated vsize (KiB) 13268028

[startup+2382.3 s]
/proc/loadavg: 1.80 1.80 1.78 3/281 18046
/proc/meminfo: memFree=29054972/32770624 swapFree=5800/314992
[pid=17843] ppid=17840 vsize=13268028 CPUtime=2395.15 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 54494 0 0 0 239202 313 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 252301 3842 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=2380.13 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 24522 0 0 0 238000 13 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799763327920 139799398305592 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 1133 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 1058 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 491 0 0 0 74 27 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 780 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 1741 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 1440 0 0 0 77 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 930 0 0 0 76 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 777 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 2350 0 0 0 13 4 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17857/stat : 17857 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799017994960 139799759107995 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17858] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17858/stat : 17858 (java) S 17840 17843 7621 0 -1 1077944384 4028 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799016941552 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) S 17840 17843 7621 0 -1 1077944384 4694 0 0 0 145 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799015889008 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) S 17840 17843 7621 0 -1 1077944384 4502 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799014836464 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) S 17840 17843 7621 0 -1 1077944384 3333 0 0 0 70 2 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1339 0 0 0 65 71 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 2395.15
Current children cumulated vsize (KiB) 13268028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2387.2 s]
/proc/loadavg: 1.83 1.80 1.78 3/281 18046
/proc/meminfo: memFree=29057936/32770624 swapFree=5800/315004
[pid=17843] ppid=17840 vsize=13268028 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/17843/stat : 17843 (java) S 17840 17843 7621 0 -1 1077944320 54613 0 0 0 239692 313 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 140733719769536 139799759089399 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
/proc/17843/statm: 3317007 252301 3842 1 0 3304722 0
[pid=17843/tid=17844] ppid=17840 vsize=13268028 CPUtime=2385.03 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17844/stat : 17844 (java) R 17840 17843 7621 0 -1 4202560 24621 0 0 0 238490 13 0 0 20 0 20 0 6996266 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799763327920 139799398508048 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17846] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17846/stat : 17846 (java) S 17840 17843 7621 0 -1 1077944384 1133 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799711709968 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17847] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17847/stat : 17847 (java) S 17840 17843 7621 0 -1 1077944384 1058 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799710657424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17848] ppid=17840 vsize=13268028 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17848/stat : 17848 (java) S 17840 17843 7621 0 -1 1077944384 491 0 0 0 74 27 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799356177424 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17849] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17849/stat : 17849 (java) S 17840 17843 7621 0 -1 1077944384 780 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799355124880 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17850] ppid=17840 vsize=13268028 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17850/stat : 17850 (java) S 17840 17843 7621 0 -1 1077944384 1741 0 0 0 76 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799354071312 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17851] ppid=17840 vsize=13268028 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17851/stat : 17851 (java) S 17840 17843 7621 0 -1 1077944384 1440 0 0 0 77 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799353018768 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17852] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17852/stat : 17852 (java) S 17840 17843 7621 0 -1 1077944384 930 0 0 0 76 29 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799351966224 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17853] ppid=17840 vsize=13268028 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17853/stat : 17853 (java) S 17840 17843 7621 0 -1 1077944384 777 0 0 0 77 28 0 0 20 0 20 0 6996267 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799350913680 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17854] ppid=17840 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17854/stat : 17854 (java) S 17840 17843 7621 0 -1 1077944384 2356 0 0 0 13 4 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799021152752 139799759100546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17855] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17855/stat : 17855 (java) S 17840 17843 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799020099040 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17856] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17856/stat : 17856 (java) S 17840 17843 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6996269 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799019046400 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17857] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17857/stat : 17857 (java) S 17840 17843 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799017994960 139799759107995 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17858] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17858/stat : 17858 (java) S 17840 17843 7621 0 -1 1077944384 4028 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799016941552 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17859] ppid=17840 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17859/stat : 17859 (java) S 17840 17843 7621 0 -1 1077944384 4694 0 0 0 145 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799015889008 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17860] ppid=17840 vsize=13268028 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17860/stat : 17860 (java) S 17840 17843 7621 0 -1 1077944384 4502 0 0 0 139 1 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799014836464 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17861] ppid=17840 vsize=13268028 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17861/stat : 17861 (java) S 17840 17843 7621 0 -1 1077944384 3333 0 0 0 70 2 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799013783920 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17862] ppid=17840 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17862/stat : 17862 (java) S 17840 17843 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799012731616 139799759099605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
[pid=17843/tid=17863] ppid=17840 vsize=13268028 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/17843/task/17863/stat : 17863 (java) S 17840 17843 7621 0 -1 1077944384 1353 0 0 0 65 71 0 0 20 0 20 0 6996273 13586460672 252301 33554432000 4194304 4196468 140733719786992 139799011679152 139799759100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 33931264 140733719794830 140733719795012 140733719795012 140733719797711 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 13268028

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

Child status: 143
Real time (s): 2387.22
CPU time (s): 2400.07
CPU user time (s): 2396.93
CPU system time (s): 3.14118
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.93
system time used= 3.14118
maximum resident set size= 1009784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56862
involuntary context switches= 121469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4163 second user time and 16.3277 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 11:54:45
IDJOB=4248524
IDBENCH=133709
IDSOLVER=2629
FILE ID=node124/4248524-1500717285
RUNJOBID= node124-1500696956-15262
PBS_JOBID= 20623343
Free space on /tmp= 61968 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248524-1500717285/watcher-4248524-1500717285 -o /tmp/evaluation-result-4248524-1500717285/solver-4248524-1500717285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 207727462 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248524-1500717285.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=207727462

node124.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		: 1600.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.16
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.16
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		: 1867.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.16
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.16
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		: 2668.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.16
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		: 2133.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.16
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		: 1733.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.16
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		: 2533.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.16
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:        28735072 kB
MemAvailable:   29041872 kB
Buffers:          134632 kB
Cached:           452960 kB
SwapCached:            0 kB
Active:          3272204 kB
Inactive:         320940 kB
Active(anon):    3008528 kB
Inactive(anon):     8744 kB
Active(file):     263676 kB
Inactive(file):   312196 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42648 kB
Writeback:             0 kB
AnonPages:       3013764 kB
Mapped:            45284 kB
Shmem:              8840 kB
Slab:             127632 kB
SReclaimable:      93524 kB
SUnreclaim:        34108 kB
KernelStack:        4528 kB
PageTables:        11172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3783576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2885632 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= 61924 MiB
End job on node124 at 2017-07-22 12:34:32