Trace number 4244432

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.01 2380.01

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-20-1.xml
MD5SUMfe7e3e2412edf0b59c3173e00c93d043
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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size3815
Maximum domain size3815
Distribution of domain sizes[{"size":3815,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.43/0.30	c version: 2017-06-30
0.43/0.30	c seed: 603891497
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...
4.63/1.68	c Parsing done, starting search...
2400.00/2380.00	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-4244432-1500685335/watcher-4244432-1500685335 -o /tmp/evaluation-result-4244432-1500685335/solver-4244432-1500685335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500682940-15166 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 603891497 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244432-1500685335.xml 

pid=15505
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.74 1.61 1.97 3/264 15508
/proc/meminfo: memFree=31655472/32770624 swapFree=5968/211472
[pid=15508] ppid=15505 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 2124 0 0 0 0 0 0 0 20 0 2 0 3800249 10889764864 2385 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 2658634 2385 1188 1 0 2647545 0
[pid=15508/tid=15509] ppid=15505 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 902 0 0 0 0 0 0 0 20 0 2 0 3800249 10889764864 2451 33554432000 4194304 4196468 140733157986640 140397441898912 140397418766408 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0

[startup+0.100155 s]
/proc/loadavg: 1.74 1.61 1.97 3/264 15508
/proc/meminfo: memFree=31655472/32770624 swapFree=5968/211472
[pid=15508] ppid=15505 vsize=13264380 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 5552 0 0 0 8 1 0 0 20 0 20 0 3800249 13582725120 6115 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3316095 6115 3309 1 0 3303815 0
[pid=15508/tid=15509] ppid=15505 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 3625 0 0 0 7 1 0 0 20 0 20 0 3800249 13582725120 6115 33554432000 4194304 4196468 140733157986640 140397441897008 140397421008394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200349 s]
/proc/loadavg: 1.74 1.61 1.97 3/264 15508
/proc/meminfo: memFree=31655472/32770624 swapFree=5968/211472
[pid=15508] ppid=15505 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 8779 0 0 0 23 3 0 0 20 0 20 0 3800249 13582245888 8782 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3315978 8782 3559 1 0 3303698 0
[pid=15508/tid=15509] ppid=15505 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 6467 0 0 0 16 2 0 0 20 0 20 0 3800249 13582245888 8782 33554432000 4194304 4196468 140733157986640 140397441880176 140397421737310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300378 s]
/proc/loadavg: 1.74 1.61 1.97 3/264 15508
/proc/meminfo: memFree=31655472/32770624 swapFree=5968/211472
[pid=15508] ppid=15505 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 9846 0 0 0 39 4 0 0 20 0 20 0 3800249 13582245888 11045 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3315978 11045 3620 1 0 3303698 0
[pid=15508/tid=15509] ppid=15505 vsize=13263912 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 7250 0 0 0 25 3 0 0 20 0 20 0 3800249 13582245888 11045 33554432000 4194304 4196468 140733157986640 140397441869888 140397437678749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700266 s]
/proc/loadavg: 1.74 1.61 1.97 3/264 15508
/proc/meminfo: memFree=31655472/32770624 swapFree=5968/211472
[pid=15508] ppid=15505 vsize=13265980 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 14699 0 0 0 150 6 0 0 20 0 20 0 3800249 13584363520 20534 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3316495 20534 3774 1 0 3304210 0
[pid=15508/tid=15509] ppid=15505 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 8546 0 0 0 64 3 0 0 20 0 20 0 3800249 13584363520 20534 33554432000 4194304 4196468 140733157986640 140397441893008 140397061997588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 13265980

[startup+1.50115 s]
/proc/loadavg: 1.84 1.64 1.97 7/284 15528
/proc/meminfo: memFree=31551160/32770624 swapFree=5968/211532
[pid=15508] ppid=15505 vsize=13270076 CPUtime=4.38 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 26493 0 0 0 430 8 0 0 20 0 20 0 3800249 13588557824 37396 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 37396 3793 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 11194 0 0 0 142 5 0 0 20 0 20 0 3800249 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397441886456 140397070254268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 37396 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 3800252 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396899284000 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396898231152 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15522/stat : 15522 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396897179472 140397437675419 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15523] ppid=15505 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15523/stat : 15523 (java) S 15505 15508 13822 0 -1 1077944384 3314 0 0 0 65 0 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396896127856 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) R 15505 15508 13822 0 -1 4202560 2941 0 0 0 68 0 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396895061080 140397419202053 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 2228 0 0 0 69 0 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 5407 0 0 0 84 1 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800258 13588557824 37396 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 13270076

[startup+3.10084 s]
/proc/loadavg: 1.84 1.64 1.97 6/284 15528
/proc/meminfo: memFree=31487244/32770624 swapFree=5968/211536
[pid=15508] ppid=15505 vsize=13270076 CPUtime=8.63 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 34063 0 0 0 848 15 0 0 20 0 20 0 3800249 13588557824 58430 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 58430 3823 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 11737 0 0 0 298 6 0 0 20 0 20 0 3800249 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397441894776 140397072265081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 1161 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 3800250 13588557824 58430 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 20 0 3800252 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396899284064 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396898231168 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15522/stat : 15522 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396897179472 140397437675419 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15523] ppid=15505 vsize=13270076 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15523/stat : 15523 (java) S 15505 15508 13822 0 -1 1077944384 4403 0 0 0 141 1 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396896127856 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) S 15505 15508 13822 0 -1 1077944384 4703 0 0 0 142 1 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396895075056 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 3637 0 0 0 163 0 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 6275 0 0 0 95 1 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3800258 13588557824 58430 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.86 1.64 1.97 3/284 15528
/proc/meminfo: memFree=31423876/32770624 swapFree=5968/211540
[pid=15508] ppid=15505 vsize=13270076 CPUtime=12.14 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 34303 0 0 0 1194 20 0 0 20 0 20 0 3800249 13588557824 61546 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 61546 3823 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 11773 0 0 0 616 6 0 0 20 0 20 0 3800249 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397441892584 140397072268574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 58 0 0 0 1 1 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 1183 0 0 0 2 0 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 286 0 0 0 1 1 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 20 0 3800250 13588557824 61546 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 3800252 13588557824 61546 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 61546 33554432000 4194304 4196468 140733157986640 140396899284064 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 61546 33554432000 4194304 4196468 140733157986640 140396898231168 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) S 15505 15508 13822 0 -1 1077944384 6754 0 0 0 174 1 0 0 20 0 20 0 3800257 13588557824 61927 33554432000 4194304 4196468 140733157986640 140396895075056 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 7768 0 0 0 187 0 0 0 20 0 20 0 3800257 13588557824 61927 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 8942 0 0 0 99 1 0 0 20 0 20 0 3800257 13588557824 61927 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 61927 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 876 0 0 0 20 29 0 0 20 0 20 0 3800258 13588557824 61927 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 2221.35
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.71 1.76 1.77 3/281 15625
/proc/meminfo: memFree=31322920/32770624 swapFree=5968/240784
[pid=15508] ppid=15505 vsize=13270076 CPUtime=2281.64 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 79846 0 0 0 228042 122 0 0 20 0 20 0 3800249 13588557824 62439 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 62439 3832 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=2258.07 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 23875 0 0 0 225797 10 0 0 20 0 20 0 3800249 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397441895072 140397072269580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 1826 0 0 0 186 12 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 2104 0 0 0 189 10 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 3171 0 0 0 184 11 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 1336 0 0 0 186 11 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 2710 0 0 0 189 9 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 3749 0 0 0 191 10 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 1676 0 0 0 186 11 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 3069 0 0 0 183 9 0 0 20 0 20 0 3800250 13588557824 62439 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 5459 0 0 0 96 8 0 0 20 0 20 0 3800252 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396899284064 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396898231168 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15522/stat : 15522 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396897179472 140397437675419 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15523] ppid=15505 vsize=13270076 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15523/stat : 15523 (java) S 15505 15508 13822 0 -1 1077944384 5095 0 0 0 148 1 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396896127856 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) S 15505 15508 13822 0 -1 1077944384 6754 0 0 0 174 1 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396895075056 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 7768 0 0 0 187 0 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 8942 0 0 0 99 1 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 879 0 0 0 20 29 0 0 20 0 20 0 3800258 13588557824 62439 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 2281.64
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.82 1.77 1.78 3/281 15633
/proc/meminfo: memFree=31318020/32770624 swapFree=5968/240848
[pid=15508] ppid=15505 vsize=13270076 CPUtime=2341.93 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 80744 0 0 0 234069 124 0 0 20 0 20 0 3800249 13588557824 62951 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 62951 3832 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=2317.97 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 24295 0 0 0 231787 10 0 0 20 0 20 0 3800249 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397441895040 140397070770629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 1841 0 0 0 190 12 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 2140 0 0 0 193 10 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 3221 0 0 0 189 11 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 1361 0 0 0 190 11 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 2760 0 0 0 194 9 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 3786 0 0 0 195 10 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 1694 0 0 0 189 12 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 3118 0 0 0 188 10 0 0 20 0 20 0 3800250 13588557824 62951 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 5634 0 0 0 98 8 0 0 20 0 20 0 3800252 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396899284064 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396898231168 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15522/stat : 15522 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396897179472 140397437675419 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15523] ppid=15505 vsize=13270076 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15523/stat : 15523 (java) S 15505 15508 13822 0 -1 1077944384 5097 0 0 0 148 1 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396896127856 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) S 15505 15508 13822 0 -1 1077944384 6756 0 0 0 174 1 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396895075056 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 7770 0 0 0 187 0 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 8944 0 0 0 99 1 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 894 0 0 0 21 30 0 0 20 0 20 0 3800258 13588557824 62951 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 2341.93
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380 s]
/proc/loadavg: 1.66 1.72 1.76 3/281 15721
/proc/meminfo: memFree=31293880/32770624 swapFree=5968/240956
[pid=15508] ppid=15505 vsize=13270076 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/15508/stat : 15508 (java) S 15505 15508 13822 0 -1 1077944320 80886 0 0 0 239873 127 0 0 20 0 20 0 3800249 13588557824 63463 33554432000 4194304 4196468 140733157986640 140733157969184 140397437656823 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
/proc/15508/statm: 3317519 63463 3832 1 0 3305234 0
[pid=15508/tid=15509] ppid=15505 vsize=13270076 CPUtime=2375.56 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15509/stat : 15509 (java) R 15505 15508 13822 0 -1 4202560 24338 0 0 0 237546 10 0 0 20 0 20 0 3800249 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397441895072 140397072351561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15510] ppid=15505 vsize=13270076 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15510/stat : 15510 (java) S 15505 15508 13822 0 -1 1077944384 1844 0 0 0 195 12 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397390277264 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15512] ppid=15505 vsize=13270076 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15512/stat : 15512 (java) S 15505 15508 13822 0 -1 1077944384 2146 0 0 0 198 10 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397389224464 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15513] ppid=15505 vsize=13270076 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15513/stat : 15513 (java) S 15505 15508 13822 0 -1 1077944384 3261 0 0 0 194 11 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397388171664 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15514] ppid=15505 vsize=13270076 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15514/stat : 15514 (java) S 15505 15508 13822 0 -1 1077944384 1392 0 0 0 195 11 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397387118864 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15515] ppid=15505 vsize=13270076 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15515/stat : 15515 (java) S 15505 15508 13822 0 -1 1077944384 2761 0 0 0 199 10 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397386067088 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15516] ppid=15505 vsize=13270076 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15516/stat : 15516 (java) S 15505 15508 13822 0 -1 1077944384 3788 0 0 0 200 10 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397385014288 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15517] ppid=15505 vsize=13270076 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15517/stat : 15517 (java) S 15505 15508 13822 0 -1 1077944384 1695 0 0 0 194 13 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397383961488 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15518] ppid=15505 vsize=13270076 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15518/stat : 15518 (java) S 15505 15508 13822 0 -1 1077944384 3125 0 0 0 193 10 0 0 20 0 20 0 3800250 13588557824 63463 33554432000 4194304 4196468 140733157986640 140397382908688 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15519] ppid=15505 vsize=13270076 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15519/stat : 15519 (java) S 15505 15508 13822 0 -1 1077944384 5638 0 0 0 100 8 0 0 20 0 20 0 3800252 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396900338032 140397437667970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15520] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15520/stat : 15520 (java) S 15505 15508 13822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3800253 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396899284064 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15521] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15521/stat : 15521 (java) S 15505 15508 13822 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3800254 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396898231168 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15522] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15522/stat : 15522 (java) S 15505 15508 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396897179472 140397437675419 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15523] ppid=15505 vsize=13270076 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15523/stat : 15523 (java) S 15505 15508 13822 0 -1 1077944384 5097 0 0 0 148 1 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396896127856 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15524] ppid=15505 vsize=13270076 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15524/stat : 15524 (java) S 15505 15508 13822 0 -1 1077944384 6756 0 0 0 174 1 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396895075056 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15525] ppid=15505 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15525/stat : 15525 (java) S 15505 15508 13822 0 -1 1077944384 7770 0 0 0 187 0 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396894022256 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15526] ppid=15505 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15526/stat : 15526 (java) S 15505 15508 13822 0 -1 1077944384 8944 0 0 0 99 1 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396892969456 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15527] ppid=15505 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15527/stat : 15527 (java) S 15505 15508 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3800257 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396891916896 140397437667029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
[pid=15508/tid=15528] ppid=15505 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15508/task/15528/stat : 15528 (java) S 15505 15508 13822 0 -1 1077944384 898 0 0 0 22 30 0 0 20 0 20 0 3800258 13588557824 63463 33554432000 4194304 4196468 140733157986640 140396890864176 140397437667970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16564224 140733157991568 140733157991748 140733157991748 140733157994447 0
Current children cumulated CPU time (s) 2400
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 15508 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2380.01
CPU time (s): 2400.01
CPU user time (s): 2398.74
CPU system time (s): 1.2756
CPU usage (%): 100.84
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.74
system time used= 1.27561
maximum resident set size= 255548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101572
involuntary context switches= 130540

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9136 second user time and 17.0876 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 03:02:15
IDJOB=4244432
IDBENCH=115666
IDSOLVER=2627
FILE ID=node139/4244432-1500685335
RUNJOBID= node139-1500682940-15166
PBS_JOBID= 20623033
Free space on /tmp= 61948 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-20-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-4244432-1500685335/watcher-4244432-1500685335 -o /tmp/evaluation-result-4244432-1500685335/solver-4244432-1500685335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500682940-15166 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 603891497 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244432-1500685335.xml

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

MD5SUM BENCH= fe7e3e2412edf0b59c3173e00c93d043
RANDOM SEED=603891497

node139.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	: 5334.08
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		: 2267.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	: 5334.08
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		: 2668.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	: 5334.08
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		: 1733.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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
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		: 2133.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	: 5334.08
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		: 1867.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	: 5334.08
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		: 1867.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:        31655520 kB
MemAvailable:   31803264 kB
Buffers:           48120 kB
Cached:           407984 kB
SwapCached:            0 kB
Active:           513892 kB
Inactive:         220064 kB
Active(anon):     280712 kB
Inactive(anon):     8592 kB
Active(file):     233180 kB
Inactive(file):   211472 kB
Unevictable:        5968 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42376 kB
Writeback:             4 kB
AnonPages:        289728 kB
Mapped:            45180 kB
Shmem:              8884 kB
Slab:              70592 kB
SReclaimable:      37856 kB
SUnreclaim:        32736 kB
KernelStack:        4528 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61908 MiB
End job on node139 at 2017-07-22 03:41:55