Trace number 4285146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? (TO) 19854.801 2520.1201

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-050.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0074439999
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.34/0.44	c version: 2017-08-22
0.34/0.44	c seed: 553134646
0.34/0.44	c timeout: 20160
0.34/0.44	c memlimit: 22000
0.34/0.44	c nbcore: 8
0.34/0.46	c Parsing instance...
0.86/0.74	c Parsing done, starting search...
19854.11/2520.06	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285146-1503434161/watcher-4285146-1503434161 -o /tmp/evaluation-result-4285146-1503434161/solver-4285146-1503434161 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 553134646 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285146-1503434161.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
solver pid=15567, runsolver pid=15564
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 1.89 0.91 1.33 1/174 15568
/proc/meminfo: memFree=30671724/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=33976 memory=460 CPUtime=0 cores=0-7
/proc/15567/stat : 15567 (runsolver) D 15564 15567 10109 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 145636481 34791424 115 18446744073709551615 4194304 4346622 140727236174064 140727236170696 139944893223639 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 8978432 140727236177981 140727236178464 140727236178464 140727236181962 0
/proc/15567/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.208721 s]*
/proc/loadavg: 1.89 0.91 1.33 1/192 15586
/proc/meminfo: memFree=30662820/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=25927168 memory=20816 CPUtime=0.05 cores=0-7
/proc/15567/stat : 15567 (java) S 15564 15567 10109 0 -1 1077944320 4675 0 0 0 4 1 0 0 20 0 19 0 145636481 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140723853564960 140148681191159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
/proc/15567/statm: 6481792 5204 2573 1 0 6471289 0
[pid=15567/tid=15569] ppid=15564 vsize=25927168 memory=4026532046 CPUtime=0.04 cores=0-7
/proc/15567/task/15569/stat : 15569 (java) D 15564 15567 10109 0 -1 4202560 2771 0 0 0 4 0 0 0 20 0 19 0 145636493 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148685428640 140148681213181 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15570] ppid=15564 vsize=25927168 memory=12918 CPUtime=0 cores=0-7
/proc/15567/task/15570/stat : 15570 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148244240656 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15571] ppid=15564 vsize=25927168 memory=3474165904270890656 CPUtime=0 cores=0-7
/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15575] ppid=15564 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/15567/task/15575/stat : 15575 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148238977936 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15576] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15576/stat : 15576 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148237925392 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15577] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15577/stat : 15577 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 145636494 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140148236872848 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15578] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15578/stat : 15578 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 145636495 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146958706672 140148681202306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15579] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15579/stat : 15579 (java) S 15564 15567 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 145636496 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146957652896 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15580] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15580/stat : 15580 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 145636496 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146956600304 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15581] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15581/stat : 15581 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636498 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146955548880 140148681209755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15582] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15582/stat : 15582 (java) S 15564 15567 10109 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 19 0 145636498 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146954496496 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15583] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15583/stat : 15583 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636498 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146953443952 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15584] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15584/stat : 15584 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 145636498 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146952391408 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15585] ppid=15564 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/15567/task/15585/stat : 15585 (java) S 15564 15567 10109 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 19 0 145636498 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146951338864 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15586] ppid=15564 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15586/stat : 15586 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 145636499 26549420032 5204 18446744073709551615 4194304 4196468 140723853582416 140146950285536 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 20816 KiB

[startup+0.309783 s]*
/proc/loadavg: 1.89 0.91 1.33 3/193 15587
/proc/meminfo: memFree=30650964/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=25996608 memory=35968 CPUtime=0.17 cores=0-7
/proc/15567/stat : 15567 (java) S 15564 15567 10109 0 -1 1077944320 9649 0 0 0 14 3 0 0 20 0 20 0 145636481 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140723853564960 140148681191159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
/proc/15567/statm: 6499152 8992 3513 1 0 6487930 0
[pid=15567/tid=15569] ppid=15564 vsize=25996608 memory=-8774313645642428999 CPUtime=0.12 cores=0-7
/proc/15567/task/15569/stat : 15569 (java) R 15564 15567 10109 0 -1 4202560 7413 0 0 0 10 2 0 0 20 0 20 0 145636493 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148685386944 140148665271646 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15570] ppid=15564 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15567/task/15570/stat : 15570 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148244240656 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15571] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15575] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15575/stat : 15575 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148238977936 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15576] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15576/stat : 15576 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148237925392 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15577] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15577/stat : 15577 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140148236872848 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15578] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15578/stat : 15578 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636495 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146958706672 140148681202306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15579] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15579/stat : 15579 (java) S 15564 15567 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145636496 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146957652896 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15580] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15580/stat : 15580 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145636496 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146956600304 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15581] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15581/stat : 15581 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636498 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146955548880 140148681209755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15582] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15582/stat : 15582 (java) R 15564 15567 10109 0 -1 4202560 313 0 0 0 0 0 0 0 20 0 20 0 145636498 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146954496496 140148681212506 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15583] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15583/stat : 15583 (java) R 15564 15567 10109 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 20 0 145636498 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146953443952 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15584] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15584/stat : 15584 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636498 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146952391408 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15585] ppid=15564 vsize=25996608 memory=0 CPUtime=0.03 cores=0-7
/proc/15567/task/15585/stat : 15585 (java) R 15564 15567 10109 0 -1 4202560 387 0 0 0 3 0 0 0 20 0 20 0 145636498 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146951338864 140148660148960 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15586] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15586/stat : 15586 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145636499 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146950285536 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15587] ppid=15564 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15587/stat : 15587 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636505 26620526592 8992 18446744073709551615 4194304 4196468 140723853582416 140146949233072 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 35968 KiB

[startup+0.700944 s]
/proc/loadavg: 1.89 0.91 1.33 4/193 15587
/proc/meminfo: memFree=30637368/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=25998676 memory=62272 CPUtime=0.86 cores=0-7
/proc/15567/stat : 15567 (java) S 15564 15567 10109 0 -1 1077944320 13328 0 0 0 80 6 0 0 20 0 20 0 145636481 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140723853564960 140148681191159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
/proc/15567/statm: 6499669 15568 3716 1 0 6488442 0
[pid=15567/tid=15569] ppid=15564 vsize=25998676 memory=2039 CPUtime=0.5 cores=0-7
/proc/15567/task/15569/stat : 15569 (java) R 15564 15567 10109 0 -1 4202560 10082 0 0 0 45 5 0 0 20 0 20 0 145636493 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148685425808 140148665271646 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15570] ppid=15564 vsize=25998676 memory=1168 CPUtime=0 cores=0-7
/proc/15567/task/15570/stat : 15570 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148244240656 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15571] ppid=15564 vsize=25998676 memory=640 CPUtime=0 cores=0-7
/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=25998676 memory=1792 CPUtime=0 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=25998676 memory=960 CPUtime=0 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15575] ppid=15564 vsize=25998676 memory=2248 CPUtime=0 cores=0-7
/proc/15567/task/15575/stat : 15575 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148238977936 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15576] ppid=15564 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/15567/task/15576/stat : 15576 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148237925392 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15577] ppid=15564 vsize=25998676 memory=1624 CPUtime=0 cores=0-7
/proc/15567/task/15577/stat : 15577 (java) S 15564 15567 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145636494 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140148236872848 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15578] ppid=15564 vsize=25998676 memory=928 CPUtime=0 cores=0-7
/proc/15567/task/15578/stat : 15578 (java) S 15564 15567 10109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 145636495 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146958706672 140148681202306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15579] ppid=15564 vsize=25998676 memory=2164 CPUtime=0 cores=0-7
/proc/15567/task/15579/stat : 15579 (java) S 15564 15567 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145636496 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146957652896 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15580] ppid=15564 vsize=25998676 memory=840 CPUtime=0 cores=0-7
/proc/15567/task/15580/stat : 15580 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145636496 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146956600304 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15581] ppid=15564 vsize=25998676 memory=16436 CPUtime=0 cores=0-7
/proc/15567/task/15581/stat : 15581 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636498 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146955548880 140148681209755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15582] ppid=15564 vsize=25998676 memory=7036 CPUtime=0.02 cores=0-7
/proc/15567/task/15582/stat : 15582 (java) S 15564 15567 10109 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 20 0 145636498 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146954496496 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15583] ppid=15564 vsize=25998676 memory=4076 CPUtime=0.08 cores=0-7
/proc/15567/task/15583/stat : 15583 (java) S 15564 15567 10109 0 -1 1077944384 596 0 0 0 8 0 0 0 20 0 20 0 145636498 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146953443952 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15584] ppid=15564 vsize=25998676 memory=1152 CPUtime=0.05 cores=0-7
/proc/15567/task/15584/stat : 15584 (java) S 15564 15567 10109 0 -1 1077944384 204 0 0 0 5 0 0 0 20 0 20 0 145636498 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146952391408 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15585] ppid=15564 vsize=25998676 memory=4116 CPUtime=0.17 cores=0-7
/proc/15567/task/15585/stat : 15585 (java) S 15564 15567 10109 0 -1 1077944384 706 0 0 0 17 0 0 0 20 0 20 0 145636498 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146951338864 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15586] ppid=15564 vsize=25998676 memory=2241 CPUtime=0 cores=0-7
/proc/15567/task/15586/stat : 15586 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145636499 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146950285536 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15587] ppid=15564 vsize=25998676 memory=2244 CPUtime=0 cores=0-7
/proc/15567/task/15587/stat : 15587 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145636505 26622644224 15568 18446744073709551615 4194304 4196468 140723853582416 140146949233072 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 62272 KiB

[startup+1.50093 s]
/proc/loadavg: 1.89 0.91 1.33 4/193 15587
/proc/meminfo: memFree=30594648/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=26137948 memory=211924 CPUtime=3.43 cores=0-7
/proc/15567/stat : 15567 (java) S 15564 15567 10109 0 -1 1077944320 37187 0 0 0 327 16 0 0 20 0 22 0 145636481 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140723853564960 140148681191159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
/proc/15567/statm: 6534487 52981 3757 1 0 6523260 0
[pid=15567/tid=15569] ppid=15564 vsize=26137948 memory=279889596911024 CPUtime=1.29 cores=0-7
/proc/15567/task/15569/stat : 15569 (java) R 15564 15567 10109 0 -1 4202560 15419 0 0 0 121 8 0 0 20 0 22 0 145636493 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148685408784 140148681213085 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15570] ppid=15564 vsize=26137948 memory=71203846883828 CPUtime=0 cores=0-7
/proc/15567/task/15570/stat : 15570 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 145636494 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148244240656 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15571] ppid=15564 vsize=26137948 memory=71203846883572 CPUtime=0 cores=0-7
/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 145636494 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=26137948 memory=-7595754389018307680 CPUtime=0 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 145636494 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 145636494 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=26137948 memory=139944798574096 CPUtime=0 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 145636494 26765258752 52981 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0

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

/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 149404 0 0 0 1028 66 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=27073976 memory=5352620 CPUtime=10.98 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 161495 0 0 0 1030 68 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=27073976 memory=11392 CPUtime=10.94 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 149594 0 0 0 1028 66 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 67 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=27073976 memory=1200 CPUtime=10.93 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 143300 0 0 0 1028 65 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15575] ppid=15564 vsize=27073976 memory=4616 CPUtime=10.95 cores=0-7
/proc/15567/task/15575/stat : 15575 (java) S 15564 15567 10109 0 -1 1077944384 160544 0 0 0 1030 65 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148238977936 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15576] ppid=15564 vsize=27073976 memory=1012 CPUtime=10.95 cores=0-7
/proc/15567/task/15576/stat : 15576 (java) S 15564 15567 10109 0 -1 1077944384 145932 0 0 0 1032 63 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148237925392 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 71 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15577] ppid=15564 vsize=27073976 memory=1200 CPUtime=10.97 cores=0-7
/proc/15567/task/15577/stat : 15577 (java) S 15564 15567 10109 0 -1 1077944384 140888 0 0 0 1034 63 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148236872848 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15578] ppid=15564 vsize=27073976 memory=15884 CPUtime=11.83 cores=0-7
/proc/15567/task/15578/stat : 15578 (java) S 15564 15567 10109 0 -1 1077944384 265721 0 0 0 1031 152 0 0 20 0 36 0 145636495 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146958706672 140148681202306 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15579] ppid=15564 vsize=27073976 memory=5352620 CPUtime=0 cores=0-7
/proc/15567/task/15579/stat : 15579 (java) S 15564 15567 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 36 0 145636496 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146957652960 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15580] ppid=15564 vsize=27073976 memory=4304 CPUtime=0 cores=0-7
/proc/15567/task/15580/stat : 15580 (java) S 15564 15567 10109 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 145636496 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146956600320 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15581] ppid=15564 vsize=27073976 memory=279889599333184 CPUtime=0 cores=0-7
/proc/15567/task/15581/stat : 15581 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146955548880 140148681209755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15582] ppid=15564 vsize=27073976 memory=6943526294502006880 CPUtime=0.97 cores=0-7
/proc/15567/task/15582/stat : 15582 (java) S 15564 15567 10109 0 -1 1077944384 6726 0 0 0 95 2 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146954496496 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15583] ppid=15564 vsize=27073976 memory=4044 CPUtime=1.12 cores=0-7
/proc/15567/task/15583/stat : 15583 (java) S 15564 15567 10109 0 -1 1077944384 9081 0 0 0 109 3 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146953443952 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15584] ppid=15564 vsize=27073976 memory=640 CPUtime=1.2 cores=0-7
/proc/15567/task/15584/stat : 15584 (java) S 15564 15567 10109 0 -1 1077944384 7582 0 0 0 118 2 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146952391408 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15585] ppid=15564 vsize=27073976 memory=133925670255052 CPUtime=0.62 cores=0-7
/proc/15567/task/15585/stat : 15585 (java) S 15564 15567 10109 0 -1 1077944384 11594 0 0 0 61 1 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146951338864 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15586] ppid=15564 vsize=27073976 memory=6156256186529835364 CPUtime=0 cores=0-7
/proc/15567/task/15586/stat : 15586 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 145636499 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146950285536 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15587] ppid=15564 vsize=27073976 memory=0 CPUtime=0.88 cores=0-7
/proc/15567/task/15587/stat : 15587 (java) S 15564 15567 10109 0 -1 1077944384 12474 0 0 0 21 67 0 0 20 0 36 0 145636505 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146949233072 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15588] ppid=15564 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15588/stat : 15588 (java) S 15564 15567 10109 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 36 0 145636612 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146938942208 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15589] ppid=15564 vsize=27073976 memory=2248 CPUtime=4.88 cores=0-7
/proc/15567/task/15589/stat : 15589 (java) R 15564 15567 10109 0 -1 1077944384 26957 0 0 0 192 296 0 0 20 0 36 0 145636624 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146935792800 140148681202306 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15590] ppid=15564 vsize=27073976 memory=4304 CPUtime=0.04 cores=0-7
/proc/15567/task/15590/stat : 15590 (java) S 15564 15567 10109 0 -1 1077944384 131 0 0 0 4 0 0 0 20 0 36 0 145636634 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146934740128 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15591] ppid=15564 vsize=27073976 memory=1624 CPUtime=2466.81 cores=0-7
/proc/15567/task/15591/stat : 15591 (java) R 15564 15567 10109 0 -1 4202560 120717 0 0 0 246540 141 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146933681752 140148297064473 0 4 1 16800974 0 0 0 -1 1 0 0 55 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15592] ppid=15564 vsize=27073976 memory=4116 CPUtime=0.03 cores=0-7
/proc/15567/task/15592/stat : 15592 (java) S 15564 15567 10109 0 -1 1077944384 65 0 0 0 3 0 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146932635040 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15593] ppid=15564 vsize=27073976 memory=77520 CPUtime=2467.92 cores=0-7
/proc/15567/task/15593/stat : 15593 (java) R 15564 15567 10109 0 -1 4202560 124788 0 0 0 246655 137 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146931575792 140148297064945 0 4 1 16800974 0 0 0 -1 6 0 0 58 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15594] ppid=15564 vsize=27073976 memory=1292 CPUtime=2468.61 cores=0-7
/proc/15567/task/15594/stat : 15594 (java) R 15564 15567 10109 0 -1 4202560 123244 0 0 0 246719 142 0 0 20 0 36 0 145636636 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145856596952 140148293084010 0 4 1 16800974 0 0 0 -1 5 0 0 63 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15595] ppid=15564 vsize=27073976 memory=1440 CPUtime=2465.96 cores=0-7
/proc/15567/task/15595/stat : 15595 (java) R 15564 15567 10109 0 -1 4202560 125058 0 0 0 246444 152 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145853447256 140148297065684 0 4 1 16800974 0 0 0 -1 7 0 0 62 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15596] ppid=15564 vsize=27073976 memory=-8774313645642428999 CPUtime=2468.71 cores=0-7
/proc/15567/task/15596/stat : 15596 (java) R 15564 15567 10109 0 -1 4202560 118785 0 0 0 246732 139 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145852394576 140148297008871 0 4 1 16800974 0 0 0 -1 4 0 0 65 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15597] ppid=15564 vsize=27073976 memory=11392 CPUtime=2469 cores=0-7
/proc/15567/task/15597/stat : 15597 (java) R 15564 15567 10109 0 -1 4202560 122677 0 0 0 246755 145 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145851342168 140148297064007 0 4 1 16800974 0 0 0 -1 0 0 0 61 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15598] ppid=15564 vsize=27073976 memory=4304 CPUtime=2467.75 cores=0-7
/proc/15567/task/15598/stat : 15598 (java) R 15564 15567 10109 0 -1 4202560 119754 0 0 0 246634 141 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145850292320 140148297631993 0 4 1 16800974 0 0 0 -1 3 0 0 58 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15599] ppid=15564 vsize=27073976 memory=1624 CPUtime=2468.51 cores=0-7
/proc/15567/task/15599/stat : 15599 (java) R 15564 15567 10109 0 -1 4202560 121877 0 0 0 246707 144 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145849236456 140148293084678 0 4 1 16800974 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15600] ppid=15564 vsize=27073976 memory=928 CPUtime=0 cores=0-7
/proc/15567/task/15600/stat : 15600 (java) S 15564 15567 10109 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145848190368 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15601] ppid=15564 vsize=27073976 memory=33 CPUtime=0 cores=0-7
/proc/15567/task/15601/stat : 15601 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145847137824 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15602] ppid=15564 vsize=27073976 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/15567/task/15602/stat : 15602 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145846084256 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15603] ppid=15564 vsize=27073976 memory=8025788818372914279 CPUtime=0 cores=0-7
/proc/15567/task/15603/stat : 15603 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145845031712 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
Current children cumulated CPU time: 19854.1 s
Current children cumulated vsize: 27073976 KiB
Current children cumulated memory: 5352620 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.12 s]
# the end of solver process 15567 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19836.6 s, system=18.2268 s

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

[startup+2520 s]
/proc/loadavg: 9.62 8.97 8.32 9/210 15734
/proc/meminfo: memFree=25325136/32770624 swapFree=67108860/67108860
[pid=15567] ppid=15564 vsize=27073976 memory=5352620 CPUtime=19854.1 cores=0-7
/proc/15567/stat : 15567 (java) S 15564 15567 10109 0 -1 1077944320 2529097 0 0 0 1983592 1819 0 0 20 0 36 0 145636481 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140723853564960 140148681191159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
/proc/15567/statm: 6768494 1338155 3823 1 0 6756746 0
[pid=15567/tid=15569] ppid=15564 vsize=27073976 memory=5352620 CPUtime=1.36 cores=0-7
/proc/15567/task/15569/stat : 15569 (java) S 15564 15567 10109 0 -1 1077944384 15771 0 0 0 128 8 0 0 20 0 36 0 145636493 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148685428864 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15570] ppid=15564 vsize=27073976 memory=5352620 CPUtime=11.02 cores=0-7
/proc/15567/task/15570/stat : 15570 (java) S 15564 15567 10109 0 -1 1077944384 143415 0 0 0 1037 65 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148244240656 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 67 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15571] ppid=15564 vsize=27073976 memory=5352620 CPUtime=10.94 cores=0-7
/proc/15567/task/15571/stat : 15571 (java) S 15564 15567 10109 0 -1 1077944384 149404 0 0 0 1028 66 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148243188112 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15572] ppid=15564 vsize=27073976 memory=5352620 CPUtime=10.98 cores=0-7
/proc/15567/task/15572/stat : 15572 (java) S 15564 15567 10109 0 -1 1077944384 161495 0 0 0 1030 68 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148242135568 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15573] ppid=15564 vsize=27073976 memory=11392 CPUtime=10.94 cores=0-7
/proc/15567/task/15573/stat : 15573 (java) S 15564 15567 10109 0 -1 1077944384 149594 0 0 0 1028 66 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148241083024 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 67 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15574] ppid=15564 vsize=27073976 memory=1200 CPUtime=10.93 cores=0-7
/proc/15567/task/15574/stat : 15574 (java) S 15564 15567 10109 0 -1 1077944384 143300 0 0 0 1028 65 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148240030480 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15575] ppid=15564 vsize=27073976 memory=4616 CPUtime=10.95 cores=0-7
/proc/15567/task/15575/stat : 15575 (java) S 15564 15567 10109 0 -1 1077944384 160544 0 0 0 1030 65 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148238977936 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15576] ppid=15564 vsize=27073976 memory=1012 CPUtime=10.95 cores=0-7
/proc/15567/task/15576/stat : 15576 (java) S 15564 15567 10109 0 -1 1077944384 145932 0 0 0 1032 63 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148237925392 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 71 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15577] ppid=15564 vsize=27073976 memory=1200 CPUtime=10.97 cores=0-7
/proc/15567/task/15577/stat : 15577 (java) S 15564 15567 10109 0 -1 1077944384 140888 0 0 0 1034 63 0 0 20 0 36 0 145636494 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140148236872848 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15578] ppid=15564 vsize=27073976 memory=15884 CPUtime=11.83 cores=0-7
/proc/15567/task/15578/stat : 15578 (java) S 15564 15567 10109 0 -1 1077944384 265721 0 0 0 1031 152 0 0 20 0 36 0 145636495 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146958706672 140148681202306 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15579] ppid=15564 vsize=27073976 memory=5352620 CPUtime=0 cores=0-7
/proc/15567/task/15579/stat : 15579 (java) S 15564 15567 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 36 0 145636496 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146957652960 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15580] ppid=15564 vsize=27073976 memory=4304 CPUtime=0 cores=0-7
/proc/15567/task/15580/stat : 15580 (java) S 15564 15567 10109 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 145636496 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146956600320 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15581] ppid=15564 vsize=27073976 memory=279889599333184 CPUtime=0 cores=0-7
/proc/15567/task/15581/stat : 15581 (java) S 15564 15567 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146955548880 140148681209755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15582] ppid=15564 vsize=27073976 memory=6943526294502006880 CPUtime=0.97 cores=0-7
/proc/15567/task/15582/stat : 15582 (java) S 15564 15567 10109 0 -1 1077944384 6726 0 0 0 95 2 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146954496496 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15583] ppid=15564 vsize=27073976 memory=4044 CPUtime=1.12 cores=0-7
/proc/15567/task/15583/stat : 15583 (java) S 15564 15567 10109 0 -1 1077944384 9081 0 0 0 109 3 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146953443952 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15584] ppid=15564 vsize=27073976 memory=640 CPUtime=1.2 cores=0-7
/proc/15567/task/15584/stat : 15584 (java) S 15564 15567 10109 0 -1 1077944384 7582 0 0 0 118 2 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146952391408 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15585] ppid=15564 vsize=27073976 memory=133925670255052 CPUtime=0.62 cores=0-7
/proc/15567/task/15585/stat : 15585 (java) S 15564 15567 10109 0 -1 1077944384 11594 0 0 0 61 1 0 0 20 0 36 0 145636498 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146951338864 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15586] ppid=15564 vsize=27073976 memory=6156256186529835364 CPUtime=0 cores=0-7
/proc/15567/task/15586/stat : 15586 (java) S 15564 15567 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 145636499 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146950285536 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15587] ppid=15564 vsize=27073976 memory=0 CPUtime=0.88 cores=0-7
/proc/15567/task/15587/stat : 15587 (java) S 15564 15567 10109 0 -1 1077944384 12474 0 0 0 21 67 0 0 20 0 36 0 145636505 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146949233072 140148681202306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15588] ppid=15564 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/15567/task/15588/stat : 15588 (java) S 15564 15567 10109 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 36 0 145636612 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146938942208 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15589] ppid=15564 vsize=27073976 memory=2248 CPUtime=4.88 cores=0-7
/proc/15567/task/15589/stat : 15589 (java) R 15564 15567 10109 0 -1 1077944384 26957 0 0 0 192 296 0 0 20 0 36 0 145636624 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146935792800 140148681202306 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15590] ppid=15564 vsize=27073976 memory=4304 CPUtime=0.04 cores=0-7
/proc/15567/task/15590/stat : 15590 (java) S 15564 15567 10109 0 -1 1077944384 131 0 0 0 4 0 0 0 20 0 36 0 145636634 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146934740128 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15591] ppid=15564 vsize=27073976 memory=1624 CPUtime=2466.81 cores=0-7
/proc/15567/task/15591/stat : 15591 (java) R 15564 15567 10109 0 -1 4202560 120717 0 0 0 246540 141 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146933681752 140148297064473 0 4 1 16800974 0 0 0 -1 1 0 0 55 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15592] ppid=15564 vsize=27073976 memory=4116 CPUtime=0.03 cores=0-7
/proc/15567/task/15592/stat : 15592 (java) S 15564 15567 10109 0 -1 1077944384 65 0 0 0 3 0 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146932635040 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15593] ppid=15564 vsize=27073976 memory=77520 CPUtime=2467.92 cores=0-7
/proc/15567/task/15593/stat : 15593 (java) R 15564 15567 10109 0 -1 4202560 124788 0 0 0 246655 137 0 0 20 0 36 0 145636635 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140146931575792 140148297064945 0 4 1 16800974 0 0 0 -1 6 0 0 58 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15594] ppid=15564 vsize=27073976 memory=1292 CPUtime=2468.61 cores=0-7
/proc/15567/task/15594/stat : 15594 (java) R 15564 15567 10109 0 -1 4202560 123244 0 0 0 246719 142 0 0 20 0 36 0 145636636 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145856596952 140148293084010 0 4 1 16800974 0 0 0 -1 5 0 0 63 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15595] ppid=15564 vsize=27073976 memory=1440 CPUtime=2465.96 cores=0-7
/proc/15567/task/15595/stat : 15595 (java) R 15564 15567 10109 0 -1 4202560 125058 0 0 0 246444 152 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145853447256 140148297065684 0 4 1 16800974 0 0 0 -1 7 0 0 62 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15596] ppid=15564 vsize=27073976 memory=-8774313645642428999 CPUtime=2468.71 cores=0-7
/proc/15567/task/15596/stat : 15596 (java) R 15564 15567 10109 0 -1 4202560 118785 0 0 0 246732 139 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145852394576 140148297008871 0 4 1 16800974 0 0 0 -1 4 0 0 65 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15597] ppid=15564 vsize=27073976 memory=11392 CPUtime=2469 cores=0-7
/proc/15567/task/15597/stat : 15597 (java) R 15564 15567 10109 0 -1 4202560 122677 0 0 0 246755 145 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145851342168 140148297064007 0 4 1 16800974 0 0 0 -1 0 0 0 61 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15598] ppid=15564 vsize=27073976 memory=4304 CPUtime=2467.75 cores=0-7
/proc/15567/task/15598/stat : 15598 (java) R 15564 15567 10109 0 -1 4202560 119754 0 0 0 246634 141 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145850292320 140148297631993 0 4 1 16800974 0 0 0 -1 3 0 0 58 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15599] ppid=15564 vsize=27073976 memory=1624 CPUtime=2468.51 cores=0-7
/proc/15567/task/15599/stat : 15599 (java) R 15564 15567 10109 0 -1 4202560 121877 0 0 0 246707 144 0 0 20 0 36 0 145636639 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145849236456 140148293084678 0 4 1 16800974 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15600] ppid=15564 vsize=27073976 memory=928 CPUtime=0 cores=0-7
/proc/15567/task/15600/stat : 15600 (java) S 15564 15567 10109 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145848190368 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15601] ppid=15564 vsize=27073976 memory=33 CPUtime=0 cores=0-7
/proc/15567/task/15601/stat : 15601 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145847137824 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15602] ppid=15564 vsize=27073976 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/15567/task/15602/stat : 15602 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145846084256 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
[pid=15567/tid=15603] ppid=15564 vsize=27073976 memory=8025788818372914279 CPUtime=0 cores=0-7
/proc/15567/task/15603/stat : 15603 (java) S 15564 15567 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 145636645 27723751424 1338155 18446744073709551615 4194304 4196468 140723853582416 140145845031712 140148681201365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18145280 140723853590892 140723853591077 140723853591077 140723853594575 0
Current children cumulated CPU time: 19854.1 s
Current children cumulated vsize: 27073976 KiB
Current children cumulated memory: 5352620 KiB

Child status: 143
Real time (s): 2520.12
CPU time (s): 19854.8
CPU user time (s): 19836.6
CPU system time (s): 18.2268
CPU usage (%): 787.853
Max. virtual memory (cumulated for all children) (KiB): 27073976
Max. memory (cumulated for all children) (KiB): 5548384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19836.6
system time used= 18.2268
maximum resident set size= 5553092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2529607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1266618
involuntary context switches= 448998


# summary of solver processes directly reported to runsolver:
#   pid: 15567
#   total CPU time (s): 19854.8
#   total CPU user time (s): 19836.6
#   total CPU system time (s): 18.2268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.638 second user time and 33.4083 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-22 22:21:52
IDJOB=4285146
IDBENCH=126861
IDSOLVER=2681
FILE ID=node125/4285146-1503434161
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-050.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-4285146-1503434161/watcher-4285146-1503434161 -o /tmp/evaluation-result-4285146-1503434161/solver-4285146-1503434161 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 553134646 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285146-1503434161.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=553134646

node125.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.07
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.07
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.07
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.07
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:        30672060 kB
MemAvailable:   31953816 kB
Buffers:          338736 kB
Cached:          1256180 kB
SwapCached:            0 kB
Active:           945404 kB
Inactive:         705968 kB
Active(anon):      57024 kB
Inactive(anon):    57676 kB
Active(file):     888380 kB
Inactive(file):   648292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42492 kB
Writeback:             0 kB
AnonPages:         60160 kB
Mapped:            69068 kB
Shmem:             58020 kB
Slab:             147860 kB
SReclaimable:     121840 kB
SUnreclaim:        26020 kB
KernelStack:        3120 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-22 23:03:52