Trace number 4261797

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2017-07-28? (TO) 2519.96 2520

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
Bench CategoryCOP (optimization 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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c 280717
2519.94/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-4261797-1502338148/watcher-4261797-1502338148 -o /tmp/evaluation-result-4261797-1502338148/solver-4261797-1502338148 -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 1413361848 HOME/instance-4261797-1502338148.xml 

pid=27429
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.02 2/181 27432
/proc/meminfo: memFree=31738068/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (runsolver) D 27429 27432 6971 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 22155536 24240128 106 18446744073709551615 4194304 4338465 140732211448128 140732211445768 139688847934167 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16760832 140732211454091 140732211454538 140732211454538 140732211457994 0
/proc/27432/statm: 5918 106 53 36 0 2156 0

[startup+0.100769 s]
/proc/loadavg: 2.08 2.03 2.02 2/181 27432
/proc/meminfo: memFree=31738068/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=30036 CPUtime=0.01 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 1355 0 0 0 1 0 0 0 20 0 1 0 22155536 30756864 1132 18446744073709551615 4194304 7396336 140732180272320 140732180262096 6036730 0 0 1 0 0 0 0 17 7 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 7509 1132 650 782 0 525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30036

[startup+0.200771 s]
/proc/loadavg: 2.08 2.03 2.02 2/181 27432
/proc/meminfo: memFree=31738068/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=50556 CPUtime=0.11 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 6523 0 0 0 10 1 0 0 20 0 1 0 22155536 51769344 6351 18446744073709551615 4194304 7396336 140732180272320 140732180262984 140621938864480 0 0 1 0 0 0 0 17 7 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 12639 6351 736 782 0 5655 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 50556

[startup+0.300769 s]
/proc/loadavg: 2.08 2.03 2.02 2/181 27432
/proc/meminfo: memFree=31738068/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=50680 CPUtime=0.21 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 6547 0 0 0 20 1 0 0 20 0 1 0 22155536 51896320 6382 18446744073709551615 4194304 7396336 140732180272320 140732180263288 140621933434246 0 0 1 0 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 12670 6382 736 782 0 5686 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 50680

[startup+0.700231 s]
/proc/loadavg: 2.08 2.03 2.02 2/181 27432
/proc/meminfo: memFree=31738068/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=60516 CPUtime=0.61 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 9140 0 0 0 60 1 0 0 20 0 1 0 22155536 61968384 8871 18446744073709551615 4194304 7396336 140732180272320 140732180263288 5165796 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 15129 8871 787 782 0 8145 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 60516

[startup+1.5002 s]
/proc/loadavg: 2.08 2.03 2.02 3/182 27433
/proc/meminfo: memFree=31696564/32770624 swapFree=0/357644
[pid=27432] ppid=27429 vsize=64080 CPUtime=1.41 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 10038 0 0 0 140 1 0 0 20 0 1 0 22155536 65617920 9795 18446744073709551615 4194304 7396336 140732180272320 140732180266568 4407940 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16020 9795 788 782 0 9036 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 64080

[startup+3.10018 s]
/proc/loadavg: 2.08 2.03 2.02 3/182 27433
/proc/meminfo: memFree=31693588/32770624 swapFree=0/357644
[pid=27432] ppid=27429 vsize=64344 CPUtime=3.01 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 13482 0 0 0 300 1 0 0 20 0 1 0 22155536 65888256 9848 18446744073709551615 4194304 7396336 140732180272320 140732180266472 4246639 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16086 9848 788 782 0 9102 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 64344

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 2.02 3/182 27433
/proc/meminfo: memFree=31692712/32770624 swapFree=0/357648
[pid=27432] ppid=27429 vsize=64476 CPUtime=6.21 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 17363 0 0 0 620 1 0 0 20 0 1 0 22155536 66023424 9889 18446744073709551615 4194304 7396336 140732180272320 140732180266744 4581684 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16119 9889 788 782 0 9135 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 64476

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27434
/proc/meminfo: memFree=31692360/32770624 swapFree=0/357656
[pid=27432] ppid=27429 vsize=64476 CPUtime=12.61 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 21285 0 0 0 1259 2 0 0 20 0 1 0 22155536 66023424 9909 18446744073709551615 4194304 7396336 140732180272320 140732180266744 4387766 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16119 9909 788 782 0 9135 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 64476

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27434
/proc/meminfo: memFree=31691988/32770624 swapFree=0/357648
[pid=27432] ppid=27429 vsize=64608 CPUtime=25.41 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 28284 0 0 0 2539 2 0 0 20 0 1 0 22155536 66158592 9925 18446744073709551615 4194304 7396336 140732180272320 140732180266792 4257799 0 0 1 16386 0 0 0 17 1 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16152 9925 788 782 0 9168 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 64608

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27435
/proc/meminfo: memFree=31690316/32770624 swapFree=0/357644
[pid=27432] ppid=27429 vsize=64608 CPUtime=51 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 32602 0 0 0 5098 2 0 0 20 0 1 0 22155536 66158592 9940 18446744073709551615 4194304 7396336 140732180272320 140732180266792 5165805 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16152 9940 788 782 0 9168 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 64608

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27436
/proc/meminfo: memFree=31690712/32770624 swapFree=0/357652
[pid=27432] ppid=27429 vsize=64740 CPUtime=102.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 33379 0 0 0 10218 2 0 0 20 0 1 0 22155536 66293760 9974 18446744073709551615 4194304 7396336 140732180272320 140732180266744 5165805 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16185 9974 788 782 0 9201 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 64740

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27438
/proc/meminfo: memFree=31692180/32770624 swapFree=0/357656
[pid=27432] ppid=27429 vsize=65004 CPUtime=162.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 34186 0 0 0 16218 2 0 0 20 0 1 0 22155536 66564096 9984 18446744073709551615 4194304 7396336 140732180272320 140732180266568 4253003 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16251 9984 788 782 0 9267 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 65004

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27441
/proc/meminfo: memFree=31691828/32770624 swapFree=0/357660
[pid=27432] ppid=27429 vsize=65136 CPUtime=222.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 34988 0 0 0 22218 2 0 0 20 0 1 0 22155536 66699264 10063 18446744073709551615 4194304 7396336 140732180272320 140732180266568 4543790 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16284 10063 788 782 0 9300 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 65136

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 27443
/proc/meminfo: memFree=31691480/32770624 swapFree=0/357684
[pid=27432] ppid=27429 vsize=65268 CPUtime=282.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 35314 0 0 0 28218 2 0 0 20 0 1 0 22155536 66834432 10080 18446744073709551615 4194304 7396336 140732180272320 140732180266568 5165771 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16317 10080 788 782 0 9333 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 65268

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/185 27460
/proc/meminfo: memFree=31687288/32770624 swapFree=0/357736
[pid=27432] ppid=27429 vsize=65268 CPUtime=342.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 35646 0 0 0 34218 2 0 0 20 0 1 0 22155536 66834432 10106 18446744073709551615 4194304 7396336 140732180272320 140732180266568 5165763 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16317 10106 788 782 0 9333 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65268

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/186 27487
/proc/meminfo: memFree=31685096/32770624 swapFree=0/357788
[pid=27432] ppid=27429 vsize=65268 CPUtime=402.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 35977 0 0 0 40218 2 0 0 20 0 1 0 22155536 66834432 10109 18446744073709551615 4194304 7396336 140732180272320 140732180266568 4407068 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16317 10109 788 782 0 9333 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 65268

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/186 27489
/proc/meminfo: memFree=31685728/32770624 swapFree=0/357812
[pid=27432] ppid=27429 vsize=65268 CPUtime=462.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 36303 0 0 0 46218 2 0 0 20 0 1 0 22155536 66834432 10109 18446744073709551615 4194304 7396336 140732180272320 140732180266568 4257837 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16317 10109 788 782 0 9333 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 65268

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 27491
/proc/meminfo: memFree=31690396/32770624 swapFree=0/357824
[pid=27432] ppid=27429 vsize=65400 CPUtime=522.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 36648 0 0 0 52218 2 0 0 20 0 1 0 22155536 66969600 10114 18446744073709551615 4194304 7396336 140732180272320 140732180266776 4406460 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16350 10114 788 782 0 9366 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 65400

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 27493
/proc/meminfo: memFree=31690024/32770624 swapFree=0/357836
[pid=27432] ppid=27429 vsize=65400 CPUtime=582.2 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 37011 0 0 0 58218 2 0 0 20 0 1 0 22155536 66969600 10121 18446744073709551615 4194304 7396336 140732180272320 140732180266776 5616147 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16350 10121 788 782 0 9366 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 65400


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 27556
/proc/meminfo: memFree=31686808/32770624 swapFree=0/358104
[pid=27432] ppid=27429 vsize=65532 CPUtime=1602.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 43345 0 0 0 160221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 5615730 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 65532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 27558
/proc/meminfo: memFree=31689624/32770624 swapFree=0/358108
[pid=27432] ppid=27429 vsize=65532 CPUtime=1662.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 43587 0 0 0 166221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 5609011 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 65532

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/181 27560
/proc/meminfo: memFree=31689632/32770624 swapFree=0/358124
[pid=27432] ppid=27429 vsize=65532 CPUtime=1722.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 43881 0 0 0 172221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4246632 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 65532

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 27562
/proc/meminfo: memFree=31689384/32770624 swapFree=0/358144
[pid=27432] ppid=27429 vsize=65532 CPUtime=1782.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 44095 0 0 0 178221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4406492 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1782.23
Current children cumulated vsize (KiB) 65532

[startup+1842.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 27565
/proc/meminfo: memFree=31689340/32770624 swapFree=0/358168
[pid=27432] ppid=27429 vsize=65532 CPUtime=1842.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 44467 0 0 0 184221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4246602 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1842.23
Current children cumulated vsize (KiB) 65532

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 27567
/proc/meminfo: memFree=31689712/32770624 swapFree=0/358168
[pid=27432] ppid=27429 vsize=65532 CPUtime=1902.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 44842 0 0 0 190221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 5165805 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1902.23
Current children cumulated vsize (KiB) 65532

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 27569
/proc/meminfo: memFree=31689836/32770624 swapFree=0/358176
[pid=27432] ppid=27429 vsize=65532 CPUtime=1962.23 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 45214 0 0 0 196221 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4543902 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 1962.23
Current children cumulated vsize (KiB) 65532

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 27572
/proc/meminfo: memFree=31690332/32770624 swapFree=0/358196
[pid=27432] ppid=27429 vsize=65532 CPUtime=2022.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 45584 0 0 0 202222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4320622 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 65532

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 27574
/proc/meminfo: memFree=31690316/32770624 swapFree=0/358208
[pid=27432] ppid=27429 vsize=65532 CPUtime=2082.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 45957 0 0 0 208222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4388320 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2082.24
Current children cumulated vsize (KiB) 65532

[startup+2142.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/184 27590
/proc/meminfo: memFree=31686188/32770624 swapFree=0/358252
[pid=27432] ppid=27429 vsize=65532 CPUtime=2142.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 46327 0 0 0 214222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4406973 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2142.24
Current children cumulated vsize (KiB) 65532

[startup+2202.31 s]
/proc/loadavg: 2.04 2.04 2.05 3/184 27592
/proc/meminfo: memFree=31686564/32770624 swapFree=0/358284
[pid=27432] ppid=27429 vsize=65532 CPUtime=2202.25 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 46696 0 0 0 220223 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4252536 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2202.25
Current children cumulated vsize (KiB) 65532

[startup+2262.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 27594
/proc/meminfo: memFree=31690300/32770624 swapFree=0/358304
[pid=27432] ppid=27429 vsize=65532 CPUtime=2262.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 47066 0 0 0 226222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4320622 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2262.24
Current children cumulated vsize (KiB) 65532

[startup+2322.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/181 27596
/proc/meminfo: memFree=31690272/32770624 swapFree=0/358320
[pid=27432] ppid=27429 vsize=65532 CPUtime=2322.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 47436 0 0 0 232222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 5839287 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2322.24
Current children cumulated vsize (KiB) 65532

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 27598
/proc/meminfo: memFree=31690148/32770624 swapFree=0/358356
[pid=27432] ppid=27429 vsize=65532 CPUtime=2382.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 47817 0 0 0 238222 2 0 0 20 0 1 0 22155536 67104768 10154 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4249440 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10154 788 782 0 9399 0
Current children cumulated CPU time (s) 2382.24
Current children cumulated vsize (KiB) 65532

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 27600
/proc/meminfo: memFree=31689652/32770624 swapFree=0/358372
[pid=27432] ppid=27429 vsize=65532 CPUtime=2442.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 48186 0 0 0 244222 2 0 0 20 0 1 0 22155536 67104768 10155 18446744073709551615 4194304 7396336 140732180272320 140732180266872 140621932738304 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10155 788 782 0 9399 0
Current children cumulated CPU time (s) 2442.24
Current children cumulated vsize (KiB) 65532

[startup+2502.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 27602
/proc/meminfo: memFree=31689652/32770624 swapFree=0/358396
[pid=27432] ppid=27429 vsize=65532 CPUtime=2502.24 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 48564 0 0 0 250222 2 0 0 20 0 1 0 22155536 67104768 10155 18446744073709551615 4194304 7396336 140732180272320 140732180266872 5608763 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10155 788 782 0 9399 0
Current children cumulated CPU time (s) 2502.24
Current children cumulated vsize (KiB) 65532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 27603
/proc/meminfo: memFree=31689652/32770624 swapFree=0/358400
[pid=27432] ppid=27429 vsize=65532 CPUtime=2519.94 cores=1,3,5,7
/proc/27432/stat : 27432 (MistralXCSP) R 27429 27432 6971 0 -1 4202496 48890 0 0 0 251992 2 0 0 20 0 1 0 22155536 67104768 10155 18446744073709551615 4194304 7396336 140732180272320 140732180266872 4249767 0 0 1 16386 0 0 0 17 5 0 0 8 0 0 9496464 9501696 22298624 140732180279731 140732180279881 140732180279881 140732180283337 0
/proc/27432/statm: 16383 10155 788 782 0 9399 0
Current children cumulated CPU time (s) 2519.94
Current children cumulated vsize (KiB) 65532

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 27432 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.96
CPU user time (s): 2519.93
CPU system time (s): 0.03
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 65532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.93
system time used= 0.03
maximum resident set size= 40640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48926
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= 22
involuntary context switches= 721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87624 second user time and 8.94667 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-10 05:54:53
IDJOB=4261797
IDBENCH=115819
IDSOLVER=2649
FILE ID=node124/4261797-1502338148
RUNJOBID= node124-1502334771-27115
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.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-4261797-1502338148/watcher-4261797-1502338148 -o /tmp/evaluation-result-4261797-1502338148/solver-4261797-1502338148 -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 1413361848 HOME/instance-4261797-1502338148.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=1413361848

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:        31738072 kB
MemAvailable:   32021156 kB
Buffers:          163576 kB
Cached:           409324 kB
SwapCached:            0 kB
Active:           250000 kB
Inactive:         374420 kB
Active(anon):      51940 kB
Inactive(anon):    16768 kB
Active(file):     198060 kB
Inactive(file):   357652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11480 kB
Writeback:             0 kB
AnonPages:         51200 kB
Mapped:            34416 kB
Shmem:             17128 kB
Slab:             111308 kB
SReclaimable:      86412 kB
SUnreclaim:        24896 kB
KernelStack:        3104 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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 06:36:53