Trace number 4242772

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

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.09/2401.20	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-4242772-1500660387/watcher-4242772-1500660387 -o /tmp/evaluation-result-4242772-1500660387/solver-4242772-1500660387 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500648172-9859 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1302660220 HOME/instance-4242772-1500660387.xml 

pid=11359
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11362
/proc/meminfo: memFree=31787592/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=29464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 1144 0 0 0 0 0 0 0 20 0 1 0 1303547 30171136 935 33554432000 4194304 7402444 140737235664272 140737235655912 140421072038885 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 7366 935 620 784 0 380 0

[startup+0.10015 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11362
/proc/meminfo: memFree=31787592/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=34556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 2788 0 0 0 9 0 0 0 20 0 1 0 1303547 35385344 2062 33554432000 4194304 7402444 140737235664272 140737235655144 140421072038885 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 8639 2062 663 784 0 1653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34556

[startup+0.200369 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11362
/proc/meminfo: memFree=31787592/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=47436 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 6011 0 0 0 18 1 0 0 20 0 1 0 1303547 48574464 5296 33554432000 4194304 7402444 140737235664272 140737235655144 140421072038885 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 11859 5296 663 784 0 4873 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47436

[startup+0.300318 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11362
/proc/meminfo: memFree=31787592/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=62792 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 9851 0 0 0 28 1 0 0 20 0 1 0 1303547 64299008 9124 33554432000 4194304 7402444 140737235664272 140737235655144 4483124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 15698 9124 663 784 0 8712 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62792

[startup+0.700312 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11362
/proc/meminfo: memFree=31787592/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=121012 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 24391 0 0 0 66 3 0 0 20 0 1 0 1303547 123916288 23710 33554432000 4194304 7402444 140737235664272 140737235655144 5754793 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 30253 23710 663 784 0 23267 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121012

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11363
/proc/meminfo: memFree=31636220/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=220488 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 48769 0 0 0 144 5 0 0 20 0 1 0 1303547 225779712 48572 33554432000 4194304 7402444 140737235664272 140737235655032 140421072038885 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 55122 48572 679 784 0 48136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 220488

[startup+3.10024 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11363
/proc/meminfo: memFree=31574440/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=255164 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 59392 0 0 0 303 6 0 0 20 0 1 0 1303547 261287936 57236 33554432000 4194304 7402444 140737235664272 140737235655032 4731487 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 63791 57236 679 784 0 56805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 255164

[startup+6.3003 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11363
/proc/meminfo: memFree=31528752/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=290216 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 109251 0 0 0 619 10 0 0 20 0 1 0 1303547 297181184 66174 33554432000 4194304 7402444 140737235664272 140737235658808 5327204 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 72554 66174 770 784 0 65568 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290216

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11363
/proc/meminfo: memFree=31506824/32770624 swapFree=5960/191224
[pid=11362] ppid=11359 vsize=304552 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 150985 0 0 0 1257 12 0 0 20 0 1 0 1303547 311861248 69827 33554432000 4194304 7402444 140737235664272 140737235658808 4484558 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 76138 69827 770 784 0 69152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304552

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11363
/proc/meminfo: memFree=31503288/32770624 swapFree=5960/191512
[pid=11362] ppid=11359 vsize=307160 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 193067 0 0 0 2534 14 0 0 20 0 1 0 1303547 314531840 70435 33554432000 4194304 7402444 140737235664272 140737235658808 4484602 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 76790 70435 770 784 0 69804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 307160

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11363
/proc/meminfo: memFree=31500308/32770624 swapFree=5960/191512
[pid=11362] ppid=11359 vsize=309008 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 236361 0 0 0 5090 16 0 0 20 0 1 0 1303547 316424192 70940 33554432000 4194304 7402444 140737235664272 140737235658808 4747338 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 77252 70940 770 784 0 70266 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309008

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11364
/proc/meminfo: memFree=31496816/32770624 swapFree=5960/191552
[pid=11362] ppid=11359 vsize=312572 CPUtime=102.25 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 321247 0 0 0 10204 21 0 0 20 0 1 0 1303547 320073728 71832 33554432000 4194304 7402444 140737235664272 140737235658808 4239238 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 78143 71832 770 784 0 71157 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 312572

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11365
/proc/meminfo: memFree=31492212/32770624 swapFree=5960/191580
[pid=11362] ppid=11359 vsize=315872 CPUtime=162.21 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 365451 0 0 0 16197 24 0 0 20 0 1 0 1303547 323452928 72639 33554432000 4194304 7402444 140737235664272 140737235658808 4484558 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 78968 72639 770 784 0 71982 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 315872

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11373
/proc/meminfo: memFree=31492964/32770624 swapFree=5960/191632
[pid=11362] ppid=11359 vsize=316268 CPUtime=222.18 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 379654 0 0 0 22193 25 0 0 20 0 1 0 1303547 323858432 72746 33554432000 4194304 7402444 140737235664272 140737235658808 5750706 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 79067 72746 770 784 0 72081 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 316268

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11374
/proc/meminfo: memFree=31493860/32770624 swapFree=5960/191668
[pid=11362] ppid=11359 vsize=316664 CPUtime=282.13 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 396418 0 0 0 28187 26 0 0 20 0 1 0 1303547 324263936 72845 33554432000 4194304 7402444 140737235664272 140737235658808 4238492 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 79166 72845 770 784 0 72180 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 316664

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11375
/proc/meminfo: memFree=31493456/32770624 swapFree=5960/191708
[pid=11362] ppid=11359 vsize=318116 CPUtime=342.09 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 398869 0 0 0 34183 26 0 0 20 0 1 0 1303547 325750784 73131 33554432000 4194304 7402444 140737235664272 140737235658808 4709414 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 79529 73131 770 784 0 72543 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 318116

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 11376
/proc/meminfo: memFree=31493168/32770624 swapFree=5960/191736
[pid=11362] ppid=11359 vsize=318796 CPUtime=402.07 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 401327 0 0 0 40181 26 0 0 20 0 1 0 1303547 326447104 73358 33554432000 4194304 7402444 140737235664272 140737235658808 4342315 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 79699 73358 770 784 0 72713 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 318796

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11377
/proc/meminfo: memFree=31492912/32770624 swapFree=5960/191776
[pid=11362] ppid=11359 vsize=318944 CPUtime=462.04 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 403773 0 0 0 46178 26 0 0 20 0 1 0 1303547 326598656 73425 33554432000 4194304 7402444 140737235664272 140737235658920 5750720 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 79736 73425 770 784 0 72750 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 318944

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11378
/proc/meminfo: memFree=31490680/32770624 swapFree=5960/191812
[pid=11362] ppid=11359 vsize=320924 CPUtime=522.02 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 407087 0 0 0 52175 27 0 0 20 0 1 0 1303547 328626176 73897 33554432000 4194304 7402444 140737235664272 140737235658808 5747605 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80231 73897 770 784 0 73245 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 320924

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11379
/proc/meminfo: memFree=31490960/32770624 swapFree=5960/191856
[pid=11362] ppid=11359 vsize=320924 CPUtime=581.99 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 409959 0 0 0 58172 27 0 0 20 0 1 0 1303547 328626176 73897 33554432000 4194304 7402444 140737235664272 140737235658808 4484562 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80231 73897 770 784 0 73245 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 320924


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 11411
/proc/meminfo: memFree=31487596/32770624 swapFree=5960/192424
[pid=11362] ppid=11359 vsize=323224 CPUtime=1481.59 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 436849 0 0 0 148129 30 0 0 20 0 1 0 1303547 330981376 74481 33554432000 4194304 7402444 140737235664272 140737235658808 4342254 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80806 74481 770 784 0 73820 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 323224

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11412
/proc/meminfo: memFree=31485592/32770624 swapFree=5960/192460
[pid=11362] ppid=11359 vsize=323488 CPUtime=1541.57 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 438863 0 0 0 154127 30 0 0 20 0 1 0 1303547 331251712 74492 33554432000 4194304 7402444 140737235664272 140737235658808 4484665 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80872 74492 770 784 0 73886 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 323488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 11413
/proc/meminfo: memFree=31484912/32770624 swapFree=5960/192496
[pid=11362] ppid=11359 vsize=323488 CPUtime=1601.54 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 440916 0 0 0 160124 30 0 0 20 0 1 0 1303547 331251712 74530 33554432000 4194304 7402444 140737235664272 140737235658808 4239193 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80872 74530 770 784 0 73886 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 323488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11414
/proc/meminfo: memFree=31485648/32770624 swapFree=5960/192528
[pid=11362] ppid=11359 vsize=323488 CPUtime=1661.51 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 442940 0 0 0 166121 30 0 0 20 0 1 0 1303547 331251712 74532 33554432000 4194304 7402444 140737235664272 140737235658808 4484528 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80872 74532 770 784 0 73886 0
Current children cumulated CPU time (s) 1661.51
Current children cumulated vsize (KiB) 323488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11415
/proc/meminfo: memFree=31485772/32770624 swapFree=5960/192560
[pid=11362] ppid=11359 vsize=323488 CPUtime=1721.49 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 445016 0 0 0 172118 31 0 0 20 0 1 0 1303547 331251712 74547 33554432000 4194304 7402444 140737235664272 140737235658808 5750464 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80872 74547 770 784 0 73886 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 323488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/243 11416
/proc/meminfo: memFree=31485940/32770624 swapFree=5960/192604
[pid=11362] ppid=11359 vsize=323488 CPUtime=1781.47 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 447062 0 0 0 178116 31 0 0 20 0 1 0 1303547 331251712 74550 33554432000 4194304 7402444 140737235664272 140737235658808 5750455 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80872 74550 770 784 0 73886 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 323488

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11417
/proc/meminfo: memFree=31486048/32770624 swapFree=5960/192632
[pid=11362] ppid=11359 vsize=323620 CPUtime=1841.44 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 449151 0 0 0 184113 31 0 0 20 0 1 0 1303547 331386880 74562 33554432000 4194304 7402444 140737235664272 140737235658808 4709414 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80905 74562 770 784 0 73919 0
Current children cumulated CPU time (s) 1841.44
Current children cumulated vsize (KiB) 323620

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11418
/proc/meminfo: memFree=31483924/32770624 swapFree=5960/192672
[pid=11362] ppid=11359 vsize=323620 CPUtime=1901.41 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 450754 0 0 0 190110 31 0 0 20 0 1 0 1303547 331386880 74586 33554432000 4194304 7402444 140737235664272 140737235658808 5327213 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 80905 74586 770 784 0 73919 0
Current children cumulated CPU time (s) 1901.41
Current children cumulated vsize (KiB) 323620

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11419
/proc/meminfo: memFree=31484968/32770624 swapFree=5960/192700
[pid=11362] ppid=11359 vsize=324016 CPUtime=1961.38 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 452464 0 0 0 196107 31 0 0 20 0 1 0 1303547 331792384 74664 33554432000 4194304 7402444 140737235664272 140737235658808 4484558 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81004 74664 770 784 0 74018 0
Current children cumulated CPU time (s) 1961.38
Current children cumulated vsize (KiB) 324016

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11427
/proc/meminfo: memFree=31484920/32770624 swapFree=5960/192748
[pid=11362] ppid=11359 vsize=324016 CPUtime=2021.36 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 454150 0 0 0 202105 31 0 0 20 0 1 0 1303547 331792384 74673 33554432000 4194304 7402444 140737235664272 140737235658808 4248926 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81004 74673 770 784 0 74018 0
Current children cumulated CPU time (s) 2021.36
Current children cumulated vsize (KiB) 324016

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11428
/proc/meminfo: memFree=31484520/32770624 swapFree=5960/192784
[pid=11362] ppid=11359 vsize=324280 CPUtime=2081.34 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 455948 0 0 0 208103 31 0 0 20 0 1 0 1303547 332062720 74734 33554432000 4194304 7402444 140737235664272 140737235658808 5750704 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81070 74734 770 784 0 74084 0
Current children cumulated CPU time (s) 2081.34
Current children cumulated vsize (KiB) 324280

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11429
/proc/meminfo: memFree=31484484/32770624 swapFree=5960/192824
[pid=11362] ppid=11359 vsize=324280 CPUtime=2141.31 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 457719 0 0 0 214100 31 0 0 20 0 1 0 1303547 332062720 74757 33554432000 4194304 7402444 140737235664272 140737235658808 5750704 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81070 74757 770 784 0 74084 0
Current children cumulated CPU time (s) 2141.31
Current children cumulated vsize (KiB) 324280

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11430
/proc/meminfo: memFree=31484732/32770624 swapFree=5960/192852
[pid=11362] ppid=11359 vsize=324280 CPUtime=2201.29 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 459499 0 0 0 220098 31 0 0 20 0 1 0 1303547 332062720 74757 33554432000 4194304 7402444 140737235664272 140737235658808 5750450 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81070 74757 770 784 0 74084 0
Current children cumulated CPU time (s) 2201.29
Current children cumulated vsize (KiB) 324280

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31536616/32770624 swapFree=5960/192920
[pid=11362] ppid=11359 vsize=324412 CPUtime=2261.27 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 461286 0 0 0 226095 32 0 0 20 0 1 0 1303547 332197888 74764 33554432000 4194304 7402444 140737235664272 140737235658808 4484558 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81103 74764 770 784 0 74117 0
Current children cumulated CPU time (s) 2261.27
Current children cumulated vsize (KiB) 324412

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31531132/32770624 swapFree=5960/192984
[pid=11362] ppid=11359 vsize=324412 CPUtime=2321.23 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 463096 0 0 0 232091 32 0 0 20 0 1 0 1303547 332197888 74784 33554432000 4194304 7402444 140737235664272 140737235658808 4319879 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81103 74784 770 784 0 74117 0
Current children cumulated CPU time (s) 2321.23
Current children cumulated vsize (KiB) 324412

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11506
/proc/meminfo: memFree=31529688/32770624 swapFree=5960/193020
[pid=11362] ppid=11359 vsize=324544 CPUtime=2381.2 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 464903 0 0 0 238088 32 0 0 20 0 1 0 1303547 332333056 74796 33554432000 4194304 7402444 140737235664272 140737235658808 5750720 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81136 74796 770 784 0 74150 0
Current children cumulated CPU time (s) 2381.2
Current children cumulated vsize (KiB) 324544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11506
/proc/meminfo: memFree=31529172/32770624 swapFree=5960/193024
[pid=11362] ppid=11359 vsize=324544 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/11362/stat : 11362 (MistralXCSP) R 11359 11362 9826 0 -1 4202496 464904 0 0 0 239977 32 0 0 20 0 1 0 1303547 332333056 74796 33554432000 4194304 7402444 140737235664272 140737235658808 4484665 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9500608 9505824 35106816 140737235670184 140737235670334 140737235670334 140737235673033 0
/proc/11362/statm: 81136 74796 770 784 0 74150 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 324544

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

Child status: 0
Real time (s): 2401.2
CPU time (s): 2400.11
CPU user time (s): 2399.78
CPU system time (s): 0.326857
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 324544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.78
system time used= 0.326857
maximum resident set size= 299188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465134
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= 66
involuntary context switches= 120274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.42929 second user time and 11.7421 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-21 20:06:27
IDJOB=4242772
IDBENCH=136117
IDSOLVER=2622
FILE ID=node149/4242772-1500660387
RUNJOBID= node149-1500648172-9859
PBS_JOBID= 20623272
Free space on /tmp= 62020 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-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-4242772-1500660387/watcher-4242772-1500660387 -o /tmp/evaluation-result-4242772-1500660387/solver-4242772-1500660387 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500648172-9859 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1302660220 HOME/instance-4242772-1500660387.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=1302660220

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.56
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.56
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.56
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31788368 kB
MemAvailable:   31789584 kB
Buffers:           32732 kB
Cached:           278580 kB
SwapCached:            0 kB
Active:           408228 kB
Inactive:         199908 kB
Active(anon):     299484 kB
Inactive(anon):     8684 kB
Active(file):     108744 kB
Inactive(file):   191224 kB
Unevictable:        5960 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5812 kB
Writeback:             0 kB
AnonPages:        287892 kB
Mapped:            31232 kB
Shmem:              8848 kB
Slab:              65644 kB
SReclaimable:      34164 kB
SUnreclaim:        31480 kB
KernelStack:        4256 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     564356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 62016 MiB
End job on node149 at 2017-07-21 20:46:28