Trace number 4248422

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)1021 2400.12 2339.42

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-07.xml
MD5SUMddd3703b8a67d475e5b0b20416c98cf0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1021
Best CPU time to get the best result obtained on this benchmark6.44064
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 1540408911
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.33	c Parsing instance...
0.94/0.67	c Parsing done, starting search...
0.94/0.69	o 0
1.08/0.75	o 97
1.08/0.78	o 127
1.35/0.80	o 618
1.35/0.86	o 649
1.71/0.90	o 667
2.84/1.39	o 679
2.84/1.39	o 775
3.02/1.41	o 776
3.02/1.47	o 780
3.02/1.47	o 786
3.02/1.47	o 788
3.02/1.48	o 858
3.69/1.63	o 859
3.85/1.74	o 860
4.07/1.98	o 878
4.07/1.98	o 883
4.51/2.28	o 886
4.51/2.29	o 894
4.51/2.29	o 903
4.51/2.31	o 906
4.70/2.46	o 913
4.92/2.61	o 926
4.92/2.62	o 942
5.35/3.06	o 955
6.28/3.97	o 973
8.24/5.87	o 984
8.49/6.05	o 988
8.60/6.16	o 1001
9.39/6.88	o 1005
9.81/7.24	o 1018
11.14/8.55	o 1020
11.85/9.13	o 1021
2400.09/2339.40	s SATISFIABLE
2400.09/2339.40	v <instantiation>
2400.09/2339.40	v 	<list>
2400.09/2339.40	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
2400.09/2339.40	v 	</list>
2400.09/2339.40	v 	<values>
2400.09/2339.40	v 		0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 
2400.09/2339.40	v 	</values>
2400.09/2339.40	v </instantiation>

Verifier Data

OK	1021

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-4248422-1500730937/watcher-4248422-1500730937 -o /tmp/evaluation-result-4248422-1500730937/solver-4248422-1500730937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500714616-18985 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1540408911 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248422-1500730937.xml 

pid=21067
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.70 1.75 1.71 3/261 21070
/proc/meminfo: memFree=30588040/32770624 swapFree=5868/289816
[pid=21070] ppid=21067 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 2008 0 0 0 0 0 0 0 20 0 2 0 8362819 10889764864 2234 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 2658634 2234 1188 1 0 2647545 0
[pid=21070/tid=21071] ppid=21067 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 796 0 0 0 0 0 0 0 20 0 2 0 8362820 10889764864 2366 33554432000 4194304 4196468 140721952614064 140560144341408 140560132388768 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0

[startup+0.100075 s]
/proc/loadavg: 1.70 1.75 1.71 3/261 21070
/proc/meminfo: memFree=30588040/32770624 swapFree=5868/289816
[pid=21070] ppid=21067 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 5768 0 0 0 7 2 0 0 20 0 20 0 8362819 13582725120 6352 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3316095 6352 3313 1 0 3303815 0
[pid=21070/tid=21071] ppid=21067 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 3847 0 0 0 7 1 0 0 20 0 20 0 8362820 13582725120 6352 33554432000 4194304 4196468 140721952614064 140560144341600 140560096702432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200486 s]
/proc/loadavg: 1.70 1.75 1.71 3/261 21070
/proc/meminfo: memFree=30588040/32770624 swapFree=5868/289816
[pid=21070] ppid=21067 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 8917 0 0 0 23 3 0 0 20 0 20 0 8362819 13582245888 8942 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3315978 8942 3560 1 0 3303698 0
[pid=21070/tid=21071] ppid=21067 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 6630 0 0 0 16 2 0 0 20 0 20 0 8362820 13582245888 8942 33554432000 4194304 4196468 140721952614064 140560144327696 140560124179806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300486 s]
/proc/loadavg: 1.70 1.75 1.71 3/261 21070
/proc/meminfo: memFree=30588040/32770624 swapFree=5868/289816
[pid=21070] ppid=21067 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 9832 0 0 0 38 4 0 0 20 0 20 0 8362819 13582245888 11028 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3315978 11028 3620 1 0 3303698 0
[pid=21070/tid=21071] ppid=21067 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 7323 0 0 0 24 3 0 0 20 0 20 0 8362820 13582245888 11028 33554432000 4194304 4196468 140721952614064 140560144315856 140560124179806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700288 s]
/proc/loadavg: 1.70 1.75 1.71 3/261 21070
/proc/meminfo: memFree=30588040/32770624 swapFree=5868/289816
[pid=21070] ppid=21067 vsize=13268028 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 12703 0 0 0 102 6 0 0 20 0 20 0 8362819 13586460672 18503 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317007 18503 3731 1 0 3304722 0
[pid=21070/tid=21071] ppid=21067 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 9417 0 0 0 63 4 0 0 20 0 20 0 8362820 13586460672 18503 33554432000 4194304 4196468 140721952614064 140560144310288 140560140121245 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13268028

[startup+1.50114 s]
/proc/loadavg: 1.70 1.75 1.71 7/281 21090
/proc/meminfo: memFree=30498280/32770624 swapFree=5868/289552
[pid=21070] ppid=21067 vsize=13268028 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 21627 0 0 0 332 12 0 0 20 0 20 0 8362819 13586460672 50129 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317007 50129 3813 1 0 3304722 0
[pid=21070/tid=21071] ppid=21067 vsize=13268028 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) S 21067 21070 18954 0 -1 1077944384 11574 0 0 0 140 6 0 0 20 0 20 0 8362820 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560144337056 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) R 21067 21070 18954 0 -1 4202560 237 0 0 0 0 0 0 0 20 0 20 0 8362823 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559468843680 140560125038096 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8362823 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559467791136 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8362824 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559466738800 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21084/stat : 21084 (java) S 21067 21070 18954 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559465687120 140560140117915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21085] ppid=21067 vsize=13268028 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21085/stat : 21085 (java) R 21067 21070 18954 0 -1 4202560 2393 0 0 0 52 1 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559464615984 140560123596107 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21086] ppid=21067 vsize=13268028 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) R 21067 21070 18954 0 -1 4202560 1680 0 0 0 43 0 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559463568216 140560121623880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13268028 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 2009 0 0 0 49 0 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559462514896 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13268028 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 1945 0 0 0 45 1 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 50129 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 13268028

[startup+3.10077 s]
/proc/loadavg: 1.70 1.75 1.71 3/281 21090
/proc/meminfo: memFree=30390964/32770624 swapFree=5868/289548
[pid=21070] ppid=21067 vsize=13268028 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 24468 0 0 0 527 18 0 0 20 0 20 0 8362819 13586460672 83549 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317007 83549 3823 1 0 3304722 0
[pid=21070/tid=21071] ppid=21067 vsize=13268028 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 12299 0 0 0 295 7 0 0 20 0 20 0 8362820 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560144328032 140559738852438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 101 0 0 0 1 1 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) S 21067 21070 18954 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 20 0 8362823 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559468845168 140560140110466 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 8362823 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559467791200 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 8362824 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559466738816 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21084/stat : 21084 (java) S 21067 21070 18954 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559465687120 140560140117915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21085] ppid=21067 vsize=13268028 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21085/stat : 21085 (java) S 21067 21070 18954 0 -1 1077944384 2523 0 0 0 59 1 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559464634992 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21086] ppid=21067 vsize=13268028 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) S 21067 21070 18954 0 -1 1077944384 1854 0 0 0 53 0 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559463582192 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13268028 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 2242 0 0 0 58 0 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559462529904 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 2975 0 0 0 49 1 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 8362828 13586460672 83549 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 13268028

[startup+6.30081 s]
/proc/loadavg: 1.72 1.76 1.71 3/281 21090
/proc/meminfo: memFree=29641680/32770624 swapFree=5868/289556
[pid=21070] ppid=21067 vsize=13268028 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 26481 0 0 0 855 34 0 0 20 0 20 0 8362819 13586460672 275984 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317007 275984 3823 1 0 3304722 0
[pid=21070/tid=21071] ppid=21067 vsize=13268028 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 13112 0 0 0 600 21 0 0 20 0 20 0 8362820 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560144334648 140559738393698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 50 0 0 0 1 1 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 105 0 0 0 1 1 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 8362821 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) S 21067 21070 18954 0 -1 1077944384 727 0 0 0 1 0 0 0 20 0 20 0 8362823 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559468845168 140560140110466 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 8362823 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559467791200 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 8362824 13586460672 275984 33554432000 4194304 4196468 140721952614064 140559466738816 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=21070/tid=21086] ppid=21067 vsize=13270076 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) S 21067 21070 18954 0 -1 1077944384 10095 0 0 0 86 1 0 0 20 0 20 0 8362828 13588557824 299821 33554432000 4194304 4196468 140721952614064 140559463582192 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13270076 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 16533 0 0 0 135 2 0 0 20 0 20 0 8362828 13588557824 299821 33554432000 4194304 4196468 140721952614064 140559462529904 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 18434 0 0 0 62 3 0 0 20 0 20 0 8362828 13588557824 299821 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 299821 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13270076 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 976 0 0 0 62 59 0 0 20 0 20 0 8362828 13588557824 299821 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 2259.46
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 0.95 1.33 1.42 3/281 21176
/proc/meminfo: memFree=29231952/32770624 swapFree=5868/292108
[pid=21070] ppid=21067 vsize=13270076 CPUtime=2321.04 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 173643 0 0 0 231685 419 0 0 20 0 20 0 8362819 13588557824 301357 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317519 301357 3838 1 0 3305234 0
[pid=21070/tid=21071] ppid=21067 vsize=13270076 CPUtime=2243.88 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 70632 0 0 0 224346 42 0 0 20 0 20 0 8362820 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560144337520 140559739063372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13270076 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 3818 0 0 0 779 43 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13270076 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 2831 0 0 0 787 35 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13270076 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 4455 0 0 0 777 43 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13270076 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 3007 0 0 0 775 37 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13270076 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 4405 0 0 0 781 38 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13270076 CPUtime=8.24 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 3722 0 0 0 789 35 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13270076 CPUtime=8.35 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 3778 0 0 0 796 39 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13270076 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 3138 0 0 0 776 37 0 0 20 0 20 0 8362821 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13270076 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) S 21067 21070 18954 0 -1 1077944384 9928 0 0 0 551 42 0 0 20 0 20 0 8362823 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559468845168 140560140110466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8362823 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559467791200 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8362824 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559466738816 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21084/stat : 21084 (java) S 21067 21070 18954 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559465687120 140560140117915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21085] ppid=21067 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21085/stat : 21085 (java) S 21067 21070 18954 0 -1 1077944384 15911 0 0 0 121 3 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559464634992 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21086] ppid=21067 vsize=13270076 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) S 21067 21070 18954 0 -1 1077944384 10600 0 0 0 88 1 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559463582192 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13270076 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 16535 0 0 0 135 2 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559462529904 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 18436 0 0 0 62 3 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 991 0 0 0 63 61 0 0 20 0 20 0 8362828 13588557824 301357 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 2321.04
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.42 1.40 1.44 3/281 21271
/proc/meminfo: memFree=28197420/32770624 swapFree=5868/292228
[pid=21070] ppid=21067 vsize=13270076 CPUtime=2382.61 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 175671 0 0 0 237832 429 0 0 20 0 20 0 8362819 13588557824 302381 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317519 302381 3838 1 0 3305234 0
[pid=21070/tid=21071] ppid=21067 vsize=13270076 CPUtime=2303.36 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 71830 0 0 0 230294 42 0 0 20 0 20 0 8362820 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560144337520 140559738235550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13270076 CPUtime=8.46 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 3977 0 0 0 802 44 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13270076 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 2836 0 0 0 808 35 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13270076 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 4466 0 0 0 800 44 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13270076 CPUtime=8.37 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 3011 0 0 0 798 39 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13270076 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 4409 0 0 0 803 40 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13270076 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 3725 0 0 0 812 36 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13270076 CPUtime=8.57 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 3874 0 0 0 817 40 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13270076 CPUtime=8.35 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 3146 0 0 0 797 38 0 0 20 0 20 0 8362821 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13270076 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) S 21067 21070 18954 0 -1 1077944384 10101 0 0 0 565 45 0 0 20 0 20 0 8362823 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559468845168 140560140110466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8362823 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559467791200 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8362824 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559466738816 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21084/stat : 21084 (java) S 21067 21070 18954 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559465687120 140560140117915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21085] ppid=21067 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21085/stat : 21085 (java) S 21067 21070 18954 0 -1 1077944384 15946 0 0 0 121 3 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559464634992 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21086] ppid=21067 vsize=13270076 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) S 21067 21070 18954 0 -1 1077944384 10705 0 0 0 89 1 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559463582192 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13270076 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 16741 0 0 0 138 2 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559462529904 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 18438 0 0 0 62 3 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 1010 0 0 0 65 62 0 0 20 0 20 0 8362828 13588557824 302381 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 2382.61
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.4 s]
/proc/loadavg: 1.42 1.40 1.43 3/281 21271
/proc/meminfo: memFree=26953728/32770624 swapFree=5868/292244
[pid=21070] ppid=21067 vsize=13270076 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/21070/stat : 21070 (java) S 21067 21070 18954 0 -1 1077944320 176327 0 0 0 239577 432 0 0 20 0 20 0 8362819 13588557824 302893 33554432000 4194304 4196468 140721952614064 140721952596608 140560140099319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
/proc/21070/statm: 3317519 302893 3838 1 0 3305234 0
[pid=21070/tid=21071] ppid=21067 vsize=13270076 CPUtime=2320.35 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21071/stat : 21071 (java) R 21067 21070 18954 0 -1 4202560 72378 0 0 0 231993 42 0 0 20 0 20 0 8362820 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560144337520 140559738919543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21073] ppid=21067 vsize=13270076 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21073/stat : 21073 (java) S 21067 21070 18954 0 -1 1077944384 3980 0 0 0 807 44 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560058579344 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21074] ppid=21067 vsize=13270076 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21074/stat : 21074 (java) S 21067 21070 18954 0 -1 1077944384 2838 0 0 0 814 35 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560057526544 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21075] ppid=21067 vsize=13270076 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21075/stat : 21075 (java) S 21067 21070 18954 0 -1 1077944384 4466 0 0 0 805 44 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560056474256 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21076] ppid=21067 vsize=13270076 CPUtime=8.42 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21076/stat : 21076 (java) S 21067 21070 18954 0 -1 1077944384 3044 0 0 0 803 39 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560055421456 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21077] ppid=21067 vsize=13270076 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21077/stat : 21077 (java) S 21067 21070 18954 0 -1 1077944384 4410 0 0 0 808 40 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140560054369168 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21078] ppid=21067 vsize=13270076 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21078/stat : 21078 (java) S 21067 21070 18954 0 -1 1077944384 3725 0 0 0 817 36 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559733746448 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21079] ppid=21067 vsize=13270076 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21079/stat : 21079 (java) S 21067 21070 18954 0 -1 1077944384 3937 0 0 0 823 41 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559732694160 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21080] ppid=21067 vsize=13270076 CPUtime=8.41 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21080/stat : 21080 (java) S 21067 21070 18954 0 -1 1077944384 3147 0 0 0 802 39 0 0 20 0 20 0 8362821 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559731641360 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21081] ppid=21067 vsize=13270076 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21081/stat : 21081 (java) S 21067 21070 18954 0 -1 1077944384 10104 0 0 0 568 45 0 0 20 0 20 0 8362823 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559468845168 140560140110466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21082] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21082/stat : 21082 (java) S 21067 21070 18954 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8362823 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559467791200 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21083] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21083/stat : 21083 (java) S 21067 21070 18954 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8362824 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559466738816 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21084] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21084/stat : 21084 (java) S 21067 21070 18954 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559465687120 140560140117915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21085] ppid=21067 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21085/stat : 21085 (java) S 21067 21070 18954 0 -1 1077944384 15946 0 0 0 121 3 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559464634992 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21086] ppid=21067 vsize=13270076 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21086/stat : 21086 (java) S 21067 21070 18954 0 -1 1077944384 10705 0 0 0 89 1 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559463582192 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21087] ppid=21067 vsize=13270076 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21087/stat : 21087 (java) S 21067 21070 18954 0 -1 1077944384 16741 0 0 0 138 2 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559462529904 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21088] ppid=21067 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21088/stat : 21088 (java) S 21067 21070 18954 0 -1 1077944384 18438 0 0 0 62 3 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559461477104 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21089] ppid=21067 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21089/stat : 21089 (java) S 21067 21070 18954 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559460424032 140560140109525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
[pid=21070/tid=21090] ppid=21067 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/21070/task/21090/stat : 21090 (java) S 21067 21070 18954 0 -1 1077944384 1012 0 0 0 65 63 0 0 20 0 20 0 8362828 13588557824 302893 33554432000 4194304 4196468 140721952614064 140559459371312 140560140110466 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30187520 140721952617615 140721952617796 140721952617796 140721952620495 0
Current children cumulated CPU time (s) 2400.09
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 21070 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2339.42
CPU time (s): 2400.12
CPU user time (s): 2395.79
CPU system time (s): 4.332
CPU usage (%): 102.595
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.79
system time used= 4.332
maximum resident set size= 1212000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327744
involuntary context switches= 172254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5091 second user time and 21.0882 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-22 15:42:18
IDJOB=4248422
IDBENCH=133504
IDSOLVER=2627
FILE ID=node115/4248422-1500730937
RUNJOBID= node115-1500714616-18985
PBS_JOBID= 20623355
Free space on /tmp= 61944 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-07.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-4248422-1500730937/watcher-4248422-1500730937 -o /tmp/evaluation-result-4248422-1500730937/solver-4248422-1500730937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500714616-18985 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1540408911 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248422-1500730937.xml

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

MD5SUM BENCH= ddd3703b8a67d475e5b0b20416c98cf0
RANDOM SEED=1540408911

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.41
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.41
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.41
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:        30587472 kB
MemAvailable:   30973304 kB
Buffers:          139760 kB
Cached:           525404 kB
SwapCached:            0 kB
Active:          1444628 kB
Inactive:         298588 kB
Active(anon):    1080540 kB
Inactive(anon):     8772 kB
Active(file):     364088 kB
Inactive(file):   289816 kB
Unevictable:        5868 kB
Mlocked:            5868 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41976 kB
Writeback:            16 kB
AnonPages:       1082676 kB
Mapped:            45872 kB
Shmem:              8848 kB
Slab:             129212 kB
SReclaimable:      95524 kB
SUnreclaim:        33688 kB
KernelStack:        4496 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2048932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61904 MiB
End job on node115 at 2017-07-22 16:21:17