Trace number 4242338

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
R1: Mistral-2.0 2017-06-28? (TO) 2400.09 2401.31

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.00	c Mistral-2017-06-28
2400.08/2401.30	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-4242338-1500632084/watcher-4242338-1500632084 -o /tmp/evaluation-result-4242338-1500632084/solver-4242338-1500632084 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500623787-2244 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1398780349 HOME/instance-4242338-1500632084.xml 

pid=3710
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.00 2.01 2.05 3/187 3713
/proc/meminfo: memFree=30808636/32770624 swapFree=6244/338608
[pid=3713] ppid=3710 vsize=28804 CPUtime=0 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 936 0 0 0 0 0 0 0 20 0 1 0 16485765 29495296 735 33554432000 4194304 7402444 140729749483264 140729749480312 140290011995109 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 7201 735 581 784 0 215 0

[startup+0.100178 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3713
/proc/meminfo: memFree=30808636/32770624 swapFree=6244/338608
[pid=3713] ppid=3710 vsize=71788 CPUtime=0.09 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 11757 0 0 0 8 1 0 0 20 0 1 0 16485765 73510912 11548 33554432000 4194304 7402444 140729749483264 140729749474344 140290012043168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 17947 11548 657 784 0 10961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71788

[startup+0.200436 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3713
/proc/meminfo: memFree=30808636/32770624 swapFree=6244/338608
[pid=3713] ppid=3710 vsize=161628 CPUtime=0.19 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 34217 0 0 0 14 5 0 0 20 0 1 0 16485765 165507072 33988 33554432000 4194304 7402444 140729749483264 140729749474776 140290011995109 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 40407 33988 664 784 0 33421 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 161628

[startup+0.300403 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3713
/proc/meminfo: memFree=30808636/32770624 swapFree=6244/338608
[pid=3713] ppid=3710 vsize=176248 CPUtime=0.29 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 38243 0 0 0 24 5 0 0 20 0 1 0 16485765 180477952 37739 33554432000 4194304 7402444 140729749483264 140729749472776 140290011995109 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 44062 37739 681 784 0 37076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 176248

[startup+0.700339 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3713
/proc/meminfo: memFree=30808636/32770624 swapFree=6244/338608
[pid=3713] ppid=3710 vsize=199844 CPUtime=0.69 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 43873 0 0 0 63 6 0 0 20 0 1 0 16485765 204640256 43594 33554432000 4194304 7402444 140729749483264 140729749473080 4731648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 49961 43594 681 784 0 42975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 199844

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3714
/proc/meminfo: memFree=30626984/32770624 swapFree=6244/338644
[pid=3713] ppid=3710 vsize=219504 CPUtime=1.49 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 48932 0 0 0 143 6 0 0 20 0 1 0 16485765 224772096 48479 33554432000 4194304 7402444 140729749483264 140729749473080 4731648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 54876 48479 681 784 0 47890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 219504

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3714
/proc/meminfo: memFree=30607152/32770624 swapFree=6244/338644
[pid=3713] ppid=3710 vsize=240736 CPUtime=3.09 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 55848 0 0 0 302 7 0 0 20 0 1 0 16485765 246513664 53879 33554432000 4194304 7402444 140729749483264 140729749473160 4731648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 60184 53879 755 784 0 53198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 240736

[startup+6.30036 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3714
/proc/meminfo: memFree=30548756/32770624 swapFree=6244/338652
[pid=3713] ppid=3710 vsize=323004 CPUtime=6.29 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 123876 0 0 0 616 13 0 0 20 0 1 0 16485765 330756096 74519 33554432000 4194304 7402444 140729749483264 140729749477688 4484558 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 80751 74519 790 784 0 73765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 323004

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3714
/proc/meminfo: memFree=30312236/32770624 swapFree=6244/338660
[pid=3713] ppid=3710 vsize=522740 CPUtime=12.68 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 218441 0 0 0 1245 23 0 0 20 0 1 0 16485765 535285760 124447 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 130685 124447 796 784 0 123699 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 522740

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3714
/proc/meminfo: memFree=30299356/32770624 swapFree=6244/338668
[pid=3713] ppid=3710 vsize=535420 CPUtime=25.47 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 292841 0 0 0 2520 27 0 0 20 0 1 0 16485765 548270080 127602 33554432000 4194304 7402444 140729749483264 140729749477800 140290011995109 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 133855 127602 796 784 0 126869 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 535420

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3714
/proc/meminfo: memFree=30294148/32770624 swapFree=6244/338680
[pid=3713] ppid=3710 vsize=540832 CPUtime=51.07 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 367214 0 0 0 5076 31 0 0 20 0 1 0 16485765 553811968 128946 33554432000 4194304 7402444 140729749483264 140729749477800 4484555 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 135208 128946 796 784 0 128222 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 540832

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3715
/proc/meminfo: memFree=30288236/32770624 swapFree=6244/338704
[pid=3713] ppid=3710 vsize=546644 CPUtime=102.24 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 442994 0 0 0 10190 34 0 0 20 0 1 0 16485765 559763456 130394 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 136661 130394 796 784 0 129675 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 546644

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3716
/proc/meminfo: memFree=30279572/32770624 swapFree=6244/338740
[pid=3713] ppid=3710 vsize=553244 CPUtime=162.2 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 520651 0 0 0 16181 39 0 0 20 0 1 0 16485765 566521856 132080 33554432000 4194304 7402444 140729749483264 140729749477800 5750503 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 138311 132080 796 784 0 131325 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 553244

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3717
/proc/meminfo: memFree=30275252/32770624 swapFree=6244/338776
[pid=3713] ppid=3710 vsize=557076 CPUtime=222.17 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 598479 0 0 0 22174 43 0 0 20 0 1 0 16485765 570445824 133027 33554432000 4194304 7402444 140729749483264 140729749477800 4398251 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 139269 133027 796 784 0 132283 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 557076

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3718
/proc/meminfo: memFree=30267916/32770624 swapFree=6244/338800
[pid=3713] ppid=3710 vsize=563940 CPUtime=282.14 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 678906 0 0 0 28166 48 0 0 20 0 1 0 16485765 577474560 134769 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 140985 134769 796 784 0 133999 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 563940

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3726
/proc/meminfo: memFree=30261800/32770624 swapFree=6244/338860
[pid=3713] ppid=3710 vsize=568692 CPUtime=342.11 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 759957 0 0 0 34159 52 0 0 20 0 1 0 16485765 582340608 135941 33554432000 4194304 7402444 140729749483264 140729749477800 4712981 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 142173 135941 796 784 0 135187 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 568692

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 3727
/proc/meminfo: memFree=30257864/32770624 swapFree=6244/338888
[pid=3713] ppid=3710 vsize=573056 CPUtime=402.08 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 842123 0 0 0 40152 56 0 0 20 0 1 0 16485765 586809344 137040 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 143264 137040 796 784 0 136278 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 573056

[startup+462.3 s]
/proc/loadavg: 2.13 2.06 2.05 3/187 3728
/proc/meminfo: memFree=30253112/32770624 swapFree=6244/338916
[pid=3713] ppid=3710 vsize=576624 CPUtime=462.03 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 924982 0 0 0 46141 62 0 0 20 0 1 0 16485765 590462976 137918 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 144156 137918 796 784 0 137170 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 576624

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 3729
/proc/meminfo: memFree=30249600/32770624 swapFree=6244/338956
[pid=3713] ppid=3710 vsize=580188 CPUtime=521.97 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 999388 0 0 0 52131 66 0 0 20 0 1 0 16485765 594112512 138838 33554432000 4194304 7402444 140729749483264 140729749477800 4484558 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 145047 138838 796 784 0 138061 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 580188

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 3730
/proc/meminfo: memFree=30244148/32770624 swapFree=6244/338984
[pid=3713] ppid=3710 vsize=585204 CPUtime=581.91 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1058210 0 0 0 58120 71 0 0 20 0 1 0 16485765 599248896 140062 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 146301 140062 796 784 0 139315 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 585204


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

[startup+1542.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 3823
/proc/meminfo: memFree=30964648/32770624 swapFree=6244/339552
[pid=3713] ppid=3710 vsize=626152 CPUtime=1541.44 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1163146 0 0 0 154062 82 0 0 20 0 1 0 16485765 641179648 150324 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 156538 150324 796 784 0 149552 0
Current children cumulated CPU time (s) 1541.44
Current children cumulated vsize (KiB) 626152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3824
/proc/meminfo: memFree=30964684/32770624 swapFree=6244/339588
[pid=3713] ppid=3710 vsize=626944 CPUtime=1601.41 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1164942 0 0 0 160058 83 0 0 20 0 1 0 16485765 641990656 150490 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 156736 150490 796 784 0 149750 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 626944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3825
/proc/meminfo: memFree=30964088/32770624 swapFree=6244/339616
[pid=3713] ppid=3710 vsize=627604 CPUtime=1661.39 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1166827 0 0 0 166056 83 0 0 20 0 1 0 16485765 642666496 150673 33554432000 4194304 7402444 140729749483264 140729749477800 5324390 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 156901 150673 796 784 0 149915 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 627604

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 3826
/proc/meminfo: memFree=30963608/32770624 swapFree=6244/339656
[pid=3713] ppid=3710 vsize=628264 CPUtime=1721.36 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1168928 0 0 0 172053 83 0 0 20 0 1 0 16485765 643342336 150841 33554432000 4194304 7402444 140729749483264 140729749477800 5324450 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 157066 150841 796 784 0 150080 0
Current children cumulated CPU time (s) 1721.36
Current children cumulated vsize (KiB) 628264

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 3827
/proc/meminfo: memFree=30961064/32770624 swapFree=6244/339692
[pid=3713] ppid=3710 vsize=630780 CPUtime=1781.34 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1172132 0 0 0 178050 84 0 0 20 0 1 0 16485765 645918720 151461 33554432000 4194304 7402444 140729749483264 140729749477800 4394907 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 157695 151461 796 784 0 150709 0
Current children cumulated CPU time (s) 1781.34
Current children cumulated vsize (KiB) 630780

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 3828
/proc/meminfo: memFree=30960976/32770624 swapFree=6244/339724
[pid=3713] ppid=3710 vsize=630912 CPUtime=1841.31 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1174814 0 0 0 184047 84 0 0 20 0 1 0 16485765 646053888 151511 33554432000 4194304 7402444 140729749483264 140729749477800 4747338 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 157728 151511 796 784 0 150742 0
Current children cumulated CPU time (s) 1841.31
Current children cumulated vsize (KiB) 630912

[startup+1902.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 3829
/proc/meminfo: memFree=30960640/32770624 swapFree=6244/339756
[pid=3713] ppid=3710 vsize=631444 CPUtime=1901.28 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1177676 0 0 0 190044 84 0 0 20 0 1 0 16485765 646598656 151634 33554432000 4194304 7402444 140729749483264 140729749477800 4484665 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 157861 151634 796 784 0 150875 0
Current children cumulated CPU time (s) 1901.28
Current children cumulated vsize (KiB) 631444

[startup+1962.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 3830
/proc/meminfo: memFree=30960032/32770624 swapFree=6244/339788
[pid=3713] ppid=3710 vsize=631840 CPUtime=1961.26 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1180613 0 0 0 196041 85 0 0 20 0 1 0 16485765 647004160 151735 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 157960 151735 796 784 0 150974 0
Current children cumulated CPU time (s) 1961.26
Current children cumulated vsize (KiB) 631840

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 3831
/proc/meminfo: memFree=30959048/32770624 swapFree=6244/339828
[pid=3713] ppid=3710 vsize=632504 CPUtime=2021.23 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1182213 0 0 0 202038 85 0 0 20 0 1 0 16485765 647684096 151919 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 158126 151919 796 784 0 151140 0
Current children cumulated CPU time (s) 2021.23
Current children cumulated vsize (KiB) 632504

[startup+2082.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 3832
/proc/meminfo: memFree=30958172/32770624 swapFree=6244/339852
[pid=3713] ppid=3710 vsize=633568 CPUtime=2081.22 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1184147 0 0 0 208036 86 0 0 20 0 1 0 16485765 648773632 152139 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 158392 152139 796 784 0 151406 0
Current children cumulated CPU time (s) 2081.22
Current children cumulated vsize (KiB) 633568

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 3841
/proc/meminfo: memFree=30956680/32770624 swapFree=6244/339892
[pid=3713] ppid=3710 vsize=634496 CPUtime=2141.18 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1186225 0 0 0 214032 86 0 0 20 0 1 0 16485765 649723904 152394 33554432000 4194304 7402444 140729749483264 140729749477800 5324377 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 158624 152394 796 784 0 151638 0
Current children cumulated CPU time (s) 2141.18
Current children cumulated vsize (KiB) 634496

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 3842
/proc/meminfo: memFree=30956344/32770624 swapFree=6244/339928
[pid=3713] ppid=3710 vsize=634892 CPUtime=2201.16 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1188419 0 0 0 220030 86 0 0 20 0 1 0 16485765 650129408 152505 33554432000 4194304 7402444 140729749483264 140729749477800 5324450 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 158723 152505 796 784 0 151737 0
Current children cumulated CPU time (s) 2201.16
Current children cumulated vsize (KiB) 634892

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3843
/proc/meminfo: memFree=30955624/32770624 swapFree=6244/339956
[pid=3713] ppid=3710 vsize=635552 CPUtime=2261.14 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1190822 0 0 0 226027 87 0 0 20 0 1 0 16485765 650805248 152655 33554432000 4194304 7402444 140729749483264 140729749477800 4712981 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 158888 152655 796 784 0 151902 0
Current children cumulated CPU time (s) 2261.14
Current children cumulated vsize (KiB) 635552

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3844
/proc/meminfo: memFree=30955244/32770624 swapFree=6244/339996
[pid=3713] ppid=3710 vsize=636084 CPUtime=2321.11 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1193299 0 0 0 232024 87 0 0 20 0 1 0 16485765 651350016 152782 33554432000 4194304 7402444 140729749483264 140729749477800 4484558 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 159021 152782 796 784 0 152035 0
Current children cumulated CPU time (s) 2321.11
Current children cumulated vsize (KiB) 636084

[startup+2382.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 3845
/proc/meminfo: memFree=30954748/32770624 swapFree=6244/340024
[pid=3713] ppid=3710 vsize=636480 CPUtime=2381.08 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1195897 0 0 0 238021 87 0 0 20 0 1 0 16485765 651755520 152890 33554432000 4194304 7402444 140729749483264 140729749477800 5324390 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 159120 152890 796 784 0 152134 0
Current children cumulated CPU time (s) 2381.08
Current children cumulated vsize (KiB) 636480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 3845
/proc/meminfo: memFree=30954124/32770624 swapFree=6244/340028
[pid=3713] ppid=3710 vsize=636744 CPUtime=2400.08 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1196402 0 0 0 239921 87 0 0 20 0 1 0 16485765 652025856 152956 33554432000 4194304 7402444 140729749483264 140729749477800 4484763 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 159186 152956 796 784 0 152200 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 636744

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 3713 sig 9
??? kill -3713 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2401.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 3845
/proc/meminfo: memFree=30954124/32770624 swapFree=6244/340028
[pid=3713] ppid=3710 vsize=636744 CPUtime=2400.08 cores=0,2,4,6
/proc/3713/stat : 3713 (MistralXCSP) R 3710 3713 2213 0 -1 4202496 1196402 0 0 0 239921 87 0 0 20 0 1 0 16485765 652025856 152956 33554432000 4194304 7402444 140729749483264 140729749477800 4484763 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9500608 9505824 19116032 140729749484712 140729749484862 140729749484862 140729749487561 0
/proc/3713/statm: 159186 152956 796 784 0 152200 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 636744

Child status: 0
Real time (s): 2401.31
CPU time (s): 2400.09
CPU user time (s): 2399.21
CPU system time (s): 0.877597
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 636744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.21
system time used= 0.877597
maximum resident set size= 611916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1196430
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= 176
involuntary context switches= 122510

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70914 second user time and 11.0296 second system time

The end

Launcher Data

Begin job on node123 at 2017-07-21 12:14:44
IDJOB=4242338
IDBENCH=133921
IDSOLVER=2622
FILE ID=node123/4242338-1500632084
RUNJOBID= node123-1500623787-2244
PBS_JOBID= 20623010
Free space on /tmp= 62016 MiB

SOLVER NAME= Mistral-2.0 2017-06-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-4242338-1500632084/watcher-4242338-1500632084 -o /tmp/evaluation-result-4242338-1500632084/solver-4242338-1500632084 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500623787-2244 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1398780349 HOME/instance-4242338-1500632084.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=1398780349

node123.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.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.46
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		: 1600.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		: 1600.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.46
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		: 1600.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		: 1733.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.46
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		: 2133.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.46
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		: 1600.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:        30809028 kB
MemAvailable:   31240084 kB
Buffers:          157132 kB
Cached:           554620 kB
SwapCached:            0 kB
Active:          1194140 kB
Inactive:         347408 kB
Active(anon):     832316 kB
Inactive(anon):     8800 kB
Active(file):     361824 kB
Inactive(file):   338608 kB
Unevictable:        6244 kB
Mlocked:            6244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        839692 kB
Mapped:            33916 kB
Shmem:              8848 kB
Slab:             117764 kB
SReclaimable:      92916 kB
SUnreclaim:        24848 kB
KernelStack:        3376 kB
PageTables:         6360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1101660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62012 MiB
End job on node123 at 2017-07-21 12:54:45