Trace number 4249157

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 25.0267 8.29881

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-066_X2.xml
MD5SUM09321018be6bfcc628ddab34eddf7071
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.089063004
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":121,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

3.57/2.21	c Concrete v3.4 running
24.72/8.28	v <instantiation>
24.72/8.28	v       <list>
24.72/8.28	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] 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] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23]
24.72/8.28	v       </list>
24.72/8.28	v       <values>
24.72/8.28	v         120 0 5 6 7 20 22 12 24 14 17 21 23 2 18 16 10 19 3 13 9 15 8 1 25 4 11 9 1 1 12 0 13 25 3 1 1 4 2 1 5 2 1 3 0 4 0 6 4 5 11 6 10 11 23 23 36 61 64 65 66 70 72 73 78 80 81 84 84 88 88 94 98 103 114 120
24.72/8.28	v       </values>
24.72/8.28	v     </instantiation>
24.72/8.28	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-4249157-1500758561/watcher-4249157-1500758561 -o /tmp/evaluation-result-4249157-1500758561/solver-4249157-1500758561 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560 bin/concrete HOME/instance-4249157-1500758561.xml 

pid=30403
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.84 1.57 1.53 4/262 30406
/proc/meminfo: memFree=30719436/32770624 swapFree=6300/324244
[pid=30406] ppid=30403 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (bash) S 30403 30406 28437 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 11122379 9736192 350 33554432000 4194304 5098028 140724585262432 140724585260072 140173250391040 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 19320832 140724585264398 140724585264483 140724585264483 140724585267182 0
/proc/30406/statm: 2377 350 278 221 0 86 0

[startup+0.100164 s]
/proc/loadavg: 1.84 1.57 1.53 4/262 30406
/proc/meminfo: memFree=30719436/32770624 swapFree=6300/324244
[pid=30406] ppid=30403 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (bash) S 30403 30406 28437 0 -1 4202496 879 6422 0 0 0 0 0 1 20 0 1 0 11122379 9871360 377 33554432000 4194304 5098028 140724585262432 140724585256440 140173250391040 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 19320832 140724585264398 140724585264483 140724585264483 140724585267182 0
/proc/30406/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200418 s]
/proc/loadavg: 1.84 1.57 1.53 4/262 30406
/proc/meminfo: memFree=30719436/32770624 swapFree=6300/324244
[pid=30406] ppid=30403 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 5095 12604 0 0 5 1 9 3 20 0 13 0 11122379 10686320640 5424 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2608965 5424 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300354 s]
/proc/loadavg: 1.84 1.57 1.53 4/262 30406
/proc/meminfo: memFree=30719436/32770624 swapFree=6300/324244
[pid=30406] ppid=30403 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 7386 12604 0 0 22 2 9 3 20 0 20 0 11122379 11164049408 9123 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2725598 9123 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700163 s]
/proc/loadavg: 1.84 1.57 1.53 4/262 30406
/proc/meminfo: memFree=30719436/32770624 swapFree=6300/324244
[pid=30406] ppid=30403 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 12630 12604 0 0 78 5 9 3 20 0 20 0 11122379 11164385280 15889 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2725680 15889 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.84 1.57 1.53 3/282 30479
/proc/meminfo: memFree=30620752/32770624 swapFree=6300/324336
[pid=30406] ppid=30403 vsize=10913344 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 24821 12604 0 0 202 13 9 3 20 0 20 0 11122379 11175264256 44376 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2728336 44376 3396 1 0 2716450 0
[pid=30406/tid=30461] ppid=30403 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) R 30403 30406 28437 0 -1 4202560 18271 12604 0 0 125 6 9 3 20 0 20 0 11122392 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090539224544 140090519078238 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) S 30403 30406 28437 0 -1 1077944384 27 12604 0 0 1 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090493757840 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) S 30403 30406 28437 0 -1 1077944384 4 12604 0 0 0 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090140338448 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) S 30403 30406 28437 0 -1 1077944384 123 12604 0 0 0 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090139286160 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) S 30403 30406 28437 0 -1 1077944384 12 12604 0 0 1 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090138233360 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) S 30403 30406 28437 0 -1 1077944384 42 12604 0 0 1 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090137181072 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) S 30403 30406 28437 0 -1 1077944384 15 12604 0 0 1 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090136128272 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) S 30403 30406 28437 0 -1 1077944384 19 12604 0 0 1 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090135075984 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) S 30403 30406 28437 0 -1 1077944384 22 12604 0 0 0 0 9 3 20 0 20 0 11122393 11175264256 44376 33554432000 4194304 4196468 140730960470704 140090134023184 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 560 12604 0 0 1 0 9 3 20 0 20 0 11122395 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089283831920 140090535008898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 55 12604 0 0 0 0 9 3 20 0 20 0 11122395 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 44 12604 0 0 0 0 9 3 20 0 20 0 11122396 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) S 30403 30406 28437 0 -1 1077944384 854 12604 0 0 12 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089279621744 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) S 30403 30406 28437 0 -1 1077944384 465 12604 0 0 8 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089278568944 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) S 30403 30406 28437 0 -1 1077944384 1149 12604 0 0 17 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089277516656 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 1023 12604 0 0 26 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122401 11175264256 44376 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10073 s]
/proc/loadavg: 1.84 1.57 1.53 4/282 30479
/proc/meminfo: memFree=30542948/32770624 swapFree=6300/324360
[pid=30406] ppid=30403 vsize=10925820 CPUtime=6.38 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 41850 12604 0 0 609 17 9 3 20 0 20 0 11122379 11188039680 58713 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2731455 58713 3476 1 0 2719010 0
[pid=30406/tid=30461] ppid=30403 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) R 30403 30406 28437 0 -1 4202560 29224 12604 0 0 282 8 9 3 20 0 20 0 11122392 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090539225568 140090535009686 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) S 30403 30406 28437 0 -1 1077944384 27 12604 0 0 1 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090493757840 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) S 30403 30406 28437 0 -1 1077944384 4 12604 0 0 0 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090140338448 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) S 30403 30406 28437 0 -1 1077944384 123 12604 0 0 0 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090139286160 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) S 30403 30406 28437 0 -1 1077944384 12 12604 0 0 1 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090138233360 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) S 30403 30406 28437 0 -1 1077944384 42 12604 0 0 1 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090137181072 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) S 30403 30406 28437 0 -1 1077944384 15 12604 0 0 1 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090136128272 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) S 30403 30406 28437 0 -1 1077944384 19 12604 0 0 1 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090135075984 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) S 30403 30406 28437 0 -1 1077944384 22 12604 0 0 0 0 9 3 20 0 20 0 11122393 11188039680 58713 33554432000 4194304 4196468 140730960470704 140090134023184 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 589 12604 0 0 1 0 9 3 20 0 20 0 11122395 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089283831920 140090535008898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 55 12604 0 0 0 0 9 3 20 0 20 0 11122395 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 44 12604 0 0 0 0 9 3 20 0 20 0 11122396 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) R 30403 30406 28437 0 -1 4202560 1468 12604 0 0 57 1 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089279598784 140090516522821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10925820 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) R 30403 30406 28437 0 -1 4202560 1497 12604 0 0 61 1 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089278557616 140090535019098 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10925820 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) R 30403 30406 28437 0 -1 4202560 3374 12604 0 0 96 1 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089277497008 140090535019098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10925820 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 3200 12604 0 0 99 1 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 6 12604 0 0 0 0 9 3 20 0 20 0 11122401 11188039680 58713 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 10925820

[startup+6.30106 s]
/proc/loadavg: 2.17 1.65 1.55 4/282 30479
/proc/meminfo: memFree=30371716/32770624 swapFree=6300/324372
[pid=30406] ppid=30403 vsize=10997968 CPUtime=19.4 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 74212 12604 0 0 1899 29 9 3 20 0 20 0 11122379 11261919232 104937 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2749492 104937 3484 1 0 2737047 0
[pid=30406/tid=30461] ppid=30403 vsize=10997968 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) R 30403 30406 28437 0 -1 4202560 42090 12604 0 0 589 11 9 3 20 0 20 0 11122392 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090539227896 140090177877454 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10997968 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) S 30403 30406 28437 0 -1 1077944384 48 12604 0 0 3 1 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090493757840 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10997968 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) S 30403 30406 28437 0 -1 1077944384 35 12604 0 0 4 0 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090140338448 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10997968 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) S 30403 30406 28437 0 -1 1077944384 149 12604 0 0 4 1 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090139286160 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10997968 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) S 30403 30406 28437 0 -1 1077944384 44 12604 0 0 3 1 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090138233360 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10997968 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) S 30403 30406 28437 0 -1 1077944384 62 12604 0 0 5 0 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090137181072 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10997968 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) S 30403 30406 28437 0 -1 1077944384 153 12604 0 0 5 0 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090136128272 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10997968 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) S 30403 30406 28437 0 -1 1077944384 62 12604 0 0 5 1 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090135075984 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10997968 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) S 30403 30406 28437 0 -1 1077944384 42 12604 0 0 3 1 9 3 20 0 20 0 11122393 11261919232 104937 33554432000 4194304 4196468 140730960470704 140090134023184 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10997968 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 1938 12604 0 0 4 0 9 3 20 0 20 0 11122395 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089283831920 140090535008898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10997968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 56 12604 0 0 0 0 9 3 20 0 20 0 11122395 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10997968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 45 12604 0 0 0 0 9 3 20 0 20 0 11122396 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10997968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10997968 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) R 30403 30406 28437 0 -1 4202560 8345 12604 0 0 356 2 9 3 20 0 20 0 11122400 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089279607504 140090519915112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10997968 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) R 30403 30406 28437 0 -1 4202560 4918 12604 0 0 357 2 9 3 20 0 20 0 11122400 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089278555488 140090514243531 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10997968 CPUtime=3.9 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) R 30403 30406 28437 0 -1 4202560 8276 12604 0 0 377 1 9 3 20 0 20 0 11122400 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089277501520 140090515569427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10997968 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 5407 12604 0 0 174 2 9 3 20 0 20 0 11122400 11261919232 104937 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10997968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=30406/tid=30468] ppid=30403 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) S 30403 30406 28437 0 -1 1077944384 62 12604 0 0 5 1 9 3 20 0 20 0 11122393 11259342848 104657 33554432000 4194304 4196468 140730960470704 140090135075984 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) S 30403 30406 28437 0 -1 1077944384 42 12604 0 0 3 1 9 3 20 0 20 0 11122393 11259342848 104657 33554432000 4194304 4196468 140730960470704 140090134023184 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 1938 12604 0 0 4 0 9 3 20 0 20 0 11122395 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089283831920 140090535008898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 56 12604 0 0 0 0 9 3 20 0 20 0 11122395 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 45 12604 0 0 0 0 9 3 20 0 20 0 11122396 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10995452 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) R 30403 30406 28437 0 -1 4202560 8395 12604 0 0 366 2 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089279608288 140090535019098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10995452 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) R 30403 30406 28437 0 -1 4202560 5217 12604 0 0 367 2 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089278554288 140090535019098 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10995452 CPUtime=4 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) R 30403 30406 28437 0 -1 4202560 8296 12604 0 0 387 1 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089277516576 140090519759986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10995452 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 5410 12604 0 0 175 2 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 409 12604 0 0 0 0 9 3 20 0 20 0 11122401 11259342848 104657 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 10995452

[startup+7.20076 s]
/proc/loadavg: 2.17 1.65 1.55 7/282 30479
/proc/meminfo: memFree=30305900/32770624 swapFree=6300/324372
[pid=30406] ppid=30403 vsize=10995452 CPUtime=21.96 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 75252 12604 0 0 2143 41 9 3 20 0 20 0 11122379 11259342848 127806 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2748863 127806 3502 1 0 2736418 0
[pid=30406/tid=30461] ppid=30403 vsize=10995452 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) R 30403 30406 28437 0 -1 4202560 42211 12604 0 0 675 12 9 3 20 0 20 0 11122392 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090539231488 140090186686144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) S 30403 30406 28437 0 -1 1077944384 56 12604 0 0 4 2 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090493757840 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) S 30403 30406 28437 0 -1 1077944384 41 12604 0 0 5 1 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090140338448 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) S 30403 30406 28437 0 -1 1077944384 158 12604 0 0 5 2 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090139286160 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) S 30403 30406 28437 0 -1 1077944384 59 12604 0 0 5 3 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090138233360 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) S 30403 30406 28437 0 -1 1077944384 76 12604 0 0 6 2 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090137181072 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) S 30403 30406 28437 0 -1 1077944384 163 12604 0 0 7 1 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090136128272 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) S 30403 30406 28437 0 -1 1077944384 77 12604 0 0 6 2 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090135075984 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) S 30403 30406 28437 0 -1 1077944384 59 12604 0 0 5 2 9 3 20 0 20 0 11122393 11259342848 127806 33554432000 4194304 4196468 140730960470704 140090134023184 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 2011 12604 0 0 4 0 9 3 20 0 20 0 11122395 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089283831920 140090535008898 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 56 12604 0 0 0 0 9 3 20 0 20 0 11122395 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 45 12604 0 0 0 0 9 3 20 0 20 0 11122396 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10995452 CPUtime=4.13 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) S 30403 30406 28437 0 -1 1077944384 8484 12604 0 0 399 2 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089279621744 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10995452 CPUtime=4.19 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) S 30403 30406 28437 0 -1 1077944384 5271 12604 0 0 405 2 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089278568944 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10995452 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) S 30403 30406 28437 0 -1 1077944384 8497 12604 0 0 428 2 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089277516656 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10995452 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 5446 12604 0 0 181 2 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 409 12604 0 0 0 0 9 3 20 0 20 0 11122401 11259342848 127806 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 10995452

[startup+8.0016 s]
/proc/loadavg: 2.17 1.65 1.55 4/282 30479
/proc/meminfo: memFree=30189680/32770624 swapFree=6300/324376
[pid=30406] ppid=30403 vsize=10997500 CPUtime=23.58 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 75578 12604 0 0 2286 60 9 3 20 0 20 0 11122379 11261440000 162764 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2749375 162764 3512 1 0 2736930 0
[pid=30406/tid=30461] ppid=30403 vsize=10997500 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) S 30403 30406 28437 0 -1 1077944384 42279 12604 0 0 741 13 9 3 20 0 20 0 11122392 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090539235472 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) R 30403 30406 28437 0 -1 4202560 71 12604 0 0 11 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090493758040 140090519987387 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) R 30403 30406 28437 0 -1 4202560 63 12604 0 0 12 3 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090140338568 140090527625959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) R 30403 30406 28437 0 -1 4202560 177 12604 0 0 12 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090139286280 140090527625959 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) R 30403 30406 28437 0 -1 4202560 79 12604 0 0 11 5 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090138233480 140090520756568 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) R 30403 30406 28437 0 -1 4202560 95 12604 0 0 13 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090137181192 140090527625959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) R 30403 30406 28437 0 -1 4202560 185 12604 0 0 13 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090136128392 140090527625959 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) R 30403 30406 28437 0 -1 4202560 92 12604 0 0 13 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090135076104 140090527625959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) R 30403 30406 28437 0 -1 4202560 75 12604 0 0 11 4 9 3 20 0 20 0 11122393 11261440000 162764 33554432000 4194304 4196468 140730960470704 140090134023304 140090527625959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10997500 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 2063 12604 0 0 8 0 9 3 20 0 20 0 11122395 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089283830544 140090535007957 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 56 12604 0 0 0 0 9 3 20 0 20 0 11122395 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089282777952 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 45 12604 0 0 0 0 9 3 20 0 20 0 11122396 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10997500 CPUtime=4.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) S 30403 30406 28437 0 -1 1077944384 8497 12604 0 0 406 2 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089279621744 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10997500 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) S 30403 30406 28437 0 -1 1077944384 5284 12604 0 0 410 2 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089278568944 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10997500 CPUtime=4.49 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) S 30403 30406 28437 0 -1 1077944384 8512 12604 0 0 435 2 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089277516656 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10997500 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 5463 12604 0 0 183 2 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 409 12604 0 0 0 0 9 3 20 0 20 0 11122401 11261440000 162764 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 23.58
Current children cumulated vsize (KiB) 10997500

[startup+8.20087 s]
/proc/loadavg: 2.17 1.65 1.55 4/282 30479
/proc/meminfo: memFree=30189680/32770624 swapFree=6300/324376
[pid=30406] ppid=30403 vsize=10997500 CPUtime=24.72 cores=0,2,4,6,8,10,12,14
/proc/30406/stat : 30406 (java) S 30403 30406 28437 0 -1 1077944320 75619 12604 0 0 2400 60 9 3 20 0 20 0 11122379 11261440000 162771 33554432000 4194304 4196468 140730960470704 140730960453248 140090534997751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
/proc/30406/statm: 2749375 162771 3512 1 0 2736930 0
[pid=30406/tid=30461] ppid=30403 vsize=10997500 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30461/stat : 30461 (java) S 30403 30406 28437 0 -1 1077944384 42282 12604 0 0 741 13 9 3 20 0 20 0 11122392 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090539235472 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30462] ppid=30403 vsize=10997500 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30462/stat : 30462 (java) R 30403 30406 28437 0 -1 4202560 80 12604 0 0 25 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090493757840 140090519695448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30463] ppid=30403 vsize=10997500 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30463/stat : 30463 (java) R 30403 30406 28437 0 -1 4202560 65 12604 0 0 26 3 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090140338448 140090516594489 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30464] ppid=30403 vsize=10997500 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30464/stat : 30464 (java) R 30403 30406 28437 0 -1 4202560 177 12604 0 0 26 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090139286160 140090519983048 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30465] ppid=30403 vsize=10997500 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30465/stat : 30465 (java) R 30403 30406 28437 0 -1 4202560 83 12604 0 0 25 5 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090138233560 140090516594240 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30466] ppid=30403 vsize=10997500 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30466/stat : 30466 (java) R 30403 30406 28437 0 -1 4202560 102 12604 0 0 24 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090137181072 140090519695529 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30467] ppid=30403 vsize=10997500 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30467/stat : 30467 (java) R 30403 30406 28437 0 -1 4202560 187 12604 0 0 27 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090136128272 140090516594369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30468] ppid=30403 vsize=10997500 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30468/stat : 30468 (java) R 30403 30406 28437 0 -1 4202560 92 12604 0 0 26 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090135076184 140090516593584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30469] ppid=30403 vsize=10997500 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30469/stat : 30469 (java) R 30403 30406 28437 0 -1 4202560 80 12604 0 0 25 4 9 3 20 0 20 0 11122393 11261440000 162771 33554432000 4194304 4196468 140730960470704 140090134023184 140090516594480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30470] ppid=30403 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30470/stat : 30470 (java) S 30403 30406 28437 0 -1 1077944384 2071 12604 0 0 13 0 9 3 20 0 20 0 11122395 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089283830320 140090535007957 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30471] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30471/stat : 30471 (java) S 30403 30406 28437 0 -1 1077944384 57 12604 0 0 0 0 9 3 20 0 20 0 11122395 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089282777488 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30472] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30472/stat : 30472 (java) S 30403 30406 28437 0 -1 1077944384 45 12604 0 0 0 0 9 3 20 0 20 0 11122396 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089281725568 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30473] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30473/stat : 30473 (java) S 30403 30406 28437 0 -1 1077944384 1 12604 0 0 0 0 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089280673872 140090535016347 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30474] ppid=30403 vsize=10997500 CPUtime=4.2 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30474/stat : 30474 (java) S 30403 30406 28437 0 -1 1077944384 8497 12604 0 0 406 2 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089279621744 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30475] ppid=30403 vsize=10997500 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30475/stat : 30475 (java) S 30403 30406 28437 0 -1 1077944384 5284 12604 0 0 410 2 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089278568944 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30476] ppid=30403 vsize=10997500 CPUtime=4.49 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30476/stat : 30476 (java) S 30403 30406 28437 0 -1 1077944384 8512 12604 0 0 435 2 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089277516656 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30477] ppid=30403 vsize=10997500 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30477/stat : 30477 (java) S 30403 30406 28437 0 -1 1077944384 5463 12604 0 0 183 2 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089276463856 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30478] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30478/stat : 30478 (java) S 30403 30406 28437 0 -1 1077944384 3 12604 0 0 0 0 9 3 20 0 20 0 11122400 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089275410784 140090535007957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
[pid=30406/tid=30479] ppid=30403 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30406/task/30479/stat : 30479 (java) S 30403 30406 28437 0 -1 1077944384 409 12604 0 0 0 0 9 3 20 0 20 0 11122401 11261440000 162771 33554432000 4194304 4196468 140730960470704 140089274358064 140090535008898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19161088 140730960476865 140730960479639 140730960479639 140730960482255 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 8.29881
CPU time (s): 25.0267
CPU user time (s): 24.3744
CPU system time (s): 0.652328
CPU usage (%): 301.57
Max. virtual memory (cumulated for all children) (KiB): 10997968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3744
system time used= 0.652328
maximum resident set size= 652444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10583
involuntary context switches= 2151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075819 second user time and 0.081235 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 23:22:41
IDJOB=4249157
IDBENCH=135705
IDSOLVER=2630
FILE ID=node143/4249157-1500758561
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-066_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249157-1500758561/watcher-4249157-1500758561 -o /tmp/evaluation-result-4249157-1500758561/solver-4249157-1500758561 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4249157-1500758561.xml

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

MD5SUM BENCH= 09321018be6bfcc628ddab34eddf7071
RANDOM SEED=1677746941

node143.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.69
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		: 2000.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.69
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		: 1733.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.69
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		: 2000.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.69
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		: 2400.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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		: 2133.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.69
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.69
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:        30719664 kB
MemAvailable:   31234700 kB
Buffers:          188572 kB
Cached:           597404 kB
SwapCached:            0 kB
Active:          1262108 kB
Inactive:         333152 kB
Active(anon):     812120 kB
Inactive(anon):     8752 kB
Active(file):     449988 kB
Inactive(file):   324400 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24312 kB
Writeback:             0 kB
AnonPages:        802084 kB
Mapped:            45120 kB
Shmem:              8852 kB
Slab:             147644 kB
SReclaimable:     112968 kB
SUnreclaim:        34676 kB
KernelStack:        4640 kB
PageTables:         7880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1637300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-22 23:22:49