Trace number 4304073

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
Mistral-2.0 2018-08-01? (TO) 2520.11 2520.01

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-01-opt_c18.xml
MD5SUM2ee48e6c5f3b799813662dbb853aaebc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.00/0.00	c Mistral 01082018
2520.09/2520.00	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 (1887 MiB free)
  memory of node 1: 16384 MiB (1286 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304073-1534002354/watcher-4304073-1534002354 -o /tmp/evaluation-result-4304073-1534002354/solver-4304073-1534002354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1533992269-6087 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 236402715 HOME/instance-4304073-1534002354.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7352, runsolver pid=7349

[startup+0.100112 s]*
/proc/loadavg: 2.11 2.11 2.08 3/192 7353
/proc/meminfo: memFree=3243480/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=35344 memory=9812 CPUtime=0.1 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 2678 0 0 0 10 0 0 0 20 0 1 0 217798541 36192256 2453 33554432000 4194304 7499544 140729703417888 140729703414888 140452808391653 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 8836 2453 701 807 0 1827 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35344 KiB
Current children cumulated memory: 9812 KiB

[startup+0.209662 s]*
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=3240876/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=37872 memory=12452 CPUtime=0.21 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 3285 0 0 0 21 0 0 0 20 0 1 0 217798541 38780928 3113 33554432000 4194304 7499544 140729703417888 140729703414888 5878988 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 9468 3113 702 807 0 2459 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 37872 KiB
Current children cumulated memory: 12452 KiB

[startup+0.309201 s]*
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=3238272/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=40884 memory=15412 CPUtime=0.31 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 4015 0 0 0 31 0 0 0 20 0 1 0 217798541 41865216 3853 33554432000 4194304 7499544 140729703417888 140729703414888 140452808852460 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 10221 3853 702 807 0 3212 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40884 KiB
Current children cumulated memory: 15412 KiB

[startup+0.700253 s]
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=3231824/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=52924 memory=27456 CPUtime=0.69 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 7136 0 0 0 68 1 0 0 20 0 1 0 217798541 54194176 6864 33554432000 4194304 7499544 140729703417888 140729703408808 140452811876765 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 13231 6864 702 807 0 6222 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 52924 KiB
Current children cumulated memory: 27456 KiB

[startup+1.50024 s]
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=3216768/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=76344 memory=50936 CPUtime=1.49 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 12974 0 0 0 147 2 0 0 20 0 1 0 217798541 78176256 12668 33554432000 4194304 7499544 140729703417888 140729703408888 140452809128577 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 19086 12734 702 807 0 12077 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 76344 KiB
Current children cumulated memory: 50936 KiB

[startup+3.10957 s]
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=3159232/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=122440 memory=97032 CPUtime=3.1 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 25951 0 0 0 306 4 0 0 20 0 1 0 217798541 125378560 24258 33554432000 4194304 7499544 140729703417888 140729703408888 140452815185103 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 30610 24258 702 807 0 23601 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 122440 KiB
Current children cumulated memory: 97032 KiB

[startup+6.30031 s]
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=2970156/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=308372 memory=283036 CPUtime=6.29 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 108759 0 0 0 618 11 0 0 20 0 1 0 217798541 315772928 70759 33554432000 4194304 7499544 140729703417888 140729703412312 5612944 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 77093 70759 756 807 0 70084 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 308372 KiB
Current children cumulated memory: 283036 KiB

[startup+12.7002 s]
/proc/loadavg: 2.02 2.09 2.07 3/192 7353
/proc/meminfo: memFree=2968720/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=309824 memory=284676 CPUtime=12.68 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 159179 0 0 0 1254 14 0 0 20 0 1 0 217798541 317259776 71169 33554432000 4194304 7499544 140729703417888 140729703412424 4404995 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 77456 71169 756 807 0 70447 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 309824 KiB
Current children cumulated memory: 284676 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.09 2.07 3/192 7353
/proc/meminfo: memFree=2966360/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=312648 memory=287448 CPUtime=25.49 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 211812 0 0 0 2531 18 0 0 20 0 1 0 217798541 320151552 71862 33554432000 4194304 7499544 140729703417888 140729703412312 4249705 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78162 71862 756 807 0 71153 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 312648 KiB
Current children cumulated memory: 287448 KiB

[startup+51.1096 s]
/proc/loadavg: 2.01 2.08 2.07 3/192 7353
/proc/meminfo: memFree=2965568/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=313308 memory=288104 CPUtime=51.08 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 259000 0 0 0 5088 20 0 0 20 0 1 0 217798541 320827392 72026 33554432000 4194304 7499544 140729703417888 140729703412312 5621087 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78327 72026 756 807 0 71318 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 313308 KiB
Current children cumulated memory: 288104 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/192 7354
/proc/meminfo: memFree=2963752/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=314668 memory=289348 CPUtime=102.24 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 295712 0 0 0 10203 21 0 0 20 0 1 0 217798541 322220032 72337 33554432000 4194304 7499544 140729703417888 140729703412520 4249700 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78667 72337 756 807 0 71658 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 314668 KiB
Current children cumulated memory: 289348 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 2.04 2.05 3/192 7355
/proc/meminfo: memFree=2963152/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=314668 memory=289500 CPUtime=162.23 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 324827 0 0 0 16200 23 0 0 20 0 1 0 217798541 322220032 72375 33554432000 4194304 7499544 140729703417888 140729703412520 5612944 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78667 72375 756 807 0 71658 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 314668 KiB
Current children cumulated memory: 289500 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 2.03 2.05 3/192 7356
/proc/meminfo: memFree=2963404/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=314800 memory=289596 CPUtime=222.23 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 333653 0 0 0 22200 23 0 0 20 0 1 0 217798541 322355200 72399 33554432000 4194304 7499544 140729703417888 140729703412312 4249920 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78700 72399 756 807 0 71691 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 314800 KiB
Current children cumulated memory: 289596 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/192 7366
/proc/meminfo: memFree=2962936/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315348 memory=290180 CPUtime=282.23 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 335583 0 0 0 28200 23 0 0 20 0 1 0 217798541 322916352 72545 33554432000 4194304 7499544 140729703417888 140729703412584 5612967 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78837 72545 756 807 0 71828 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 315348 KiB
Current children cumulated memory: 290180 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 7367
/proc/meminfo: memFree=2962964/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315348 memory=290180 CPUtime=342.24 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 335816 0 0 0 34201 23 0 0 20 0 1 0 217798541 322916352 72545 33554432000 4194304 7499544 140729703417888 140729703412584 4249958 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78837 72545 756 807 0 71828 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 315348 KiB
Current children cumulated memory: 290180 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 7368
/proc/meminfo: memFree=2963192/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315348 memory=290180 CPUtime=402.24 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 337654 0 0 0 40201 23 0 0 20 0 1 0 217798541 322916352 72545 33554432000 4194304 7499544 140729703417888 140729703412584 5612981 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78837 72545 756 807 0 71828 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 315348 KiB
Current children cumulated memory: 290180 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7429
/proc/meminfo: memFree=2899452/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315348 memory=290180 CPUtime=462.24 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 339173 0 0 0 46201 23 0 0 20 0 1 0 217798541 322916352 72545 33554432000 4194304 7499544 140729703417888 140729703412584 4249680 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78837 72545 756 807 0 71828 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 315348 KiB
Current children cumulated memory: 290180 KiB


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

/proc/7352/statm: 78870 72597 756 807 0 71861 0
Current children cumulated CPU time: 1722.33 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290388 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7494
/proc/meminfo: memFree=2892504/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290388 CPUtime=1782.33 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 357177 0 0 0 178209 24 0 0 20 0 1 0 217798541 323051520 72597 33554432000 4194304 7499544 140729703417888 140729703412312 4249936 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72597 756 807 0 71861 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290388 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/192 7495
/proc/meminfo: memFree=2892236/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=1842.34 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 357800 0 0 0 184210 24 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 5612959 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 1842.34 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 7496
/proc/meminfo: memFree=2892152/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=1902.34 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 358429 0 0 0 190210 24 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 4249958 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 1902.34 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 7497
/proc/meminfo: memFree=2892404/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=1962.35 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 359053 0 0 0 196210 25 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 4249698 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 1962.35 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7499
/proc/meminfo: memFree=2892136/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=2022.36 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 359682 0 0 0 202211 25 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 4408896 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 2022.36 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7507
/proc/meminfo: memFree=2890984/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=2082.36 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 360311 0 0 0 208211 25 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 4249984 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 2082.36 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7508
/proc/meminfo: memFree=2891456/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315480 memory=290392 CPUtime=2142.37 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 360461 0 0 0 214212 25 0 0 20 0 1 0 217798541 323051520 72598 33554432000 4194304 7499544 140729703417888 140729703412312 5612967 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78870 72598 756 807 0 71861 0
Current children cumulated CPU time: 2142.37 s
Current children cumulated vsize: 315480 KiB
Current children cumulated memory: 290392 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7509
/proc/meminfo: memFree=2891780/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290468 CPUtime=2202.37 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 362067 0 0 0 220212 25 0 0 20 0 1 0 217798541 323186688 72617 33554432000 4194304 7499544 140729703417888 140729703412312 4249920 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72617 756 807 0 71894 0
Current children cumulated CPU time: 2202.37 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290468 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 7510
/proc/meminfo: memFree=2891756/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2262.37 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 362774 0 0 0 226212 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 4579858 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2262.37 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB

[startup+2322.3 s]
/proc/loadavg: 2.40 2.11 2.08 3/191 7511
/proc/meminfo: memFree=2891796/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2322.37 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 363419 0 0 0 232212 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 4249920 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2322.37 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB

[startup+2382.3 s]
/proc/loadavg: 2.46 2.20 2.11 3/191 7513
/proc/meminfo: memFree=2891520/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2382.38 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 364063 0 0 0 238213 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 5838025 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2382.38 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB

[startup+2442.3 s]
/proc/loadavg: 2.17 2.17 2.11 3/192 7515
/proc/meminfo: memFree=2891212/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2442.38 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 364705 0 0 0 244213 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 4249920 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2442.38 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB

[startup+2502.3 s]
/proc/loadavg: 2.06 2.14 2.10 3/192 7516
/proc/meminfo: memFree=2891464/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2502.38 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 365190 0 0 0 250213 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 4258046 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2502.38 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.05 2.13 2.10 3/192 7516
/proc/meminfo: memFree=2891588/32770624 swapFree=67108856/67108860
[pid=7352] ppid=7349 vsize=315612 memory=290472 CPUtime=2520.09 cores=0,2,4,6
/proc/7352/stat : 7352 (MistralXCSP) R 7349 7352 6056 0 -1 4202496 365379 0 0 0 251984 25 0 0 20 0 1 0 217798541 323186688 72618 33554432000 4194304 7499544 140729703417888 140729703412312 5612959 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 10493952 140729703421038 140729703421187 140729703421187 140729703423945 0
/proc/7352/statm: 78903 72618 756 807 0 71894 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 315612 KiB
Current children cumulated memory: 290472 KiB

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

[startup+2520.01 s]
# the end of solver process 7352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.85 s, system=0.259015 s

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

Child status: 0
Real time (s): 2520.01
CPU time (s): 2520.11
CPU user time (s): 2519.85
CPU system time (s): 0.259015
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 315612
Max. memory (cumulated for all children) (KiB): 290472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.85
system time used= 0.259015
maximum resident set size= 290492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83
involuntary context switches= 829


# summary of solver processes directly reported to runsolver:
#   pid: 7352
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2519.85
#   total CPU system time (s): 0.259015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.31278 second user time and 17.0814 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-11 17:45:54
IDJOB=4304073
IDBENCH=141190
IDSOLVER=2779
FILE ID=node133/4304073-1534002354
RUNJOBID= node133-1533992269-6087
PBS_JOBID= 21036948
Free space on /tmp= 38796 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-01-opt_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304073-1534002354/watcher-4304073-1534002354 -o /tmp/evaluation-result-4304073-1534002354/solver-4304073-1534002354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1533992269-6087 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 236402715 HOME/instance-4304073-1534002354.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2ee48e6c5f3b799813662dbb853aaebc
RANDOM SEED=236402715

node133.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.24
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.24
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.24
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.24
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:         3251248 kB
MemAvailable:   31882740 kB
Buffers:          204680 kB
Cached:         28315376 kB
SwapCached:            0 kB
Active:         10672780 kB
Inactive:       17924560 kB
Active(anon):      27740 kB
Inactive(anon):   101636 kB
Active(file):   10645040 kB
Inactive(file): 17822924 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              5920 kB
Writeback:             0 kB
AnonPages:         93720 kB
Mapped:            56204 kB
Shmem:             49820 kB
Slab:             619880 kB
SReclaimable:     591988 kB
SUnreclaim:        27892 kB
KernelStack:        3648 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     400888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38792 MiB
End job on node133 at 2018-08-11 18:27:54