Trace number 4274984

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-07-26OPT4 5.95713 1.82125

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","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.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 348804644
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.84/0.54	c Parsing done, starting search...
3.83/1.56	o 24
3.83/1.59	o 23
4.46/1.61	o 22
4.46/1.61	o 21
4.46/1.62	o 20
4.46/1.63	o 19
4.46/1.64	o 18
4.46/1.65	o 17
4.46/1.66	o 16
4.46/1.66	o 15
4.46/1.67	o 14
4.46/1.68	o 13
4.46/1.69	o 12
4.46/1.69	o 11
5.24/1.72	o 10
5.24/1.73	o 9
5.24/1.73	o 8
5.24/1.74	o 7
5.24/1.75	o 6
5.24/1.76	o 5
5.24/1.77	o 4
5.24/1.79	s OPTIMUM FOUND
5.24/1.79	v <instantiation>
5.24/1.79	v 	<list>
5.24/1.79	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
5.24/1.79	v 	</list>
5.24/1.79	v 	<values>
5.24/1.79	v 		0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1 
5.24/1.79	v 	</values>
5.24/1.79	v </instantiation>

Verifier Data

OK	4

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 (13941 MiB free)
  memory of node 1: 16384 MiB (14149 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274984-1502679227/watcher-4274984-1502679227 -o /tmp/evaluation-result-4274984-1502679227/solver-4274984-1502679227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502670796-27986 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 348804644 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274984-1502679227.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=28881, runsolver pid=28878

[startup+0.100154 s]*
/proc/loadavg: 7.69 8.21 8.27 2/198 28901
/proc/meminfo: memFree=28745628/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=14325320 memory=33476 CPUtime=0.12 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 8266 0 0 0 10 2 0 0 20 0 20 0 101003814 14669127680 8369 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 3581330 8369 3388 1 0 3569050 0
[pid=28881/tid=28883] ppid=28878 vsize=14325320 memory=8258646724318239391 CPUtime=0.08 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) R 28878 28881 27959 0 -1 4202560 6214 0 0 0 7 1 0 0 20 0 20 0 101003814 14669127680 8369 33554432000 4194304 4196468 140731213348960 140087073099760 140087052965214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=14325320 memory=732370787195038693 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=14325320 memory=140648857585280 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003817 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101003817 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101003817 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) S 28878 28881 27959 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086028036336 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086026983792 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) S 28878 28881 27959 0 -1 1077944384 269 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086025930736 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) S 28878 28881 27959 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086024878192 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 8369 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33476 KiB

[startup+0.210372 s]*
/proc/loadavg: 7.69 8.21 8.27 3/198 28901
/proc/meminfo: memFree=28736772/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=14325320 memory=42612 CPUtime=0.3 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 9273 0 0 0 27 3 0 0 20 0 20 0 101003814 14669127680 10653 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 3581330 10653 3597 1 0 3569050 0
[pid=28881/tid=28883] ppid=28878 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) R 28878 28881 27959 0 -1 4202560 6859 0 0 0 17 2 0 0 20 0 20 0 101003814 14669127680 10698 33554432000 4194304 4196468 140731213348960 140087073093808 140087061563949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=14325320 memory=288230604674433361 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=14325320 memory=140648858047626 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=14325352 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669160448 10698 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669160448 10698 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101003817 14669160448 10698 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101003817 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101003817 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) S 28878 28881 27959 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086028036336 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=14325352 memory=0 CPUtime=0.01 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) S 28878 28881 27959 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 20 0 101003820 14669160448 10698 33554432000 4194304 4196468 140731213348960 140086026983792 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=14325352 memory=0 CPUtime=0.01 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) S 28878 28881 27959 0 -1 1077944384 428 0 0 0 1 0 0 0 20 0 20 0 101003820 14669160448 10698 33554432000 4194304 4196468 140731213348960 140086025930736 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) S 28878 28881 27959 0 -1 1077944384 403 0 0 0 5 0 0 0 20 0 20 0 101003820 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086024878192 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669127680 10698 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42612 KiB

[startup+0.310278 s]*
/proc/loadavg: 7.69 8.21 8.27 2/198 28901
/proc/meminfo: memFree=28728832/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=14325340 memory=50648 CPUtime=0.48 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 10496 0 0 0 44 4 0 0 20 0 20 0 101003814 14669148160 12662 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 3581335 12662 3682 1 0 3569050 0
[pid=28881/tid=28883] ppid=28878 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) R 28878 28881 27959 0 -1 4202560 7619 0 0 0 26 3 0 0 20 0 20 0 101003814 14669148160 12662 33554432000 4194304 4196468 140731213348960 140087073114176 140087052965244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=14325340 memory=140648703423407 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=14325340 memory=140648703425712 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=14325340 memory=140648703428016 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101003817 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=14325340 memory=281297406862992 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101003817 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=14325340 memory=281297406869904 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101003817 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=14325340 memory=281297406811184 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=14325340 memory=281297406883728 CPUtime=0.03 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) S 28878 28881 27959 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086028036336 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=14325340 memory=281297406890640 CPUtime=0.01 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) S 28878 28881 27959 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086026983792 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=14325340 memory=281297406888336 CPUtime=0.04 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) S 28878 28881 27959 0 -1 1077944384 648 0 0 0 4 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086025930736 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=14325340 memory=281297406904896 CPUtime=0.08 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) S 28878 28881 27959 0 -1 1077944384 439 0 0 0 8 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086024878192 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14669148160 12662 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50648 KiB

[startup+0.700904 s]
/proc/loadavg: 7.69 8.21 8.27 4/198 28901
/proc/meminfo: memFree=28715804/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=14329436 memory=81772 CPUtime=1.11 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 12981 0 0 0 105 6 0 0 20 0 20 0 101003814 14673342464 20443 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 3582359 20443 3755 1 0 3570074 0
[pid=28881/tid=28883] ppid=28878 vsize=14329436 memory=7230638415990844759 CPUtime=0.67 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) R 28878 28881 27959 0 -1 4202560 9458 0 0 0 63 4 0 0 20 0 20 0 101003814 14673342464 20443 33554432000 4194304 4196468 140731213348960 140087073111728 140087052965214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=14329436 memory=124124554912200 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=14329436 memory=140648703454474 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=14329436 memory=2353 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=14329436 memory=1728 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003815 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=14329436 memory=12064 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101003817 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0

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

[pid=28881/tid=28900] ppid=28878 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 14673342464 20443 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=14329436 memory=1716 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 14673342464 20461 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 81772 KiB

[startup+1.50088 s]
/proc/loadavg: 7.69 8.21 8.27 5/198 28901
/proc/meminfo: memFree=28627500/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=15067784 memory=238764 CPUtime=3.83 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 39282 0 0 0 368 15 0 0 20 0 31 0 101003814 15429410816 59691 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 3766946 59691 3795 1 0 3754661 0
[pid=28881/tid=28883] ppid=28878 vsize=15067784 memory=199612 CPUtime=1.46 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) S 28878 28881 27959 0 -1 1077944384 12398 0 0 0 139 7 0 0 20 0 31 0 101003814 15429410816 59691 33554432000 4194304 4196468 140731213348960 140087073119952 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=15067784 memory=1204 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) R 28878 28881 27959 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140087006483152 140087068894933 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=15067784 memory=281297406869504 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) R 28878 28881 27959 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140087005432976 140087053928813 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) R 28878 28881 27959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140087004377552 140087053928832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=15067784 memory=281297407356640 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) R 28878 28881 27959 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140087003325184 140087053906848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=15067784 memory=281297407356832 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) R 28878 28881 27959 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086660829568 140087053929051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=15067784 memory=281297407524256 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086659777024 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) R 28878 28881 27959 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086658723968 140087061990414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) R 28878 28881 27959 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 31 0 101003815 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086657671424 140087068894933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 31 0 101003817 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086032246048 140087068894933 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 31 0 101003817 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=15067784 memory=7301856996587890514 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 31 0 101003817 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=15067784 memory=6153395252643779152 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=15067784 memory=7301856073203476816 CPUtime=0.63 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) S 28878 28881 27959 0 -1 1077944384 5540 0 0 0 62 1 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086028036336 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=15067784 memory=4096 CPUtime=0.58 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) S 28878 28881 27959 0 -1 1077944384 4948 0 0 0 57 1 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086026974896 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=15067784 memory=0 CPUtime=0.6 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) S 28878 28881 27959 0 -1 1077944384 8770 0 0 0 58 2 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086025930736 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=15067784 memory=140648703636960 CPUtime=0.47 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) S 28878 28881 27959 0 -1 1077944384 5552 0 0 0 46 1 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086024873568 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=15067784 memory=0 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 101003820 15429410816 59691 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 3.83 s
Current children cumulated vsize: 15067784 KiB
Current children cumulated memory: 238764 KiB

[startup+1.8212 s]
# the end of solver process 28881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.73467 s, system=0.222461 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60193 s]
/proc/loadavg: 7.69 8.21 8.27 5/198 28901
/proc/meminfo: memFree=28627500/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=16068328 memory=254724 CPUtime=4.46 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 44720 0 0 0 427 19 0 0 20 0 46 0 101003814 16453967872 63681 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 4017082 63681 3800 1 0 4004276 0
[pid=28881/tid=28883] ppid=28878 vsize=16068328 memory=6791534058613427641 CPUtime=1.46 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) S 28878 28881 27959 0 -1 1077944384 12409 0 0 0 139 7 0 0 20 0 46 0 101003814 16453967872 63681 33554432000 4194304 4196468 140731213348960 140087073122432 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=16068328 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=16068328 memory=-7531822216213012384 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=16068328 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=16068328 memory=6944613755445342871 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=16068328 memory=6944656425123290226 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=16068328 memory=-5345911753256963030 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=16068328 memory=7100839852556256653 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=16068328 memory=7533807676074704953 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 101003815 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=16068328 memory=8652377599665396853 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 101003817 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=16068328 memory=-7246141791699760574 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 101003817 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=16068328 memory=7669459081334253676 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 101003817 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=16068328 memory=4639924115538006630 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=16068328 memory=33 CPUtime=0.71 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) R 28878 28881 27959 0 -1 1077944384 6341 0 0 0 70 1 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086028019248 140087068894933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=16068328 memory=29528 CPUtime=0.67 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) R 28878 28881 27959 0 -1 4202560 5280 0 0 0 65 2 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086026965344 140087046901687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=16068328 memory=2428 CPUtime=0.68 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) R 28878 28881 27959 0 -1 4202560 9329 0 0 0 66 2 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086025911920 140087052295528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=16068328 memory=1292 CPUtime=0.55 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) R 28878 28881 27959 0 -1 4202560 8361 0 0 0 52 3 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086024874760 140087047835683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=16068328 memory=1728 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=16068328 memory=12064 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 101003820 16453967872 63681 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 254724 KiB

[startup+1.8008 s]
/proc/loadavg: 7.69 8.21 8.27 5/198 28901
/proc/meminfo: memFree=28627500/32770624 swapFree=67108860/67108860
[pid=28881] ppid=28878 vsize=16068328 memory=258500 CPUtime=5.93 cores=0-7
/proc/28881/stat : 28881 (java) S 28878 28881 27959 0 -1 1077944320 46089 0 0 0 572 21 0 0 20 0 20 0 101003814 16453967872 64625 33554432000 4194304 4196468 140731213348960 140731213331504 140087068884727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
/proc/28881/statm: 4017082 64625 3807 1 0 4004276 0
[pid=28881/tid=28883] ppid=28878 vsize=16068328 memory=-8707038579349950309 CPUtime=1.46 cores=0-7
/proc/28881/task/28883/stat : 28883 (java) S 28878 28881 27959 0 -1 1077944384 12411 0 0 0 139 7 0 0 20 0 20 0 101003814 16453967872 64625 33554432000 4194304 4196468 140731213348960 140087073127440 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28884] ppid=28878 vsize=16068328 memory=4715433313220523562 CPUtime=0 cores=0-7
/proc/28881/task/28884/stat : 28884 (java) S 28878 28881 27959 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140087006485520 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28885] ppid=28878 vsize=16068328 memory=-6520471753822164382 CPUtime=0 cores=0-7
/proc/28881/task/28885/stat : 28885 (java) S 28878 28881 27959 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140087005432976 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28886] ppid=28878 vsize=16068328 memory=4196912344889787449 CPUtime=0 cores=0-7
/proc/28881/task/28886/stat : 28886 (java) S 28878 28881 27959 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140087004379920 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28887] ppid=28878 vsize=16068328 memory=-7173504570860347296 CPUtime=0 cores=0-7
/proc/28881/task/28887/stat : 28887 (java) S 28878 28881 27959 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140087003327376 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28888] ppid=28878 vsize=16068328 memory=6944665225511868275 CPUtime=0 cores=0-7
/proc/28881/task/28888/stat : 28888 (java) S 28878 28881 27959 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086660831760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28889] ppid=28878 vsize=16068328 memory=6944656592455360569 CPUtime=0 cores=0-7
/proc/28881/task/28889/stat : 28889 (java) S 28878 28881 27959 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086659779216 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28890] ppid=28878 vsize=16068328 memory=1400242874264906928 CPUtime=0 cores=0-7
/proc/28881/task/28890/stat : 28890 (java) S 28878 28881 27959 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086658726160 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28891] ppid=28878 vsize=16068328 memory=-8412661042877600627 CPUtime=0 cores=0-7
/proc/28881/task/28891/stat : 28891 (java) S 28878 28881 27959 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 101003815 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086657673616 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28892] ppid=28878 vsize=16068328 memory=8189698629190191936 CPUtime=0 cores=0-7
/proc/28881/task/28892/stat : 28892 (java) S 28878 28881 27959 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 101003817 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086032247536 140087068895874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28893] ppid=28878 vsize=16068328 memory=8508281339140727949 CPUtime=0 cores=0-7
/proc/28881/task/28893/stat : 28893 (java) S 28878 28881 27959 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 101003817 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086031193760 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28894] ppid=28878 vsize=16068328 memory=-8486080722631693414 CPUtime=0 cores=0-7
/proc/28881/task/28894/stat : 28894 (java) S 28878 28881 27959 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 101003817 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086030140656 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28895] ppid=28878 vsize=16068328 memory=-8458152057954430348 CPUtime=0 cores=0-7
/proc/28881/task/28895/stat : 28895 (java) S 28878 28881 27959 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086029089232 140087068903323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28896] ppid=28878 vsize=16068328 memory=-9062862659931694204 CPUtime=0.82 cores=0-7
/proc/28881/task/28896/stat : 28896 (java) R 28878 28881 27959 0 -1 4202560 6551 0 0 0 81 1 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086028022880 140087052790732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28897] ppid=28878 vsize=16068328 memory=-8253362664378450061 CPUtime=0.86 cores=0-7
/proc/28881/task/28897/stat : 28897 (java) R 28878 28881 27959 0 -1 4202560 5624 0 0 0 84 2 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086026970016 140087068906074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28898] ppid=28878 vsize=16068328 memory=4426639978525455914 CPUtime=0.83 cores=0-7
/proc/28881/task/28898/stat : 28898 (java) R 28878 28881 27959 0 -1 4202560 9746 0 0 0 81 2 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086025923984 140087048736849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28899] ppid=28878 vsize=16068328 memory=8691514255285633087 CPUtime=0.63 cores=0-7
/proc/28881/task/28899/stat : 28899 (java) R 28878 28881 27959 0 -1 4202560 8543 0 0 0 60 3 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086024875880 140087047855888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28900] ppid=28878 vsize=16068328 memory=281297406656752 CPUtime=0 cores=0-7
/proc/28881/task/28900/stat : 28900 (java) S 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086023826400 140087068894933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
[pid=28881/tid=28901] ppid=28878 vsize=16068328 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/28881/task/28901/stat : 28901 (java) R 28878 28881 27959 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101003820 16453967872 64625 33554432000 4194304 4196468 140731213348960 140086022773936 140087068895874 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24449024 140731213354082 140731213354267 140731213354267 140731213357007 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 258500 KiB

Child status: 0
Real time (s): 1.82125
CPU time (s): 5.95713
CPU user time (s): 5.73467
CPU system time (s): 0.222461
CPU usage (%): 327.09
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 258500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.73467
system time used= 0.222461
maximum resident set size= 259716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5494
involuntary context switches= 91


# summary of solver processes directly reported to runsolver:
#   pid: 28881
#   total CPU time (s): 5.95713
#   total CPU user time (s): 5.73467
#   total CPU system time (s): 0.222461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033648 second user time and 0.058301 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-14 04:39:29
IDJOB=4274984
IDBENCH=120534
IDSOLVER=2668
FILE ID=node148/4274984-1502679227
RUNJOBID= node148-1502670796-27986
PBS_JOBID= 20628973
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274984-1502679227/watcher-4274984-1502679227 -o /tmp/evaluation-result-4274984-1502679227/solver-4274984-1502679227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502670796-27986 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 348804644 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274984-1502679227.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=348804644

node148.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	: 5333.19
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	: 5333.19
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	: 5333.19
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	: 5333.19
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:        28766036 kB
MemAvailable:   31988720 kB
Buffers:          225128 kB
Cached:          3285976 kB
SwapCached:            0 kB
Active:           843444 kB
Inactive:        2721808 kB
Active(anon):       5604 kB
Inactive(anon):    76676 kB
Active(file):     837840 kB
Inactive(file):  2645132 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42080 kB
Writeback:             0 kB
AnonPages:         60180 kB
Mapped:            44424 kB
Shmem:             25224 kB
Slab:             137472 kB
SReclaimable:     111096 kB
SUnreclaim:        26376 kB
KernelStack:        3184 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61576 MiB
End job on node148 at 2017-08-14 04:39:31