Trace number 4245482

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4SAT 171.651 144.944

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

3.59/2.15	c Concrete v3.4 running
171.59/144.91	v <instantiation>
171.59/144.91	v       <list>
171.59/144.91	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] cx[0] cx[1] cx[2] cx[3] cx[4] cx[5] cx[6] cx[7] cx[8] cx[9] cx[10] cx[11] cx[12] cx[13] cx[14] cx[15] cx[16] cx[17] cx[18] cx[19] cx[20] cx[21] cx[22] cx[23] cy[0] cy[1] cy[2] cy[3] cy[4] cy[5] cy[6] cy[7] cy[8] cy[9] cy[10] cy[11] cy[12] cy[13] cy[14] cy[15] cy[16] cy[17] cy[18] cy[19] cy[20] cy[21] cy[22] cy[23]
171.59/144.91	v       </list>
171.59/144.91	v       <values>
171.59/144.91	v         1 2 3 4 5 6 7 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 42 43 44 45 46 47 48 1 4 9 16 25 36 49 576 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 64 81 100 121 144 169 196 225 256 289 324 361 400 441 484 529 625 1764 1849 1936 2025 2116 2209 2304
171.59/144.91	v       </values>
171.59/144.91	v     </instantiation>
171.59/144.91	s SATISFIABLE

Verifier Data

OK	

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-4245482-1500704014/watcher-4245482-1500704014 -o /tmp/evaluation-result-4245482-1500704014/solver-4245482-1500704014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4245482-1500704014.xml 

pid=15492
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.76 1.52 1.47 2/261 15495
/proc/meminfo: memFree=30483092/32770624 swapFree=5720/278544
[pid=15495] ppid=15492 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (bash) S 15492 15495 16473 0 -1 4202496 688 1533 0 0 0 0 0 0 20 0 1 0 5670540 9736192 351 33554432000 4194304 5098028 140729209174288 140729209171928 140383756577792 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17240064 140729209177358 140729209177443 140729209177443 140729209180142 0
/proc/15495/statm: 2377 351 278 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 1.76 1.52 1.47 2/261 15495
/proc/meminfo: memFree=30483092/32770624 swapFree=5720/278544
[pid=15495] ppid=15492 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (bash) S 15492 15495 16473 0 -1 4202496 885 6419 0 0 0 0 0 1 20 0 1 0 5670540 9871360 378 33554432000 4194304 5098028 140729209174288 140729209168296 140383756577792 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17240064 140729209177358 140729209177443 140729209177443 140729209180142 0
/proc/15495/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200387 s]
/proc/loadavg: 1.76 1.52 1.47 2/261 15495
/proc/meminfo: memFree=30483092/32770624 swapFree=5720/278544
[pid=15495] ppid=15492 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 5004 12284 0 0 6 1 8 3 20 0 13 0 5670540 10686320640 5370 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2608965 5370 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300265 s]
/proc/loadavg: 1.76 1.52 1.47 2/261 15495
/proc/meminfo: memFree=30483092/32770624 swapFree=5720/278544
[pid=15495] ppid=15492 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 7263 12284 0 0 23 3 8 3 20 0 20 0 5670540 11164049408 8950 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2725598 8950 2980 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700173 s]
/proc/loadavg: 1.76 1.52 1.47 2/261 15495
/proc/meminfo: memFree=30483092/32770624 swapFree=5720/278544
[pid=15495] ppid=15492 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 12296 12284 0 0 75 5 8 3 20 0 20 0 5670540 11164385280 15621 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2725680 15621 3162 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 1.78 1.52 1.48 3/281 15568
/proc/meminfo: memFree=30381264/32770624 swapFree=5720/278636
[pid=15495] ppid=15492 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 27304 12284 0 0 202 12 8 3 20 0 20 0 5670540 11175264256 44531 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2728336 44531 3407 1 0 2716450 0
[pid=15495/tid=15550] ppid=15492 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) R 15492 15495 16473 0 -1 4202560 19394 12284 0 0 126 6 8 3 20 0 20 0 5670553 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783886590592 139783866406245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 62 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 15 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 10 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 129 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 32 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 39 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 25 12284 0 0 1 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 18 12284 0 0 0 0 8 3 20 0 20 0 5670554 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 1234 12284 0 0 1 0 8 3 20 0 20 0 5670556 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 56 12284 0 0 0 0 8 3 20 0 20 0 5670557 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783087522784 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 943 12284 0 0 13 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 607 12284 0 0 12 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) R 15492 15495 16473 0 -1 4202560 1137 12284 0 0 14 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783082247776 139783863883881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 1419 12284 0 0 26 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 6 12284 0 0 0 0 8 3 20 0 20 0 5670562 11175264256 44531 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10112 s]
/proc/loadavg: 1.78 1.52 1.48 4/281 15568
/proc/meminfo: memFree=30290836/32770624 swapFree=5720/278580
[pid=15495] ppid=15492 vsize=10927868 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 41369 12284 0 0 630 21 8 3 20 0 20 0 5670540 11190136832 55454 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2731967 55454 3475 1 0 2719522 0
[pid=15495/tid=15550] ppid=15492 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) R 15492 15495 16473 0 -1 4202560 25319 12284 0 0 279 12 8 3 20 0 20 0 5670553 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783886594952 139783882374550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 62 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 15 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 10 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 129 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 32 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 39 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 25 12284 0 0 1 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 18 12284 0 0 0 0 8 3 20 0 20 0 5670554 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 1249 12284 0 0 1 0 8 3 20 0 20 0 5670556 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 56 12284 0 0 0 0 8 3 20 0 20 0 5670557 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783087522784 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10927868 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) R 15492 15495 16473 0 -1 4202560 4450 12284 0 0 103 0 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783084366320 139783861859958 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10927868 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 1402 12284 0 0 57 1 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10927868 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) R 15492 15495 16473 0 -1 4202560 2056 12284 0 0 66 0 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783082249992 139783866755552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10927868 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) R 15492 15495 16473 0 -1 4202560 4321 12284 0 0 114 1 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783081206976 139783860911482 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 7 12284 0 0 0 0 8 3 20 0 20 0 5670562 11190136832 55454 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 10927868

[startup+6.30088 s]
/proc/loadavg: 1.78 1.52 1.48 5/281 15568
/proc/meminfo: memFree=30122860/32770624 swapFree=5720/278592
[pid=15495] ppid=15492 vsize=10995452 CPUtime=16.45 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 79190 12284 0 0 1600 34 8 3 20 0 20 0 5670540 11259342848 95379 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2748863 95379 3506 1 0 2736418 0
[pid=15495/tid=15550] ppid=15492 vsize=10995452 CPUtime=6.15 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) R 15492 15495 16473 0 -1 4202560 42061 12284 0 0 589 15 8 3 20 0 20 0 5670553 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783886596344 139783498772103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 420 12284 0 0 3 0 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 51 12284 0 0 2 1 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 44 12284 0 0 2 0 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 183 12284 0 0 2 0 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 843 12284 0 0 2 1 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 160 12284 0 0 2 1 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 510 12284 0 0 3 0 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 118 12284 0 0 3 0 8 3 20 0 20 0 5670554 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 2408 12284 0 0 3 1 8 3 20 0 20 0 5670556 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 56 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783087522848 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10995452 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 13597 12284 0 0 330 2 8 3 20 0 20 0 5670562 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10995452 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 5476 12284 0 0 241 2 8 3 20 0 20 0 5670562 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) S 15492 15495 16473 0 -1 1077944384 5503 12284 0 0 243 1 8 3 20 0 20 0 5670562 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783082261232 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10995452 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 5385 12284 0 0 166 2 8 3 20 0 20 0 5670562 11259342848 95379 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=15495/tid=15557] ppid=15492 vsize=10995452 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 1912 12284 0 0 27 5 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 288 12284 0 0 31 4 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10995452 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 3521 12284 0 0 27 2 8 3 20 0 20 0 5670556 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 56 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783087522848 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10995452 CPUtime=7.58 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 19015 12284 0 0 743 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10995452 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 8044 12284 0 0 620 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10995452 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) S 15492 15495 16473 0 -1 1077944384 9849 12284 0 0 648 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783082261232 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10995452 CPUtime=3.5 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 13610 12284 0 0 335 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 392 12284 0 0 3 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 169.93
Current children cumulated vsize (KiB) 10995452

[startup+144.401 s]
/proc/loadavg: 1.63 1.65 1.54 4/281 15716
/proc/meminfo: memFree=29908316/32770624 swapFree=5720/278776
[pid=15495] ppid=15492 vsize=10995452 CPUtime=170.33 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 111801 12284 0 0 16937 85 8 3 20 0 20 0 5670540 11259342848 217383 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2748863 217383 3512 1 0 2736418 0
[pid=15495/tid=15550] ppid=15492 vsize=10995452 CPUtime=143.53 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) R 15492 15495 16473 0 -1 4202560 46480 12284 0 0 14317 25 8 3 20 0 20 0 5670553 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783886596736 139783485858880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 1552 12284 0 0 31 4 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10995452 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 266 12284 0 0 26 5 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10995452 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 1514 12284 0 0 29 3 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10995452 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 732 12284 0 0 26 4 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10995452 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 2072 12284 0 0 30 4 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 318 12284 0 0 30 5 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10995452 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 1912 12284 0 0 27 5 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 288 12284 0 0 31 4 8 3 20 0 20 0 5670554 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10995452 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 3522 12284 0 0 28 2 8 3 20 0 20 0 5670556 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 56 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783087522848 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10995452 CPUtime=7.58 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 19015 12284 0 0 743 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10995452 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 8044 12284 0 0 620 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10995452 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) S 15492 15495 16473 0 -1 1077944384 9849 12284 0 0 648 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783082261232 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10995452 CPUtime=3.5 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 13610 12284 0 0 335 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 392 12284 0 0 3 4 8 3 20 0 20 0 5670562 11259342848 217383 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 170.33
Current children cumulated vsize (KiB) 10995452

[startup+144.801 s]
/proc/loadavg: 1.63 1.65 1.54 4/281 15716
/proc/meminfo: memFree=29908316/32770624 swapFree=5720/278776
[pid=15495] ppid=15492 vsize=10995452 CPUtime=171.35 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 125347 12284 0 0 17037 87 8 3 20 0 20 0 5670540 11259342848 219073 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2748863 219073 3512 1 0 2736418 0
[pid=15495/tid=15550] ppid=15492 vsize=10995452 CPUtime=143.77 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) S 15492 15495 16473 0 -1 1077944384 49679 12284 0 0 14341 25 8 3 20 0 20 0 5670553 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783886600160 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10995452 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 1559 12284 0 0 39 4 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10995452 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 284 12284 0 0 34 5 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10995452 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 1533 12284 0 0 37 3 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10995452 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 739 12284 0 0 34 4 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10995452 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 2113 12284 0 0 38 4 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10995452 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 337 12284 0 0 38 5 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10995452 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 1924 12284 0 0 35 5 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10995452 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 310 12284 0 0 40 4 8 3 20 0 20 0 5670554 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10995452 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) R 15492 15495 16473 0 -1 4202560 10902 12284 0 0 34 3 8 3 20 0 20 0 5670556 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783088574784 139783866717193 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 59 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783087522752 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 43 12284 0 0 0 0 8 3 20 0 20 0 5670557 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10995452 CPUtime=7.58 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 19015 12284 0 0 743 4 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10995452 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 8044 12284 0 0 620 4 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10995452 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) S 15492 15495 16473 0 -1 1077944384 10681 12284 0 0 652 4 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783082246128 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10995452 CPUtime=3.51 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 15597 12284 0 0 336 4 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 392 12284 0 0 3 4 8 3 20 0 20 0 5670562 11259342848 219073 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 171.35
Current children cumulated vsize (KiB) 10995452

[startup+144.901 s]
/proc/loadavg: 1.63 1.65 1.54 4/281 15716
/proc/meminfo: memFree=29908316/32770624 swapFree=5720/278776
[pid=15495] ppid=15492 vsize=10997500 CPUtime=171.59 cores=0,2,4,6,8,10,12,14
/proc/15495/stat : 15495 (java) S 15492 15495 16473 0 -1 1077944320 125801 12284 0 0 17061 87 8 3 20 0 20 0 5670540 11261440000 219124 33554432000 4194304 4196468 140720844307024 140720844289568 139783882362615 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
/proc/15495/statm: 2749375 219124 3512 1 0 2736930 0
[pid=15495/tid=15550] ppid=15492 vsize=10997500 CPUtime=143.82 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15550/stat : 15550 (java) R 15492 15495 16473 0 -1 4202560 49881 12284 0 0 14346 25 8 3 20 0 20 0 5670553 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783886595312 139783866406245 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15551] ppid=15492 vsize=10997500 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15551/stat : 15551 (java) S 15492 15495 16473 0 -1 1077944384 1563 12284 0 0 41 4 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783808436496 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15552] ppid=15492 vsize=10997500 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15552/stat : 15552 (java) S 15492 15495 16473 0 -1 1077944384 290 12284 0 0 35 5 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783807383952 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15553] ppid=15492 vsize=10997500 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15553/stat : 15553 (java) S 15492 15495 16473 0 -1 1077944384 1533 12284 0 0 39 3 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783806331408 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15554] ppid=15492 vsize=10997500 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15554/stat : 15554 (java) S 15492 15495 16473 0 -1 1077944384 746 12284 0 0 35 4 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783485516432 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15555] ppid=15492 vsize=10997500 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15555/stat : 15555 (java) S 15492 15495 16473 0 -1 1077944384 2113 12284 0 0 40 4 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783484463888 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15556] ppid=15492 vsize=10997500 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15556/stat : 15556 (java) S 15492 15495 16473 0 -1 1077944384 337 12284 0 0 39 5 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783483411344 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15557] ppid=15492 vsize=10997500 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15557/stat : 15557 (java) S 15492 15495 16473 0 -1 1077944384 1924 12284 0 0 36 5 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783482358800 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15558] ppid=15492 vsize=10997500 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15558/stat : 15558 (java) S 15492 15495 16473 0 -1 1077944384 310 12284 0 0 41 4 8 3 20 0 20 0 5670554 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783481306256 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15559] ppid=15492 vsize=10997500 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15559/stat : 15559 (java) S 15492 15495 16473 0 -1 1077944384 10905 12284 0 0 38 3 8 3 20 0 20 0 5670556 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783088576496 139783882373762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15560] ppid=15492 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15560/stat : 15560 (java) S 15492 15495 16473 0 -1 1077944384 62 12284 0 0 0 0 8 3 20 0 20 0 5670557 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783087522848 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15561] ppid=15492 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15561/stat : 15561 (java) S 15492 15495 16473 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 20 0 5670557 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783086470144 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15562] ppid=15492 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15562/stat : 15562 (java) S 15492 15495 16473 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 5670561 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783085418704 139783882381211 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15563] ppid=15492 vsize=10997500 CPUtime=7.59 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15563/stat : 15563 (java) S 15492 15495 16473 0 -1 1077944384 19037 12284 0 0 744 4 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783084366320 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15564] ppid=15492 vsize=10997500 CPUtime=6.36 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15564/stat : 15564 (java) S 15492 15495 16473 0 -1 1077944384 8089 12284 0 0 621 4 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783083313776 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15565] ppid=15492 vsize=10997500 CPUtime=6.68 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15565/stat : 15565 (java) S 15492 15495 16473 0 -1 1077944384 10718 12284 0 0 653 4 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783082261232 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15566] ppid=15492 vsize=10997500 CPUtime=3.53 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15566/stat : 15566 (java) S 15492 15495 16473 0 -1 1077944384 15718 12284 0 0 338 4 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783081208688 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15567] ppid=15492 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15567/stat : 15567 (java) S 15492 15495 16473 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783080155360 139783882372821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
[pid=15495/tid=15568] ppid=15492 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15495/task/15568/stat : 15568 (java) S 15492 15495 16473 0 -1 1077944384 392 12284 0 0 3 4 8 3 20 0 20 0 5670562 11261440000 219124 33554432000 4194304 4196468 140720844307024 139783079102896 139783882373762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34033664 140720844315329 140720844318103 140720844318103 140720844320719 0
Current children cumulated CPU time (s) 171.59
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 144.944
CPU time (s): 171.651
CPU user time (s): 170.716
CPU system time (s): 0.934615
CPU usage (%): 118.425
Max. virtual memory (cumulated for all children) (KiB): 10997548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.716
system time used= 0.934615
maximum resident set size= 877164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33520
involuntary context switches= 12951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08355 second user time and 1.44353 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 08:13:34
IDJOB=4245482
IDBENCH=122882
IDSOLVER=2630
FILE ID=node114/4245482-1500704014
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61988 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245482-1500704014/watcher-4245482-1500704014 -o /tmp/evaluation-result-4245482-1500704014/solver-4245482-1500704014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4245482-1500704014.xml

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

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=819054556

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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:        30482640 kB
MemAvailable:   30734460 kB
Buffers:          131580 kB
Cached:           399192 kB
SwapCached:            0 kB
Active:          1563032 kB
Inactive:         287372 kB
Active(anon):    1322144 kB
Inactive(anon):     8828 kB
Active(file):     240888 kB
Inactive(file):   278544 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24280 kB
Writeback:             0 kB
AnonPages:       1478084 kB
Mapped:            44156 kB
Shmem:              8848 kB
Slab:             130584 kB
SReclaimable:      96448 kB
SUnreclaim:        34136 kB
KernelStack:        4864 kB
PageTables:         8792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2114764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61964 MiB
End job on node114 at 2017-07-22 08:15:59