Trace number 4248373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - ALNS 2017-06-30SAT (TO)885 2400.09 2339.02

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28092
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.27/0.26	c version: 2017-06-30
0.27/0.26	c seed: 1496801375
0.27/0.26	c timeout: 2400
0.27/0.26	c memlimit: 15500
0.27/0.26	c nbcore: 8
0.27/0.28	c Parsing instance...
0.95/0.63	c Parsing done, starting search...
0.95/0.65	o 0
1.13/0.71	o 434
1.13/0.75	o 441
1.13/0.76	o 672
1.71/0.99	o 688
2.48/1.16	o 697
2.48/1.17	o 709
2.48/1.17	o 712
3.20/1.32	o 740
3.20/1.32	o 744
3.20/1.33	o 760
3.72/1.67	o 782
4.14/1.99	o 788
4.14/1.99	o 797
4.34/2.18	o 809
4.34/2.18	o 851
4.46/2.24	o 857
4.46/2.27	o 860
8.21/6.03	o 862
9.42/7.11	o 865
10.13/7.85	o 885
2400.05/2339.00	s SATISFIABLE
2400.05/2339.00	v <instantiation>
2400.05/2339.00	v 	<list>
2400.05/2339.00	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
2400.05/2339.00	v 	</list>
2400.05/2339.00	v 	<values>
2400.05/2339.00	v 		0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 
2400.05/2339.00	v 	</values>
2400.05/2339.00	v </instantiation>

Verifier Data

OK	885

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-4248373-1500729911/watcher-4248373-1500729911 -o /tmp/evaluation-result-4248373-1500729911/solver-4248373-1500729911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500718253-14618 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1496801375 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248373-1500729911.xml 

pid=15894
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.89 1.81 1.78 3/261 15897
/proc/meminfo: memFree=28866572/32770624 swapFree=5844/308136
[pid=15897] ppid=15894 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 8260279 369864704 1925 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 90299 1925 1072 1 0 79210 0
[pid=15897/tid=15898] ppid=15894 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) S 15894 15897 14587 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 8260279 369864704 1925 33554432000 4194304 4196468 140735783914208 140205860178336 140205855947394 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0

[startup+0.100132 s]
/proc/loadavg: 1.89 1.81 1.78 3/261 15897
/proc/meminfo: memFree=28866572/32770624 swapFree=5844/308136
[pid=15897] ppid=15894 vsize=13263912 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 7197 0 0 0 10 1 0 0 20 0 20 0 8260279 13582245888 7446 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3315978 7446 3407 1 0 3303698 0
[pid=15897/tid=15898] ppid=15894 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 5149 0 0 0 8 0 0 0 20 0 20 0 8260279 13582245888 7446 33554432000 4194304 4196468 140735783914208 140205860139376 140205835468673 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13263912

[startup+0.200409 s]
/proc/loadavg: 1.89 1.81 1.78 3/261 15897
/proc/meminfo: memFree=28866572/32770624 swapFree=5844/308136
[pid=15897] ppid=15894 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 9526 0 0 0 26 1 0 0 20 0 20 0 8260279 13582245888 9969 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3315978 9969 3602 1 0 3303698 0
[pid=15897/tid=15898] ppid=15894 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 7077 0 0 0 17 1 0 0 20 0 20 0 8260279 13582245888 9969 33554432000 4194304 4196468 140735783914208 140205860154368 140205840016734 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300313 s]
/proc/loadavg: 1.89 1.81 1.78 3/261 15897
/proc/meminfo: memFree=28866572/32770624 swapFree=5844/308136
[pid=15897] ppid=15894 vsize=13263932 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 10597 0 0 0 45 2 0 0 20 0 20 0 8260279 13582266368 12394 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3315983 12394 3715 1 0 3303698 0
[pid=15897/tid=15898] ppid=15894 vsize=13263932 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 7632 0 0 0 26 1 0 0 20 0 20 0 8260279 13582266368 12394 33554432000 4194304 4196468 140735783914208 140205860157136 140205841616438 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13263932

[startup+0.700219 s]
/proc/loadavg: 1.89 1.81 1.78 3/261 15897
/proc/meminfo: memFree=28866572/32770624 swapFree=5844/308136
[pid=15897] ppid=15894 vsize=13268028 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 13012 0 0 0 109 4 0 0 20 0 20 0 8260279 13586460672 19868 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317007 19868 3744 1 0 3304722 0
[pid=15897/tid=15898] ppid=15894 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 9500 0 0 0 64 3 0 0 20 0 20 0 8260279 13586460672 19868 33554432000 4194304 4196468 140735783914208 140205860173056 140205466090153 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13268028

[startup+1.50086 s]
/proc/loadavg: 1.89 1.81 1.78 5/281 15917
/proc/meminfo: memFree=28770460/32770624 swapFree=5844/308156
[pid=15897] ppid=15894 vsize=13268028 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 21652 0 0 0 347 9 0 0 20 0 20 0 8260279 13586460672 50474 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317007 50474 3812 1 0 3304722 0
[pid=15897/tid=15898] ppid=15894 vsize=13268028 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 11606 0 0 0 141 5 0 0 20 0 20 0 8260279 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205860172232 140205471028492 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 20 0 8260282 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8260282 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 8260283 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15911/stat : 15911 (java) S 15894 15897 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8260285 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205383567824 140205855954843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15912] ppid=15894 vsize=13268028 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15912/stat : 15912 (java) S 15894 15897 14587 0 -1 1077944384 1960 0 0 0 44 0 0 0 20 0 20 0 8260285 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205046622448 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15913] ppid=15894 vsize=13268028 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 1607 0 0 0 51 0 0 0 20 0 20 0 8260285 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13268028 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 1941 0 0 0 61 0 0 0 20 0 20 0 8260285 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13268028 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 2393 0 0 0 45 1 0 0 20 0 20 0 8260285 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13586460672 50474 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 13268028

[startup+3.10085 s]
/proc/loadavg: 1.89 1.81 1.78 3/281 15917
/proc/meminfo: memFree=28577832/32770624 swapFree=5844/308116
[pid=15897] ppid=15894 vsize=13268028 CPUtime=5.44 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 23423 0 0 0 526 18 0 0 20 0 20 0 8260279 13586460672 110253 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317007 110253 3817 1 0 3304722 0
[pid=15897/tid=15898] ppid=15894 vsize=13268028 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 12181 0 0 0 295 8 0 0 20 0 20 0 8260279 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205860172792 140205471056920 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 8260280 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 20 0 8260282 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8260282 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 8260283 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15911/stat : 15911 (java) S 15894 15897 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8260285 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205383567824 140205855954843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15912] ppid=15894 vsize=13268028 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15912/stat : 15912 (java) S 15894 15897 14587 0 -1 1077944384 2253 0 0 0 51 0 0 0 20 0 20 0 8260285 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205046622448 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15913] ppid=15894 vsize=13268028 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 1698 0 0 0 54 0 0 0 20 0 20 0 8260285 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13268028 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 1959 0 0 0 66 0 0 0 20 0 20 0 8260285 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13268028 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 2661 0 0 0 48 1 0 0 20 0 20 0 8260285 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 8260286 13586460672 110253 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13268028

[startup+6.30088 s]
/proc/loadavg: 1.82 1.79 1.78 3/281 15917
/proc/meminfo: memFree=27919100/32770624 swapFree=5844/308116
[pid=15897] ppid=15894 vsize=13268028 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 25426 0 0 0 830 31 0 0 20 0 20 0 8260279 13586460672 275709 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317007 275709 3817 1 0 3304722 0
[pid=15897/tid=15898] ppid=15894 vsize=13268028 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 12963 0 0 0 580 19 0 0 20 0 20 0 8260279 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205860173576 140205471027801 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 300 0 0 0 1 1 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 8260280 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 769 0 0 0 1 0 0 0 20 0 20 0 8260282 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8260282 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 8260283 13586460672 275709 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15897/tid=15913] ppid=15894 vsize=13270076 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 8659 0 0 0 93 1 0 0 20 0 20 0 8260285 13588557824 300926 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13270076 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 13179 0 0 0 148 2 0 0 20 0 20 0 8260285 13588557824 300926 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 16724 0 0 0 62 2 0 0 20 0 20 0 8260285 13588557824 300926 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13588557824 300926 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 897 0 0 0 64 60 0 0 20 0 20 0 8260286 13588557824 300926 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 2259.73
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.38 1.47 1.49 3/281 16095
/proc/meminfo: memFree=29268436/32770624 swapFree=5844/310548
[pid=15897] ppid=15894 vsize=13270076 CPUtime=2321.34 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 153716 0 0 0 231715 419 0 0 20 0 20 0 8260279 13588557824 301950 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317519 301950 3838 1 0 3305234 0
[pid=15897/tid=15898] ppid=15894 vsize=13270076 CPUtime=2243.61 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 68746 0 0 0 224320 41 0 0 20 0 20 0 8260279 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205860174496 140205471027535 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13270076 CPUtime=8.31 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 3363 0 0 0 792 39 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13270076 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 2507 0 0 0 791 36 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13270076 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 3037 0 0 0 781 41 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13270076 CPUtime=8.3 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 1965 0 0 0 791 39 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13270076 CPUtime=8.3 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 2207 0 0 0 792 38 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13270076 CPUtime=8.32 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 2713 0 0 0 793 39 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13270076 CPUtime=8.35 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 3205 0 0 0 794 41 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13270076 CPUtime=8.28 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 2848 0 0 0 789 39 0 0 20 0 20 0 8260280 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13270076 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 8746 0 0 0 546 38 0 0 20 0 20 0 8260282 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 8260282 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 8260283 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15911/stat : 15911 (java) S 15894 15897 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8260285 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205383567824 140205855954843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15912] ppid=15894 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15912/stat : 15912 (java) S 15894 15897 14587 0 -1 1077944384 13294 0 0 0 102 2 0 0 20 0 20 0 8260285 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205046622448 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15913] ppid=15894 vsize=13270076 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 8662 0 0 0 93 1 0 0 20 0 20 0 8260285 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13270076 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 13181 0 0 0 148 2 0 0 20 0 20 0 8260285 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 16862 0 0 0 62 2 0 0 20 0 20 0 8260285 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 912 0 0 0 65 62 0 0 20 0 20 0 8260286 13588557824 301950 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 2321.34
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.58 1.49 1.50 3/281 16096
/proc/meminfo: memFree=29262852/32770624 swapFree=5844/310608
[pid=15897] ppid=15894 vsize=13270076 CPUtime=2382.88 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 156090 0 0 0 237861 427 0 0 20 0 20 0 8260279 13588557824 302974 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317519 302974 3838 1 0 3305234 0
[pid=15897/tid=15898] ppid=15894 vsize=13270076 CPUtime=2303.11 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 69959 0 0 0 230270 41 0 0 20 0 20 0 8260279 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205860174496 140205471056900 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13270076 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 3477 0 0 0 815 40 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13270076 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 2582 0 0 0 812 37 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13270076 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 3083 0 0 0 802 42 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13270076 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 1989 0 0 0 814 40 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13270076 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 2348 0 0 0 812 39 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13270076 CPUtime=8.57 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 2731 0 0 0 817 40 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13270076 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 3225 0 0 0 816 42 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13270076 CPUtime=8.52 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 2897 0 0 0 812 40 0 0 20 0 20 0 8260280 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13270076 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 8908 0 0 0 560 39 0 0 20 0 20 0 8260282 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 8260282 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 8260283 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15911/stat : 15911 (java) S 15894 15897 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8260285 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205383567824 140205855954843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15912] ppid=15894 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15912/stat : 15912 (java) S 15894 15897 14587 0 -1 1077944384 13493 0 0 0 102 2 0 0 20 0 20 0 8260285 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205046622448 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15913] ppid=15894 vsize=13270076 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 8956 0 0 0 95 1 0 0 20 0 20 0 8260285 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13270076 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 13183 0 0 0 148 2 0 0 20 0 20 0 8260285 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 16864 0 0 0 62 2 0 0 20 0 20 0 8260285 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 927 0 0 0 67 63 0 0 20 0 20 0 8260286 13588557824 302974 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 2382.88
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339 s]
/proc/loadavg: 1.45 1.47 1.49 3/281 16096
/proc/meminfo: memFree=29260804/32770624 swapFree=5844/310628
[pid=15897] ppid=15894 vsize=13270076 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/15897/stat : 15897 (java) S 15894 15897 14587 0 -1 1077944320 156844 0 0 0 239575 430 0 0 20 0 20 0 8260279 13588557824 303486 33554432000 4194304 4196468 140735783914208 140735783896752 140205855936247 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
/proc/15897/statm: 3317519 303486 3838 1 0 3305234 0
[pid=15897/tid=15898] ppid=15894 vsize=13270076 CPUtime=2319.68 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15898/stat : 15898 (java) R 15894 15897 14587 0 -1 4202560 70466 0 0 0 231926 42 0 0 20 0 20 0 8260279 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205860174720 140205471056721 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15900] ppid=15894 vsize=13270076 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15900/stat : 15900 (java) S 15894 15897 14587 0 -1 1077944384 3524 0 0 0 821 40 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205788072976 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15901] ppid=15894 vsize=13270076 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15901/stat : 15901 (java) S 15894 15897 14587 0 -1 1077944384 2647 0 0 0 819 37 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205787020432 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15902] ppid=15894 vsize=13270076 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15902/stat : 15902 (java) S 15894 15897 14587 0 -1 1077944384 3089 0 0 0 808 43 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205785967376 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15903] ppid=15894 vsize=13270076 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15903/stat : 15903 (java) S 15894 15897 14587 0 -1 1077944384 1991 0 0 0 820 40 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205452397456 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15904] ppid=15894 vsize=13270076 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15904/stat : 15904 (java) S 15894 15897 14587 0 -1 1077944384 2360 0 0 0 819 39 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205451344400 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15905] ppid=15894 vsize=13270076 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15905/stat : 15905 (java) S 15894 15897 14587 0 -1 1077944384 2731 0 0 0 823 40 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205450291856 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15906] ppid=15894 vsize=13270076 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15906/stat : 15906 (java) S 15894 15897 14587 0 -1 1077944384 3227 0 0 0 824 42 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205449238800 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15907] ppid=15894 vsize=13270076 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15907/stat : 15907 (java) S 15894 15897 14587 0 -1 1077944384 2897 0 0 0 819 40 0 0 20 0 20 0 8260280 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205448186256 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15908] ppid=15894 vsize=13270076 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15908/stat : 15908 (java) S 15894 15897 14587 0 -1 1077944384 8908 0 0 0 564 39 0 0 20 0 20 0 8260282 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205386726128 140205855947394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15909] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15909/stat : 15909 (java) S 15894 15897 14587 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 8260282 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205385672416 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15910] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15910/stat : 15910 (java) S 15894 15897 14587 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 8260283 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205384619264 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15911] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15911/stat : 15911 (java) S 15894 15897 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8260285 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205383567824 140205855954843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15912] ppid=15894 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15912/stat : 15912 (java) S 15894 15897 14587 0 -1 1077944384 13493 0 0 0 102 2 0 0 20 0 20 0 8260285 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205046622448 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15913] ppid=15894 vsize=13270076 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15913/stat : 15913 (java) S 15894 15897 14587 0 -1 1077944384 8956 0 0 0 95 1 0 0 20 0 20 0 8260285 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205045569904 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15914] ppid=15894 vsize=13270076 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15914/stat : 15914 (java) S 15894 15897 14587 0 -1 1077944384 13295 0 0 0 149 2 0 0 20 0 20 0 8260285 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205044516848 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15915] ppid=15894 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15915/stat : 15915 (java) S 15894 15897 14587 0 -1 1077944384 16864 0 0 0 62 2 0 0 20 0 20 0 8260285 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205043464304 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15916] ppid=15894 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15916/stat : 15916 (java) S 15894 15897 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8260286 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205042412512 140205855946453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
[pid=15897/tid=15917] ppid=15894 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/15897/task/15917/stat : 15917 (java) S 15894 15897 14587 0 -1 1077944384 928 0 0 0 68 63 0 0 20 0 20 0 8260286 13588557824 303486 33554432000 4194304 4196468 140735783914208 140205041360048 140205855947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 14905344 140735783920783 140735783920964 140735783920964 140735783923663 0
Current children cumulated CPU time (s) 2400.05
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 15897 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2339.02
CPU time (s): 2400.09
CPU user time (s): 2395.77
CPU system time (s): 4.31964
CPU usage (%): 102.611
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.77
system time used= 4.31964
maximum resident set size= 1214284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325361
involuntary context switches= 171323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7024 second user time and 20.5476 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-22 15:25:12
IDJOB=4248373
IDBENCH=133475
IDSOLVER=2627
FILE ID=node112/4248373-1500729911
RUNJOBID= node112-1500718253-14618
PBS_JOBID= 20623367
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.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-4248373-1500729911/watcher-4248373-1500729911 -o /tmp/evaluation-result-4248373-1500729911/solver-4248373-1500729911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500718253-14618 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1496801375 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248373-1500729911.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=1496801375

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28867056 kB
MemAvailable:   29171616 kB
Buffers:          132040 kB
Cached:           454352 kB
SwapCached:            0 kB
Active:          3145660 kB
Inactive:         316960 kB
Active(anon):    2879588 kB
Inactive(anon):     8700 kB
Active(file):     266072 kB
Inactive(file):   308260 kB
Unevictable:        5844 kB
Mlocked:            5844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42104 kB
Writeback:             0 kB
AnonPages:       2898468 kB
Mapped:            45416 kB
Shmem:              8840 kB
Slab:             125732 kB
SReclaimable:      92124 kB
SUnreclaim:        33608 kB
KernelStack:        4576 kB
PageTables:        11296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3557724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2781184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61936 MiB
End job on node112 at 2017-07-22 16:04:11