Trace number 4245746

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: OscaR - Hybrid 2017-06-30OPT8 1844.03 1792.55

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.4442
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.43/0.31	c version: 2017-06-30
0.62/0.45	c seed: 971708902
0.62/0.45	c timeout: 2400
0.62/0.45	c memlimit: 15500
0.62/0.45	c nbcore: 8
0.62/0.45	c Parsing instance...
1.12/0.78	c Parsing done, starting first complete search...
1.39/0.85	o 35
1.39/0.85	o 34
1.39/0.85	o 33
1.39/0.85	o 32
1.39/0.85	o 31
1.39/0.85	o 29
1.39/0.85	o 27
1.39/0.85	o 25
1.39/0.85	o 24
1.39/0.86	o 22
1.39/0.86	o 21
1.39/0.88	o 20
3.63/1.45	c First complete search done, starting ALNS search...
3.78/1.50	o 18
3.78/1.56	o 16
5.64/2.58	o 13
6.27/2.82	o 10
6.69/3.16	o 9
22.19/17.62	o 8
1725.73/1677.58	c ALNS done, starting second complete search
1725.73/1677.58	c Best operator: FullRelax_WeightDeg(Min) with improvement of: 12
1843.97/1792.53	s OPTIMUM FOUND
1843.97/1792.53	v <instantiation>
1843.97/1792.53	v 	<list>
1843.97/1792.53	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
1843.97/1792.53	v 	</list>
1843.97/1792.53	v 	<values>
1843.97/1792.53	v 		11 1 7 10 9 8 0 15 2 13 12 6 5 4 3 14 0 0 0 1 2 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 0 
1843.97/1792.53	v 	</values>
1843.97/1792.53	v </instantiation>

Verifier Data

OK	8

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-4245746-1500699242/watcher-4245746-1500699242 -o /tmp/evaluation-result-4245746-1500699242/solver-4245746-1500699242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 971708902 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245746-1500699242.xml 

pid=15553
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.66 1.65 2.53 10/261 15556
/proc/meminfo: memFree=28782812/32770624 swapFree=5800/293360
[pid=15556] ppid=15553 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 1920 0 0 0 0 0 0 0 20 0 2 0 5191948 10889764864 1658 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 2658634 1658 1188 1 0 2647545 0
[pid=15556/tid=15557] ppid=15553 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 2 0 5191949 10889764864 1790 33554432000 4194304 4196468 140736493664448 139775191837088 139775179884448 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0

[startup+0.100129 s]
/proc/loadavg: 1.66 1.65 2.53 10/261 15556
/proc/meminfo: memFree=28782812/32770624 swapFree=5800/293360
[pid=15556] ppid=15553 vsize=13264380 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 5501 0 0 0 8 1 0 0 20 0 20 0 5191948 13582725120 6071 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3316095 6071 3025 1 0 3303815 0
[pid=15556/tid=15557] ppid=15553 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 3600 0 0 0 7 1 0 0 20 0 20 0 5191949 13582725120 6137 33554432000 4194304 4196468 140736493664448 139775191837280 139775075807094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200341 s]
/proc/loadavg: 1.66 1.65 2.53 10/261 15556
/proc/meminfo: memFree=28782812/32770624 swapFree=5800/293360
[pid=15556] ppid=15553 vsize=13263912 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 8910 0 0 0 23 2 0 0 20 0 20 0 5191948 13582245888 8943 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3315978 8943 3558 1 0 3303698 0
[pid=15556/tid=15557] ppid=15553 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 6637 0 0 0 16 1 0 0 20 0 20 0 5191949 13582245888 8943 33554432000 4194304 4196468 140736493664448 139775191825376 139775187616925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300316 s]
/proc/loadavg: 1.66 1.65 2.53 10/261 15556
/proc/meminfo: memFree=28782812/32770624 swapFree=5800/293360
[pid=15556] ppid=15553 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 9857 0 0 0 40 3 0 0 20 0 20 0 5191948 13582245888 10606 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3315978 10606 3611 1 0 3303698 0
[pid=15556/tid=15557] ppid=15553 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 7345 0 0 0 25 2 0 0 20 0 20 0 5191949 13582245888 10606 33554432000 4194304 4196468 140736493664448 139775191802608 139775171675486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700351 s]
/proc/loadavg: 1.66 1.65 2.53 10/261 15556
/proc/meminfo: memFree=28782812/32770624 swapFree=5800/293360
[pid=15556] ppid=15553 vsize=13268028 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 12702 0 0 0 108 4 0 0 20 0 20 0 5191948 13586460672 18537 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317007 18537 3746 1 0 3304722 0
[pid=15556/tid=15557] ppid=15553 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 9318 0 0 0 64 3 0 0 20 0 20 0 5191949 13586460672 18537 33554432000 4194304 4196468 140736493664448 139775191824320 139775171675486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13268028

[startup+1.50078 s]
/proc/loadavg: 1.93 1.70 2.55 6/281 15576
/proc/meminfo: memFree=28669316/32770624 swapFree=5800/293404
[pid=15556] ppid=15553 vsize=13270076 CPUtime=3.78 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 29412 0 0 0 370 8 0 0 20 0 20 0 5191948 13588557824 40471 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 40471 3789 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 10946 0 0 0 143 4 0 0 20 0 20 0 5191949 13588557824 40471 33554432000 4194304 4196468 140736493664448 139775191832672 139774824209218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191950 13588557824 40471 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 5191952 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773851116576 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773850063728 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 4457 0 0 0 65 0 0 0 20 0 20 0 5191957 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 6035 0 0 0 59 1 0 0 20 0 20 0 5191957 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 4566 0 0 0 62 0 0 0 20 0 20 0 5191957 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) R 15553 15556 7621 0 -1 4202560 2003 0 0 0 38 1 0 0 20 0 20 0 5191957 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 40471 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 13270076

[startup+3.10084 s]
/proc/loadavg: 1.93 1.70 2.55 10/281 15576
/proc/meminfo: memFree=27984484/32770624 swapFree=5800/293392
[pid=15556] ppid=15553 vsize=13270076 CPUtime=6.69 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 33693 0 0 0 648 21 0 0 20 0 20 0 5191948 13588557824 88739 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 88739 3823 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 11970 0 0 0 296 7 0 0 20 0 20 0 5191949 13588557824 88739 33554432000 4194304 4196468 140736493664448 139775191829672 139774829074666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 226 0 0 0 1 1 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 66 0 0 0 0 1 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 110 0 0 0 1 1 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 20 0 5191950 13588557824 88739 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 20 0 5191952 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 4708 0 0 0 93 1 0 0 20 0 20 0 5191957 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 6525 0 0 0 85 1 0 0 20 0 20 0 5191957 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 4773 0 0 0 107 0 0 0 20 0 20 0 5191957 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) S 15553 15556 7621 0 -1 1077944384 2774 0 0 0 51 1 0 0 20 0 20 0 5191957 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 88739 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 13270076

[startup+6.30088 s]
/proc/loadavg: 1.93 1.70 2.55 4/281 15576
/proc/meminfo: memFree=27291624/32770624 swapFree=5800/293392
[pid=15556] ppid=15553 vsize=13270076 CPUtime=10.31 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 34730 0 0 0 996 35 0 0 20 0 20 0 5191948 13588557824 264992 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 264992 3826 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=6.2 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 12344 0 0 0 603 17 0 0 20 0 20 0 5191949 13588557824 264992 33554432000 4194304 4196468 140736493664448 139775191831208 139774825093424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 44 0 0 0 1 2 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 231 0 0 0 2 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 75 0 0 0 2 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 48 0 0 0 2 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 519 0 0 0 3 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 115 0 0 0 1 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 20 0 5191950 13588557824 264992 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 686 0 0 0 2 0 0 0 20 0 20 0 5191952 13588557824 264992 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 264992 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 264992 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 5329 0 0 0 645 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 6681 0 0 0 650 35 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=4.74 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 11492 0 0 0 442 32 0 0 20 0 20 0 5191952 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 29661 0 0 0 198 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 20264 0 0 0 135 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 22393 0 0 0 183 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) S 15553 15556 7621 0 -1 1077944384 19575 0 0 0 75 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 1217 0 0 0 47 51 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 1842.64
Current children cumulated vsize (KiB) 13270076

[startup+1792.01 s]
/proc/loadavg: 2.09 1.97 1.92 3/282 15653
/proc/meminfo: memFree=25826920/32770624 swapFree=5800/295180
[pid=15556] ppid=15553 vsize=13270076 CPUtime=1843.46 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 223289 0 0 0 183952 394 0 0 20 0 20 0 5191948 13588557824 319405 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 319405 3845 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=1777.21 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 72779 0 0 0 177687 34 0 0 20 0 20 0 5191949 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775191833312 139774828466809 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=6.8 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 4365 0 0 0 642 38 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 5184 0 0 0 643 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 3133 0 0 0 645 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 6792 0 0 0 639 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=6.71 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 6365 0 0 0 635 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=6.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 6587 0 0 0 638 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 5330 0 0 0 645 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 6681 0 0 0 650 35 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 11492 0 0 0 443 32 0 0 20 0 20 0 5191952 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 29661 0 0 0 198 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 20264 0 0 0 135 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 22393 0 0 0 183 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) S 15553 15556 7621 0 -1 1077944384 19575 0 0 0 75 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 1217 0 0 0 47 51 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 1843.46
Current children cumulated vsize (KiB) 13270076

[startup+1792.4 s]
/proc/loadavg: 2.09 1.97 1.92 3/282 15653
/proc/meminfo: memFree=25826920/32770624 swapFree=5800/295180
[pid=15556] ppid=15553 vsize=13270076 CPUtime=1843.87 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 223292 0 0 0 183992 395 0 0 20 0 20 0 5191948 13588557824 319405 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 319405 3845 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=1777.6 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 72780 0 0 0 177726 34 0 0 20 0 20 0 5191949 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775191833424 139774829074478 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=6.8 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 4365 0 0 0 642 38 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 5184 0 0 0 643 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 3134 0 0 0 645 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 6792 0 0 0 639 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=6.71 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 6365 0 0 0 635 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=6.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 6587 0 0 0 638 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 5331 0 0 0 645 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 6681 0 0 0 650 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 11492 0 0 0 443 32 0 0 20 0 20 0 5191952 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 29661 0 0 0 198 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 20264 0 0 0 135 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 22393 0 0 0 183 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) S 15553 15556 7621 0 -1 1077944384 19575 0 0 0 75 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 1217 0 0 0 47 51 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 1843.87
Current children cumulated vsize (KiB) 13270076

[startup+1792.5 s]
/proc/loadavg: 2.09 1.97 1.92 3/282 15653
/proc/meminfo: memFree=25826920/32770624 swapFree=5800/295180
[pid=15556] ppid=15553 vsize=13270076 CPUtime=1843.97 cores=1,3,5,7,9,11,13,15
/proc/15556/stat : 15556 (java) S 15553 15556 7621 0 -1 1077944320 223294 0 0 0 184002 395 0 0 20 0 20 0 5191948 13588557824 319405 33554432000 4194304 4196468 140736493664448 140736493646992 139775187594999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
/proc/15556/statm: 3317519 319405 3845 1 0 3305234 0
[pid=15556/tid=15557] ppid=15553 vsize=13270076 CPUtime=1777.7 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15557/stat : 15557 (java) R 15553 15556 7621 0 -1 4202560 72781 0 0 0 177736 34 0 0 20 0 20 0 5191949 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775191833424 139774829074499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15559] ppid=15553 vsize=13270076 CPUtime=6.8 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15559/stat : 15559 (java) S 15553 15556 7621 0 -1 1077944384 4365 0 0 0 642 38 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139775148554896 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15560] ppid=15553 vsize=13270076 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15560/stat : 15560 (java) S 15553 15556 7621 0 -1 1077944384 5185 0 0 0 643 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774785993232 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15561] ppid=15553 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15561/stat : 15561 (java) S 15553 15556 7621 0 -1 1077944384 3134 0 0 0 645 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774784940432 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15562] ppid=15553 vsize=13270076 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15562/stat : 15562 (java) S 15553 15556 7621 0 -1 1077944384 6792 0 0 0 639 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774783887632 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15563] ppid=15553 vsize=13270076 CPUtime=6.71 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15563/stat : 15563 (java) S 15553 15556 7621 0 -1 1077944384 6365 0 0 0 635 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774782835856 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15564] ppid=15553 vsize=13270076 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15564/stat : 15564 (java) S 15553 15556 7621 0 -1 1077944384 6587 0 0 0 639 40 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774781783056 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15565] ppid=15553 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15565/stat : 15565 (java) S 15553 15556 7621 0 -1 1077944384 5331 0 0 0 645 37 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774780730256 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15566] ppid=15553 vsize=13270076 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15566/stat : 15566 (java) S 15553 15556 7621 0 -1 1077944384 6681 0 0 0 650 36 0 0 20 0 20 0 5191950 13588557824 319405 33554432000 4194304 4196468 140736493664448 139774779677456 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15567] ppid=15553 vsize=13270076 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15567/stat : 15567 (java) S 15553 15556 7621 0 -1 1077944384 11492 0 0 0 443 32 0 0 20 0 20 0 5191952 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773852170608 139775187606146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15568] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15568/stat : 15568 (java) S 15553 15556 7621 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773851116640 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15569] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15569/stat : 15569 (java) S 15553 15556 7621 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 5191953 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773850063744 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15570] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15570/stat : 15570 (java) S 15553 15556 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773849012048 139775187613595 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15571] ppid=15553 vsize=13270076 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15571/stat : 15571 (java) S 15553 15556 7621 0 -1 1077944384 29661 0 0 0 198 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773847960432 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15572] ppid=15553 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15572/stat : 15572 (java) S 15553 15556 7621 0 -1 1077944384 20264 0 0 0 135 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773846907632 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15573] ppid=15553 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15573/stat : 15573 (java) S 15553 15556 7621 0 -1 1077944384 22393 0 0 0 183 2 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773845854832 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15574] ppid=15553 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15574/stat : 15574 (java) S 15553 15556 7621 0 -1 1077944384 19575 0 0 0 75 3 0 0 20 0 20 0 5191957 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773844802032 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15575] ppid=15553 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15575/stat : 15575 (java) S 15553 15556 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773843749472 139775187605205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
[pid=15556/tid=15576] ppid=15553 vsize=13270076 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15556/task/15576/stat : 15576 (java) S 15553 15556 7621 0 -1 1077944384 1217 0 0 0 47 51 0 0 20 0 20 0 5191958 13588557824 319405 33554432000 4194304 4196468 140736493664448 139773842696752 139775187606146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37519360 140736493667470 140736493667652 140736493667652 140736493670351 0
Current children cumulated CPU time (s) 1843.97
Current children cumulated vsize (KiB) 13270076

Child status: 0
Real time (s): 1792.55
CPU time (s): 1844.03
CPU user time (s): 1840.06
CPU system time (s): 3.96678
CPU usage (%): 102.872
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1840.06
system time used= 3.96678
maximum resident set size= 1277804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 244952
involuntary context switches= 131360

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.67242 second user time and 19.2063 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 06:54:02
IDJOB=4245746
IDBENCH=123124
IDSOLVER=2629
FILE ID=node124/4245746-1500699242
RUNJOBID= node124-1500696956-15262
PBS_JOBID= 20623343
Free space on /tmp= 61968 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245746-1500699242/watcher-4245746-1500699242 -o /tmp/evaluation-result-4245746-1500699242/solver-4245746-1500699242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 971708902 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245746-1500699242.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=971708902

node124.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		: 2668.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.16
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.16
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		: 2668.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.16
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.16
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.16
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		: 2668.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.16
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		: 2668.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.16
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		: 2133.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		: 2668.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.16
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		: 1867.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:        28783304 kB
MemAvailable:   29067132 kB
Buffers:          120944 kB
Cached:           444276 kB
SwapCached:            0 kB
Active:          3249344 kB
Inactive:         302104 kB
Active(anon):    2989176 kB
Inactive(anon):     8744 kB
Active(file):     260168 kB
Inactive(file):   293360 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42428 kB
Writeback:             0 kB
AnonPages:       2924548 kB
Mapped:            45024 kB
Shmem:              8840 kB
Slab:             126000 kB
SReclaimable:      92268 kB
SUnreclaim:        33732 kB
KernelStack:        4848 kB
PageTables:        11260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4445864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2795520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61928 MiB
End job on node124 at 2017-07-22 07:23:55