Trace number 4248355

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.4OPT937 1161.76 1111.12

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-18.xml
MD5SUMfc58042bc4c17dd15fe4721e0dab7678
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark937
Best CPU time to get the best result obtained on this benchmark13.0062
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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

3.90/2.43	c Concrete v3.4 running
7.05/3.59	o 293
7.50/3.62	o 328
7.50/3.64	o 344
7.50/3.66	o 384
7.50/3.68	o 450
7.50/3.69	o 516
7.94/3.71	o 543
7.94/3.72	o 554
7.94/3.73	o 588
7.94/3.75	o 591
7.94/3.76	o 667
7.94/3.77	o 669
7.94/3.78	o 707
7.94/3.79	o 711
7.94/3.80	o 811
8.28/3.80	o 859
8.28/3.81	o 893
8.65/3.91	o 903
8.65/3.91	o 915
8.65/3.92	o 918
8.65/3.95	o 925
8.98/4.04	o 937
1161.63/1111.09	v <instantiation cost="937">
1161.63/1111.09	v       <list>
1161.63/1111.09	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
1161.63/1111.09	v       </list>
1161.63/1111.09	v       <values>
1161.63/1111.09	v         1 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1
1161.63/1111.09	v       </values>
1161.63/1111.09	v     </instantiation>
1161.63/1111.09	s OPTIMUM FOUND

Verifier Data

OK	937

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

pid=16381
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.00 1.03 1.61 3/240 16386
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16386] ppid=16381 vsize=23104 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (runsolver) D 16381 16386 16327 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 1 0 3564701 23658496 105 33554432000 4194304 4338465 140732624126048 140732624123544 139676905929207 0 0 4096 24578 18446744071580419588 0 0 17 10 0 0 0 0 0 6438912 6441760 26275840 140732624131014 140732624131391 140732624131391 140732624134090 0
/proc/16386/statm: 5776 105 54 36 0 2156 0

[startup+0.100189 s]
/proc/loadavg: 1.00 1.03 1.61 3/240 16386
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16386] ppid=16381 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (bash) S 16381 16386 16327 0 -1 4202496 878 6424 1 1 0 0 0 2 20 0 1 0 3564701 9871360 378 33554432000 4194304 5098028 140724249505776 140724249499784 140648043174912 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 9424896 140724249511182 140724249511267 140724249511267 140724249513966 0
/proc/16386/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200335 s]
/proc/loadavg: 1.00 1.03 1.61 3/240 16386
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16386] ppid=16381 vsize=10435860 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 4754 12275 1 1 4 1 8 3 20 0 13 0 3564701 10686320640 5078 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2608965 5078 2100 1 0 2597403 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10435860

[startup+0.300374 s]
/proc/loadavg: 1.00 1.03 1.61 3/240 16386
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16386] ppid=16381 vsize=10902292 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 6706 12275 1 1 20 2 8 3 20 0 20 0 3564701 11163947008 8475 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2725573 8475 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902292

[startup+0.70023 s]
/proc/loadavg: 1.00 1.03 1.61 3/240 16386
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16386] ppid=16381 vsize=10902720 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 12059 12275 1 1 70 4 8 3 20 0 20 0 3564701 11164385280 14819 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2725680 14819 3140 1 0 2713890 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 1.08 1.05 1.61 3/283 16535
/proc/meminfo: memFree=31819480/32770624 swapFree=5912/37316
[pid=16386] ppid=16381 vsize=10913344 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 24530 12275 1 1 175 8 8 3 20 0 20 0 3564701 11175264256 33515 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2728336 33515 3370 1 0 2716450 0
[pid=16386/tid=16499] ppid=16381 vsize=10913344 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 19248 12275 0 1 115 5 8 3 20 0 20 0 3564716 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813455221232 139813435032933 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 2 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 2 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 2 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 2 12275 0 1 0 0 8 3 20 0 20 0 3564717 11175264256 33515 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 5 12275 0 1 0 0 8 3 20 0 20 0 3564719 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 33 12275 0 1 0 0 8 3 20 0 20 0 3564720 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812924265760 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 21 12275 0 1 0 0 8 3 20 0 20 0 3564721 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812923213424 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 764 12275 0 1 10 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 627 12275 0 1 11 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 574 12275 0 1 14 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10913344 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 1106 12275 0 1 22 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 6 12275 0 1 0 0 8 3 20 0 20 0 3564725 11175264256 33515 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10913344

[startup+3.10078 s]
/proc/loadavg: 1.08 1.05 1.61 4/283 16535
/proc/meminfo: memFree=31628756/32770624 swapFree=5912/40444
[pid=16386] ppid=16381 vsize=10927868 CPUtime=5.54 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 42008 12275 2 1 519 24 8 3 20 0 20 0 3564701 11190136832 51632 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2731967 51632 3471 1 0 2719522 0
[pid=16386/tid=16499] ppid=16381 vsize=10927868 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 27320 12275 1 1 261 11 8 3 20 0 20 0 3564716 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813455201664 139813436154942 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 32 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 17 12275 0 1 0 1 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 28 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 44 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 48 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 28 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 12 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 132 12275 0 1 0 0 8 3 20 0 20 0 3564717 11190136832 51632 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 1570 12275 0 1 2 0 8 3 20 0 20 0 3564719 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 56 12275 0 1 0 0 8 3 20 0 20 0 3564720 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812924265824 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 44 12275 0 1 0 0 8 3 20 0 20 0 3564721 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812923213440 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10927868 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 1842 12275 0 1 42 1 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10927868 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) R 16381 16386 16327 0 -1 4202560 4219 12275 0 1 78 0 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812920036912 139813434980734 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10927868 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 1271 12275 0 1 39 1 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10927868 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 3206 12275 0 1 85 1 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 7 12275 0 1 0 0 8 3 20 0 20 0 3564725 11190136832 51632 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 10927868

[startup+6.30115 s]
/proc/loadavg: 1.08 1.05 1.60 3/283 16535
/proc/meminfo: memFree=31230120/32770624 swapFree=5912/41212
[pid=16386] ppid=16381 vsize=10995452 CPUtime=14.28 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 67701 12275 2 1 1379 38 8 3 20 0 20 0 3564701 11259342848 121139 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2748863 121139 3502 1 0 2736418 0
[pid=16386/tid=16499] ppid=16381 vsize=10995452 CPUtime=5.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 41001 12275 1 1 552 17 8 3 20 0 20 0 3564716 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813455222896 139813090854184 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 70 12275 0 1 10 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 36 12275 0 1 14 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 73 12275 0 1 14 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 90 12275 0 1 12 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 73 12275 0 1 10 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 51 12275 0 1 13 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 64 12275 0 1 13 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 986 12275 0 1 10 1 8 3 20 0 20 0 3564717 11259342848 121139 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 2238 12275 0 1 10 0 8 3 20 0 20 0 3564719 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 58 12275 0 1 0 0 8 3 20 0 20 0 3564720 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812924265888 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 45 12275 0 1 1 0 8 3 20 0 20 0 3564721 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812923213440 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10995452 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) R 16381 16386 16327 0 -1 4202560 3639 12275 0 1 165 1 8 3 20 0 20 0 3564725 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812921108592 139813434485551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 9371 12275 0 1 243 1 8 3 20 0 20 0 3564725 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10995452 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) R 16381 16386 16327 0 -1 4202560 3089 12275 0 1 168 1 8 3 20 0 20 0 3564725 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812919003504 139813435870969 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10995452 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 4240 12275 0 1 136 2 8 3 20 0 20 0 3564725 11259342848 121139 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10995452 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 6195 12275 0 1 687 4 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10995452 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 11787 12275 0 1 764 4 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10995452 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 6823 12275 0 1 701 4 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10995452 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 12049 12275 0 1 314 7 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10995452 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 908 12275 0 1 36 33 8 3 20 0 20 0 3564725 11259342848 247714 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 1159.39
Current children cumulated vsize (KiB) 10995452

[startup+1110.4 s]
/proc/loadavg: 1.43 1.39 1.46 3/281 16570
/proc/meminfo: memFree=30028432/32770624 swapFree=5912/42180
[pid=16386] ppid=16381 vsize=10995452 CPUtime=1161.01 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 154304 12275 2 1 115838 252 8 3 20 0 20 0 3564701 11259342848 247723 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2748863 247723 3502 1 0 2736418 0
[pid=16386/tid=16499] ppid=16381 vsize=10995452 CPUtime=1100.51 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 68710 12275 1 1 110002 38 8 3 20 0 20 0 3564716 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813455222832 139813091556101 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 2244 12275 0 1 371 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 7751 12275 0 1 372 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 3561 12275 0 1 369 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10995452 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 6426 12275 0 1 359 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10995452 CPUtime=3.9 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 2536 12275 0 1 358 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 2445 12275 0 1 371 20 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10995452 CPUtime=3.91 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 2728 12275 0 1 361 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10995452 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 8500 12275 0 1 360 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10995452 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 9406 12275 0 1 379 18 8 3 20 0 20 0 3564719 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 58 12275 0 1 0 0 8 3 20 0 20 0 3564720 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812924265888 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 45 12275 0 1 1 0 8 3 20 0 20 0 3564721 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812923213440 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10995452 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 6195 12275 0 1 687 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10995452 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 11787 12275 0 1 764 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10995452 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 6823 12275 0 1 701 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10995452 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 12049 12275 0 1 314 7 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10995452 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 908 12275 0 1 36 33 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 1161.01
Current children cumulated vsize (KiB) 10995452

[startup+1110.8 s]
/proc/loadavg: 1.43 1.39 1.46 3/281 16570
/proc/meminfo: memFree=30028432/32770624 swapFree=5912/42180
[pid=16386] ppid=16381 vsize=10995452 CPUtime=1161.41 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 154305 12275 2 1 115878 252 8 3 20 0 20 0 3564701 11259342848 247723 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2748863 247723 3502 1 0 2736418 0
[pid=16386/tid=16499] ppid=16381 vsize=10995452 CPUtime=1100.91 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 68711 12275 1 1 110042 38 8 3 20 0 20 0 3564716 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813455222240 139813091277828 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 2244 12275 0 1 371 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 7751 12275 0 1 372 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 3561 12275 0 1 369 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10995452 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 6426 12275 0 1 359 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10995452 CPUtime=3.9 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 2536 12275 0 1 358 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 2445 12275 0 1 371 20 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10995452 CPUtime=3.91 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 2728 12275 0 1 361 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10995452 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 8500 12275 0 1 360 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10995452 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 9406 12275 0 1 379 18 8 3 20 0 20 0 3564719 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 58 12275 0 1 0 0 8 3 20 0 20 0 3564720 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812924265888 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 45 12275 0 1 1 0 8 3 20 0 20 0 3564721 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812923213440 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10995452 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 6195 12275 0 1 687 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10995452 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 11787 12275 0 1 764 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10995452 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 6823 12275 0 1 701 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10995452 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 12049 12275 0 1 314 7 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10995452 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 908 12275 0 1 36 33 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 1161.41
Current children cumulated vsize (KiB) 10995452

[startup+1111 s]
/proc/loadavg: 1.47 1.40 1.46 3/281 16570
/proc/meminfo: memFree=30028556/32770624 swapFree=5912/42180
[pid=16386] ppid=16381 vsize=10995452 CPUtime=1161.63 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) S 16381 16386 16327 0 -1 1077944320 154306 12275 2 1 115900 252 8 3 20 0 20 0 3564701 11259342848 247723 33554432000 4194304 4196468 140727850957760 140727850940304 139813450989303 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
/proc/16386/statm: 2748863 247723 3502 1 0 2736418 0
[pid=16386/tid=16499] ppid=16381 vsize=10995452 CPUtime=1101.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16499/stat : 16499 (java) R 16381 16386 16327 0 -1 4202560 68712 12275 1 1 110063 38 8 3 20 0 20 0 3564716 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813455222800 139813091557380 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16508] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16508/stat : 16508 (java) S 16381 16386 16327 0 -1 1077944384 2244 12275 0 1 371 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813403610000 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16509] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16509/stat : 16509 (java) S 16381 16386 16327 0 -1 1077944384 7751 12275 0 1 372 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813402557200 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16510] ppid=16381 vsize=10995452 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16510/stat : 16510 (java) S 16381 16386 16327 0 -1 1077944384 3561 12275 0 1 369 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813401504912 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16511] ppid=16381 vsize=10995452 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) S 16381 16386 16327 0 -1 1077944384 6426 12275 0 1 359 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813400452112 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16512] ppid=16381 vsize=10995452 CPUtime=3.9 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16512/stat : 16512 (java) S 16381 16386 16327 0 -1 1077944384 2536 12275 0 1 358 21 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813053979024 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16513] ppid=16381 vsize=10995452 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16513/stat : 16513 (java) S 16381 16386 16327 0 -1 1077944384 2445 12275 0 1 371 20 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813052926224 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16514] ppid=16381 vsize=10995452 CPUtime=3.91 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16514/stat : 16514 (java) S 16381 16386 16327 0 -1 1077944384 2728 12275 0 1 361 19 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813051873936 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16515] ppid=16381 vsize=10995452 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16515/stat : 16515 (java) S 16381 16386 16327 0 -1 1077944384 8500 12275 0 1 360 22 8 3 20 0 20 0 3564717 11259342848 247723 33554432000 4194304 4196468 140727850957760 139813050821136 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16518] ppid=16381 vsize=10995452 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16518/stat : 16518 (java) S 16381 16386 16327 0 -1 1077944384 9406 12275 0 1 379 18 8 3 20 0 20 0 3564719 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812925319792 139813451000450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16520] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16520/stat : 16520 (java) S 16381 16386 16327 0 -1 1077944384 58 12275 0 1 0 0 8 3 20 0 20 0 3564720 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812924265888 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16521] ppid=16381 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16521/stat : 16521 (java) S 16381 16386 16327 0 -1 1077944384 45 12275 0 1 1 0 8 3 20 0 20 0 3564721 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812923213440 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16529] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16529/stat : 16529 (java) S 16381 16386 16327 0 -1 1077944384 1 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812922161744 139813451007899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16530] ppid=16381 vsize=10995452 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16530/stat : 16530 (java) S 16381 16386 16327 0 -1 1077944384 6195 12275 0 1 687 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812921108592 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16531] ppid=16381 vsize=10995452 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16531/stat : 16531 (java) S 16381 16386 16327 0 -1 1077944384 11787 12275 0 1 764 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812920055792 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16532] ppid=16381 vsize=10995452 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16532/stat : 16532 (java) S 16381 16386 16327 0 -1 1077944384 6823 12275 0 1 701 4 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812919003504 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16533] ppid=16381 vsize=10995452 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16533/stat : 16533 (java) S 16381 16386 16327 0 -1 1077944384 12049 12275 0 1 314 7 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812917950704 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16534] ppid=16381 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16534/stat : 16534 (java) S 16381 16386 16327 0 -1 1077944384 3 12275 0 1 0 0 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812916898656 139813450999509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
[pid=16386/tid=16535] ppid=16381 vsize=10995452 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16535/stat : 16535 (java) S 16381 16386 16327 0 -1 1077944384 908 12275 0 1 36 33 8 3 20 0 20 0 3564725 11259342848 247723 33554432000 4194304 4196468 140727850957760 139812915845936 139813451000450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140727850965697 140727850968471 140727850968471 140727850971087 0
Current children cumulated CPU time (s) 1161.63
Current children cumulated vsize (KiB) 10995452

[startup+1111.11 s]
/proc/loadavg: 1.47 1.40 1.46 3/281 16570
/proc/meminfo: memFree=30028556/32770624 swapFree=5912/42180
[pid=16386] ppid=16381 vsize=0 CPUtime=1161.73 cores=0,2,4,6,8,10,12,14
/proc/16386/stat : 16386 (java) Z 16381 16386 16327 0 -1 4227084 157943 12275 2 1 115908 254 8 3 20 0 2 0 3564701 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 1 0 0 0 0 0 0 0 0 0 0
/proc/16386/statm: 0 0 0 0 0 0 0
[pid=16386/tid=16511] ppid=16381 vsize=0 CPUtime=3.94 cores=0,2,4,6,8,10,12,14
/proc/16386/task/16511/stat : 16511 (java) R 16381 16386 16327 0 -1 4203588 6426 12275 0 1 359 24 8 3 20 0 2 0 3564717 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1161.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1111.12
CPU time (s): 1161.76
CPU user time (s): 1159.18
CPU system time (s): 2.58648
CPU usage (%): 104.558
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1159.18
system time used= 2.58648
maximum resident set size= 991320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170218
page faults= 3
swaps= 0
block input operations= 3136
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168952
involuntary context switches= 91271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41718 second user time and 10.1386 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 02:22:31
IDJOB=4248355
IDBENCH=133460
IDSOLVER=2630
FILE ID=node107/4248355-1500682951
RUNJOBID= node107-1500682951-16358
PBS_JOBID= 20623334
Free space on /tmp= 61872 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248355-1500682951/watcher-4248355-1500682951 -o /tmp/evaluation-result-4248355-1500682951/solver-4248355-1500682951 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560  bin/concrete HOME/instance-4248355-1500682951.xml

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

MD5SUM BENCH= fc58042bc4c17dd15fe4721e0dab7678
RANDOM SEED=224867101

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.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.05
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		: 2267.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.05
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.05
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.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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:        31991068 kB
MemAvailable:   32001268 kB
Buffers:          100596 kB
Cached:           190196 kB
SwapCached:            0 kB
Active:           246568 kB
Inactive:          94600 kB
Active(anon):       3384 kB
Inactive(anon):    58808 kB
Active(file):     243184 kB
Inactive(file):    35792 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48360 kB
Writeback:             0 kB
AnonPages:         56548 kB
Mapped:            30044 kB
Shmem:              8852 kB
Slab:             128008 kB
SReclaimable:      94120 kB
SUnreclaim:        33888 kB
KernelStack:        4048 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 02:41:02