Trace number 4261673

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.5901 2520

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-34.xml
MD5SUM1b92d79ba6653e54d61f1abcadddddde
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 variables1717
Number of constraints697
Number of domains2
Minimum domain size34
Maximum domain size561
Distribution of domain sizes[{"size":34,"count":1156},{"size":561,"count":561}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":578},{"degree":4,"count":1139}]
Minimum constraint arity1
Maximum constraint arity561
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":17},{"arity":3,"count":561},{"arity":17,"count":33},{"arity":34,"count":34},{"arity":66,"count":17},{"arity":68,"count":17},{"arity":561,"count":1}]
Number of extensional constraints561
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":561},{"type":"intension","count":34},{"type":"allDifferent","count":35},{"type":"count","count":33},{"type":"cardinality","count":34}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c 280717
2519.57/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-4261673-1502381958/watcher-4261673-1502381958 -o /tmp/evaluation-result-4261673-1502381958/solver-4261673-1502381958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25567 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1205730523 HOME/instance-4261673-1502381958.xml 

pid=32009
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.06 1.98 2.02 5/186 32012
/proc/meminfo: memFree=31002652/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32012/stat : 32012 (runsolver) D 32009 32012 4525 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 137848694 24240128 108 18446744073709551615 4194304 4338465 140720936566720 140720936564360 140258021294807 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14196736 140720936571018 140720936571465 140720936571465 140720936574922 0
/proc/32012/statm: 5918 108 54 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 2.06 1.98 2.02 5/186 32012
/proc/meminfo: memFree=31002652/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=28664 CPUtime=0 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 903 0 0 0 0 0 0 0 20 0 1 0 137848694 29351936 736 18446744073709551615 4194304 7396336 140736313587680 140736313580920 140493155015653 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 7166 736 584 782 0 182 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28664

[startup+0.200338 s]
/proc/loadavg: 2.06 1.98 2.02 5/186 32012
/proc/meminfo: memFree=31002652/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=117608 CPUtime=0.09 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 23176 0 0 0 7 2 0 0 20 0 1 0 137848694 120430592 22954 18446744073709551615 4194304 7396336 140736313587680 140736313580920 140493155015653 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 29402 23020 641 782 0 22418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 117608

[startup+0.300447 s]
/proc/loadavg: 2.06 1.98 2.02 5/186 32012
/proc/meminfo: memFree=31002652/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=173128 CPUtime=0.19 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 37412 0 0 0 15 4 0 0 20 0 1 0 137848694 177283072 36867 18446744073709551615 4194304 7396336 140736313587680 140736313580920 4566039 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 43282 36867 666 782 0 36298 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 173128

[startup+0.700326 s]
/proc/loadavg: 2.06 1.98 2.02 5/186 32012
/proc/meminfo: memFree=31002652/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=199684 CPUtime=0.59 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 43315 0 0 0 54 5 0 0 20 0 1 0 137848694 204476416 43580 18446744073709551615 4194304 7396336 140736313587680 140736313580920 4566048 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 49921 43580 666 782 0 42937 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 199684

[startup+1.50028 s]
/proc/loadavg: 2.06 1.98 2.02 3/187 32013
/proc/meminfo: memFree=30821520/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=218904 CPUtime=1.4 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 48248 0 0 0 134 6 0 0 20 0 1 0 137848694 224157696 48333 18446744073709551615 4194304 7396336 140736313587680 140736313577496 4566039 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 54726 48333 666 782 0 47742 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 218904

[startup+3.10028 s]
/proc/loadavg: 2.06 1.98 2.02 3/187 32013
/proc/meminfo: memFree=30802424/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=240280 CPUtime=3 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 54779 0 0 0 293 7 0 0 20 0 1 0 137848694 246046720 53773 18446744073709551615 4194304 7396336 140736313587680 140736313577576 4252551 0 0 1 0 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 60070 53773 750 782 0 53086 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 240280

[startup+6.30033 s]
/proc/loadavg: 2.06 1.98 2.02 3/187 32013
/proc/meminfo: memFree=30742580/32770624 swapFree=0/430184
[pid=32012] ppid=32009 vsize=322864 CPUtime=6.2 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 124186 0 0 0 608 12 0 0 20 0 1 0 137848694 330612736 74504 18446744073709551615 4194304 7396336 140736313587680 140736313577576 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 80716 74504 788 782 0 73732 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 322864

[startup+12.7004 s]
/proc/loadavg: 2.05 1.98 2.02 3/186 32013
/proc/meminfo: memFree=30517796/32770624 swapFree=0/430188
[pid=32012] ppid=32009 vsize=512080 CPUtime=12.59 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 214045 0 0 0 1240 19 0 0 20 0 1 0 137848694 524369920 121786 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 128020 121786 790 782 0 121036 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 512080

[startup+25.5004 s]
/proc/loadavg: 2.04 1.98 2.02 3/186 32013
/proc/meminfo: memFree=30503040/32770624 swapFree=0/430188
[pid=32012] ppid=32009 vsize=526768 CPUtime=25.39 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 287523 0 0 0 2515 24 0 0 20 0 1 0 137848694 539410432 125446 18446744073709551615 4194304 7396336 140736313587680 140736313582248 5162969 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 131692 125446 790 782 0 124708 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 526768

[startup+51.1004 s]
/proc/loadavg: 2.10 2.00 2.02 3/186 32014
/proc/meminfo: memFree=30497708/32770624 swapFree=0/430188
[pid=32012] ppid=32009 vsize=531524 CPUtime=50.99 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 359909 0 0 0 5071 28 0 0 20 0 1 0 137848694 544280576 126619 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 132881 126619 790 782 0 125897 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 531524

[startup+102.301 s]
/proc/loadavg: 2.08 2.01 2.03 3/185 32016
/proc/meminfo: memFree=30490012/32770624 swapFree=0/430204
[pid=32012] ppid=32009 vsize=538792 CPUtime=102.2 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 434138 0 0 0 10187 33 0 0 20 0 1 0 137848694 551723008 128488 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792030 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 134698 128488 790 782 0 127714 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 538792

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.03 3/185 32018
/proc/meminfo: memFree=30479768/32770624 swapFree=0/430212
[pid=32012] ppid=32009 vsize=546588 CPUtime=162.17 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 510553 0 0 0 16180 37 0 0 20 0 1 0 137848694 559706112 130375 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 136647 130375 790 782 0 129663 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 546588

[startup+222.306 s]
/proc/loadavg: 2.01 2.01 2.03 3/185 32020
/proc/meminfo: memFree=30474560/32770624 swapFree=0/430224
[pid=32012] ppid=32009 vsize=551740 CPUtime=222.14 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 583417 0 0 0 22173 41 0 0 20 0 1 0 137848694 564981760 131682 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792027 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 137935 131682 790 782 0 130951 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 551740

[startup+282.3 s]
/proc/loadavg: 2.10 2.03 2.03 3/185 32022
/proc/meminfo: memFree=30468268/32770624 swapFree=0/430240
[pid=32012] ppid=32009 vsize=557820 CPUtime=282.1 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 638593 0 0 0 28166 44 0 0 20 0 1 0 137848694 571207680 133185 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792030 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 139455 133185 790 782 0 132471 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 557820

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/187 32038
/proc/meminfo: memFree=30457808/32770624 swapFree=0/430248
[pid=32012] ppid=32009 vsize=563240 CPUtime=342.09 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 673493 0 0 0 34162 47 0 0 20 0 1 0 137848694 576757760 134576 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162973 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 140810 134576 790 782 0 133826 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 563240

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 32040
/proc/meminfo: memFree=30453128/32770624 swapFree=0/430252
[pid=32012] ppid=32009 vsize=568528 CPUtime=402.06 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 681559 0 0 0 40158 48 0 0 20 0 1 0 137848694 582172672 135837 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4253024 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 142132 135837 790 782 0 135148 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 568528

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/184 32042
/proc/meminfo: memFree=30451872/32770624 swapFree=0/430260
[pid=32012] ppid=32009 vsize=571700 CPUtime=462.06 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 684484 0 0 0 46158 48 0 0 20 0 1 0 137848694 585420800 136703 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4253024 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 142925 136703 790 782 0 135941 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 571700

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/185 32045
/proc/meminfo: memFree=30448752/32770624 swapFree=0/430272
[pid=32012] ppid=32009 vsize=574868 CPUtime=522.05 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 688282 0 0 0 52156 49 0 0 20 0 1 0 137848694 588664832 137459 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 143717 137459 790 782 0 136733 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 574868

[startup+582.3 s]
/proc/loadavg: 2.15 2.06 2.05 3/185 32047
/proc/meminfo: memFree=30445408/32770624 swapFree=0/430280
[pid=32012] ppid=32009 vsize=578696 CPUtime=582.05 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 692994 0 0 0 58155 50 0 0 20 0 1 0 137848694 592584704 138458 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792070 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 144674 138458 790 782 0 137690 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 578696


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


[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/188 32113
/proc/meminfo: memFree=30395916/32770624 swapFree=0/430472
[pid=32012] ppid=32009 vsize=618508 CPUtime=1601.96 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 772335 0 0 0 160137 59 0 0 20 0 1 0 137848694 633352192 148339 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792027 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 154627 148339 790 782 0 147643 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 618508

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/185 32115
/proc/meminfo: memFree=30397772/32770624 swapFree=0/430480
[pid=32012] ppid=32009 vsize=619564 CPUtime=1661.96 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 775709 0 0 0 166136 60 0 0 20 0 1 0 137848694 634433536 148662 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162969 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 154891 148662 790 782 0 147907 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 619564

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 32117
/proc/meminfo: memFree=30397300/32770624 swapFree=0/430496
[pid=32012] ppid=32009 vsize=620224 CPUtime=1721.96 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 779224 0 0 0 172136 60 0 0 20 0 1 0 137848694 635109376 148837 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4257799 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155056 148837 790 782 0 148072 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 620224

[startup+1782.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/186 32120
/proc/meminfo: memFree=30396572/32770624 swapFree=0/430516
[pid=32012] ppid=32009 vsize=620620 CPUtime=1781.95 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 782741 0 0 0 178135 60 0 0 20 0 1 0 137848694 635514880 148945 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4547381 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155155 148945 790 782 0 148171 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 620620

[startup+1842.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 32122
/proc/meminfo: memFree=30395208/32770624 swapFree=0/430528
[pid=32012] ppid=32009 vsize=621676 CPUtime=1841.94 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 786544 0 0 0 184133 61 0 0 20 0 1 0 137848694 636596224 149179 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5163207 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155419 149179 790 782 0 148435 0
Current children cumulated CPU time (s) 1841.94
Current children cumulated vsize (KiB) 621676

[startup+1902.3 s]
/proc/loadavg: 2.11 2.03 2.05 3/185 32124
/proc/meminfo: memFree=30394824/32770624 swapFree=0/430544
[pid=32012] ppid=32009 vsize=622340 CPUtime=1901.93 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 790539 0 0 0 190132 61 0 0 20 0 1 0 137848694 637276160 149328 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5791952 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155585 149328 790 782 0 148601 0
Current children cumulated CPU time (s) 1901.93
Current children cumulated vsize (KiB) 622340

[startup+1962.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/185 32126
/proc/meminfo: memFree=30393760/32770624 swapFree=0/430552
[pid=32012] ppid=32009 vsize=623268 CPUtime=1961.93 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 794793 0 0 0 196131 62 0 0 20 0 1 0 137848694 638226432 149600 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792027 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155817 149600 790 782 0 148833 0
Current children cumulated CPU time (s) 1961.93
Current children cumulated vsize (KiB) 623268

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 32128
/proc/meminfo: memFree=30392140/32770624 swapFree=0/430568
[pid=32012] ppid=32009 vsize=623796 CPUtime=2021.92 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 796150 0 0 0 202129 63 0 0 20 0 1 0 137848694 638767104 149721 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162958 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 155949 149721 790 782 0 148965 0
Current children cumulated CPU time (s) 2021.92
Current children cumulated vsize (KiB) 623796

[startup+2082.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/185 32131
/proc/meminfo: memFree=30391740/32770624 swapFree=0/430576
[pid=32012] ppid=32009 vsize=625380 CPUtime=2081.92 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 797958 0 0 0 208129 63 0 0 20 0 1 0 137848694 640389120 150109 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 156345 150109 790 782 0 149361 0
Current children cumulated CPU time (s) 2081.92
Current children cumulated vsize (KiB) 625380

[startup+2142.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/188 32147
/proc/meminfo: memFree=30383172/32770624 swapFree=0/430604
[pid=32012] ppid=32009 vsize=628416 CPUtime=2141.91 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 800882 0 0 0 214127 64 0 0 20 0 1 0 137848694 643497984 150868 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157104 150868 790 782 0 150120 0
Current children cumulated CPU time (s) 2141.91
Current children cumulated vsize (KiB) 628416

[startup+2202.31 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 32149
/proc/meminfo: memFree=30383132/32770624 swapFree=0/430616
[pid=32012] ppid=32009 vsize=628812 CPUtime=2201.91 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 803488 0 0 0 220127 64 0 0 20 0 1 0 137848694 643903488 150969 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792027 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157203 150969 790 782 0 150219 0
Current children cumulated CPU time (s) 2201.91
Current children cumulated vsize (KiB) 628812

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 32151
/proc/meminfo: memFree=30385964/32770624 swapFree=0/430628
[pid=32012] ppid=32009 vsize=629612 CPUtime=2261.9 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 806340 0 0 0 226126 64 0 0 20 0 1 0 137848694 644722688 151184 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4249440 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157403 151184 790 782 0 150419 0
Current children cumulated CPU time (s) 2261.9
Current children cumulated vsize (KiB) 629612

[startup+2322.3 s]
/proc/loadavg: 1.96 2.01 2.04 3/185 32214
/proc/meminfo: memFree=22239668/32770624 swapFree=0/432340
[pid=32012] ppid=32009 vsize=629876 CPUtime=2321.89 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 809183 0 0 0 232124 65 0 0 20 0 1 0 137848694 644993024 151256 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4252996 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157469 151256 790 782 0 150485 0
Current children cumulated CPU time (s) 2321.89
Current children cumulated vsize (KiB) 629876

[startup+2382.3 s]
/proc/loadavg: 1.96 2.00 2.03 3/184 32276
/proc/meminfo: memFree=29171976/32770624 swapFree=0/432716
[pid=32012] ppid=32009 vsize=631200 CPUtime=2381.88 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 812558 0 0 0 238123 65 0 0 20 0 1 0 137848694 646348800 151577 18446744073709551615 4194304 7396336 140736313587680 140736313582216 4547368 0 0 1 16386 0 0 0 17 4 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157800 151577 790 782 0 150816 0
Current children cumulated CPU time (s) 2381.88
Current children cumulated vsize (KiB) 631200

[startup+2442.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/184 32278
/proc/meminfo: memFree=29171444/32770624 swapFree=0/432720
[pid=32012] ppid=32009 vsize=631332 CPUtime=2441.88 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 815721 0 0 0 244122 66 0 0 20 0 1 0 137848694 646483968 151615 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792137 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 157833 151615 790 782 0 150849 0
Current children cumulated CPU time (s) 2441.88
Current children cumulated vsize (KiB) 631332

[startup+2502.3 s]
/proc/loadavg: 1.95 1.98 2.03 3/184 32280
/proc/meminfo: memFree=29170160/32770624 swapFree=0/432736
[pid=32012] ppid=32009 vsize=632256 CPUtime=2501.87 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 819253 0 0 0 250121 66 0 0 20 0 1 0 137848694 647430144 151862 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5162982 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 158064 151862 790 782 0 151080 0
Current children cumulated CPU time (s) 2501.87
Current children cumulated vsize (KiB) 632256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 1.96 1.99 2.03 3/184 32281
/proc/meminfo: memFree=29169424/32770624 swapFree=0/432752
[pid=32012] ppid=32009 vsize=632256 CPUtime=2519.57 cores=0,2,4,6
/proc/32012/stat : 32012 (MistralXCSP) R 32009 32012 4525 0 -1 4202496 819668 0 0 0 251891 66 0 0 20 0 1 0 137848694 647430144 151862 18446744073709551615 4194304 7396336 140736313587680 140736313582216 5792030 0 0 1 16386 0 0 0 17 0 0 0 9 0 0 9496464 9501696 21368832 140736313590194 140736313590344 140736313590344 140736313593801 0
/proc/32012/statm: 158064 151862 790 782 0 151080 0
Current children cumulated CPU time (s) 2519.57
Current children cumulated vsize (KiB) 632256

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 32012 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.59
CPU user time (s): 2518.92
CPU system time (s): 0.671945
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 632256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.92
system time used= 0.671945
maximum resident set size= 607468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 819698
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= 163
involuntary context switches= 4298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82318 second user time and 10.2591 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-10 18:04:54
IDJOB=4261673
IDBENCH=133921
IDSOLVER=2649
FILE ID=node132/4261673-1502381958
RUNJOBID= node132-1502333491-25567
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-34.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-4261673-1502381958/watcher-4261673-1502381958 -o /tmp/evaluation-result-4261673-1502381958/solver-4261673-1502381958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25567 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1205730523 HOME/instance-4261673-1502381958.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=1205730523

node132.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.74
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.74
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.74
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.74
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:        31002916 kB
MemAvailable:   31778288 kB
Buffers:          282576 kB
Cached:           796056 kB
SwapCached:            0 kB
Active:           864664 kB
Inactive:         471004 kB
Active(anon):     257840 kB
Inactive(anon):    40820 kB
Active(file):     606824 kB
Inactive(file):   430184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5724 kB
Writeback:             0 kB
AnonPages:        257004 kB
Mapped:            59144 kB
Shmem:             41660 kB
Slab:             134992 kB
SReclaimable:     108400 kB
SUnreclaim:        26592 kB
KernelStack:        3296 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     532936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62012 MiB
End job on node132 at 2017-08-10 18:46:54