Trace number 4261671

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
Mistral-2.0 2017-07-28? (TO) 2519.8701 2520

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-30.xml
MD5SUM342946d6497bc5c3a3caf7e92c124315
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1335
Number of constraints555
Number of domains2
Minimum domain size30
Maximum domain size435
Distribution of domain sizes[{"size":30,"count":900},{"size":435,"count":435}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":450},{"degree":4,"count":885}]
Minimum constraint arity1
Maximum constraint arity435
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":15},{"arity":3,"count":435},{"arity":15,"count":29},{"arity":30,"count":30},{"arity":58,"count":15},{"arity":60,"count":15},{"arity":435,"count":1}]
Number of extensional constraints435
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":435},{"type":"intension","count":30},{"type":"allDifferent","count":31},{"type":"count","count":29},{"type":"cardinality","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c 280717
2519.86/2520.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261671-1502381830/watcher-4261671-1502381830 -o /tmp/evaluation-result-4261671-1502381830/solver-4261671-1502381830 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502331912-20755 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 937418026 HOME/instance-4261671-1502381830.xml 

pid=29017
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.00 2.04 2/184 29020
/proc/meminfo: memFree=31073728/32770624 swapFree=0/546940
[pid=29020] ppid=29017 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29020/stat : 29020 (runsolver) D 29017 29020 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 85689252 24240128 108 18446744073709551615 4194304 4338465 140734168562864 140734168560504 140254717436631 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 8200192 140734168567947 140734168568393 140734168568393 140734168571850 0
/proc/29020/statm: 5918 108 54 36 0 2156 0

[startup+0.102006 s]
/proc/loadavg: 2.05 2.00 2.04 2/184 29020
/proc/meminfo: memFree=31073728/32770624 swapFree=0/546940
[pid=29020] ppid=29017 vsize=30332 CPUtime=0.01 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 1330 0 0 0 1 0 0 0 20 0 1 0 85689252 31059968 1125 18446744073709551615 4194304 7396336 140722863327968 140722863319208 5946255 0 0 1 0 0 0 0 17 6 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 7583 1125 607 782 0 599 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30332

[startup+0.201053 s]
/proc/loadavg: 2.05 2.00 2.04 2/184 29020
/proc/meminfo: memFree=31073728/32770624 swapFree=0/546940
[pid=29020] ppid=29017 vsize=122200 CPUtime=0.1 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 24429 0 0 0 8 2 0 0 20 0 1 0 85689252 125132800 24132 18446744073709551615 4194304 7396336 140722863327968 140722863317832 4566039 0 0 1 0 0 0 0 17 6 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 30550 24132 666 782 0 23566 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 122200

[startup+0.301048 s]
/proc/loadavg: 2.05 2.00 2.04 2/184 29020
/proc/meminfo: memFree=31073728/32770624 swapFree=0/546940
[pid=29020] ppid=29017 vsize=133424 CPUtime=0.2 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 27490 0 0 0 17 3 0 0 20 0 1 0 85689252 136626176 26990 18446744073709551615 4194304 7396336 140722863327968 140722863317784 4566039 0 0 1 0 0 0 0 17 6 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 33356 26990 666 782 0 26372 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 133424

[startup+0.700337 s]
/proc/loadavg: 2.05 2.00 2.04 2/184 29020
/proc/meminfo: memFree=31073728/32770624 swapFree=0/546940
[pid=29020] ppid=29017 vsize=156820 CPUtime=0.6 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 33087 0 0 0 57 3 0 0 20 0 1 0 85689252 160583680 32795 18446744073709551615 4194304 7396336 140722863327968 140722863317784 4565880 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 39205 32795 666 782 0 32221 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 156820

[startup+1.50028 s]
/proc/loadavg: 2.05 2.00 2.04 3/185 29021
/proc/meminfo: memFree=30936440/32770624 swapFree=0/546968
[pid=29020] ppid=29017 vsize=176120 CPUtime=1.4 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 38144 0 0 0 136 4 0 0 20 0 1 0 85689252 180346880 37688 18446744073709551615 4194304 7396336 140722863327968 140722863317864 4566048 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 44030 37688 750 782 0 37046 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 176120

[startup+3.10035 s]
/proc/loadavg: 2.05 2.00 2.04 3/185 29021
/proc/meminfo: memFree=30915608/32770624 swapFree=0/546968
[pid=29020] ppid=29017 vsize=220044 CPUtime=3 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 74933 0 0 0 294 6 0 0 20 0 1 0 85689252 225325056 48771 18446744073709551615 4194304 7396336 140722863327968 140722863317864 5792027 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 55011 48771 788 782 0 48027 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 220044

[startup+6.30036 s]
/proc/loadavg: 2.05 2.00 2.04 3/185 29021
/proc/meminfo: memFree=30796488/32770624 swapFree=0/546968
[pid=29020] ppid=29017 vsize=305828 CPUtime=6.2 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 129685 0 0 0 609 11 0 0 20 0 1 0 85689252 313167872 70215 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5791952 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 76457 70215 788 782 0 69473 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 305828

[startup+12.7003 s]
/proc/loadavg: 2.04 2.00 2.04 3/185 29021
/proc/meminfo: memFree=30787992/32770624 swapFree=0/546968
[pid=29020] ppid=29017 vsize=313492 CPUtime=12.6 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 174693 0 0 0 1246 14 0 0 20 0 1 0 85689252 321015808 72111 18446744073709551615 4194304 7396336 140722863327968 140722863322248 4317313 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 78373 72111 790 782 0 71389 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 313492

[startup+25.5004 s]
/proc/loadavg: 2.03 2.00 2.04 3/185 29021
/proc/meminfo: memFree=30783636/32770624 swapFree=0/546968
[pid=29020] ppid=29017 vsize=316792 CPUtime=25.39 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 219284 0 0 0 2523 16 0 0 20 0 1 0 85689252 324395008 72981 18446744073709551615 4194304 7396336 140722863327968 140722863322632 4547381 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 79198 72981 790 782 0 72214 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 316792

[startup+51.1004 s]
/proc/loadavg: 2.02 2.00 2.04 3/185 29022
/proc/meminfo: memFree=30782548/32770624 swapFree=0/546976
[pid=29020] ppid=29017 vsize=318640 CPUtime=50.98 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 260588 0 0 0 5080 18 0 0 20 0 1 0 85689252 326287360 73422 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792030 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 79660 73422 790 782 0 72676 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 318640

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/186 29025
/proc/meminfo: memFree=30779704/32770624 swapFree=0/546996
[pid=29020] ppid=29017 vsize=320620 CPUtime=102.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 294964 0 0 0 10196 20 0 0 20 0 1 0 85689252 328314880 73883 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792027 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 80155 73883 790 782 0 73171 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 320620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 29027
/proc/meminfo: memFree=30777892/32770624 swapFree=0/547012
[pid=29020] ppid=29017 vsize=322600 CPUtime=162.13 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 313848 0 0 0 16192 21 0 0 20 0 1 0 85689252 330342400 74418 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5162969 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 80650 74418 790 782 0 73666 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 322600

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 29029
/proc/meminfo: memFree=30775576/32770624 swapFree=0/547028
[pid=29020] ppid=29017 vsize=325504 CPUtime=222.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 316427 0 0 0 22193 22 0 0 20 0 1 0 85689252 333316096 75137 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792137 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 81376 75137 790 782 0 74392 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 325504

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/185 29031
/proc/meminfo: memFree=30772596/32770624 swapFree=0/547040
[pid=29020] ppid=29017 vsize=328144 CPUtime=282.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 319647 0 0 0 28192 22 0 0 20 0 1 0 85689252 336019456 75751 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5706547 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 82036 75751 790 782 0 75052 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 328144

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/185 29033
/proc/meminfo: memFree=30771356/32770624 swapFree=0/547048
[pid=29020] ppid=29017 vsize=329728 CPUtime=342.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 323285 0 0 0 34191 23 0 0 20 0 1 0 85689252 337641472 76224 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4317268 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 82432 76224 790 782 0 75448 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 329728

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 29036
/proc/meminfo: memFree=30768256/32770624 swapFree=0/547056
[pid=29020] ppid=29017 vsize=331976 CPUtime=402.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 327459 0 0 0 40191 23 0 0 20 0 1 0 85689252 339943424 76762 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5791976 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 82994 76762 790 782 0 76010 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 331976

[startup+462.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/189 29053
/proc/meminfo: memFree=30761976/32770624 swapFree=0/547096
[pid=29020] ppid=29017 vsize=333564 CPUtime=462.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 332009 0 0 0 46191 24 0 0 20 0 1 0 85689252 341569536 77150 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5162982 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 83391 77150 790 782 0 76407 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 333564

[startup+522.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 29055
/proc/meminfo: memFree=30764132/32770624 swapFree=0/547104
[pid=29020] ppid=29017 vsize=334884 CPUtime=522.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 334358 0 0 0 52190 24 0 0 20 0 1 0 85689252 342921216 77450 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5163046 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 83721 77450 790 782 0 76737 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 334884

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 29057
/proc/meminfo: memFree=30762644/32770624 swapFree=0/547108
[pid=29020] ppid=29017 vsize=336600 CPUtime=582.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 337135 0 0 0 58190 25 0 0 20 0 1 0 85689252 344678400 77874 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4547352 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 84150 77874 790 782 0 77166 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 336600


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 29114
/proc/meminfo: memFree=30745372/32770624 swapFree=0/547336
[pid=29020] ppid=29017 vsize=353632 CPUtime=1602.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 379763 0 0 0 160183 31 0 0 20 0 1 0 85689252 362119168 82125 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792027 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 88408 82125 790 782 0 81424 0
Current children cumulated CPU time (s) 1602.14
Current children cumulated vsize (KiB) 353632

[startup+1662.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/189 29130
/proc/meminfo: memFree=30741124/32770624 swapFree=0/547364
[pid=29020] ppid=29017 vsize=354172 CPUtime=1662.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 382802 0 0 0 166183 32 0 0 20 0 1 0 85689252 362672128 82284 18446744073709551615 4194304 7396336 140722863327968 140722863322248 5163046 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 88543 82284 790 782 0 81559 0
Current children cumulated CPU time (s) 1662.15
Current children cumulated vsize (KiB) 354172

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/185 29132
/proc/meminfo: memFree=30743744/32770624 swapFree=0/547380
[pid=29020] ppid=29017 vsize=354832 CPUtime=1722.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 386002 0 0 0 172183 32 0 0 20 0 1 0 85689252 363347968 82457 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5686404 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 88708 82457 790 782 0 81724 0
Current children cumulated CPU time (s) 1722.15
Current children cumulated vsize (KiB) 354832

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/185 29134
/proc/meminfo: memFree=30743280/32770624 swapFree=0/547388
[pid=29020] ppid=29017 vsize=355232 CPUtime=1782.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 389234 0 0 0 178183 32 0 0 20 0 1 0 85689252 363757568 82556 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4249495 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 88808 82556 790 782 0 81824 0
Current children cumulated CPU time (s) 1782.15
Current children cumulated vsize (KiB) 355232

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 29136
/proc/meminfo: memFree=30742536/32770624 swapFree=0/547396
[pid=29020] ppid=29017 vsize=355628 CPUtime=1842.14 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 391214 0 0 0 184182 32 0 0 20 0 1 0 85689252 364163072 82685 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5649188 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 88907 82685 790 782 0 81923 0
Current children cumulated CPU time (s) 1842.14
Current children cumulated vsize (KiB) 355628

[startup+1902.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/184 29138
/proc/meminfo: memFree=30742552/32770624 swapFree=0/547412
[pid=29020] ppid=29017 vsize=356420 CPUtime=1902.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 393416 0 0 0 190182 33 0 0 20 0 1 0 85689252 364974080 82850 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4581576 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89105 82850 790 782 0 82121 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 356420

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 29141
/proc/meminfo: memFree=30742384/32770624 swapFree=0/547420
[pid=29020] ppid=29017 vsize=356816 CPUtime=1962.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 395665 0 0 0 196182 33 0 0 20 0 1 0 85689252 365379584 82945 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5702338 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89204 82945 790 782 0 82220 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 356816

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 29143
/proc/meminfo: memFree=30741120/32770624 swapFree=0/547432
[pid=29020] ppid=29017 vsize=357476 CPUtime=2022.15 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 398149 0 0 0 202182 33 0 0 20 0 1 0 85689252 366055424 83126 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792027 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89369 83126 790 782 0 82385 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 357476

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 29146
/proc/meminfo: memFree=30740744/32770624 swapFree=0/547444
[pid=29020] ppid=29017 vsize=357872 CPUtime=2082.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 399637 0 0 0 208182 34 0 0 20 0 1 0 85689252 366460928 83185 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4406881 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89468 83185 790 782 0 82484 0
Current children cumulated CPU time (s) 2082.16
Current children cumulated vsize (KiB) 357872

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 29148
/proc/meminfo: memFree=30740792/32770624 swapFree=0/547452
[pid=29020] ppid=29017 vsize=358400 CPUtime=2142.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 401274 0 0 0 214182 34 0 0 20 0 1 0 85689252 367001600 83326 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4245092 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89600 83326 790 782 0 82616 0
Current children cumulated CPU time (s) 2142.16
Current children cumulated vsize (KiB) 358400

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 29150
/proc/meminfo: memFree=30740184/32770624 swapFree=0/547456
[pid=29020] ppid=29017 vsize=358532 CPUtime=2202.17 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 402950 0 0 0 220183 34 0 0 20 0 1 0 85689252 367136768 83419 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792180 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 89633 83419 790 782 0 82649 0
Current children cumulated CPU time (s) 2202.17
Current children cumulated vsize (KiB) 358532

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 29166
/proc/meminfo: memFree=30734464/32770624 swapFree=0/547484
[pid=29020] ppid=29017 vsize=360116 CPUtime=2262.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 404982 0 0 0 226182 34 0 0 20 0 1 0 85689252 368758784 83767 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5162982 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90029 83767 790 782 0 83045 0
Current children cumulated CPU time (s) 2262.16
Current children cumulated vsize (KiB) 360116

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 29168
/proc/meminfo: memFree=30737484/32770624 swapFree=0/547496
[pid=29020] ppid=29017 vsize=360516 CPUtime=2322.17 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 407147 0 0 0 232182 35 0 0 20 0 1 0 85689252 369168384 83877 18446744073709551615 4194304 7396336 140722863327968 140722863322248 5162982 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90129 83877 790 782 0 83145 0
Current children cumulated CPU time (s) 2322.17
Current children cumulated vsize (KiB) 360516

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 29170
/proc/meminfo: memFree=30736504/32770624 swapFree=0/547512
[pid=29020] ppid=29017 vsize=360912 CPUtime=2382.17 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 408895 0 0 0 238182 35 0 0 20 0 1 0 85689252 369573888 83986 18446744073709551615 4194304 7396336 140722863327968 140722863322504 4547381 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90228 83986 790 782 0 83244 0
Current children cumulated CPU time (s) 2382.17
Current children cumulated vsize (KiB) 360912

[startup+2442.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 29296
/proc/meminfo: memFree=30620100/32770624 swapFree=0/547556
[pid=29020] ppid=29017 vsize=361176 CPUtime=2442.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 410711 0 0 0 244181 35 0 0 20 0 1 0 85689252 369844224 84049 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5792027 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90294 84049 790 782 0 83310 0
Current children cumulated CPU time (s) 2442.16
Current children cumulated vsize (KiB) 361176

[startup+2502.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/186 29297
/proc/meminfo: memFree=30615400/32770624 swapFree=0/547568
[pid=29020] ppid=29017 vsize=361708 CPUtime=2502.16 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 412667 0 0 0 250181 35 0 0 20 0 1 0 85689252 370388992 84173 18446744073709551615 4194304 7396336 140722863327968 140722863322456 5163189 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90427 84173 790 782 0 83443 0
Current children cumulated CPU time (s) 2502.16
Current children cumulated vsize (KiB) 361708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 29298
/proc/meminfo: memFree=30614040/32770624 swapFree=0/547564
[pid=29020] ppid=29017 vsize=361840 CPUtime=2519.86 cores=0,2,4,6
/proc/29020/stat : 29020 (MistralXCSP) R 29017 29020 31388 0 -1 4202496 412895 0 0 0 251951 35 0 0 20 0 1 0 85689252 370524160 84200 18446744073709551615 4194304 7396336 140722863327968 140722863322504 5162982 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 39350272 140722863329715 140722863329864 140722863329864 140722863333321 0
/proc/29020/statm: 90460 84200 790 782 0 83476 0
Current children cumulated CPU time (s) 2519.86
Current children cumulated vsize (KiB) 361840

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29020 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 2520
CPU time (s): 2519.87
CPU user time (s): 2519.52
CPU system time (s): 0.356003
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 361840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.52
system time used= 0.356003
maximum resident set size= 336928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412923
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= 123
involuntary context switches= 1635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68915 second user time and 10.6613 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-10 18:03:14
IDJOB=4261671
IDBENCH=133917
IDSOLVER=2649
FILE ID=node134/4261671-1502381830
RUNJOBID= node134-1502331912-20755
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-30.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-4261671-1502381830/watcher-4261671-1502381830 -o /tmp/evaluation-result-4261671-1502381830/solver-4261671-1502381830 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502331912-20755 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 937418026 HOME/instance-4261671-1502381830.xml

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

MD5SUM BENCH= 342946d6497bc5c3a3caf7e92c124315
RANDOM SEED=937418026

node134.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.43
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.43
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.43
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.43
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:        31073924 kB
MemAvailable:   31965316 kB
Buffers:          272964 kB
Cached:           912876 kB
SwapCached:            0 kB
Active:           686116 kB
Inactive:         578164 kB
Active(anon):      80612 kB
Inactive(anon):    31224 kB
Active(file):     605504 kB
Inactive(file):   546940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5872 kB
Writeback:             0 kB
AnonPages:         78544 kB
Mapped:            50512 kB
Shmem:             33468 kB
Slab:             135624 kB
SReclaimable:     109568 kB
SUnreclaim:        26056 kB
KernelStack:        3296 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     345008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62020 MiB
End job on node134 at 2017-08-10 18:45:14