Trace number 4248453

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4OPT886 202.938 175.043

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-16.xml
MD5SUMb96279f92050ffb29891facc982b592e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark7.43712
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

4.08/2.90	c Concrete v3.4 running
7.36/4.01	o 511
7.36/4.04	o 541
7.36/4.05	o 552
7.36/4.07	o 620
7.36/4.09	o 622
7.79/4.10	o 628
7.79/4.11	o 724
7.79/4.13	o 738
7.79/4.14	o 759
7.79/4.16	o 777
7.79/4.17	o 828
7.79/4.18	o 839
8.19/4.21	o 847
8.19/4.22	o 850
8.19/4.23	o 854
8.19/4.27	o 864
8.19/4.28	o 868
8.55/4.35	o 877
8.55/4.36	o 881
9.64/4.69	o 886
202.88/175.02	v <instantiation cost="886">
202.88/175.02	v       <list>
202.88/175.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
202.88/175.02	v       </list>
202.88/175.02	v       <values>
202.88/175.02	v         1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0
202.88/175.02	v       </values>
202.88/175.02	v     </instantiation>
202.88/175.02	s OPTIMUM FOUND

Verifier Data

OK	886

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-4248453-1500746230/watcher-4248453-1500746230 -o /tmp/evaluation-result-4248453-1500746230/solver-4248453-1500746230 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500745234-20229 --watchdog 2560 bin/concrete HOME/instance-4248453-1500746230.xml 

pid=21624
running on 8 cores: 1,3,5,7,9,11,13,15

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.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (bash) S 21624 21627 16458 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 9891687 9736192 350 33554432000 4194304 5098028 140722723201680 140722723199320 140617716767744 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 24465408 140722723206414 140722723206499 140722723206499 140722723209198 0
/proc/21627/statm: 2377 350 277 221 0 86 0

[startup+0.100192 s]
/proc/loadavg: 1.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (bash) S 21624 21627 16458 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 9891687 9871360 378 33554432000 4194304 5098028 140722723201680 140722723195688 140617716767744 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 24465408 140722723206414 140722723206499 140722723206499 140722723209198 0
/proc/21627/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200354 s]
/proc/loadavg: 1.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (bash) S 21624 21627 16458 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 9891687 9871360 378 33554432000 4194304 5098028 140722723201680 140722723195688 140617716767744 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 24465408 140722723206414 140722723206499 140722723206499 140722723209198 0
/proc/21627/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.863373 s]
/proc/loadavg: 1.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=10768680 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 5566 12662 0 0 8 1 9 3 20 0 18 0 9891687 11027128320 5872 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2692170 5872 2527 1 0 2680608 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10768680

[startup+0.900243 s]
/proc/loadavg: 1.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=10902292 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 6646 12662 0 0 15 2 9 3 20 0 20 0 9891687 11163947008 7431 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2725573 7431 2940 1 0 2713890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10902292

[startup+1.50022 s]
/proc/loadavg: 1.59 2.47 2.83 2/261 21627
/proc/meminfo: memFree=30583984/32770624 swapFree=5832/382852
[pid=21627] ppid=21624 vsize=10903104 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 18063 12662 0 0 106 7 9 3 20 0 20 0 9891687 11164778496 21876 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2725776 21876 3335 1 0 2713890 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10903104

[startup+3.10084 s]
/proc/loadavg: 1.59 2.47 2.83 4/281 21700
/proc/meminfo: memFree=30410224/32770624 swapFree=5832/382552
[pid=21627] ppid=21624 vsize=10923772 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 39112 12662 0 0 429 19 9 3 20 0 20 0 9891687 11185942528 49980 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2730943 49980 3469 1 0 2718498 0
[pid=21627/tid=21682] ppid=21624 vsize=10923772 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 24602 12662 0 0 218 9 9 3 20 0 20 0 9891765 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187806259344 140187782329721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 35 12662 0 0 0 0 9 3 20 0 20 0 9891765 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 8 12662 0 0 0 0 9 3 20 0 20 0 9891765 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 10 12662 0 0 0 0 9 3 20 0 20 0 9891765 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 21 12662 0 0 0 0 9 3 20 0 20 0 9891766 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 55 12662 0 0 0 0 9 3 20 0 20 0 9891766 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 131 12662 0 0 1 0 9 3 20 0 20 0 9891766 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 35 12662 0 0 0 0 9 3 20 0 20 0 9891766 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 30 12662 0 0 1 0 9 3 20 0 20 0 9891766 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 1353 12662 0 0 1 0 9 3 20 0 20 0 9891768 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 57 12662 0 0 0 0 9 3 20 0 20 0 9891769 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187275552224 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 43 12662 0 0 0 0 9 3 20 0 20 0 9891769 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10923772 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) R 21624 21627 16458 0 -1 4202560 4239 12662 0 0 55 1 9 3 20 0 20 0 9891773 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187272380976 140187781747491 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10923772 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 2089 12662 0 0 39 1 9 3 20 0 20 0 9891773 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10923772 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 1623 12662 0 0 35 0 9 3 20 0 20 0 9891773 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10923772 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 2637 12662 0 0 70 1 9 3 20 0 20 0 9891773 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 7 12662 0 0 0 0 9 3 20 0 20 0 9891774 11185942528 49980 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 10923772

[startup+6.30112 s]
/proc/loadavg: 1.46 2.43 2.82 3/281 21700
/proc/meminfo: memFree=30175304/32770624 swapFree=5832/382552
[pid=21627] ppid=21624 vsize=10995452 CPUtime=13.54 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 63181 12662 0 0 1309 33 9 3 20 0 20 0 9891687 11259342848 105214 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2748863 105214 3489 1 0 2736418 0
[pid=21627/tid=21682] ppid=21624 vsize=10995452 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 40560 12662 0 0 509 12 9 3 20 0 20 0 9891765 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187806288152 140187424276187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 51 12662 0 0 11 1 9 3 20 0 20 0 9891765 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 71 12662 0 0 14 0 9 3 20 0 20 0 9891765 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 33 12662 0 0 11 1 9 3 20 0 20 0 9891765 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 52 12662 0 0 12 1 9 3 20 0 20 0 9891766 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 78 12662 0 0 11 1 9 3 20 0 20 0 9891766 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 149 12662 0 0 13 1 9 3 20 0 20 0 9891766 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 11 1 9 3 20 0 20 0 9891766 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 42 12662 0 0 14 1 9 3 20 0 20 0 9891766 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 2072 12662 0 0 9 0 9 3 20 0 20 0 9891768 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10995452 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) S 21624 21627 16458 0 -1 1077944384 4904 12662 0 0 187 1 9 3 20 0 20 0 9891773 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187272394736 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10995452 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 6642 12662 0 0 216 2 9 3 20 0 20 0 9891773 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10995452 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 2474 12662 0 0 156 1 9 3 20 0 20 0 9891773 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10995452 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 3744 12662 0 0 126 2 9 3 20 0 20 0 9891773 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 10 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 105214 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (KiB) 10995452

[startup+12.7092 s]
/proc/loadavg: 1.66 2.45 2.82 4/281 21700
/proc/meminfo: memFree=29930044/32770624 swapFree=5832/382540
[pid=21627] ppid=21624 vsize=10995452 CPUtime=25.54 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 73337 12662 0 0 2493 49 9 3 20 0 20 0 9891687 11259342848 166336 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2748863 166336 3501 1 0 2736418 0
[pid=21627/tid=21682] ppid=21624 vsize=10995452 CPUtime=11.71 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 42153 12662 0 0 1142 17 9 3 20 0 20 0 9891765 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187806285880 140187424396711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 1311 12662 0 0 12 1 9 3 20 0 20 0 9891765 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 96 12662 0 0 14 2 9 3 20 0 20 0 9891765 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 50 12662 0 0 12 2 9 3 20 0 20 0 9891765 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 83 12662 0 0 12 2 9 3 20 0 20 0 9891766 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 161 12662 0 0 12 2 9 3 20 0 20 0 9891766 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 262 12662 0 0 14 2 9 3 20 0 20 0 9891766 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 95 12662 0 0 11 2 9 3 20 0 20 0 9891766 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 70 12662 0 0 14 2 9 3 20 0 20 0 9891766 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 2420 12662 0 0 10 0 9 3 20 0 20 0 9891768 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 166336 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0

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

[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 1483 12662 0 0 46 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 1167 12662 0 0 47 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 3764 12662 0 0 42 3 9 3 20 0 20 0 9891768 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10995452 CPUtime=7.37 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) S 21624 21627 16458 0 -1 1077944384 8545 12662 0 0 721 4 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187272394736 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10995452 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 9609 12662 0 0 748 6 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10995452 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 5352 12662 0 0 686 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 9204 12662 0 0 312 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 122 12662 0 0 4 4 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 201.97
Current children cumulated vsize (KiB) 10995452

[startup+174.501 s]
/proc/loadavg: 1.35 2.02 2.60 3/281 21710
/proc/meminfo: memFree=29658484/32770624 swapFree=5832/382704
[pid=21627] ppid=21624 vsize=10995452 CPUtime=202.37 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 98722 12662 0 0 20133 92 9 3 20 0 20 0 9891687 11259342848 232889 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2748863 232889 3503 1 0 2736418 0
[pid=21627/tid=21682] ppid=21624 vsize=10995452 CPUtime=172.52 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 51040 12662 0 0 17217 23 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187806287888 140187415715297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 1477 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 320 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 1242 12662 0 0 50 4 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10995452 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 613 12662 0 0 50 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 341 12662 0 0 47 4 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10995452 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 2203 12662 0 0 52 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 1483 12662 0 0 46 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 1167 12662 0 0 47 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 3764 12662 0 0 43 3 9 3 20 0 20 0 9891768 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10995452 CPUtime=7.37 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) S 21624 21627 16458 0 -1 1077944384 8545 12662 0 0 721 4 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187272394736 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10995452 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 9609 12662 0 0 748 6 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10995452 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 5352 12662 0 0 686 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 9204 12662 0 0 312 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 122 12662 0 0 4 4 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 202.37
Current children cumulated vsize (KiB) 10995452

[startup+174.901 s]
/proc/loadavg: 1.35 2.02 2.60 3/281 21710
/proc/meminfo: memFree=29658484/32770624 swapFree=5832/382704
[pid=21627] ppid=21624 vsize=10995452 CPUtime=202.78 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 99106 12662 0 0 20174 92 9 3 20 0 20 0 9891687 11259342848 232889 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2748863 232889 3503 1 0 2736418 0
[pid=21627/tid=21682] ppid=21624 vsize=10995452 CPUtime=172.92 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 51424 12662 0 0 17257 23 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187806287856 140187424647067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 1477 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 320 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 1242 12662 0 0 50 4 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10995452 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 613 12662 0 0 50 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 341 12662 0 0 47 4 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10995452 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 2203 12662 0 0 52 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 1483 12662 0 0 46 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 1167 12662 0 0 47 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 3764 12662 0 0 43 3 9 3 20 0 20 0 9891768 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10995452 CPUtime=7.37 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) S 21624 21627 16458 0 -1 1077944384 8545 12662 0 0 721 4 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187272394736 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10995452 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 9609 12662 0 0 748 6 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10995452 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 5352 12662 0 0 686 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 9204 12662 0 0 312 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 122 12662 0 0 4 4 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 202.78
Current children cumulated vsize (KiB) 10995452

[startup+175.001 s]
/proc/loadavg: 1.35 2.02 2.60 3/281 21710
/proc/meminfo: memFree=29658484/32770624 swapFree=5832/382704
[pid=21627] ppid=21624 vsize=10995452 CPUtime=202.88 cores=1,3,5,7,9,11,13,15
/proc/21627/stat : 21627 (java) S 21624 21627 16458 0 -1 1077944320 99106 12662 0 0 20184 92 9 3 20 0 20 0 9891687 11259342848 232889 33554432000 4194304 4196468 140727363682608 140727363665152 140187802054391 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
/proc/21627/statm: 2748863 232889 3503 1 0 2736418 0
[pid=21627/tid=21682] ppid=21624 vsize=10995452 CPUtime=173.02 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21682/stat : 21682 (java) R 21624 21627 16458 0 -1 4202560 51424 12662 0 0 17267 23 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187806287856 140187422204423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21683] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21683/stat : 21683 (java) S 21624 21627 16458 0 -1 1077944384 1477 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187738745616 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21684] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21684/stat : 21684 (java) S 21624 21627 16458 0 -1 1077944384 320 12662 0 0 49 5 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187737693072 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21685] ppid=21624 vsize=10995452 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21685/stat : 21685 (java) S 21624 21627 16458 0 -1 1077944384 1242 12662 0 0 50 4 9 3 20 0 20 0 9891765 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187736640528 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21686] ppid=21624 vsize=10995452 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21686/stat : 21686 (java) S 21624 21627 16458 0 -1 1077944384 613 12662 0 0 50 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187735587984 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21687] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21687/stat : 21687 (java) S 21624 21627 16458 0 -1 1077944384 341 12662 0 0 47 4 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187734534416 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21688] ppid=21624 vsize=10995452 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21688/stat : 21688 (java) S 21624 21627 16458 0 -1 1077944384 2203 12662 0 0 52 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187403151760 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21689] ppid=21624 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21689/stat : 21689 (java) S 21624 21627 16458 0 -1 1077944384 1483 12662 0 0 46 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187402099216 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21690] ppid=21624 vsize=10995452 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21690/stat : 21690 (java) S 21624 21627 16458 0 -1 1077944384 1167 12662 0 0 47 5 9 3 20 0 20 0 9891766 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187401046672 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21691] ppid=21624 vsize=10995452 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21691/stat : 21691 (java) S 21624 21627 16458 0 -1 1077944384 3764 12662 0 0 43 3 9 3 20 0 20 0 9891768 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187276605936 140187802065538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21692] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21692/stat : 21692 (java) S 21624 21627 16458 0 -1 1077944384 59 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187275552288 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21693] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21693/stat : 21693 (java) S 21624 21627 16458 0 -1 1077944384 44 12662 0 0 0 0 9 3 20 0 20 0 9891769 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187274499584 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21694] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21694/stat : 21694 (java) S 21624 21627 16458 0 -1 1077944384 1 12662 0 0 0 0 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187273448144 140187802072987 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21695] ppid=21624 vsize=10995452 CPUtime=7.37 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21695/stat : 21695 (java) S 21624 21627 16458 0 -1 1077944384 8545 12662 0 0 721 4 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187272394736 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21696] ppid=21624 vsize=10995452 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21696/stat : 21696 (java) S 21624 21627 16458 0 -1 1077944384 9609 12662 0 0 748 6 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187271342192 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21697] ppid=21624 vsize=10995452 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21697/stat : 21697 (java) S 21624 21627 16458 0 -1 1077944384 5352 12662 0 0 686 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187270289648 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21698] ppid=21624 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21698/stat : 21698 (java) S 21624 21627 16458 0 -1 1077944384 9204 12662 0 0 312 5 9 3 20 0 20 0 9891773 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187269237104 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21699] ppid=21624 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21699/stat : 21699 (java) S 21624 21627 16458 0 -1 1077944384 3 12662 0 0 0 0 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187268184800 140187802064597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
[pid=21627/tid=21700] ppid=21624 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/21627/task/21700/stat : 21700 (java) S 21624 21627 16458 0 -1 1077944384 122 12662 0 0 4 4 9 3 20 0 20 0 9891774 11259342848 232889 33554432000 4194304 4196468 140727363682608 140187267132336 140187802065538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23097344 140727363685057 140727363687831 140727363687831 140727363690447 0
Current children cumulated CPU time (s) 202.88
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 175.043
CPU time (s): 202.938
CPU user time (s): 201.949
CPU system time (s): 0.988838
CPU usage (%): 115.936
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.949
system time used= 0.988838
maximum resident set size= 931976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39748
involuntary context switches= 17445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15522 second user time and 1.58481 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 19:57:10
IDJOB=4248453
IDBENCH=133519
IDSOLVER=2630
FILE ID=node119/4248453-1500746230
RUNJOBID= node119-1500745234-20229
PBS_JOBID= 20623350
Free space on /tmp= 61852 MiB

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

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

MD5SUM BENCH= b96279f92050ffb29891facc982b592e
RANDOM SEED=733780122

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
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.98
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
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.98
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:        30583984 kB
MemAvailable:   31037444 kB
Buffers:          156952 kB
Cached:           575940 kB
SwapCached:            0 kB
Active:          1357696 kB
Inactive:         391552 kB
Active(anon):    1019180 kB
Inactive(anon):     8700 kB
Active(file):     338516 kB
Inactive(file):   382852 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24336 kB
Writeback:             0 kB
AnonPages:       1022240 kB
Mapped:            44436 kB
Shmem:              8844 kB
Slab:             129344 kB
SReclaimable:      95856 kB
SUnreclaim:        33488 kB
KernelStack:        4480 kB
PageTables:         7196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1849548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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= 61828 MiB
End job on node119 at 2017-07-22 20:00:05