Trace number 4286104

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
OscaR - Parallel with EPS 2017-08-22OPT1 755.255 205.021

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-04-06.xml
MD5SUMbc597584f482d34acd2131afdcab0789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.109355
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints91
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":24}]
Minimum constraint arity4
Maximum constraint arity24
Distribution of constraint arities[{"arity":4,"count":90},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 1193591731
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
30.17/14.65	c Parsing done, starting search...
695.49/197.36	o 23
696.22/197.42	o 22
696.22/197.49	o 21
696.89/197.57	o 20
697.75/197.64	o 19
698.49/197.71	o 18
698.49/197.75	o 17
698.49/197.79	o 16
699.32/197.82	o 15
699.32/197.86	o 14
699.32/197.87	o 13
700.15/197.94	o 12
700.15/197.95	o 11
700.95/198.11	o 10
703.30/198.31	o 9
705.67/198.61	o 8
708.04/198.91	o 7
708.87/199.03	o 6
710.41/199.27	o 5
717.56/200.18	o 4
729.36/201.62	o 3
741.54/203.20	o 2
754.61/204.87	o 1
755.13/204.90	s OPTIMUM FOUND
755.13/204.90	v <instantiation>
755.13/204.90	v 	<list>
755.13/204.90	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5]
755.13/204.90	v 	</list>
755.13/204.90	v 	<values>
755.13/204.90	v 		0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 
755.13/204.90	v 	</values>
755.13/204.90	v </instantiation>

Verifier Data

OK	1

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12144 MiB free)
  memory of node 1: 16384 MiB (10971 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4286104-1503469697/watcher-4286104-1503469697 -o /tmp/evaluation-result-4286104-1503469697/solver-4286104-1503469697 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503464999-11502 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1193591731 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4286104-1503469697.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12397, runsolver pid=12394
Current StackSize limit: 8192 KiB


[startup+0.10151 s]*
/proc/loadavg: 8.80 7.74 6.25 1/200 12417
/proc/meminfo: memFree=23653348/32770624 swapFree=67108860/67108860
[pid=12397] ppid=12394 vsize=26000852 memory=32816 CPUtime=0.12 cores=0-7
/proc/12397/stat : 12397 (java) S 12394 12397 11475 0 -1 1077944320 8605 0 0 0 10 2 0 0 20 0 20 0 180057307 26624872448 8204 33554432000 4194304 4196468 140731978977728 140731978960272 140189607788279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
/proc/12397/statm: 6500213 8204 3410 1 0 6487932 0
[pid=12397/tid=12399] ppid=12394 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12397/task/12399/stat : 12399 (java) R 12394 12397 11475 0 -1 4202560 6556 0 0 0 8 1 0 0 20 0 20 0 180057307 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189612004976 140189591868766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12400] ppid=12394 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12397/task/12400/stat : 12400 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189560408592 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12401] ppid=12394 vsize=26000852 memory=140517292676736 CPUtime=0 cores=0-7
/proc/12397/task/12401/stat : 12401 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189559356048 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12402] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12402/stat : 12402 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189558302992 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12403] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12403/stat : 12403 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189557250448 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12404] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12404/stat : 12404 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189556198416 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12405] ppid=12394 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12405/stat : 12405 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189555145872 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12406] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12406/stat : 12406 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189554092816 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12407] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12407/stat : 12407 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 8204 33554432000 4194304 4196468 140731978977728 140189553040272 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12408] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12408/stat : 12408 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188600740080 140189607799426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12409] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12409/stat : 12409 (java) S 12394 12397 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188599686304 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12410] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12410/stat : 12410 (java) S 12394 12397 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188598633200 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12411] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12411/stat : 12411 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188597581776 140189607806875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12412] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12412/stat : 12412 (java) S 12394 12397 11475 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188596529904 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12413] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12413/stat : 12413 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188595477360 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12414] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12414/stat : 12414 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188594424304 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12415] ppid=12394 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/12397/task/12415/stat : 12415 (java) S 12394 12397 11475 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188593371760 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12416] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12416/stat : 12416 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188592318944 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12417] ppid=12394 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12417/stat : 12417 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 8204 33554432000 4194304 4196468 140731978977728 140188591266480 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32816 KiB

[startup+0.210523 s]*
/proc/loadavg: 8.80 7.74 6.25 3/200 12417
/proc/meminfo: memFree=23642492/32770624 swapFree=67108860/67108860
[pid=12397] ppid=12394 vsize=26000852 memory=41712 CPUtime=0.29 cores=0-7
/proc/12397/stat : 12397 (java) S 12394 12397 11475 0 -1 1077944320 9605 0 0 0 27 2 0 0 20 0 20 0 180057307 26624872448 10428 33554432000 4194304 4196468 140731978977728 140731978960272 140189607788279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
/proc/12397/statm: 6500213 10428 3596 1 0 6487932 0
[pid=12397/tid=12399] ppid=12394 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/12397/task/12399/stat : 12399 (java) R 12394 12397 11475 0 -1 4202560 7187 0 0 0 18 2 0 0 20 0 20 0 180057307 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189612008432 140189607810205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12400] ppid=12394 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/12397/task/12400/stat : 12400 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189560408592 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12401] ppid=12394 vsize=26000852 memory=288370893444388480 CPUtime=0 cores=0-7
/proc/12397/task/12401/stat : 12401 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189559356048 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12402] ppid=12394 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12402/stat : 12402 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189558302992 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12403] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12403/stat : 12403 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189557250448 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12404] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12404/stat : 12404 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189556198416 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12405] ppid=12394 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12405/stat : 12405 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189555145872 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12406] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12406/stat : 12406 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189554092816 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12407] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12407/stat : 12407 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057308 26624872448 10428 33554432000 4194304 4196468 140731978977728 140189553040272 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12408] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12408/stat : 12408 (java) S 12394 12397 11475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188600740080 140189607799426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12409] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12409/stat : 12409 (java) S 12394 12397 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188599686304 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12410] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12410/stat : 12410 (java) S 12394 12397 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 180057310 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188598633200 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12411] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12411/stat : 12411 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188597581776 140189607806875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12412] ppid=12394 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/12397/task/12412/stat : 12412 (java) S 12394 12397 11475 0 -1 1077944384 428 0 0 0 1 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188596529904 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12413] ppid=12394 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/12397/task/12413/stat : 12413 (java) S 12394 12397 11475 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188595477360 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12414] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12414/stat : 12414 (java) S 12394 12397 11475 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188594424304 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12415] ppid=12394 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/12397/task/12415/stat : 12415 (java) R 12394 12397 11475 0 -1 4202560 386 0 0 0 5 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188593371760 140189607802143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12416] ppid=12394 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12416/stat : 12416 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188592318944 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12417] ppid=12394 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12417/stat : 12417 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624872448 10428 33554432000 4194304 4196468 140731978977728 140188591266480 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41712 KiB

[startup+0.310445 s]*
/proc/loadavg: 8.80 7.74 6.25 3/200 12417
/proc/meminfo: memFree=23636040/32770624 swapFree=67108860/67108860
[pid=12397] ppid=12394 vsize=26000872 memory=48572 CPUtime=0.47 cores=0-7
/proc/12397/stat : 12397 (java) S 12394 12397 11475 0 -1 1077944320 10501 0 0 0 44 3 0 0 20 0 20 0 180057307 26624892928 12143 33554432000 4194304 4196468 140731978977728 140731978960272 140189607788279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
/proc/12397/statm: 6500218 12143 3675 1 0 6487932 0
[pid=12397/tid=12399] ppid=12394 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12397/task/12399/stat : 12399 (java) R 12394 12397 11475 0 -1 4202560 7746 0 0 0 27 2 0 0 20 0 20 0 180057307 26624892928 12143 33554432000 4194304 4196468 140731978977728 140189612010688 140189607800214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12400] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12400/stat : 12400 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189560408592 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12401] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12401/stat : 12401 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189559356048 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12402] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12402/stat : 12402 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189558302992 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12403] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12403/stat : 12403 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189557250448 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12404] ppid=12394 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/12397/task/12404/stat : 12404 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189556198416 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12405] ppid=12394 vsize=26000872 memory=140517170049967 CPUtime=0 cores=0-7
/proc/12397/task/12405/stat : 12405 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189555145872 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12406] ppid=12394 vsize=26000872 memory=140517170052272 CPUtime=0 cores=0-7
/proc/12397/task/12406/stat : 12406 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189554092816 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12407] ppid=12394 vsize=26000872 memory=140517170054576 CPUtime=0 cores=0-7
/proc/12397/task/12407/stat : 12407 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057308 26624892928 12208 33554432000 4194304 4196468 140731978977728 140189553040272 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12408] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12408/stat : 12408 (java) S 12394 12397 11475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 180057310 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188600740080 140189607799426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12409] ppid=12394 vsize=26000872 memory=281034340116112 CPUtime=0 cores=0-7
/proc/12397/task/12409/stat : 12409 (java) S 12394 12397 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 180057310 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188599686304 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12410] ppid=12394 vsize=26000872 memory=281034340123024 CPUtime=0 cores=0-7
/proc/12397/task/12410/stat : 12410 (java) S 12394 12397 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 180057310 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188598633200 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12411] ppid=12394 vsize=26000872 memory=281034340064304 CPUtime=0 cores=0-7
/proc/12397/task/12411/stat : 12411 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188597581776 140189607806875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12412] ppid=12394 vsize=26000872 memory=281034340136848 CPUtime=0.02 cores=0-7
/proc/12397/task/12412/stat : 12412 (java) S 12394 12397 11475 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188596529904 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12413] ppid=12394 vsize=26000872 memory=281034340143760 CPUtime=0.03 cores=0-7
/proc/12397/task/12413/stat : 12413 (java) S 12394 12397 11475 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188595477360 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12414] ppid=12394 vsize=26000872 memory=281034340141456 CPUtime=0.02 cores=0-7
/proc/12397/task/12414/stat : 12414 (java) R 12394 12397 11475 0 -1 1077944384 160 0 0 0 2 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188594424304 140189607799426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12415] ppid=12394 vsize=26000872 memory=281034340158064 CPUtime=0.08 cores=0-7
/proc/12397/task/12415/stat : 12415 (java) R 12394 12397 11475 0 -1 4202560 516 0 0 0 8 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188593371760 140189589161792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12416] ppid=12394 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12416/stat : 12416 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188592318944 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12417] ppid=12394 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/12397/task/12417/stat : 12417 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057313 26624892928 12208 33554432000 4194304 4196468 140731978977728 140188591266480 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48572 KiB

[startup+0.700883 s]
/proc/loadavg: 8.80 7.74 6.25 2/200 12417
/proc/meminfo: memFree=23622696/32770624 swapFree=67108860/67108860
[pid=12397] ppid=12394 vsize=26002920 memory=83704 CPUtime=1.15 cores=0-7
/proc/12397/stat : 12397 (java) S 12394 12397 11475 0 -1 1077944320 12487 0 0 0 110 5 0 0 20 0 20 0 180057307 26626990080 20926 33554432000 4194304 4196468 140731978977728 140731978960272 140189607788279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
/proc/12397/statm: 6500730 20926 3765 1 0 6488444 0
[pid=12397/tid=12399] ppid=12394 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/12397/task/12399/stat : 12399 (java) R 12394 12397 11475 0 -1 4202560 8635 0 0 0 64 3 0 0 20 0 20 0 180057307 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189612024976 140189607800214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12400] ppid=12394 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12400/stat : 12400 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189560408592 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12401] ppid=12394 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12401/stat : 12401 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189559356048 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12402] ppid=12394 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/12397/task/12402/stat : 12402 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189558302992 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12403] ppid=12394 vsize=26002920 memory=792 CPUtime=0 cores=0-7
/proc/12397/task/12403/stat : 12403 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189557250448 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12404] ppid=12394 vsize=26002920 memory=948 CPUtime=0 cores=0-7
/proc/12397/task/12404/stat : 12404 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189556198416 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12405] ppid=12394 vsize=26002920 memory=10768 CPUtime=0 cores=0-7
/proc/12397/task/12405/stat : 12405 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189555145872 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12406] ppid=12394 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/12397/task/12406/stat : 12406 (java) S 12394 12397 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189554092816 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12407] ppid=12394 vsize=26002920 memory=15828 CPUtime=0 cores=0-7
/proc/12397/task/12407/stat : 12407 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 180057308 26626990080 20926 33554432000 4194304 4196468 140731978977728 140189553040272 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12408] ppid=12394 vsize=26002920 memory=15796 CPUtime=0 cores=0-7
/proc/12397/task/12408/stat : 12408 (java) S 12394 12397 11475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 180057310 26626990080 20926 33554432000 4194304 4196468 140731978977728 140188600740080 140189607799426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0

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

/proc/12397/task/12419/stat : 12419 (java) S 12394 12397 11475 0 -1 1077944384 1259 0 0 0 6 8 0 0 20 0 46 0 180065785 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188577825552 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12420] ppid=12394 vsize=27743860 memory=7595428903340041047 CPUtime=21.07 cores=0-7
/proc/12397/task/12420/stat : 12420 (java) R 12394 12397 11475 0 -1 4202560 4099 0 0 0 2090 17 0 0 20 0 46 0 180065795 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188574675712 140189231968158 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12421] ppid=12394 vsize=27743860 memory=6369305260118991952 CPUtime=1.82 cores=0-7
/proc/12397/task/12421/stat : 12421 (java) S 12394 12397 11475 0 -1 1077944384 242 0 0 0 182 0 0 0 20 0 46 0 180065796 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188573624080 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12422] ppid=12394 vsize=27743860 memory=5864627258522626129 CPUtime=21.78 cores=0-7
/proc/12397/task/12422/stat : 12422 (java) R 12394 12397 11475 0 -1 1077944384 3587 0 0 0 2165 13 0 0 20 0 46 0 180065797 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188572571024 140189607798485 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12423] ppid=12394 vsize=27743860 memory=6791534058613427641 CPUtime=22.75 cores=0-7
/proc/12397/task/12423/stat : 12423 (java) S 12394 12397 11475 0 -1 1077944384 4131 0 0 0 2263 12 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188571518480 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12424] ppid=12394 vsize=27743860 memory=0 CPUtime=22.35 cores=0-7
/proc/12397/task/12424/stat : 12424 (java) S 12394 12397 11475 0 -1 1077944384 3497 0 0 0 2222 13 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188570465424 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12425] ppid=12394 vsize=27743860 memory=0 CPUtime=21.13 cores=0-7
/proc/12397/task/12425/stat : 12425 (java) S 12394 12397 11475 0 -1 1077944384 2961 0 0 0 2106 7 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188569412880 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12426] ppid=12394 vsize=27743860 memory=0 CPUtime=20.75 cores=0-7
/proc/12397/task/12426/stat : 12426 (java) S 12394 12397 11475 0 -1 1077944384 3825 0 0 0 2055 20 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188568359824 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12427] ppid=12394 vsize=27743860 memory=0 CPUtime=20.05 cores=0-7
/proc/12397/task/12427/stat : 12427 (java) R 12394 12397 11475 0 -1 4202560 3340 0 0 0 1990 15 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188567306368 140189231963194 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12428] ppid=12394 vsize=27743860 memory=0 CPUtime=21.79 cores=0-7
/proc/12397/task/12428/stat : 12428 (java) R 12394 12397 11475 0 -1 1077944384 4010 0 0 0 2162 17 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188566255248 140189607798485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12429] ppid=12394 vsize=27743860 memory=0 CPUtime=1.94 cores=0-7
/proc/12397/task/12429/stat : 12429 (java) S 12394 12397 11475 0 -1 1077944384 275 0 0 0 194 0 0 0 20 0 46 0 180065800 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188565202704 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12430] ppid=12394 vsize=27743860 memory=0 CPUtime=2.22 cores=0-7
/proc/12397/task/12430/stat : 12430 (java) S 12394 12397 11475 0 -1 1077944384 218 0 0 0 220 2 0 0 20 0 46 0 180065828 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188564149648 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12431] ppid=12394 vsize=27743860 memory=0 CPUtime=3.42 cores=0-7
/proc/12397/task/12431/stat : 12431 (java) R 12394 12397 11475 0 -1 4202560 385 0 0 0 342 0 0 0 20 0 46 0 180077032 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188563096192 140189231968119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12432] ppid=12394 vsize=27743860 memory=0 CPUtime=1.22 cores=0-7
/proc/12397/task/12432/stat : 12432 (java) S 12394 12397 11475 0 -1 1077944384 740 0 0 0 122 0 0 0 20 0 46 0 180077043 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188559910032 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12433] ppid=12394 vsize=27743860 memory=0 CPUtime=0.47 cores=0-7
/proc/12397/task/12433/stat : 12433 (java) S 12394 12397 11475 0 -1 1077944384 94 0 0 0 47 0 0 0 20 0 46 0 180077044 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188558857488 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12434] ppid=12394 vsize=27743860 memory=0 CPUtime=2.41 cores=0-7
/proc/12397/task/12434/stat : 12434 (java) R 12394 12397 11475 0 -1 1077944384 173 0 0 0 241 0 0 0 20 0 46 0 180077044 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188557804432 140189607798485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12435] ppid=12394 vsize=27743860 memory=0 CPUtime=1.79 cores=0-7
/proc/12397/task/12435/stat : 12435 (java) R 12394 12397 11475 0 -1 4202560 533 0 0 0 179 0 0 0 20 0 46 0 180077046 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188556750976 140189231965145 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12436] ppid=12394 vsize=27743860 memory=0 CPUtime=1.18 cores=0-7
/proc/12397/task/12436/stat : 12436 (java) R 12394 12397 11475 0 -1 1077944384 140 0 0 0 117 1 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188555699856 140189607798485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12437] ppid=12394 vsize=27743860 memory=0 CPUtime=1.58 cores=0-7
/proc/12397/task/12437/stat : 12437 (java) R 12394 12397 11475 0 -1 4202560 157 0 0 0 158 0 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188554646400 140731979028418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12438] ppid=12394 vsize=27743860 memory=0 CPUtime=1.94 cores=0-7
/proc/12397/task/12438/stat : 12438 (java) R 12394 12397 11475 0 -1 1077944384 231 0 0 0 192 2 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188553594256 140189607798485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12439] ppid=12394 vsize=27743860 memory=0 CPUtime=1.32 cores=0-7
/proc/12397/task/12439/stat : 12439 (java) R 12394 12397 11475 0 -1 4202560 178 0 0 0 131 1 0 0 20 0 46 0 180077049 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188552540800 140189231968163 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12440] ppid=12394 vsize=27743860 memory=0 CPUtime=2.71 cores=0-7
/proc/12397/task/12440/stat : 12440 (java) R 12394 12397 11475 0 -1 4202560 286 0 0 0 271 0 0 0 20 0 46 0 180077051 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188551487744 140189231965101 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12441] ppid=12394 vsize=27743860 memory=0 CPUtime=2.05 cores=0-7
/proc/12397/task/12441/stat : 12441 (java) R 12394 12397 11475 0 -1 1077944384 234 0 0 0 205 0 0 0 20 0 46 0 180077053 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188550436112 140189607798485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12442] ppid=12394 vsize=27743860 memory=0 CPUtime=3.27 cores=0-7
/proc/12397/task/12442/stat : 12442 (java) R 12394 12397 11475 0 -1 4202560 247 0 0 0 323 4 0 0 20 0 46 0 180077210 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188549382144 140189231965153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12443] ppid=12394 vsize=27743860 memory=0 CPUtime=1.08 cores=0-7
/proc/12397/task/12443/stat : 12443 (java) R 12394 12397 11475 0 -1 1077944384 153 0 0 0 108 0 0 0 20 0 46 0 180077325 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188548330512 140189607798485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
Current children cumulated CPU time: 748.42 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 21589560 KiB

[startup+204.802 s]
/proc/loadavg: 4.71 5.59 5.64 14/224 12443
/proc/meminfo: memFree=2052428/32770624 swapFree=67108860/67108860
[pid=12397] ppid=12394 vsize=27743860 memory=21589560 CPUtime=754.61 cores=0-7
/proc/12397/stat : 12397 (java) S 12394 12397 11475 0 -1 1077944320 408059 0 0 0 71132 4329 0 0 20 0 46 0 180057307 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140731978960272 140189607788279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
/proc/12397/statm: 6935965 5397390 3876 1 0 6923158 0
[pid=12397/tid=12399] ppid=12394 vsize=27743860 memory=912 CPUtime=71.52 cores=0-7
/proc/12397/task/12399/stat : 12399 (java) S 12394 12397 11475 0 -1 1077944384 20219 0 0 0 7131 21 0 0 20 0 46 0 180057307 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189612025984 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12400] ppid=12394 vsize=27743860 memory=6791534058613427641 CPUtime=51.79 cores=0-7
/proc/12397/task/12400/stat : 12400 (java) S 12394 12397 11475 0 -1 1077944384 26387 0 0 0 4683 496 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189560408592 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12401] ppid=12394 vsize=27743860 memory=6944656592455359580 CPUtime=51.56 cores=0-7
/proc/12397/task/12401/stat : 12401 (java) S 12394 12397 11475 0 -1 1077944384 26099 0 0 0 4619 537 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189559356048 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12402] ppid=12394 vsize=27743860 memory=6944652177228980320 CPUtime=51.65 cores=0-7
/proc/12397/task/12402/stat : 12402 (java) S 12394 12397 11475 0 -1 1077944384 25239 0 0 0 4631 534 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189558302992 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12403] ppid=12394 vsize=27743860 memory=6944656575208382560 CPUtime=51.5 cores=0-7
/proc/12397/task/12403/stat : 12403 (java) S 12394 12397 11475 0 -1 1077944384 26658 0 0 0 4619 531 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189557250448 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12404] ppid=12394 vsize=27743860 memory=7528 CPUtime=51.88 cores=0-7
/proc/12397/task/12404/stat : 12404 (java) S 12394 12397 11475 0 -1 1077944384 28104 0 0 0 4683 505 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189556198416 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12405] ppid=12394 vsize=27743860 memory=840 CPUtime=51.83 cores=0-7
/proc/12397/task/12405/stat : 12405 (java) S 12394 12397 11475 0 -1 1077944384 24405 0 0 0 4689 494 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189555145872 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12406] ppid=12394 vsize=27743860 memory=4104 CPUtime=51.68 cores=0-7
/proc/12397/task/12406/stat : 12406 (java) S 12394 12397 11475 0 -1 1077944384 26959 0 0 0 4658 510 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189554092816 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12407] ppid=12394 vsize=27743860 memory=1692 CPUtime=51.75 cores=0-7
/proc/12397/task/12407/stat : 12407 (java) S 12394 12397 11475 0 -1 1077944384 25193 0 0 0 4652 523 0 0 20 0 46 0 180057308 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140189553040272 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12408] ppid=12394 vsize=27743860 memory=912 CPUtime=53.49 cores=0-7
/proc/12397/task/12408/stat : 12408 (java) S 12394 12397 11475 0 -1 1077944384 83620 0 0 0 5334 15 0 0 20 0 46 0 180057310 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188600740080 140189607799426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12409] ppid=12394 vsize=27743860 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/12397/task/12409/stat : 12409 (java) S 12394 12397 11475 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 46 0 180057310 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188599686368 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12410] ppid=12394 vsize=27743860 memory=4124 CPUtime=0 cores=0-7
/proc/12397/task/12410/stat : 12410 (java) S 12394 12397 11475 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 46 0 180057310 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188598633216 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12411] ppid=12394 vsize=27743860 memory=2200 CPUtime=0 cores=0-7
/proc/12397/task/12411/stat : 12411 (java) S 12394 12397 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188597581776 140189607806875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12412] ppid=12394 vsize=27743860 memory=7528 CPUtime=2.22 cores=0-7
/proc/12397/task/12412/stat : 12412 (java) S 12394 12397 11475 0 -1 1077944384 15352 0 0 0 218 4 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188596529904 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12413] ppid=12394 vsize=27743860 memory=840 CPUtime=1.83 cores=0-7
/proc/12397/task/12413/stat : 12413 (java) S 12394 12397 11475 0 -1 1077944384 9798 0 0 0 181 2 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188595477360 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12414] ppid=12394 vsize=27743860 memory=21570008 CPUtime=1.81 cores=0-7
/proc/12397/task/12414/stat : 12414 (java) S 12394 12397 11475 0 -1 1077944384 10115 0 0 0 177 4 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188594424304 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12415] ppid=12394 vsize=27743860 memory=2236 CPUtime=1.19 cores=0-7
/proc/12397/task/12415/stat : 12415 (java) S 12394 12397 11475 0 -1 1077944384 21297 0 0 0 114 5 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188593371760 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12416] ppid=12394 vsize=27743860 memory=4124 CPUtime=0 cores=0-7
/proc/12397/task/12416/stat : 12416 (java) S 12394 12397 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188592318944 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12417] ppid=12394 vsize=27743860 memory=2200 CPUtime=0.08 cores=0-7
/proc/12397/task/12417/stat : 12417 (java) S 12394 12397 11475 0 -1 1077944384 1545 0 0 0 2 6 0 0 20 0 46 0 180057313 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188591266480 140189607799426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12418] ppid=12394 vsize=27743860 memory=21588824 CPUtime=0.05 cores=0-7
/proc/12397/task/12418/stat : 12418 (java) R 12394 12397 11475 0 -1 1077944384 180 0 0 0 4 1 0 0 20 0 46 0 180065773 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188580975056 140189607798485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12419] ppid=12394 vsize=27743860 memory=281034341556880 CPUtime=0.14 cores=0-7
/proc/12397/task/12419/stat : 12419 (java) R 12394 12397 11475 0 -1 1077944384 1259 0 0 0 6 8 0 0 20 0 46 0 180065785 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188577825552 140189607799426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12420] ppid=12394 vsize=27743860 memory=0 CPUtime=21.58 cores=0-7
/proc/12397/task/12420/stat : 12420 (java) S 12394 12397 11475 0 -1 1077944384 4153 0 0 0 2141 17 0 0 20 0 46 0 180065795 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188574676624 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12421] ppid=12394 vsize=27743860 memory=0 CPUtime=2.11 cores=0-7
/proc/12397/task/12421/stat : 12421 (java) R 12394 12397 11475 0 -1 4202560 263 0 0 0 211 0 0 0 20 0 46 0 180065796 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188573623168 140189231963230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12422] ppid=12394 vsize=27743860 memory=6944656592455359580 CPUtime=21.89 cores=0-7
/proc/12397/task/12422/stat : 12422 (java) R 12394 12397 11475 0 -1 4202560 3595 0 0 0 2176 13 0 0 20 0 46 0 180065797 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188572570112 140189232354349 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12423] ppid=12394 vsize=27743860 memory=0 CPUtime=22.96 cores=0-7
/proc/12397/task/12423/stat : 12423 (java) R 12394 12397 11475 0 -1 4202560 4142 0 0 0 2284 12 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188571517568 140189231963225 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12424] ppid=12394 vsize=27743860 memory=164 CPUtime=22.88 cores=0-7
/proc/12397/task/12424/stat : 12424 (java) S 12394 12397 11475 0 -1 1077944384 3517 0 0 0 2275 13 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188570465424 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12425] ppid=12394 vsize=27743860 memory=33 CPUtime=21.18 cores=0-7
/proc/12397/task/12425/stat : 12425 (java) S 12394 12397 11475 0 -1 1077944384 2962 0 0 0 2111 7 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188569412880 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12426] ppid=12394 vsize=27743860 memory=8976414709404591081 CPUtime=21.05 cores=0-7
/proc/12397/task/12426/stat : 12426 (java) R 12394 12397 11475 0 -1 4202560 3865 0 0 0 2085 20 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188568358912 140189231968163 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12427] ppid=12394 vsize=27743860 memory=7812152583394841448 CPUtime=20.61 cores=0-7
/proc/12397/task/12427/stat : 12427 (java) R 12394 12397 11475 0 -1 1077944384 3407 0 0 0 2046 15 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188567307280 140189607798485 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12428] ppid=12394 vsize=27743860 memory=7883667062073550928 CPUtime=21.79 cores=0-7
/proc/12397/task/12428/stat : 12428 (java) S 12394 12397 11475 0 -1 1077944384 4010 0 0 0 2162 17 0 0 20 0 46 0 180065799 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188566255248 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12429] ppid=12394 vsize=27743860 memory=0 CPUtime=1.94 cores=0-7
/proc/12397/task/12429/stat : 12429 (java) S 12394 12397 11475 0 -1 1077944384 275 0 0 0 194 0 0 0 20 0 46 0 180065800 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188565202704 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12430] ppid=12394 vsize=27743860 memory=6655300316396806240 CPUtime=2.54 cores=0-7
/proc/12397/task/12430/stat : 12430 (java) R 12394 12397 11475 0 -1 4202560 230 0 0 0 252 2 0 0 20 0 46 0 180065828 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188564148736 140189231968119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12431] ppid=12394 vsize=27743860 memory=6944656592455359580 CPUtime=3.74 cores=0-7
/proc/12397/task/12431/stat : 12431 (java) S 12394 12397 11475 0 -1 1077944384 397 0 0 0 374 0 0 0 20 0 46 0 180077032 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188563097104 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12432] ppid=12394 vsize=27743860 memory=6944656592455097440 CPUtime=1.49 cores=0-7
/proc/12397/task/12432/stat : 12432 (java) S 12394 12397 11475 0 -1 1077944384 754 0 0 0 149 0 0 0 20 0 46 0 180077043 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188559910032 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12433] ppid=12394 vsize=27743860 memory=6656426216303648864 CPUtime=0.5 cores=0-7
/proc/12397/task/12433/stat : 12433 (java) R 12394 12397 11475 0 -1 1077944384 94 0 0 0 50 0 0 0 20 0 46 0 180077044 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188558857488 140189607798485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12434] ppid=12394 vsize=27743860 memory=4872558044660077418 CPUtime=2.41 cores=0-7
/proc/12397/task/12434/stat : 12434 (java) S 12394 12397 11475 0 -1 1077944384 173 0 0 0 241 0 0 0 20 0 46 0 180077044 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188557804432 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12435] ppid=12394 vsize=27743860 memory=1696 CPUtime=1.88 cores=0-7
/proc/12397/task/12435/stat : 12435 (java) S 12394 12397 11475 0 -1 1077944384 534 0 0 0 188 0 0 0 20 0 46 0 180077046 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188556751888 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12436] ppid=12394 vsize=27743860 memory=303430223234596890 CPUtime=1.57 cores=0-7
/proc/12397/task/12436/stat : 12436 (java) S 12394 12397 11475 0 -1 1077944384 190 0 0 0 154 3 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188555699856 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12437] ppid=12394 vsize=27743860 memory=288230596050944315 CPUtime=1.72 cores=0-7
/proc/12397/task/12437/stat : 12437 (java) S 12394 12397 11475 0 -1 1077944384 161 0 0 0 172 0 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188554647312 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12438] ppid=12394 vsize=27743860 memory=15821084104591788 CPUtime=2.13 cores=0-7
/proc/12397/task/12438/stat : 12438 (java) R 12394 12397 11475 0 -1 4202560 242 0 0 0 211 2 0 0 20 0 46 0 180077047 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188553593344 140189231965085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12439] ppid=12394 vsize=27743860 memory=0 CPUtime=1.89 cores=0-7
/proc/12397/task/12439/stat : 12439 (java) R 12394 12397 11475 0 -1 4202560 217 0 0 0 188 1 0 0 20 0 46 0 180077049 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188552540800 140189230505069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12440] ppid=12394 vsize=27743860 memory=4872558044660077418 CPUtime=3.04 cores=0-7
/proc/12397/task/12440/stat : 12440 (java) R 12394 12397 11475 0 -1 4202560 291 0 0 0 304 0 0 0 20 0 46 0 180077051 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188551487744 140189231963225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12441] ppid=12394 vsize=27743860 memory=12128460 CPUtime=2.21 cores=0-7
/proc/12397/task/12441/stat : 12441 (java) S 12394 12397 11475 0 -1 1077944384 243 0 0 0 221 0 0 0 20 0 46 0 180077053 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188550436112 140189607798485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12442] ppid=12394 vsize=27743860 memory=1228 CPUtime=3.8 cores=0-7
/proc/12397/task/12442/stat : 12442 (java) R 12394 12397 11475 0 -1 1077944384 276 0 0 0 376 4 0 0 20 0 46 0 180077210 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188549383056 140189607798485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
[pid=12397/tid=12443] ppid=12394 vsize=27743860 memory=5424 CPUtime=1.35 cores=0-7
/proc/12397/task/12443/stat : 12443 (java) R 12394 12397 11475 0 -1 1077944384 172 0 0 0 135 0 0 0 20 0 46 0 180077325 28409712640 5397390 33554432000 4194304 4196468 140731978977728 140188548330512 140189607798485 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140731978986599 140731978986784 140731978986784 140731978989519 0
Current children cumulated CPU time: 754.61 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 21589560 KiB

[startup+205.002 s]*
/proc/loadavg: 4.71 5.59 5.64 2/180 12444
/proc/meminfo: memFree=22824456/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 205.021
CPU time (s): 755.255
CPU user time (s): 711.847
CPU system time (s): 43.4075
CPU usage (%): 368.38
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 21589944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.847
system time used= 43.4075
maximum resident set size= 21589976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29471
involuntary context switches= 13082


# summary of solver processes directly reported to runsolver:
#   pid: 12397
#   total CPU time (s): 755.255
#   total CPU user time (s): 711.847
#   total CPU system time (s): 43.4075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.70863 second user time and 2.4123 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-23 08:13:56
IDJOB=4286104
IDBENCH=139741
IDSOLVER=2682
FILE ID=node114/4286104-1503469697
RUNJOBID= node114-1503464999-11502
PBS_JOBID= 20632178
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-04-06.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4286104-1503469697/watcher-4286104-1503469697 -o /tmp/evaluation-result-4286104-1503469697/solver-4286104-1503469697 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503464999-11502 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1193591731 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4286104-1503469697.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=1193591731

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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	: 5332.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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	: 5332.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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	: 5332.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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	: 5332.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23671072 kB
MemAvailable:   31944060 kB
Buffers:          184016 kB
Cached:          8370148 kB
SwapCached:            0 kB
Active:          2662008 kB
Inactive:        5947608 kB
Active(anon):       6404 kB
Inactive(anon):    93520 kB
Active(file):    2655604 kB
Inactive(file):  5854088 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42328 kB
Writeback:             0 kB
AnonPages:         54832 kB
Mapped:            54968 kB
Shmem:             41608 kB
Slab:             185056 kB
SReclaimable:     158264 kB
SUnreclaim:        26792 kB
KernelStack:        3264 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 60980 MiB
End job on node114 at 2017-08-23 08:17:22