Trace number 4247985

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.05 2374.03

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-15.xml
MD5SUMab7b26918dfc59e965233a0e800431a7
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 variables274
Number of constraints273
Number of domains2
Minimum domain size2
Maximum domain size225
Distribution of domain sizes[{"size":2,"count":48},{"size":225,"count":226}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":175},{"degree":4,"count":48},{"degree":48,"count":1}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":224},{"arity":3,"count":48},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.26/0.29	c version: 2017-06-30
0.26/0.29	c seed: 207727462
0.26/0.29	c timeout: 2400
0.26/0.29	c memlimit: 15500
0.26/0.29	c nbcore: 8
0.43/0.31	c Parsing instance...
16.51/11.41	c Parsing done, starting first complete search...
2400.02/2374.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-4247985-1500715465/watcher-4247985-1500715465 -o /tmp/evaluation-result-4247985-1500715465/solver-4247985-1500715465 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15261 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 207727462 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247985-1500715465.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.81 1.81 1.69 3/262 17702
/proc/meminfo: memFree=28280800/32770624 swapFree=5800/310084
[pid=17702] ppid=17699 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 6814274 369864704 1989 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 90299 1989 1125 1 0 79210 0
[pid=17702/tid=17703] ppid=17699 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 520 0 0 0 0 0 0 0 20 0 2 0 6814274 10876108800 2055 33554432000 4194304 4196468 140735904059712 140444614338976 140444602386336 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0

[startup+0.100139 s]
/proc/loadavg: 1.81 1.81 1.69 3/262 17702
/proc/meminfo: memFree=28280800/32770624 swapFree=5800/310084
[pid=17702] ppid=17699 vsize=13261040 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 5605 0 0 0 9 1 0 0 20 0 20 0 6814274 13579304960 5360 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3315260 5360 2621 1 0 3303698 0
[pid=17702/tid=17703] ppid=17699 vsize=13261040 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 3677 0 0 0 8 0 0 0 20 0 20 0 6814274 13579304960 5360 33554432000 4194304 4196468 140735904059712 140444614333088 140444594177374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13261040

[startup+0.200392 s]
/proc/loadavg: 1.81 1.81 1.69 3/262 17702
/proc/meminfo: memFree=28280800/32770624 swapFree=5800/310084
[pid=17702] ppid=17699 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 8845 0 0 0 24 2 0 0 20 0 20 0 6814274 13582245888 8751 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3315978 8751 3504 1 0 3303698 0
[pid=17702/tid=17703] ppid=17699 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 6530 0 0 0 17 1 0 0 20 0 20 0 6814274 13582245888 8751 33554432000 4194304 4196468 140735904059712 140444614317360 140444610118813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300365 s]
/proc/loadavg: 1.81 1.81 1.69 3/262 17702
/proc/meminfo: memFree=28280800/32770624 swapFree=5800/310084
[pid=17702] ppid=17699 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 9994 0 0 0 40 3 0 0 20 0 20 0 6814274 13582245888 11248 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3315978 11248 3667 1 0 3303698 0
[pid=17702/tid=17703] ppid=17699 vsize=13263912 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 7294 0 0 0 26 2 0 0 20 0 20 0 6814274 13582245888 11248 33554432000 4194304 4196468 140735904059712 140444614311184 140444610118813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700273 s]
/proc/loadavg: 1.81 1.81 1.69 3/262 17702
/proc/meminfo: memFree=28280800/32770624 swapFree=5800/310084
[pid=17702] ppid=17699 vsize=13265980 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 12617 0 0 0 125 4 0 0 20 0 20 0 6814274 13584363520 17403 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3316495 17403 3758 1 0 3304210 0
[pid=17702/tid=17703] ppid=17699 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 8613 0 0 0 65 2 0 0 20 0 20 0 6814274 13584363520 17403 33554432000 4194304 4196468 140735904059712 140444614329864 140444242564032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13265980

[startup+1.50077 s]
/proc/loadavg: 1.90 1.83 1.70 3/282 17722
/proc/meminfo: memFree=28220324/32770624 swapFree=5800/310284
[pid=17702] ppid=17699 vsize=13265980 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 16017 0 0 0 228 6 0 0 20 0 20 0 6814274 13584363520 19637 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3316495 19637 3776 1 0 3304210 0
[pid=17702/tid=17703] ppid=17699 vsize=13265980 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 9481 0 0 0 144 3 0 0 20 0 20 0 6814274 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444614330264 140444242562434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 6814277 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6814278 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444072604448 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6814279 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444071552112 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444070500432 140444610115483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17717] ppid=17699 vsize=13265980 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 7621 0 -1 1077944384 819 0 0 0 13 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444069448304 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17718] ppid=17699 vsize=13265980 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 869 0 0 0 16 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13265980 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 1022 0 0 0 20 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13265980 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 2425 0 0 0 33 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 6814283 13584363520 19637 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 13265980

[startup+3.1008 s]
/proc/loadavg: 1.90 1.83 1.70 3/282 17722
/proc/meminfo: memFree=28210364/32770624 swapFree=5800/310280
[pid=17702] ppid=17699 vsize=13265980 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 17348 0 0 0 402 6 0 0 20 0 20 0 6814274 13584363520 23390 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3316495 23390 3781 1 0 3304210 0
[pid=17702/tid=17703] ppid=17699 vsize=13265980 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 9719 0 0 0 304 3 0 0 20 0 20 0 6814274 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444614333240 140444242786642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 6814277 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6814278 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444072604448 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6814279 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444071552112 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444070500432 140444610115483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17717] ppid=17699 vsize=13265980 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 7621 0 -1 1077944384 910 0 0 0 15 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444069448304 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17718] ppid=17699 vsize=13265980 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 1059 0 0 0 18 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 1563 0 0 0 28 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13265980 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 2651 0 0 0 35 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 6814283 13584363520 23390 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 13265980

[startup+6.30082 s]
/proc/loadavg: 1.90 1.83 1.70 3/282 17722
/proc/meminfo: memFree=28183644/32770624 swapFree=5800/310292
[pid=17702] ppid=17699 vsize=13265980 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 22529 0 0 0 725 7 0 0 20 0 20 0 6814274 13584363520 31302 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3316495 31302 3795 1 0 3304210 0
[pid=17702/tid=17703] ppid=17699 vsize=13265980 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 11025 0 0 0 581 4 0 0 20 0 20 0 6814274 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444614333448 140444242565888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6814275 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 6814277 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6814278 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444072604448 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6814279 13584363520 31302 33554432000 4194304 4196468 140735904059712 140444071552112 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=17702/tid=17718] ppid=17699 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 5959 0 0 0 147 1 0 0 20 0 20 0 6814282 13588557824 736378 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13270076 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 4804 0 0 0 140 1 0 0 20 0 20 0 6814282 13588557824 736378 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 5808 0 0 0 65 2 0 0 20 0 20 0 6814282 13588557824 736378 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736378 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 1254 0 0 0 30 33 0 0 20 0 20 0 6814283 13588557824 736378 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 2222.68
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.71 1.74 1.77 3/281 17901
/proc/meminfo: memFree=27833000/32770624 swapFree=5800/312848
[pid=17702] ppid=17699 vsize=13270076 CPUtime=2284.62 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 203063 0 0 0 228016 446 0 0 20 0 20 0 6814274 13588557824 736409 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3317519 736409 3846 1 0 3305234 0
[pid=17702/tid=17703] ppid=17699 vsize=13270076 CPUtime=2258.12 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 97433 0 0 0 225762 50 0 0 20 0 20 0 6814274 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444614335296 140444246658157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13270076 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 6298 0 0 0 209 46 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13270076 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 7367 0 0 0 210 47 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13270076 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 7013 0 0 0 205 45 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13270076 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 9212 0 0 0 211 45 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13270076 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 8278 0 0 0 204 44 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13270076 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 11144 0 0 0 211 44 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13270076 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 6881 0 0 0 209 45 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13270076 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 10532 0 0 0 208 44 0 0 20 0 20 0 6814275 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 14755 0 0 0 61 4 0 0 20 0 20 0 6814277 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6814278 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444072604512 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6814279 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444071552128 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444070500432 140444610115483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17717] ppid=17699 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 7621 0 -1 1077944384 4807 0 0 0 122 1 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444069448304 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17718] ppid=17699 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 5968 0 0 0 147 1 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13270076 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 4812 0 0 0 140 1 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 5814 0 0 0 65 2 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 1320 0 0 0 31 34 0 0 20 0 20 0 6814283 13588557824 736409 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 2284.62
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.71 1.74 1.77 3/282 17903
/proc/meminfo: memFree=27810720/32770624 swapFree=5800/312888
[pid=17702] ppid=17699 vsize=13270076 CPUtime=2346.59 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 207816 0 0 0 234209 450 0 0 20 0 20 0 6814274 13588557824 736426 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3317519 736426 3846 1 0 3305234 0
[pid=17702/tid=17703] ppid=17699 vsize=13270076 CPUtime=2317.72 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 98905 0 0 0 231722 50 0 0 20 0 20 0 6814274 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444614335152 140444246320125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13270076 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 6463 0 0 0 236 46 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13270076 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 8195 0 0 0 239 47 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13270076 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 7037 0 0 0 232 45 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13270076 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 9463 0 0 0 239 46 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13270076 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 9271 0 0 0 234 45 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13270076 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 11325 0 0 0 239 45 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13270076 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 7019 0 0 0 236 46 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13270076 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 10647 0 0 0 235 44 0 0 20 0 20 0 6814275 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13270076 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 15274 0 0 0 66 5 0 0 20 0 20 0 6814277 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6814278 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444072604512 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6814279 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444071552128 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444070500432 140444610115483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17717] ppid=17699 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 7621 0 -1 1077944384 4811 0 0 0 122 1 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444069448304 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17718] ppid=17699 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 5974 0 0 0 147 1 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13270076 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 4816 0 0 0 140 1 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 5818 0 0 0 65 2 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 1369 0 0 0 31 35 0 0 20 0 20 0 6814283 13588557824 736426 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 2346.59
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374 s]
/proc/loadavg: 1.58 1.71 1.76 3/282 17904
/proc/meminfo: memFree=27810356/32770624 swapFree=5800/312936
[pid=17702] ppid=17699 vsize=13270076 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/17702/stat : 17702 (java) S 17699 17702 7621 0 -1 1077944320 212182 0 0 0 239548 454 0 0 20 0 20 0 6814274 13588557824 736457 33554432000 4194304 4196468 140735904059712 140735904042256 140444610096887 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
/proc/17702/statm: 3317519 736457 3846 1 0 3305234 0
[pid=17702/tid=17703] ppid=17699 vsize=13270076 CPUtime=2369.08 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17703/stat : 17703 (java) R 17699 17702 7621 0 -1 4202560 100064 0 0 0 236858 50 0 0 20 0 20 0 6814274 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444614334928 140444246838346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17705] ppid=17699 vsize=13270076 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17705/stat : 17705 (java) S 17699 17702 7621 0 -1 1077944384 6826 0 0 0 259 47 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444562717072 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17706] ppid=17699 vsize=13270076 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17706/stat : 17706 (java) S 17699 17702 7621 0 -1 1077944384 8352 0 0 0 265 48 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444561664272 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17707] ppid=17699 vsize=13270076 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17707/stat : 17707 (java) S 17699 17702 7621 0 -1 1077944384 7144 0 0 0 257 45 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444560611984 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17708] ppid=17699 vsize=13270076 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17708/stat : 17708 (java) S 17699 17702 7621 0 -1 1077944384 9552 0 0 0 264 46 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444559559184 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17709] ppid=17699 vsize=13270076 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17709/stat : 17709 (java) S 17699 17702 7621 0 -1 1077944384 9488 0 0 0 259 45 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444205251472 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17710] ppid=17699 vsize=13270076 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17710/stat : 17710 (java) S 17699 17702 7621 0 -1 1077944384 11970 0 0 0 265 46 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444204198672 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17711] ppid=17699 vsize=13270076 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17711/stat : 17711 (java) S 17699 17702 7621 0 -1 1077944384 7125 0 0 0 259 46 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444203146384 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17712] ppid=17699 vsize=13270076 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17712/stat : 17712 (java) S 17699 17702 7621 0 -1 1077944384 11599 0 0 0 261 45 0 0 20 0 20 0 6814275 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444202093584 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17713] ppid=17699 vsize=13270076 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17713/stat : 17713 (java) S 17699 17702 7621 0 -1 1077944384 15785 0 0 0 70 5 0 0 20 0 20 0 6814277 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444073658480 140444610108034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17714] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17714/stat : 17714 (java) S 17699 17702 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6814278 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444072604512 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17715] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17715/stat : 17715 (java) S 17699 17702 7621 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6814279 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444071552128 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17716] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17716/stat : 17716 (java) S 17699 17702 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444070500432 140444610115483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17717] ppid=17699 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17717/stat : 17717 (java) S 17699 17702 7621 0 -1 1077944384 4815 0 0 0 122 1 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444069448304 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17718] ppid=17699 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17718/stat : 17718 (java) S 17699 17702 7621 0 -1 1077944384 5980 0 0 0 147 1 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444068395504 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17719] ppid=17699 vsize=13270076 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17719/stat : 17719 (java) S 17699 17702 7621 0 -1 1077944384 4820 0 0 0 140 1 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444067343216 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17720] ppid=17699 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17720/stat : 17720 (java) S 17699 17702 7621 0 -1 1077944384 5822 0 0 0 65 2 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444066290416 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17721] ppid=17699 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17721/stat : 17721 (java) S 17699 17702 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6814282 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444065237344 140444610107093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
[pid=17702/tid=17722] ppid=17699 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17702/task/17722/stat : 17722 (java) S 17699 17702 7621 0 -1 1077944384 1411 0 0 0 32 35 0 0 20 0 20 0 6814283 13588557824 736457 33554432000 4194304 4196468 140735904059712 140444064184624 140444610108034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 17551360 140735904064654 140735904064836 140735904064836 140735904067535 0
Current children cumulated CPU time (s) 2400.02
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 17702 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2374.03
CPU time (s): 2400.05
CPU user time (s): 2395.48
CPU system time (s): 4.56987
CPU usage (%): 101.096
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.48
system time used= 4.56987
maximum resident set size= 3345108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70191
involuntary context switches= 125789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0836 second user time and 16.3912 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 11:24:25
IDJOB=4247985
IDBENCH=130622
IDSOLVER=2629
FILE ID=node124/4247985-1500715465
RUNJOBID= node124-1500696956-15261
PBS_JOBID= 20623343
Free space on /tmp= 61968 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-15.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-4247985-1500715465/watcher-4247985-1500715465 -o /tmp/evaluation-result-4247985-1500715465/solver-4247985-1500715465 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15261 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 207727462 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247985-1500715465.xml

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

MD5SUM BENCH= ab7b26918dfc59e965233a0e800431a7
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		: 2400.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1733.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:        28280888 kB
MemAvailable:   28584592 kB
Buffers:          133152 kB
Cached:           451164 kB
SwapCached:            0 kB
Active:          3727980 kB
Inactive:         319168 kB
Active(anon):    3465504 kB
Inactive(anon):     8744 kB
Active(file):     262476 kB
Inactive(file):   310424 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42120 kB
Writeback:            24 kB
AnonPages:       3443944 kB
Mapped:            45092 kB
Shmem:              8840 kB
Slab:             127876 kB
SReclaimable:      93276 kB
SUnreclaim:        34600 kB
KernelStack:        4704 kB
PageTables:        12428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4247796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3321856 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:03:59