Trace number 4248446

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: Concrete 3.4OPT954 305.957 274.421

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3305602
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

4.03/2.37	c Concrete v3.4 running
7.54/3.50	o 647
7.54/3.52	o 662
7.54/3.54	o 687
7.54/3.56	o 731
7.54/3.57	o 735
7.54/3.60	o 744
7.97/3.61	o 746
7.97/3.62	o 768
7.97/3.63	o 772
7.97/3.64	o 824
7.97/3.66	o 834
7.97/3.67	o 836
7.97/3.67	o 853
7.97/3.68	o 866
8.36/3.70	o 867
8.36/3.73	o 874
8.36/3.75	o 879
8.36/3.75	o 881
8.36/3.76	o 888
8.77/3.82	o 904
8.77/3.83	o 905
8.77/3.84	o 915
8.77/3.85	o 919
8.77/3.86	o 920
8.77/3.87	o 934
9.21/3.94	o 954
305.81/274.39	v <instantiation cost="954">
305.81/274.39	v       <list>
305.81/274.39	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]
305.81/274.39	v       </list>
305.81/274.39	v       <values>
305.81/274.39	v         1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0
305.81/274.39	v       </values>
305.81/274.39	v     </instantiation>
305.81/274.39	s OPTIMUM FOUND

Verifier Data

OK	954

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-4248446-1500745995/watcher-4248446-1500745995 -o /tmp/evaluation-result-4248446-1500745995/solver-4248446-1500745995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500745995-28332 --watchdog 2560 bin/concrete HOME/instance-4248446-1500745995.xml 

pid=28391
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: 0.81 0.79 0.85 3/246 28394
/proc/meminfo: memFree=31758712/32770624 swapFree=5920/166708
[pid=28394] ppid=28391 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (bash) S 28391 28394 19746 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 9869179 9736192 350 33554432000 4194304 5098028 140722459541296 140722459538936 139858064231424 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 36683776 140722459546894 140722459546979 140722459546979 140722459549678 0
/proc/28394/statm: 2377 350 277 221 0 86 0

[startup+0.100103 s]
/proc/loadavg: 0.81 0.79 0.85 3/246 28394
/proc/meminfo: memFree=31758712/32770624 swapFree=5920/166708
[pid=28394] ppid=28391 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (bash) S 28391 28394 19746 0 -1 4202496 879 6426 0 0 0 0 0 1 20 0 1 0 9869179 9871360 378 33554432000 4194304 5098028 140722459541296 140722459535304 139858064231424 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 36683776 140722459546894 140722459546979 140722459546979 140722459549678 0
/proc/28394/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200337 s]
/proc/loadavg: 0.81 0.79 0.85 3/246 28394
/proc/meminfo: memFree=31758712/32770624 swapFree=5920/166708
[pid=28394] ppid=28391 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 4805 12736 0 0 5 1 9 3 20 0 13 0 9869179 10686320640 5144 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2608965 5144 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300249 s]
/proc/loadavg: 0.81 0.79 0.85 3/246 28394
/proc/meminfo: memFree=31758712/32770624 swapFree=5920/166708
[pid=28394] ppid=28391 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 6770 12736 0 0 23 2 9 3 20 0 20 0 9869179 11164049408 8487 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2725598 8487 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700214 s]
/proc/loadavg: 0.81 0.79 0.85 3/246 28394
/proc/meminfo: memFree=31758712/32770624 swapFree=5920/166708
[pid=28394] ppid=28391 vsize=10902720 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 11911 12736 0 0 72 4 9 3 20 0 20 0 9869179 11164385280 14744 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2725680 14744 3152 1 0 2713890 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 0.81 0.79 0.85 3/281 28507
/proc/meminfo: memFree=31569064/32770624 swapFree=5920/165964
[pid=28394] ppid=28391 vsize=10913344 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 24699 12736 0 0 191 8 9 3 20 0 20 0 9869179 11175264256 33389 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2728336 33389 3369 1 0 2716450 0
[pid=28394/tid=28482] ppid=28391 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 18885 12736 0 0 127 6 9 3 20 0 20 0 9869193 11175264256 33389 33554432000 4194304 4196468 140731992776800 140459322262224 140459302110558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 2 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 2 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 2 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 2 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869194 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 5 12736 0 0 0 0 9 3 20 0 20 0 9869196 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 33 12736 0 0 0 0 9 3 20 0 20 0 9869197 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458858665248 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 21 12736 0 0 0 0 9 3 20 0 20 0 9869197 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458857612912 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 1564 12736 0 0 15 0 9 3 20 0 20 0 9869200 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 544 12736 0 0 10 0 9 3 20 0 20 0 9869200 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) S 28391 28394 19746 0 -1 1077944384 617 12736 0 0 11 0 9 3 20 0 20 0 9869200 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458853402992 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) R 28391 28394 19746 0 -1 4202560 877 12736 0 0 25 0 9 3 20 0 20 0 9869201 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458651019632 140459310267198 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 7 12736 0 0 0 0 9 3 20 0 20 0 9869201 11175264256 33389 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10913344

[startup+3.10076 s]
/proc/loadavg: 0.81 0.79 0.85 8/281 28507
/proc/meminfo: memFree=31408992/32770624 swapFree=5920/165964
[pid=28394] ppid=28391 vsize=10927868 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 50338 12736 0 0 563 20 9 3 20 0 20 0 9869179 11190136832 59515 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2731967 59515 3473 1 0 2719522 0
[pid=28394/tid=28482] ppid=28391 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 33889 12736 0 0 279 10 9 3 20 0 20 0 9869193 11190136832 59515 33554432000 4194304 4196468 140731992776800 140459322246152 140459299593600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 17 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 18 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 45 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 25 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 36 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 17 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 43 12736 0 0 0 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 133 12736 0 0 1 0 9 3 20 0 20 0 9869194 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 1261 12736 0 0 1 0 9 3 20 0 20 0 9869196 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 58 12736 0 0 0 0 9 3 20 0 20 0 9869197 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458858665312 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 43 12736 0 0 0 0 9 3 20 0 20 0 9869197 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458857612928 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10927868 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 3019 12736 0 0 43 2 9 3 20 0 20 0 9869200 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10927868 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 3120 12736 0 0 79 0 9 3 20 0 20 0 9869200 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10927868 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) R 28391 28394 19746 0 -1 4202560 3674 12736 0 0 59 1 9 3 20 0 20 0 9869200 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458853383016 140459301526851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10927868 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 2799 12736 0 0 86 1 9 3 20 0 20 0 9869201 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 8 12736 0 0 0 0 9 3 20 0 20 0 9869201 11190136832 59515 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 10927868

[startup+6.30115 s]
/proc/loadavg: 1.23 0.88 0.88 6/282 28508
/proc/meminfo: memFree=30953212/32770624 swapFree=5920/165964
[pid=28394] ppid=28391 vsize=10995452 CPUtime=15.12 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 63651 12736 0 0 1464 36 9 3 20 0 20 0 9869179 11259342848 109798 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2748863 109798 3491 1 0 2736418 0
[pid=28394/tid=28482] ppid=28391 vsize=10995452 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 39853 12736 0 0 572 12 9 3 20 0 20 0 9869193 11259342848 109798 33554432000 4194304 4196468 140731992776800 140459322263208 140459318042006 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 39 12736 0 0 13 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 43 12736 0 0 13 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 67 12736 0 0 14 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 52 12736 0 0 13 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 64 12736 0 0 14 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 36 12736 0 0 14 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 66 12736 0 0 13 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 172 12736 0 0 12 1 9 3 20 0 20 0 9869194 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 1929 12736 0 0 10 0 9 3 20 0 20 0 9869196 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 58 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458858665376 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 44 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458857612928 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10995452 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 3886 12736 0 0 176 3 9 3 20 0 20 0 9869200 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10995452 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) R 28391 28394 19746 0 -1 4202560 3984 12736 0 0 229 2 9 3 20 0 20 0 9869200 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458854455576 140459296477371 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10995452 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) R 28391 28394 19746 0 -1 4202560 7551 12736 0 0 223 6 9 3 20 0 20 0 9869200 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458853403288 140459301931564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10995452 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 3664 12736 0 0 141 1 9 3 20 0 20 0 9869201 11259342848 109798 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10995452 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 7695 12736 0 0 720 5 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 7327 12736 0 0 779 4 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10995452 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) S 28391 28394 19746 0 -1 1077944384 10666 12736 0 0 746 9 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458853402992 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10995452 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 9499 12736 0 0 318 4 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 181 12736 0 0 6 7 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 300.19
Current children cumulated vsize (KiB) 10995452

[startup+272.001 s]
/proc/loadavg: 1.60 1.32 1.07 3/283 28514
/proc/meminfo: memFree=29911936/32770624 swapFree=5920/166060
[pid=28394] ppid=28391 vsize=10995452 CPUtime=303.47 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 102578 12736 0 0 30230 105 9 3 20 0 20 0 9869179 11259342848 246060 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2748863 246060 3503 1 0 2736418 0
[pid=28394/tid=28482] ppid=28391 vsize=10995452 CPUtime=269.77 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 50447 12736 0 0 26940 25 9 3 20 0 20 0 9869193 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459322263536 140458947716238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10995452 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 258 12736 0 0 76 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10995452 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 1810 12736 0 0 80 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 1594 12736 0 0 79 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 1733 12736 0 0 75 8 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 1664 12736 0 0 78 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10995452 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 2487 12736 0 0 76 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 627 12736 0 0 78 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10995452 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 358 12736 0 0 75 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10995452 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 3997 12736 0 0 88 4 9 3 20 0 20 0 9869196 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 58 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458858665376 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 44 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458857612928 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10995452 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 7695 12736 0 0 720 5 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 7327 12736 0 0 779 4 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10995452 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) S 28391 28394 19746 0 -1 1077944384 10666 12736 0 0 746 9 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458853402992 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10995452 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 9499 12736 0 0 318 4 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 181 12736 0 0 6 7 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 303.47
Current children cumulated vsize (KiB) 10995452

[startup+273.601 s]
/proc/loadavg: 1.60 1.32 1.07 3/281 28548
/proc/meminfo: memFree=30778952/32770624 swapFree=5920/166060
[pid=28394] ppid=28391 vsize=10995452 CPUtime=305.09 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 102587 12736 0 0 30392 105 9 3 20 0 20 0 9869179 11259342848 246060 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2748863 246060 3503 1 0 2736418 0
[pid=28394/tid=28482] ppid=28391 vsize=10995452 CPUtime=271.36 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 50454 12736 0 0 27099 25 9 3 20 0 20 0 9869193 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459322264048 140458947678850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 259 12736 0 0 77 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10995452 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 1810 12736 0 0 80 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 1594 12736 0 0 79 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 1733 12736 0 0 75 8 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 1664 12736 0 0 78 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10995452 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 2487 12736 0 0 77 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 627 12736 0 0 79 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10995452 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 358 12736 0 0 75 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10995452 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 3998 12736 0 0 89 4 9 3 20 0 20 0 9869196 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 58 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458858665376 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 44 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458857612928 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10995452 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 7695 12736 0 0 720 5 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 7327 12736 0 0 779 4 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10995452 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) S 28391 28394 19746 0 -1 1077944384 10666 12736 0 0 746 9 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458853402992 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10995452 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 9499 12736 0 0 318 4 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 181 12736 0 0 6 7 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 305.09
Current children cumulated vsize (KiB) 10995452

[startup+274.009 s]
/proc/loadavg: 1.55 1.31 1.07 5/283 28653
/proc/meminfo: memFree=30749792/32770624 swapFree=5920/166160
[pid=28394] ppid=28391 vsize=10995452 CPUtime=305.51 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) S 28391 28394 19746 0 -1 1077944320 102589 12736 0 0 30434 105 9 3 20 0 20 0 9869179 11259342848 246060 33554432000 4194304 4196468 140731992776800 140731992759344 140459318030071 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
/proc/28394/statm: 2748863 246060 3503 1 0 2736418 0
[pid=28394/tid=28482] ppid=28391 vsize=10995452 CPUtime=271.76 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28482/stat : 28482 (java) R 28391 28394 19746 0 -1 4202560 50456 12736 0 0 27139 25 9 3 20 0 20 0 9869193 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459322262976 140458946895496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28483] ppid=28391 vsize=10995452 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28483/stat : 28483 (java) S 28391 28394 19746 0 -1 1077944384 259 12736 0 0 77 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459260033936 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28484] ppid=28391 vsize=10995452 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28484/stat : 28484 (java) S 28391 28394 19746 0 -1 1077944384 1810 12736 0 0 81 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459258981136 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28485] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28485/stat : 28485 (java) S 28391 28394 19746 0 -1 1077944384 1594 12736 0 0 79 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459257928848 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28486] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28486/stat : 28486 (java) S 28391 28394 19746 0 -1 1077944384 1733 12736 0 0 76 8 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140459256876048 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28487] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) S 28391 28394 19746 0 -1 1077944384 1664 12736 0 0 78 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458920302992 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28488] ppid=28391 vsize=10995452 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28488/stat : 28488 (java) S 28391 28394 19746 0 -1 1077944384 2487 12736 0 0 77 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458919250192 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28489] ppid=28391 vsize=10995452 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28489/stat : 28489 (java) S 28391 28394 19746 0 -1 1077944384 627 12736 0 0 79 5 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458918197904 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28490] ppid=28391 vsize=10995452 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28490/stat : 28490 (java) S 28391 28394 19746 0 -1 1077944384 358 12736 0 0 76 6 9 3 20 0 20 0 9869194 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458917145104 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28491] ppid=28391 vsize=10995452 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28491/stat : 28491 (java) S 28391 28394 19746 0 -1 1077944384 3998 12736 0 0 89 4 9 3 20 0 20 0 9869196 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458859719280 140459318041218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28497] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28497/stat : 28497 (java) S 28391 28394 19746 0 -1 1077944384 58 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458858665376 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28499] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28499/stat : 28499 (java) S 28391 28394 19746 0 -1 1077944384 44 12736 0 0 0 0 9 3 20 0 20 0 9869197 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458857612928 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28501] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28501/stat : 28501 (java) S 28391 28394 19746 0 -1 1077944384 1 12736 0 0 0 0 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458856561232 140459318048667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28502] ppid=28391 vsize=10995452 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28502/stat : 28502 (java) S 28391 28394 19746 0 -1 1077944384 7695 12736 0 0 720 5 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458855508080 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28503] ppid=28391 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28503/stat : 28503 (java) S 28391 28394 19746 0 -1 1077944384 7327 12736 0 0 779 4 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458854455280 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28504] ppid=28391 vsize=10995452 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28504/stat : 28504 (java) S 28391 28394 19746 0 -1 1077944384 10666 12736 0 0 746 9 9 3 20 0 20 0 9869200 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458853402992 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28505] ppid=28391 vsize=10995452 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28505/stat : 28505 (java) S 28391 28394 19746 0 -1 1077944384 9499 12736 0 0 318 4 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458651019504 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28506] ppid=28391 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28506/stat : 28506 (java) S 28391 28394 19746 0 -1 1077944384 3 12736 0 0 0 0 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458649967456 140459318040277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
[pid=28394/tid=28507] ppid=28391 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28507/stat : 28507 (java) S 28391 28394 19746 0 -1 1077944384 181 12736 0 0 6 7 9 3 20 0 20 0 9869201 11259342848 246060 33554432000 4194304 4196468 140731992776800 140458648914736 140459318041218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140731992783553 140731992786327 140731992786327 140731992788943 0
Current children cumulated CPU time (s) 305.51
Current children cumulated vsize (KiB) 10995452

[startup+274.401 s]
/proc/loadavg: 1.55 1.31 1.07 5/283 28653
/proc/meminfo: memFree=30749792/32770624 swapFree=5920/166160
[pid=28394] ppid=28391 vsize=0 CPUtime=305.91 cores=0,2,4,6,8,10,12,14
/proc/28394/stat : 28394 (java) Z 28391 28394 19746 0 -1 4227084 104793 12736 0 0 30473 106 9 3 20 0 2 0 9869179 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/28394/statm: 0 0 0 0 0 0 0
[pid=28394/tid=28487] ppid=28391 vsize=0 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/28394/task/28487/stat : 28487 (java) R 28391 28394 19746 0 -1 4203588 1664 12736 0 0 78 6 9 3 20 0 2 0 9869194 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.91
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 274.421
CPU time (s): 305.957
CPU user time (s): 304.838
CPU system time (s): 1.11901
CPU usage (%): 111.492
Max. virtual memory (cumulated for all children) (KiB): 10998312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.838
system time used= 1.11901
maximum resident set size= 985132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55593
involuntary context switches= 23599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.76811 second user time and 2.57329 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 19:53:15
IDJOB=4248446
IDBENCH=133516
IDSOLVER=2630
FILE ID=node106/4248446-1500745995
RUNJOBID= node106-1500745995-28332
PBS_JOBID= 20623356
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248446-1500745995/watcher-4248446-1500745995 -o /tmp/evaluation-result-4248446-1500745995/solver-4248446-1500745995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500745995-28332 --watchdog 2560  bin/concrete HOME/instance-4248446-1500745995.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=1711829439

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

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

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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.15
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.15
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		: 2267.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:        31761908 kB
MemAvailable:   31989008 kB
Buffers:          170176 kB
Cached:           328828 kB
SwapCached:            0 kB
Active:           332524 kB
Inactive:         220812 kB
Active(anon):      11744 kB
Inactive(anon):    54104 kB
Active(file):     320780 kB
Inactive(file):   166708 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48420 kB
Writeback:             0 kB
AnonPages:         60504 kB
Mapped:            31388 kB
Shmem:              8852 kB
Slab:             145332 kB
SReclaimable:     110892 kB
SUnreclaim:        34440 kB
KernelStack:        4160 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61912 MiB
End job on node106 at 2017-07-22 19:57:50