Trace number 4261670

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

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-28.xml
MD5SUMec4845efd826c884e0cb314c730a074b
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 variables1162
Number of constraints490
Number of domains2
Minimum domain size28
Maximum domain size378
Distribution of domain sizes[{"size":28,"count":784},{"size":378,"count":378}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":392},{"degree":4,"count":770}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":14},{"arity":2,"count":14},{"arity":3,"count":378},{"arity":14,"count":27},{"arity":28,"count":28},{"arity":54,"count":14},{"arity":56,"count":14},{"arity":378,"count":1}]
Number of extensional constraints378
Number of intensional constraints28
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":28},{"type":"allDifferent","count":29},{"type":"count","count":27},{"type":"cardinality","count":28}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c 280717
2519.87/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-4261670-1502382282/watcher-4261670-1502382282 -o /tmp/evaluation-result-4261670-1502382282/solver-4261670-1502382282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502334771-27115 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 986913207 HOME/instance-4261670-1502382282.xml 

pid=1787
running on 4 cores: 1,3,5,7

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.08 2.03 2.05 3/183 1790
/proc/meminfo: memFree=31275844/32770624 swapFree=0/374124
[pid=1790] ppid=1787 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1790/stat : 1790 (runsolver) D 1787 1790 6971 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 26568929 24240128 107 18446744073709551615 4194304 4338465 140726027723776 140726027721416 139653337805527 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 33120256 140726027726988 140726027727434 140726027727434 140726027730890 0
/proc/1790/statm: 5918 107 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.08 2.03 2.05 3/183 1790
/proc/meminfo: memFree=31275844/32770624 swapFree=0/374124
[pid=1790] ppid=1787 vsize=46680 CPUtime=0.02 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 5459 0 0 0 2 0 0 0 20 0 1 0 26568929 47800320 5290 18446744073709551615 4194304 7396336 140724488078512 140724488075512 140574007737317 0 0 1 0 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 11715 5290 640 782 0 4731 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 46680

[startup+0.200371 s]
/proc/loadavg: 2.08 2.03 2.05 3/183 1790
/proc/meminfo: memFree=31275844/32770624 swapFree=0/374124
[pid=1790] ppid=1787 vsize=112164 CPUtime=0.12 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 22174 0 0 0 10 2 0 0 20 0 1 0 26568929 114855936 21685 18446744073709551615 4194304 7396336 140724488078512 140724488075512 4566039 0 0 1 0 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 28041 21685 666 782 0 21057 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 112164

[startup+0.300363 s]
/proc/loadavg: 2.08 2.03 2.05 3/183 1790
/proc/meminfo: memFree=31275844/32770624 swapFree=0/374124
[pid=1790] ppid=1787 vsize=118856 CPUtime=0.22 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 23888 0 0 0 20 2 0 0 20 0 1 0 26568929 121708544 23335 18446744073709551615 4194304 7396336 140724488078512 140724488075512 4566048 0 0 1 0 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 29714 23335 666 782 0 22730 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 118856

[startup+0.700313 s]
/proc/loadavg: 2.08 2.03 2.05 3/183 1790
/proc/meminfo: memFree=31275844/32770624 swapFree=0/374124
[pid=1790] ppid=1787 vsize=139852 CPUtime=0.62 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 28954 0 0 0 59 3 0 0 20 0 1 0 26568929 143208448 28642 18446744073709551615 4194304 7396336 140724488078512 140724488068328 4566039 0 0 1 0 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 34963 28642 730 782 0 27979 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 139852

[startup+1.50024 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 1791
/proc/meminfo: memFree=31153240/32770624 swapFree=0/374140
[pid=1790] ppid=1787 vsize=160356 CPUtime=1.42 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 34202 0 0 0 138 4 0 0 20 0 1 0 26568929 164204544 33756 18446744073709551615 4194304 7396336 140724488078512 140724488068408 4566053 0 0 1 0 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 40089 33756 750 782 0 33105 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 160356

[startup+3.10033 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 1791
/proc/meminfo: memFree=31106172/32770624 swapFree=0/374140
[pid=1790] ppid=1787 vsize=244924 CPUtime=3.02 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 72462 0 0 0 295 7 0 0 20 0 1 0 26568929 250802176 55010 18446744073709551615 4194304 7396336 140724488078512 140724488073144 4406701 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 61231 55010 790 782 0 54247 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 244924

[startup+6.30032 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 1791
/proc/meminfo: memFree=31034648/32770624 swapFree=0/374152
[pid=1790] ppid=1787 vsize=269648 CPUtime=6.23 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 111701 0 0 0 613 10 0 0 20 0 1 0 26568929 276119552 61152 18446744073709551615 4194304 7396336 140724488078512 140724488072968 5572051 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 67412 61152 790 782 0 60428 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 269648

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/184 1792
/proc/meminfo: memFree=31030556/32770624 swapFree=0/374156
[pid=1790] ppid=1787 vsize=272424 CPUtime=12.63 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 148280 0 0 0 1251 12 0 0 20 0 1 0 26568929 278962176 61845 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4253024 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 68106 61845 790 782 0 61122 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 272424

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 1792
/proc/meminfo: memFree=31029464/32770624 swapFree=0/374156
[pid=1790] ppid=1787 vsize=273216 CPUtime=25.42 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 221183 0 0 0 2528 14 0 0 20 0 1 0 26568929 279773184 62059 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792027 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 68304 62059 790 782 0 61320 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 273216

[startup+51.1004 s]
/proc/loadavg: 2.16 2.06 2.06 3/197 1946
/proc/meminfo: memFree=30634388/32770624 swapFree=0/373804
[pid=1790] ppid=1787 vsize=273876 CPUtime=51.01 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 255898 0 0 0 5085 16 0 0 20 0 1 0 26568929 280449024 62227 18446744073709551615 4194304 7396336 140724488078512 140724488073080 5162969 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 68469 62227 790 782 0 61485 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 273876

[startup+102.3 s]
/proc/loadavg: 2.14 2.08 2.06 3/181 2793
/proc/meminfo: memFree=31111920/32770624 swapFree=0/372960
[pid=1790] ppid=1787 vsize=274668 CPUtime=102.18 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 283880 0 0 0 10201 17 0 0 20 0 1 0 26568929 281260032 62423 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5162982 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 68667 62423 790 782 0 61683 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 274668

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/181 2795
/proc/meminfo: memFree=30574040/32770624 swapFree=0/372988
[pid=1790] ppid=1787 vsize=275856 CPUtime=162.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 299555 0 0 0 16198 18 0 0 20 0 1 0 26568929 282476544 62741 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4246600 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 68964 62741 790 782 0 61980 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 275856

[startup+222.306 s]
/proc/loadavg: 2.02 2.05 2.05 3/181 2857
/proc/meminfo: memFree=28987364/32770624 swapFree=0/372848
[pid=1790] ppid=1787 vsize=276912 CPUtime=222.18 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 301652 0 0 0 22199 19 0 0 20 0 1 0 26568929 283557888 62957 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4252880 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 69228 62957 790 782 0 62244 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 276912

[startup+282.3 s]
/proc/loadavg: 2.08 2.07 2.06 3/181 2859
/proc/meminfo: memFree=28986744/32770624 swapFree=0/372876
[pid=1790] ppid=1787 vsize=277440 CPUtime=282.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 303840 0 0 0 28197 19 0 0 20 0 1 0 26568929 284098560 63089 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4543814 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 69360 63089 790 782 0 62376 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 277440

[startup+342.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/181 3412
/proc/meminfo: memFree=31093152/32770624 swapFree=0/373064
[pid=1790] ppid=1787 vsize=278496 CPUtime=342.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 306294 0 0 0 34197 20 0 0 20 0 1 0 26568929 285179904 63378 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792027 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 69624 63378 790 782 0 62640 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 278496

[startup+402.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/182 3415
/proc/meminfo: memFree=31091972/32770624 swapFree=0/373080
[pid=1790] ppid=1787 vsize=279288 CPUtime=402.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 308965 0 0 0 40196 20 0 0 20 0 1 0 26568929 285990912 63552 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792027 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 69822 63552 790 782 0 62838 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 279288

[startup+462.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/182 3417
/proc/meminfo: memFree=31090720/32770624 swapFree=0/373104
[pid=1790] ppid=1787 vsize=280080 CPUtime=462.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 311816 0 0 0 46195 21 0 0 20 0 1 0 26568929 286801920 63760 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5163042 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 70020 63760 790 782 0 63036 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 280080

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 3419
/proc/meminfo: memFree=31088804/32770624 swapFree=0/373120
[pid=1790] ppid=1787 vsize=280212 CPUtime=522.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 313628 0 0 0 52195 21 0 0 20 0 1 0 26568929 286937088 63826 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4406471 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 70053 63826 790 782 0 63069 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 280212

[startup+582.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/186 3436
/proc/meminfo: memFree=31084964/32770624 swapFree=0/373160
[pid=1790] ppid=1787 vsize=280872 CPUtime=582.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 315614 0 0 0 58195 22 0 0 20 0 1 0 26568929 287612928 63961 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5162969 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 70218 63961 790 782 0 63234 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 280872


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 3486
/proc/meminfo: memFree=31075236/32770624 swapFree=0/373516
[pid=1790] ppid=1787 vsize=295668 CPUtime=1602.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 360553 0 0 0 160189 27 0 0 20 0 1 0 26568929 302764032 67681 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792030 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 73917 67681 790 782 0 66933 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 295668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 3488
/proc/meminfo: memFree=31075096/32770624 swapFree=0/373540
[pid=1790] ppid=1787 vsize=295800 CPUtime=1662.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 363247 0 0 0 166189 27 0 0 20 0 1 0 26568929 302899200 67723 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5685354 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 73950 67723 790 782 0 66966 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 295800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3490
/proc/meminfo: memFree=31074976/32770624 swapFree=0/373572
[pid=1790] ppid=1787 vsize=296196 CPUtime=1722.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 366030 0 0 0 172189 28 0 0 20 0 1 0 26568929 303304704 67799 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5685180 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74049 67799 790 782 0 67065 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 296196

[startup+1782.3 s]
/proc/loadavg: 2.15 2.05 2.06 3/184 3506
/proc/meminfo: memFree=31068900/32770624 swapFree=0/373604
[pid=1790] ppid=1787 vsize=296328 CPUtime=1782.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 367840 0 0 0 178188 28 0 0 20 0 1 0 26568929 303439872 67860 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4249442 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74082 67860 790 782 0 67098 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 296328

[startup+1842.3 s]
/proc/loadavg: 2.21 2.07 2.06 3/184 3508
/proc/meminfo: memFree=31069080/32770624 swapFree=0/373652
[pid=1790] ppid=1787 vsize=296724 CPUtime=1842.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 369731 0 0 0 184188 28 0 0 20 0 1 0 26568929 303845376 67937 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5162969 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74181 67937 790 782 0 67197 0
Current children cumulated CPU time (s) 1842.16
Current children cumulated vsize (KiB) 296724

[startup+1902.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/181 3510
/proc/meminfo: memFree=31072356/32770624 swapFree=0/373676
[pid=1790] ppid=1787 vsize=296988 CPUtime=1902.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 371692 0 0 0 190188 28 0 0 20 0 1 0 26568929 304115712 67993 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792180 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74247 67993 790 782 0 67263 0
Current children cumulated CPU time (s) 1902.16
Current children cumulated vsize (KiB) 296988

[startup+1962.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/181 3512
/proc/meminfo: memFree=31072480/32770624 swapFree=0/373712
[pid=1790] ppid=1787 vsize=297120 CPUtime=1962.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 373706 0 0 0 196188 28 0 0 20 0 1 0 26568929 304250880 68065 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4257799 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74280 68065 790 782 0 67296 0
Current children cumulated CPU time (s) 1962.16
Current children cumulated vsize (KiB) 297120

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 3514
/proc/meminfo: memFree=31072232/32770624 swapFree=0/373744
[pid=1790] ppid=1787 vsize=297516 CPUtime=2022.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 375861 0 0 0 202188 29 0 0 20 0 1 0 26568929 304656384 68154 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5706257 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74379 68154 790 782 0 67395 0
Current children cumulated CPU time (s) 2022.17
Current children cumulated vsize (KiB) 297516

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 3516
/proc/meminfo: memFree=31071876/32770624 swapFree=0/373776
[pid=1790] ppid=1787 vsize=297516 CPUtime=2082.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 377235 0 0 0 208188 29 0 0 20 0 1 0 26568929 304656384 68163 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5685793 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74379 68163 790 782 0 67395 0
Current children cumulated CPU time (s) 2082.17
Current children cumulated vsize (KiB) 297516

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 3518
/proc/meminfo: memFree=31072248/32770624 swapFree=0/373788
[pid=1790] ppid=1787 vsize=297516 CPUtime=2142.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 378638 0 0 0 214187 29 0 0 20 0 1 0 26568929 304656384 68165 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5792027 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74379 68165 790 782 0 67395 0
Current children cumulated CPU time (s) 2142.16
Current children cumulated vsize (KiB) 297516

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 3520
/proc/meminfo: memFree=31071936/32770624 swapFree=0/373816
[pid=1790] ppid=1787 vsize=297780 CPUtime=2202.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 380425 0 0 0 220188 29 0 0 20 0 1 0 26568929 304926720 68229 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5685174 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74445 68229 790 782 0 67461 0
Current children cumulated CPU time (s) 2202.17
Current children cumulated vsize (KiB) 297780

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 3522
/proc/meminfo: memFree=31071936/32770624 swapFree=0/373848
[pid=1790] ppid=1787 vsize=298044 CPUtime=2262.17 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 382170 0 0 0 226187 30 0 0 20 0 1 0 26568929 305197056 68294 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4253026 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74511 68294 790 782 0 67527 0
Current children cumulated CPU time (s) 2262.17
Current children cumulated vsize (KiB) 298044

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3524
/proc/meminfo: memFree=31071904/32770624 swapFree=0/373872
[pid=1790] ppid=1787 vsize=298440 CPUtime=2322.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 383989 0 0 0 232186 30 0 0 20 0 1 0 26568929 305602560 68390 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5685826 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74610 68390 790 782 0 67626 0
Current children cumulated CPU time (s) 2322.16
Current children cumulated vsize (KiB) 298440

[startup+2382.3 s]
/proc/loadavg: 2.18 2.06 2.06 3/184 3540
/proc/meminfo: memFree=31066988/32770624 swapFree=0/373924
[pid=1790] ppid=1787 vsize=298704 CPUtime=2382.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 385865 0 0 0 238186 30 0 0 20 0 1 0 26568929 305872896 68429 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5629730 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74676 68429 790 782 0 67692 0
Current children cumulated CPU time (s) 2382.16
Current children cumulated vsize (KiB) 298704

[startup+2442.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/184 3542
/proc/meminfo: memFree=31066548/32770624 swapFree=0/373956
[pid=1790] ppid=1787 vsize=298836 CPUtime=2442.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 387767 0 0 0 244186 30 0 0 20 0 1 0 26568929 306008064 68475 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4547368 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74709 68475 790 782 0 67725 0
Current children cumulated CPU time (s) 2442.16
Current children cumulated vsize (KiB) 298836

[startup+2502.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 3544
/proc/meminfo: memFree=31069836/32770624 swapFree=0/373988
[pid=1790] ppid=1787 vsize=298968 CPUtime=2502.16 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 389721 0 0 0 250186 30 0 0 20 0 1 0 26568929 306143232 68515 18446744073709551615 4194304 7396336 140724488078512 140724488073048 4582268 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74742 68515 790 782 0 67758 0
Current children cumulated CPU time (s) 2502.16
Current children cumulated vsize (KiB) 298968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 3544
/proc/meminfo: memFree=31069836/32770624 swapFree=0/373988
[pid=1790] ppid=1787 vsize=299100 CPUtime=2519.87 cores=1,3,5,7
/proc/1790/stat : 1790 (MistralXCSP) R 1787 1790 6971 0 -1 4202496 390897 0 0 0 251956 31 0 0 20 0 1 0 26568929 306278400 68551 18446744073709551615 4194304 7396336 140724488078512 140724488073048 5839491 0 0 1 16386 0 0 0 17 3 0 0 6 0 0 9496464 9501696 23453696 140724488081844 140724488081993 140724488081993 140724488085449 0
/proc/1790/statm: 74775 68551 790 782 0 67791 0
Current children cumulated CPU time (s) 2519.87
Current children cumulated vsize (KiB) 299100

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 1790 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.88
CPU user time (s): 2519.56
CPU system time (s): 0.312998
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 299100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.56
system time used= 0.312998
maximum resident set size= 274224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390924
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= 96
involuntary context switches= 1389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72468 second user time and 12.5749 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-10 18:10:27
IDJOB=4261670
IDBENCH=133924
IDSOLVER=2649
FILE ID=node124/4261670-1502382282
RUNJOBID= node124-1502334771-27115
PBS_JOBID= 
Free space on /tmp= 62024 MiB

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

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

MD5SUM BENCH= ec4845efd826c884e0cb314c730a074b
RANDOM SEED=986913207

node124.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.51
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.51
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.51
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.51
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:        31276152 kB
MemAvailable:   31588228 kB
Buffers:          174928 kB
Cached:           426008 kB
SwapCached:            0 kB
Active:           692604 kB
Inactive:         390892 kB
Active(anon):     482524 kB
Inactive(anon):    16768 kB
Active(file):     210080 kB
Inactive(file):   374124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5972 kB
Writeback:             4 kB
AnonPages:        481888 kB
Mapped:            38248 kB
Shmem:             17128 kB
Slab:             112352 kB
SReclaimable:      87412 kB
SUnreclaim:        24940 kB
KernelStack:        3264 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     740676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62020 MiB
End job on node124 at 2017-08-10 18:52:27