Trace number 4261275

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

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
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 variables361
Number of constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c 280717
2519.60/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-4261275-1502339752/watcher-4261275-1502339752 -o /tmp/evaluation-result-4261275-1502339752/solver-4261275-1502339752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502333727-2687 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 589499140 HOME/instance-4261275-1502339752.xml 

pid=3399
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.07 2.01 2.01 3/182 3402
/proc/meminfo: memFree=31554424/32770624 swapFree=0/216516
[pid=3402] ppid=3399 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/3402/stat : 3402 (runsolver) D 3399 3402 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 36170860 24240128 106 18446744073709551615 4194304 4338465 140723333609936 140723333607576 139656645255895 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 7987200 140723333615757 140723333616202 140723333616202 140723333619658 0
/proc/3402/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.07 2.01 2.01 3/182 3402
/proc/meminfo: memFree=31554424/32770624 swapFree=0/216516
[pid=3402] ppid=3399 vsize=30320 CPUtime=0.02 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1408 0 0 0 2 0 0 0 20 0 1 0 36170860 31047680 1198 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685280 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1198 669 782 0 596 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30320

[startup+0.200271 s]
/proc/loadavg: 2.07 2.01 2.01 3/182 3402
/proc/meminfo: memFree=31554424/32770624 swapFree=0/216516
[pid=3402] ppid=3399 vsize=30320 CPUtime=0.12 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1410 0 0 0 12 0 0 0 20 0 1 0 36170860 31047680 1198 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4581576 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1198 669 782 0 596 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 30320

[startup+0.300246 s]
/proc/loadavg: 2.07 2.01 2.01 3/182 3402
/proc/meminfo: memFree=31554424/32770624 swapFree=0/216516
[pid=3402] ppid=3399 vsize=30320 CPUtime=0.22 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1410 0 0 0 22 0 0 0 20 0 1 0 36170860 31047680 1198 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5618809 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1198 669 782 0 596 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 30320

[startup+0.700223 s]
/proc/loadavg: 2.07 2.01 2.01 3/182 3402
/proc/meminfo: memFree=31554424/32770624 swapFree=0/216516
[pid=3402] ppid=3399 vsize=30320 CPUtime=0.62 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1410 0 0 0 62 0 0 0 20 0 1 0 36170860 31047680 1198 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5839276 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1198 669 782 0 596 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 30320

[startup+1.50022 s]
/proc/loadavg: 2.07 2.01 2.01 3/183 3403
/proc/meminfo: memFree=31551924/32770624 swapFree=0/216492
[pid=3402] ppid=3399 vsize=30320 CPUtime=1.42 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1410 0 0 0 142 0 0 0 20 0 1 0 36170860 31047680 1198 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686462 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1198 669 782 0 596 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 30320

[startup+3.1002 s]
/proc/loadavg: 2.07 2.01 2.01 3/183 3403
/proc/meminfo: memFree=31551596/32770624 swapFree=0/216492
[pid=3402] ppid=3399 vsize=30320 CPUtime=3.02 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 1785 0 0 0 302 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685144 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 30320

[startup+6.30022 s]
/proc/loadavg: 2.07 2.01 2.01 3/183 3404
/proc/meminfo: memFree=31551396/32770624 swapFree=0/216496
[pid=3402] ppid=3399 vsize=30320 CPUtime=6.22 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 2160 0 0 0 622 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4249744 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 30320

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 2.01 3/183 3404
/proc/meminfo: memFree=31551148/32770624 swapFree=0/216496
[pid=3402] ppid=3399 vsize=30320 CPUtime=12.61 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 2535 0 0 0 1261 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685280 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 30320

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.01 3/183 3404
/proc/meminfo: memFree=31551396/32770624 swapFree=0/216480
[pid=3402] ppid=3399 vsize=30320 CPUtime=25.41 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 3280 0 0 0 2541 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685829 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 30320

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.01 3/183 3404
/proc/meminfo: memFree=31551304/32770624 swapFree=0/216472
[pid=3402] ppid=3399 vsize=30320 CPUtime=51.01 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 3660 0 0 0 5101 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686123 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 30320

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/183 3406
/proc/meminfo: memFree=31551056/32770624 swapFree=0/216492
[pid=3402] ppid=3399 vsize=30320 CPUtime=102.2 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 4035 0 0 0 10220 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685174 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 30320

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/183 3408
/proc/meminfo: memFree=31551092/32770624 swapFree=0/216508
[pid=3402] ppid=3399 vsize=30320 CPUtime=162.19 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 4410 0 0 0 16219 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685043 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 30320

[startup+222.306 s]
/proc/loadavg: 2.06 2.03 2.02 3/181 3411
/proc/meminfo: memFree=31550372/32770624 swapFree=0/216528
[pid=3402] ppid=3399 vsize=30320 CPUtime=222.18 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 4785 0 0 0 22218 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686674 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 30320

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/181 3413
/proc/meminfo: memFree=31550992/32770624 swapFree=0/216540
[pid=3402] ppid=3399 vsize=30320 CPUtime=282.16 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 5160 0 0 0 28216 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4582449 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 30320

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/181 3415
/proc/meminfo: memFree=31550744/32770624 swapFree=0/216556
[pid=3402] ppid=3399 vsize=30320 CPUtime=342.15 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 5535 0 0 0 34215 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4581425 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 30320

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.02 3/181 3418
/proc/meminfo: memFree=31550948/32770624 swapFree=0/216560
[pid=3402] ppid=3399 vsize=30320 CPUtime=402.14 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 5905 0 0 0 40214 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686858 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 30320

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.02 3/181 3420
/proc/meminfo: memFree=31550704/32770624 swapFree=0/216576
[pid=3402] ppid=3399 vsize=30320 CPUtime=462.13 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 6280 0 0 0 46213 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5575220 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 30320

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/184 3436
/proc/meminfo: memFree=31547368/32770624 swapFree=0/216600
[pid=3402] ppid=3399 vsize=30320 CPUtime=522.12 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 6650 0 0 0 52212 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685889 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 30320

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/184 3438
/proc/meminfo: memFree=31546840/32770624 swapFree=0/216620
[pid=3402] ppid=3399 vsize=30320 CPUtime=582.11 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 7020 0 0 0 58211 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685180 0 0 1 16386 0 0 0 17 5 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 30320


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 3487
/proc/meminfo: memFree=31549464/32770624 swapFree=0/217076
[pid=3402] ppid=3399 vsize=30320 CPUtime=1601.94 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 13345 0 0 0 160194 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686099 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 30320

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.04 3/181 3489
/proc/meminfo: memFree=31549460/32770624 swapFree=0/217108
[pid=3402] ppid=3399 vsize=30320 CPUtime=1661.94 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 13715 0 0 0 166194 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4543886 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 30320

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.04 3/185 3506
/proc/meminfo: memFree=31544392/32770624 swapFree=0/217144
[pid=3402] ppid=3399 vsize=30320 CPUtime=1721.94 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 14085 0 0 0 172194 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685866 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 30320

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/185 3508
/proc/meminfo: memFree=31544244/32770624 swapFree=0/217180
[pid=3402] ppid=3399 vsize=30320 CPUtime=1781.93 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 14455 0 0 0 178193 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686370 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 30320

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/182 3510
/proc/meminfo: memFree=31548268/32770624 swapFree=0/217212
[pid=3402] ppid=3399 vsize=30320 CPUtime=1841.93 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 14830 0 0 0 184193 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686379 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1841.93
Current children cumulated vsize (KiB) 30320

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 3512
/proc/meminfo: memFree=31548532/32770624 swapFree=0/217240
[pid=3402] ppid=3399 vsize=30320 CPUtime=1901.93 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 15200 0 0 0 190193 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686445 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1901.93
Current children cumulated vsize (KiB) 30320

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 3514
/proc/meminfo: memFree=31548976/32770624 swapFree=0/217268
[pid=3402] ppid=3399 vsize=30320 CPUtime=1961.93 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 15570 0 0 0 196193 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685288 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 1961.93
Current children cumulated vsize (KiB) 30320

[startup+2022.3 s]
/proc/loadavg: 2.10 2.05 2.05 3/181 3517
/proc/meminfo: memFree=31548384/32770624 swapFree=0/217312
[pid=3402] ppid=3399 vsize=30320 CPUtime=2021.92 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 15929 0 0 0 202192 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685008 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2021.92
Current children cumulated vsize (KiB) 30320

[startup+2082.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 3519
/proc/meminfo: memFree=31548632/32770624 swapFree=0/217344
[pid=3402] ppid=3399 vsize=30320 CPUtime=2081.93 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 16300 0 0 0 208193 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685666 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2081.93
Current children cumulated vsize (KiB) 30320

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 3521
/proc/meminfo: memFree=31548684/32770624 swapFree=0/217356
[pid=3402] ppid=3399 vsize=30320 CPUtime=2141.92 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 16670 0 0 0 214192 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4543870 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2141.92
Current children cumulated vsize (KiB) 30320

[startup+2202.31 s]
/proc/loadavg: 2.16 2.06 2.06 3/181 3524
/proc/meminfo: memFree=31548808/32770624 swapFree=0/217356
[pid=3402] ppid=3399 vsize=30320 CPUtime=2201.92 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 17045 0 0 0 220192 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686704 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2201.92
Current children cumulated vsize (KiB) 30320

[startup+2262.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/181 3526
/proc/meminfo: memFree=31548560/32770624 swapFree=0/217368
[pid=3402] ppid=3399 vsize=30320 CPUtime=2261.92 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 17420 0 0 0 226192 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686386 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2261.92
Current children cumulated vsize (KiB) 30320

[startup+2322.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/184 3542
/proc/meminfo: memFree=31544868/32770624 swapFree=0/217404
[pid=3402] ppid=3399 vsize=30320 CPUtime=2321.91 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 17790 0 0 0 232191 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5575200 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2321.91
Current children cumulated vsize (KiB) 30320

[startup+2382.3 s]
/proc/loadavg: 1.93 2.02 2.04 3/185 3633
/proc/meminfo: memFree=31504436/32770624 swapFree=0/217280
[pid=3402] ppid=3399 vsize=30320 CPUtime=2381.91 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 18160 0 0 0 238191 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685759 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2381.91
Current children cumulated vsize (KiB) 30320

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 3635
/proc/meminfo: memFree=31503080/32770624 swapFree=0/217468
[pid=3402] ppid=3399 vsize=30320 CPUtime=2441.91 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 18535 0 0 0 244191 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 4404807 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2441.91
Current children cumulated vsize (KiB) 30320

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 3637
/proc/meminfo: memFree=31505700/32770624 swapFree=0/217500
[pid=3402] ppid=3399 vsize=30320 CPUtime=2501.91 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 18905 0 0 0 250191 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5685773 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2501.91
Current children cumulated vsize (KiB) 30320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 3637
/proc/meminfo: memFree=31505824/32770624 swapFree=0/217516
[pid=3402] ppid=3399 vsize=30320 CPUtime=2519.6 cores=1,3,5,7
/proc/3402/stat : 3402 (MistralXCSP) R 3399 3402 15981 0 -1 4202496 19265 0 0 0 251960 0 0 0 20 0 1 0 36170860 31047680 1251 18446744073709551615 4194304 7396336 140729735882656 140729735877048 5686462 0 0 1 16386 0 0 0 17 3 0 0 7 0 0 9496464 9501696 41250816 140729735889332 140729735889481 140729735889481 140729735892937 0
/proc/3402/statm: 7580 1251 676 782 0 596 0
Current children cumulated CPU time (s) 2519.6
Current children cumulated vsize (KiB) 30320

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 3402 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.61
CPU user time (s): 2519.61
CPU system time (s): 0.003999
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 30320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 0.003999
maximum resident set size= 5032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19304
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= 7
involuntary context switches= 1402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.97018 second user time and 9.06691 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-10 06:21:53
IDJOB=4261275
IDBENCH=115862
IDSOLVER=2649
FILE ID=node126/4261275-1502339752
RUNJOBID= node126-1502333727-2687
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.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-4261275-1502339752/watcher-4261275-1502339752 -o /tmp/evaluation-result-4261275-1502339752/solver-4261275-1502339752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502333727-2687 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 589499140 HOME/instance-4261275-1502339752.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=589499140

node126.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.81
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.81
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.81
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.81
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:        31554428 kB
MemAvailable:   31971652 kB
Buffers:          243452 kB
Cached:           448108 kB
SwapCached:          524 kB
Active:           474456 kB
Inactive:         287852 kB
Active(anon):      24656 kB
Inactive(anon):    71336 kB
Active(file):     449800 kB
Inactive(file):   216516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              5504 kB
Writeback:             0 kB
AnonPages:         86588 kB
Mapped:            39768 kB
Shmem:             25248 kB
Slab:             159268 kB
SReclaimable:     133484 kB
SUnreclaim:        25784 kB
KernelStack:        3504 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62020 MiB
End job on node126 at 2017-08-10 07:03:53