Trace number 4245018

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 60.3768 42.2657

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
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 benchmark6.59901
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.73/2.16	c Concrete v3.4 running
60.26/42.21	v <instantiation>
60.26/42.21	v       <list>
60.26/42.21	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
60.26/42.21	v       </list>
60.26/42.21	v       <values>
60.26/42.21	v         3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5
60.26/42.21	v       </values>
60.26/42.21	v     </instantiation>
60.26/42.21	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-4245018-1500699567/watcher-4245018-1500699567 -o /tmp/evaluation-result-4245018-1500699567/solver-4245018-1500699567 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560 bin/concrete HOME/instance-4245018-1500699567.xml 

pid=14421
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.90 2.66 3/261 14424
/proc/meminfo: memFree=29356880/32770624 swapFree=5808/134744
[pid=14424] ppid=14421 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (bash) S 14421 14424 15196 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 5221787 9736192 350 33554432000 4194304 5098028 140729809797360 140729809795000 140143001414656 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 10838016 140729809798414 140729809798499 140729809798499 140729809801198 0
/proc/14424/statm: 2377 350 278 221 0 86 0

[startup+0.100171 s]
/proc/loadavg: 1.76 1.90 2.66 3/261 14424
/proc/meminfo: memFree=29356880/32770624 swapFree=5808/134744
[pid=14424] ppid=14421 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (bash) S 14421 14424 15196 0 -1 4202496 879 6419 0 0 0 0 0 1 20 0 1 0 5221787 9871360 377 33554432000 4194304 5098028 140729809797360 140729809791368 140143001414656 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 10838016 140729809798414 140729809798499 140729809798499 140729809801198 0
/proc/14424/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200322 s]
/proc/loadavg: 1.76 1.90 2.66 3/261 14424
/proc/meminfo: memFree=29356880/32770624 swapFree=5808/134744
[pid=14424] ppid=14421 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 4875 12278 0 0 6 1 8 3 20 0 13 0 5221787 10686320640 5232 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2608965 5232 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300298 s]
/proc/loadavg: 1.76 1.90 2.66 3/261 14424
/proc/meminfo: memFree=29356880/32770624 swapFree=5808/134744
[pid=14424] ppid=14421 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 8140 12278 0 0 22 3 8 3 20 0 20 0 5221787 11163947008 9288 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2725573 9288 2987 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700169 s]
/proc/loadavg: 1.76 1.90 2.66 3/261 14424
/proc/meminfo: memFree=29356880/32770624 swapFree=5808/134744
[pid=14424] ppid=14421 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 12486 12278 0 0 77 4 8 3 20 0 20 0 5221787 11164385280 15756 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2725680 15756 3190 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50069 s]
/proc/loadavg: 1.76 1.90 2.66 3/281 14497
/proc/meminfo: memFree=28909468/32770624 swapFree=5808/134968
[pid=14424] ppid=14421 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 26813 12278 0 0 205 14 8 3 20 0 20 0 5221787 11175264256 44572 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2728336 44572 3409 1 0 2716450 0
[pid=14424/tid=14479] ppid=14421 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) R 14421 14424 15196 0 -1 4202560 19396 12278 0 0 125 6 8 3 20 0 20 0 5221800 11175264256 44572 33554432000 4194304 4196468 140733039652208 139655000736256 139654637409216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) S 14421 14424 15196 0 -1 1077944384 132 12278 0 0 1 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654603811984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) S 14421 14424 15196 0 -1 1077944384 14 12278 0 0 1 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654602759184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) S 14421 14424 15196 0 -1 1077944384 29 12278 0 0 1 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654601706384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) S 14421 14424 15196 0 -1 1077944384 28 12278 0 0 0 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654600653584 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) S 14421 14424 15196 0 -1 1077944384 16 12278 0 0 1 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654599600784 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) S 14421 14424 15196 0 -1 1077944384 19 12278 0 0 0 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654598547984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) S 14421 14424 15196 0 -1 1077944384 25 12278 0 0 0 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654597495184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) S 14421 14424 15196 0 -1 1077944384 63 12278 0 0 1 0 8 3 20 0 20 0 5221801 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654596442384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 1534 12278 0 0 1 0 8 3 20 0 20 0 5221803 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654471142256 139654996519554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 56 12278 0 0 0 0 8 3 20 0 20 0 5221803 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 43 12278 0 0 0 0 8 3 20 0 20 0 5221804 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654469035376 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 866 12278 0 0 15 0 8 3 20 0 20 0 5221807 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654466931056 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) R 14421 14424 15196 0 -1 4202560 654 12278 0 0 13 0 8 3 20 0 20 0 5221808 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654465878552 139654978030908 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) S 14421 14424 15196 0 -1 1077944384 465 12278 0 0 13 0 8 3 20 0 20 0 5221808 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654464825456 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 1337 12278 0 0 26 0 8 3 20 0 20 0 5221808 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11175264256 44572 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10082 s]
/proc/loadavg: 1.76 1.90 2.66 5/281 14497
/proc/meminfo: memFree=28835224/32770624 swapFree=5808/134968
[pid=14424] ppid=14421 vsize=10921724 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 40904 12278 0 0 585 57 8 3 20 0 20 0 5221787 11183845376 115687 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2730431 115687 3492 1 0 2717986 0
[pid=14424/tid=14479] ppid=14421 vsize=10921724 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) R 14421 14424 15196 0 -1 4202560 24092 12278 0 0 269 11 8 3 20 0 20 0 5221800 11183845376 115687 33554432000 4194304 4196468 140733039652208 139655000742352 139654641536812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10921724 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) S 14421 14424 15196 0 -1 1077944384 242 12278 0 0 4 5 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654603811984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10921724 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) S 14421 14424 15196 0 -1 1077944384 201 12278 0 0 5 5 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654602759184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10921724 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) S 14421 14424 15196 0 -1 1077944384 67 12278 0 0 7 4 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654601706384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10921724 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) S 14421 14424 15196 0 -1 1077944384 304 12278 0 0 6 5 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654600653584 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10921724 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) S 14421 14424 15196 0 -1 1077944384 210 12278 0 0 5 3 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654599600784 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10921724 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) S 14421 14424 15196 0 -1 1077944384 111 12278 0 0 4 5 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654598547984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10921724 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) S 14421 14424 15196 0 -1 1077944384 100 12278 0 0 3 5 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654597495184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10921724 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) S 14421 14424 15196 0 -1 1077944384 173 12278 0 0 5 4 8 3 20 0 20 0 5221801 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654596442384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10921724 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 1742 12278 0 0 2 0 8 3 20 0 20 0 5221803 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654471142256 139654996519554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 59 12278 0 0 0 0 8 3 20 0 20 0 5221803 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 44 12278 0 0 0 0 8 3 20 0 20 0 5221804 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10921724 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 1850 12278 0 0 58 0 8 3 20 0 20 0 5221807 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654466931056 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10921724 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) S 14421 14424 15196 0 -1 1077944384 1479 12278 0 0 51 1 8 3 20 0 20 0 5221808 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654465878256 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10921724 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) S 14421 14424 15196 0 -1 1077944384 4260 12278 0 0 83 0 8 3 20 0 20 0 5221808 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654464825456 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10921724 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 3832 12278 0 0 77 1 8 3 20 0 20 0 5221808 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 5 12278 0 0 0 0 8 3 20 0 20 0 5221808 11183845376 115687 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 10921724

[startup+6.30216 s]
/proc/loadavg: 1.86 1.91 2.66 4/281 14497
/proc/meminfo: memFree=28256704/32770624 swapFree=5808/134976
[pid=14424] ppid=14421 vsize=10925820 CPUtime=12.76 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 51626 12278 0 0 1120 145 8 3 20 0 20 0 5221787 11188039680 264263 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2731455 264263 3496 1 0 2719010 0
[pid=14424/tid=14479] ppid=14421 vsize=10925820 CPUtime=5.89 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) S 14421 14424 15196 0 -1 1077944384 31686 12278 0 0 563 15 8 3 20 0 20 0 5221800 11188039680 264263 33554432000 4194304 4196468 140733039652208 139655000737840 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10925820 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) R 14421 14424 15196 0 -1 4202560 330 12278 0 0 14 16 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654603811872 139654981536281 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10925820 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) R 14421 14424 15196 0 -1 4202560 362 12278 0 0 15 15 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654602759384 139654981535826 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10925820 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) R 14421 14424 15196 0 -1 4202560 159 12278 0 0 17 14 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654601706584 139654981530528 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10925820 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) R 14421 14424 15196 0 -1 4202560 398 12278 0 0 17 14 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654600653784 139654989608083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10925820 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) R 14421 14424 15196 0 -1 4202560 341 12278 0 0 15 13 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654599600984 139654989605140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10925820 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) R 14421 14424 15196 0 -1 4202560 200 12278 0 0 14 15 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654598548184 139654981536281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10925820 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) R 14421 14424 15196 0 -1 4202560 718 12278 0 0 11 15 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654597495384 139654981536254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10925820 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) R 14421 14424 15196 0 -1 4202560 275 12278 0 0 15 15 8 3 20 0 20 0 5221801 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654596442584 139654989605108 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 1891 12278 0 0 2 0 8 3 20 0 20 0 5221803 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654471140768 139654996518613 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 59 12278 0 0 0 0 8 3 20 0 20 0 5221803 11188039680 264263 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 44 12278 0 0 0 0 8 3 20 0 20 0 5221804 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10925820 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 2107 12278 0 0 102 0 8 3 20 0 20 0 5221807 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654466931056 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) S 14421 14424 15196 0 -1 1077944384 1838 12278 0 0 99 1 8 3 20 0 20 0 5221808 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654465878256 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10925820 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) S 14421 14424 15196 0 -1 1077944384 4419 12278 0 0 133 1 8 3 20 0 20 0 5221808 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654464825456 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10925820 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 4447 12278 0 0 97 1 8 3 20 0 20 0 5221808 11188039680 264775 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=14424/tid=14486] ppid=14421 vsize=10927868 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) S 14421 14424 15196 0 -1 1077944384 1048 12278 0 0 68 41 8 3 20 0 20 0 5221801 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654597495184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10927868 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) S 14421 14424 15196 0 -1 1077944384 1868 12278 0 0 73 39 8 3 20 0 20 0 5221801 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654596442384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10927868 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 4206 12278 0 0 22 1 8 3 20 0 20 0 5221803 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654471142256 139654996519554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 59 12278 0 0 0 0 8 3 20 0 20 0 5221803 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 44 12278 0 0 0 0 8 3 20 0 20 0 5221804 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10927868 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 5029 12278 0 0 214 1 8 3 20 0 20 0 5221807 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654466931056 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10927868 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) S 14421 14424 15196 0 -1 1077944384 3780 12278 0 0 203 2 8 3 20 0 20 0 5221808 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654465878256 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10927868 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) S 14421 14424 15196 0 -1 1077944384 6939 12278 0 0 239 1 8 3 20 0 20 0 5221808 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654464825456 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10927868 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 5838 12278 0 0 120 2 8 3 20 0 20 0 5221808 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 293 12278 0 0 1 0 8 3 20 0 20 0 5221808 11190136832 741446 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 56.56
Current children cumulated vsize (KiB) 10927868

[startup+41.7011 s]
/proc/loadavg: 2.37 2.04 2.67 3/281 14651
/proc/meminfo: memFree=26644672/32770624 swapFree=5808/135276
[pid=14424] ppid=14421 vsize=10929916 CPUtime=58.44 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 83713 12278 0 0 5469 364 8 3 20 0 20 0 5221787 11192233984 742594 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2732479 742594 3500 1 0 2720034 0
[pid=14424/tid=14479] ppid=14421 vsize=10929916 CPUtime=40.21 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) R 14421 14424 15196 0 -1 4202560 41547 12278 0 0 3975 35 8 3 20 0 20 0 5221800 11192233984 742594 33554432000 4194304 4196468 140733039652208 139655000742312 139654996530333 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10929916 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) S 14421 14424 15196 0 -1 1077944384 1113 12278 0 0 71 42 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654603811984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10929916 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) S 14421 14424 15196 0 -1 1077944384 686 12278 0 0 72 40 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654602759184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10929916 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) S 14421 14424 15196 0 -1 1077944384 500 12278 0 0 77 38 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654601706384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10929916 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) S 14421 14424 15196 0 -1 1077944384 889 12278 0 0 74 39 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654600653584 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10929916 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) S 14421 14424 15196 0 -1 1077944384 789 12278 0 0 71 37 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654599600784 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10929916 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) S 14421 14424 15196 0 -1 1077944384 949 12278 0 0 72 39 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654598547984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10929916 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) S 14421 14424 15196 0 -1 1077944384 1048 12278 0 0 68 41 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654597495184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10929916 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) S 14421 14424 15196 0 -1 1077944384 1868 12278 0 0 73 39 8 3 20 0 20 0 5221801 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654596442384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10929916 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 4794 12278 0 0 22 1 8 3 20 0 20 0 5221803 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654471142256 139654996519554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 59 12278 0 0 0 0 8 3 20 0 20 0 5221803 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 44 12278 0 0 0 0 8 3 20 0 20 0 5221804 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10929916 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) R 14421 14424 15196 0 -1 4202560 6440 12278 0 0 245 1 8 3 20 0 20 0 5221807 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654466916176 139654980797265 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10929916 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) R 14421 14424 15196 0 -1 4202560 4919 12278 0 0 235 2 8 3 20 0 20 0 5221808 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654465869472 139654980002560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10929916 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) R 14421 14424 15196 0 -1 4202560 7990 12278 0 0 267 1 8 3 20 0 20 0 5221808 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654464815136 139654996529754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10929916 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 7652 12278 0 0 138 2 8 3 20 0 20 0 5221808 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 293 12278 0 0 1 0 8 3 20 0 20 0 5221808 11192233984 742594 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 58.44
Current children cumulated vsize (KiB) 10929916

[startup+42.1007 s]
/proc/loadavg: 2.37 2.04 2.67 5/281 14651
/proc/meminfo: memFree=26604448/32770624 swapFree=5808/135276
[pid=14424] ppid=14421 vsize=10995452 CPUtime=59.92 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 106098 12278 0 0 5612 369 8 3 20 0 20 0 5221787 11259342848 753673 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2748863 753673 3500 1 0 2736418 0
[pid=14424/tid=14479] ppid=14421 vsize=10995452 CPUtime=40.49 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) S 14421 14424 15196 0 -1 1077944384 56268 12278 0 0 4001 37 8 3 20 0 20 0 5221800 11259342848 753673 33554432000 4194304 4196468 140733039652208 139655000745952 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10995452 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) R 14421 14424 15196 0 -1 4202560 1132 12278 0 0 76 42 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654603811984 139654978105430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10995452 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) R 14421 14424 15196 0 -1 4202560 695 12278 0 0 78 40 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654602759184 139654978105430 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10995452 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) R 14421 14424 15196 0 -1 4202560 512 12278 0 0 82 39 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654601706384 139654981459113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) R 14421 14424 15196 0 -1 4202560 902 12278 0 0 80 39 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654600653784 139654981459416 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10995452 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) R 14421 14424 15196 0 -1 4202560 817 12278 0 0 76 37 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654599600784 139654981206046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10995452 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) R 14421 14424 15196 0 -1 4202560 971 12278 0 0 78 39 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654598547984 139654978105418 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10995452 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) R 14421 14424 15196 0 -1 4202560 1059 12278 0 0 72 41 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654597495184 139654978104915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) R 14421 14424 15196 0 -1 4202560 1892 12278 0 0 79 40 8 3 20 0 20 0 5221801 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654596442384 139654978104267 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10995452 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 8659 12278 0 0 27 1 8 3 20 0 20 0 5221803 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654471140656 139654996518613 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 61 12278 0 0 0 0 8 3 20 0 20 0 5221803 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654470087920 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 44 12278 0 0 0 0 8 3 20 0 20 0 5221804 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10995452 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 7573 12278 0 0 266 2 8 3 20 0 20 0 5221807 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654466915952 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10995452 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) S 14421 14424 15196 0 -1 1077944384 4956 12278 0 0 245 2 8 3 20 0 20 0 5221808 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654465858192 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10995452 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) S 14421 14424 15196 0 -1 1077944384 10254 12278 0 0 295 1 8 3 20 0 20 0 5221808 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654464804816 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10995452 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 7877 12278 0 0 147 2 8 3 20 0 20 0 5221808 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 293 12278 0 0 1 0 8 3 20 0 20 0 5221808 11259342848 753673 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 59.92
Current children cumulated vsize (KiB) 10995452

[startup+42.201 s]
/proc/loadavg: 2.37 2.04 2.67 5/281 14651
/proc/meminfo: memFree=26604448/32770624 swapFree=5808/135276
[pid=14424] ppid=14421 vsize=10997500 CPUtime=60.26 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 15196 0 -1 1077944320 106395 12278 0 0 5646 369 8 3 20 0 20 0 5221787 11261440000 753867 33554432000 4194304 4196468 140733039652208 140733039634752 139654996508407 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
/proc/14424/statm: 2749375 753867 3500 1 0 2736930 0
[pid=14424/tid=14479] ppid=14421 vsize=10997500 CPUtime=40.55 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14479/stat : 14479 (java) R 14421 14424 15196 0 -1 4202560 56373 12278 0 0 4007 37 8 3 20 0 20 0 5221800 11261440000 753867 33554432000 4194304 4196468 140733039652208 139655000740256 139654996522271 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14480] ppid=14421 vsize=10997500 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14480/stat : 14480 (java) S 14421 14424 15196 0 -1 1077944384 1132 12278 0 0 77 42 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654603811984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14481] ppid=14421 vsize=10997500 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14481/stat : 14481 (java) S 14421 14424 15196 0 -1 1077944384 699 12278 0 0 79 40 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654602759184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14482] ppid=14421 vsize=10997500 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14482/stat : 14482 (java) S 14421 14424 15196 0 -1 1077944384 512 12278 0 0 83 39 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654601706384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14483] ppid=14421 vsize=10997500 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14483/stat : 14483 (java) S 14421 14424 15196 0 -1 1077944384 903 12278 0 0 81 39 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654600653584 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14484] ppid=14421 vsize=10997500 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14484/stat : 14484 (java) S 14421 14424 15196 0 -1 1077944384 817 12278 0 0 77 37 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654599600784 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14485] ppid=14421 vsize=10997500 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14485/stat : 14485 (java) S 14421 14424 15196 0 -1 1077944384 973 12278 0 0 79 39 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654598547984 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14486] ppid=14421 vsize=10997500 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14486/stat : 14486 (java) S 14421 14424 15196 0 -1 1077944384 1059 12278 0 0 74 41 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654597495184 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14487] ppid=14421 vsize=10997500 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14487/stat : 14487 (java) S 14421 14424 15196 0 -1 1077944384 1893 12278 0 0 80 40 8 3 20 0 20 0 5221801 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654596442384 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14488] ppid=14421 vsize=10997500 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14488/stat : 14488 (java) S 14421 14424 15196 0 -1 1077944384 8659 12278 0 0 31 1 8 3 20 0 20 0 5221803 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654471142256 139654996519554 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14489] ppid=14421 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14489/stat : 14489 (java) S 14421 14424 15196 0 -1 1077944384 63 12278 0 0 0 0 8 3 20 0 20 0 5221803 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654470088288 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14490] ppid=14421 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14490/stat : 14490 (java) S 14421 14424 15196 0 -1 1077944384 48 12278 0 0 0 0 8 3 20 0 20 0 5221804 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654469035392 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14491] ppid=14421 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14491/stat : 14491 (java) S 14421 14424 15196 0 -1 1077944384 1 12278 0 0 0 0 8 3 20 0 20 0 5221807 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654467983696 139654996527003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14492] ppid=14421 vsize=10997500 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14492/stat : 14492 (java) S 14421 14424 15196 0 -1 1077944384 7613 12278 0 0 271 2 8 3 20 0 20 0 5221807 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654466931056 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14493] ppid=14421 vsize=10997500 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14493/stat : 14493 (java) R 14421 14424 15196 0 -1 4202560 4963 12278 0 0 251 2 8 3 20 0 20 0 5221808 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654465865456 139654980467696 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14494] ppid=14421 vsize=10997500 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14494/stat : 14494 (java) R 14421 14424 15196 0 -1 4202560 10330 12278 0 0 300 1 8 3 20 0 20 0 5221808 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654464806472 139654980409008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14495] ppid=14421 vsize=10997500 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14495/stat : 14495 (java) S 14421 14424 15196 0 -1 1077944384 7932 12278 0 0 148 2 8 3 20 0 20 0 5221808 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654463772656 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14496] ppid=14421 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14496/stat : 14496 (java) S 14421 14424 15196 0 -1 1077944384 3 12278 0 0 0 0 8 3 20 0 20 0 5221808 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654462721120 139654996518613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
[pid=14424/tid=14497] ppid=14421 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14497/stat : 14497 (java) S 14421 14424 15196 0 -1 1077944384 293 12278 0 0 1 0 8 3 20 0 20 0 5221808 11261440000 753867 33554432000 4194304 4196468 140733039652208 139654461668400 139654996519554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23085056 140733039659713 140733039662487 140733039662487 140733039665103 0
Current children cumulated CPU time (s) 60.26
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 42.2657
CPU time (s): 60.3768
CPU user time (s): 56.6215
CPU system time (s): 3.75523
CPU usage (%): 142.85
Max. virtual memory (cumulated for all children) (KiB): 10997500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6215
system time used= 3.75523
maximum resident set size= 3017228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12028
involuntary context switches= 3768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.267258 second user time and 0.352781 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 06:59:27
IDJOB=4245018
IDBENCH=120396
IDSOLVER=2630
FILE ID=node145/4245018-1500699567
RUNJOBID= node145-1500697238-13813
PBS_JOBID= 20623333
Free space on /tmp= 61800 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s05c-table.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245018-1500699567/watcher-4245018-1500699567 -o /tmp/evaluation-result-4245018-1500699567/solver-4245018-1500699567 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560  bin/concrete HOME/instance-4245018-1500699567.xml

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=300863709

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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		: 2668.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.43
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		: 2400.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.43
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		: 2133.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		: 2400.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.43
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		: 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.43
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:        29371496 kB
MemAvailable:   29558408 kB
Buffers:          142520 kB
Cached:           316388 kB
SwapCached:            0 kB
Active:          2740636 kB
Inactive:         202572 kB
Active(anon):    2428348 kB
Inactive(anon):    67832 kB
Active(file):     312288 kB
Inactive(file):   134740 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44764 kB
Writeback:             0 kB
AnonPages:       2390100 kB
Mapped:            44040 kB
Shmem:              8852 kB
Slab:             146296 kB
SReclaimable:     111440 kB
SUnreclaim:        34856 kB
KernelStack:        4464 kB
PageTables:         9704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3816720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2181120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61776 MiB
End job on node145 at 2017-07-22 07:00:09