Trace number 4242769

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.08 2401.1

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft501-07.xml
MD5SUM3722e6cce5df2b61a3e8828e8098779b
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 variables801
Number of constraints203
Number of domains2
Minimum domain size193
Maximum domain size201
Distribution of domain sizes[{"size":193,"count":800},{"size":201,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":600},{"degree":4,"count":200}]
Minimum constraint arity4
Maximum constraint arity800
Distribution of constraint arities[{"arity":4,"count":200},{"arity":201,"count":1},{"arity":800,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":200},{"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.06/2401.10	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-4242769-1500660345/watcher-4242769-1500660345 -o /tmp/evaluation-result-4242769-1500660345/solver-4242769-1500660345 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500648174-9874 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2029947784 HOME/instance-4242769-1500660345.xml 

pid=11176
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.03 2.02 2.05 3/242 11179
/proc/meminfo: memFree=31975688/32770624 swapFree=5644/192276
[pid=11179] ppid=11176 vsize=29332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1122 0 0 0 1 0 0 0 20 0 1 0 1301202 30035968 918 33554432000 4194304 7402444 140721985134096 140721985131144 140240135056357 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 7333 918 621 784 0 347 0

[startup+0.100172 s]
/proc/loadavg: 2.03 2.02 2.05 3/242 11179
/proc/meminfo: memFree=31975688/32770624 swapFree=5644/192276
[pid=11179] ppid=11176 vsize=33288 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 2287 0 0 0 9 0 0 0 20 0 1 0 1301202 34086912 1812 33554432000 4194304 7402444 140721985134096 140721985127336 5888960 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 8322 1812 633 784 0 1336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33288

[startup+0.200327 s]
/proc/loadavg: 2.03 2.02 2.05 3/242 11179
/proc/meminfo: memFree=31975688/32770624 swapFree=5644/192276
[pid=11179] ppid=11176 vsize=39356 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 4334 0 0 0 19 0 0 0 20 0 1 0 1301202 40300544 3056 33554432000 4194304 7402444 140721985134096 140721985124552 6360285 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 9839 3056 663 784 0 2853 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39356

[startup+0.300295 s]
/proc/loadavg: 2.03 2.02 2.05 3/242 11179
/proc/meminfo: memFree=31975688/32770624 swapFree=5644/192276
[pid=11179] ppid=11176 vsize=49572 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 6888 0 0 0 28 1 0 0 20 0 1 0 1301202 50761728 5630 33554432000 4194304 7402444 140721985134096 140721985124552 6360259 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 12393 5630 664 784 0 5407 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49572

[startup+0.700275 s]
/proc/loadavg: 2.03 2.02 2.05 3/242 11179
/proc/meminfo: memFree=31975688/32770624 swapFree=5644/192276
[pid=11179] ppid=11176 vsize=88880 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 16704 0 0 0 68 1 0 0 20 0 1 0 1301202 91013120 15398 33554432000 4194304 7402444 140721985134096 140721985124984 140240135104416 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 22220 15398 664 784 0 15234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88880

[startup+1.50028 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31877032/32770624 swapFree=5644/192232
[pid=11179] ppid=11176 vsize=168552 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 36622 0 0 0 145 4 0 0 20 0 1 0 1301202 172597248 35330 33554432000 4194304 7402444 140721985134096 140721985124968 140240135104416 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 42138 35330 664 784 0 35152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168552

[startup+3.10025 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31766548/32770624 swapFree=5644/192232
[pid=11179] ppid=11176 vsize=327984 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 77159 0 0 0 300 9 0 0 20 0 1 0 1301202 335855616 75190 33554432000 4194304 7402444 140721985134096 140721985124552 140240135976864 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 81996 75190 664 784 0 75010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 327984

[startup+6.30025 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31435132/32770624 swapFree=5644/192560
[pid=11179] ppid=11176 vsize=600892 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 147484 0 0 0 611 18 0 0 20 0 1 0 1301202 615313408 143497 33554432000 4194304 7402444 140721985134096 140721985124856 4731632 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 150223 143497 680 784 0 143237 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 600892

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31314032/32770624 swapFree=5644/192568
[pid=11179] ppid=11176 vsize=692876 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 182020 0 0 0 1249 20 0 0 20 0 1 0 1301202 709505024 166423 33554432000 4194304 7402444 140721985134096 140721985124856 4731632 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 173219 166423 680 784 0 166233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 692876

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31224928/32770624 swapFree=5644/192576
[pid=11179] ppid=11176 vsize=778924 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 206064 0 0 0 2527 22 0 0 20 0 1 0 1301202 797618176 187945 33554432000 4194304 7402444 140721985134096 140721985124856 4731639 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 194731 187945 680 784 0 187745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 778924

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11180
/proc/meminfo: memFree=31148568/32770624 swapFree=5644/192592
[pid=11179] ppid=11176 vsize=852960 CPUtime=51.08 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 428415 0 0 0 5076 32 0 0 20 0 1 0 1301202 873431040 206782 33554432000 4194304 7402444 140721985134096 140721985128632 5754037 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 213240 206782 771 784 0 206254 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 852960

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11253
/proc/meminfo: memFree=31084712/32770624 swapFree=5644/192640
[pid=11179] ppid=11176 vsize=903592 CPUtime=102.26 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 561836 0 0 0 10188 38 0 0 20 0 1 0 1301202 925278208 219460 33554432000 4194304 7402444 140721985134096 140721985128632 4709414 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 225898 219460 771 784 0 218912 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 903592

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11254
/proc/meminfo: memFree=31084692/32770624 swapFree=5644/192656
[pid=11179] ppid=11176 vsize=903592 CPUtime=162.22 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 662719 0 0 0 16180 42 0 0 20 0 1 0 1301202 925278208 219473 33554432000 4194304 7402444 140721985134096 140721985128632 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 225898 219473 771 784 0 218912 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 903592

[startup+222.308 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11255
/proc/meminfo: memFree=31079240/32770624 swapFree=5644/192684
[pid=11179] ppid=11176 vsize=909004 CPUtime=222.19 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 748577 0 0 0 22173 46 0 0 20 0 1 0 1301202 930820096 220819 33554432000 4194304 7402444 140721985134096 140721985128632 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 227251 220819 771 784 0 220265 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 909004

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11264
/proc/meminfo: memFree=31078204/32770624 swapFree=5644/192732
[pid=11179] ppid=11176 vsize=909004 CPUtime=282.15 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 827500 0 0 0 28165 50 0 0 20 0 1 0 1301202 930820096 220822 33554432000 4194304 7402444 140721985134096 140721985128632 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 227251 220822 771 784 0 220265 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 909004

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11265
/proc/meminfo: memFree=31074900/32770624 swapFree=5644/192764
[pid=11179] ppid=11176 vsize=912436 CPUtime=342.12 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 892005 0 0 0 34159 53 0 0 20 0 1 0 1301202 934334464 221678 33554432000 4194304 7402444 140721985134096 140721985128632 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 228109 221678 771 784 0 221123 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 912436

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11266
/proc/meminfo: memFree=31068100/32770624 swapFree=5644/192788
[pid=11179] ppid=11176 vsize=919300 CPUtime=402.08 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 940697 0 0 0 40151 57 0 0 20 0 1 0 1301202 941363200 223359 33554432000 4194304 7402444 140721985134096 140721985128632 5746100 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 229825 223359 771 784 0 222839 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 919300

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11267
/proc/meminfo: memFree=31059080/32770624 swapFree=5644/192832
[pid=11179] ppid=11176 vsize=928144 CPUtime=462.03 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 972231 0 0 0 46144 59 0 0 20 0 1 0 1301202 950419456 225575 33554432000 4194304 7402444 140721985134096 140721985128632 5327254 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 232036 225575 771 784 0 225050 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 928144

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 11268
/proc/meminfo: memFree=31055288/32770624 swapFree=5644/192860
[pid=11179] ppid=11176 vsize=931576 CPUtime=521.97 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 989603 0 0 0 52138 59 0 0 20 0 1 0 1301202 953933824 226458 33554432000 4194304 7402444 140721985134096 140721985128632 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 232894 226458 771 784 0 225908 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 931576

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11269
/proc/meminfo: memFree=31051856/32770624 swapFree=5644/192900
[pid=11179] ppid=11176 vsize=934612 CPUtime=581.95 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 991603 0 0 0 58135 60 0 0 20 0 1 0 1301202 957042688 227183 33554432000 4194304 7402444 140721985134096 140721985128632 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 233653 227183 771 784 0 226667 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 934612


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11302
/proc/meminfo: memFree=31029196/32770624 swapFree=5644/193392
[pid=11179] ppid=11176 vsize=956788 CPUtime=1541.6 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1054303 0 0 0 154094 66 0 0 20 0 1 0 1301202 979750912 232741 33554432000 4194304 7402444 140721985134096 140721985128632 4747338 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232741 771 784 0 232211 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 956788

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11303
/proc/meminfo: memFree=31029516/32770624 swapFree=5644/193420
[pid=11179] ppid=11176 vsize=956788 CPUtime=1601.57 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1055652 0 0 0 160091 66 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 5750448 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 956788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11304
/proc/meminfo: memFree=31029720/32770624 swapFree=5644/193448
[pid=11179] ppid=11176 vsize=956788 CPUtime=1661.54 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1057200 0 0 0 166088 66 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 5750448 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 956788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11305
/proc/meminfo: memFree=31030076/32770624 swapFree=5644/193488
[pid=11179] ppid=11176 vsize=956788 CPUtime=1721.52 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1058162 0 0 0 172086 66 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 5750486 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 956788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11306
/proc/meminfo: memFree=31029420/32770624 swapFree=5644/193524
[pid=11179] ppid=11176 vsize=956788 CPUtime=1781.51 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1059833 0 0 0 178084 67 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 4239179 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 956788

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11307
/proc/meminfo: memFree=31028944/32770624 swapFree=5644/193556
[pid=11179] ppid=11176 vsize=956788 CPUtime=1841.48 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1061017 0 0 0 184081 67 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 4248926 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1841.48
Current children cumulated vsize (KiB) 956788

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11308
/proc/meminfo: memFree=31029572/32770624 swapFree=5644/193596
[pid=11179] ppid=11176 vsize=956788 CPUtime=1901.46 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1062471 0 0 0 190079 67 0 0 20 0 1 0 1301202 979750912 232742 33554432000 4194304 7402444 140721985134096 140721985128632 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232742 771 784 0 232211 0
Current children cumulated CPU time (s) 1901.46
Current children cumulated vsize (KiB) 956788

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11309
/proc/meminfo: memFree=31029572/32770624 swapFree=5644/193616
[pid=11179] ppid=11176 vsize=956788 CPUtime=1961.43 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1063672 0 0 0 196076 67 0 0 20 0 1 0 1301202 979750912 232743 33554432000 4194304 7402444 140721985134096 140721985128632 5750450 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232743 771 784 0 232211 0
Current children cumulated CPU time (s) 1961.43
Current children cumulated vsize (KiB) 956788

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11310
/proc/meminfo: memFree=31027960/32770624 swapFree=5644/193644
[pid=11179] ppid=11176 vsize=956788 CPUtime=2021.41 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1065383 0 0 0 202074 67 0 0 20 0 1 0 1301202 979750912 232743 33554432000 4194304 7402444 140721985134096 140721985128632 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232743 771 784 0 232211 0
Current children cumulated CPU time (s) 2021.41
Current children cumulated vsize (KiB) 956788

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11318
/proc/meminfo: memFree=31028076/32770624 swapFree=5644/193688
[pid=11179] ppid=11176 vsize=956788 CPUtime=2081.4 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1066850 0 0 0 208072 68 0 0 20 0 1 0 1301202 979750912 232746 33554432000 4194304 7402444 140721985134096 140721985128632 4484665 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239197 232746 771 784 0 232211 0
Current children cumulated CPU time (s) 2081.4
Current children cumulated vsize (KiB) 956788

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11319
/proc/meminfo: memFree=31026960/32770624 swapFree=5644/193724
[pid=11179] ppid=11176 vsize=958504 CPUtime=2141.37 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1069015 0 0 0 214069 68 0 0 20 0 1 0 1301202 981508096 233170 33554432000 4194304 7402444 140721985134096 140721985128632 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239626 233170 771 784 0 232640 0
Current children cumulated CPU time (s) 2141.37
Current children cumulated vsize (KiB) 958504

[startup+2202.31 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11320
/proc/meminfo: memFree=31025968/32770624 swapFree=5644/193712
[pid=11179] ppid=11176 vsize=959428 CPUtime=2201.36 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1071163 0 0 0 220068 68 0 0 20 0 1 0 1301202 982454272 233372 33554432000 4194304 7402444 140721985134096 140721985128632 5750740 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 239857 233372 771 784 0 232871 0
Current children cumulated CPU time (s) 2201.36
Current children cumulated vsize (KiB) 959428

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11321
/proc/meminfo: memFree=31025632/32770624 swapFree=5644/193736
[pid=11179] ppid=11176 vsize=960088 CPUtime=2261.32 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1073607 0 0 0 226064 68 0 0 20 0 1 0 1301202 983130112 233594 33554432000 4194304 7402444 140721985134096 140721985128632 5750469 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 240022 233594 771 784 0 233036 0
Current children cumulated CPU time (s) 2261.32
Current children cumulated vsize (KiB) 960088

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11322
/proc/meminfo: memFree=31025600/32770624 swapFree=5644/193768
[pid=11179] ppid=11176 vsize=960088 CPUtime=2321.3 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1075690 0 0 0 232062 68 0 0 20 0 1 0 1301202 983130112 233594 33554432000 4194304 7402444 140721985134096 140721985128632 5871010 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 240022 233594 771 784 0 233036 0
Current children cumulated CPU time (s) 2321.3
Current children cumulated vsize (KiB) 960088

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11323
/proc/meminfo: memFree=31025684/32770624 swapFree=5644/193804
[pid=11179] ppid=11176 vsize=960088 CPUtime=2381.27 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1078212 0 0 0 238059 68 0 0 20 0 1 0 1301202 983130112 233594 33554432000 4194304 7402444 140721985134096 140721985128632 4239179 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 240022 233594 771 784 0 233036 0
Current children cumulated CPU time (s) 2381.27
Current children cumulated vsize (KiB) 960088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11324
/proc/meminfo: memFree=31025768/32770624 swapFree=5644/193832
[pid=11179] ppid=11176 vsize=960088 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1078343 0 0 0 239938 68 0 0 20 0 1 0 1301202 983130112 233594 33554432000 4194304 7402444 140721985134096 140721985128632 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 240022 233594 771 784 0 233036 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 960088

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

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11324
/proc/meminfo: memFree=31025768/32770624 swapFree=5644/193832
[pid=11179] ppid=11176 vsize=960088 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/11179/stat : 11179 (MistralXCSP) R 11176 11179 9841 0 -1 4202496 1078343 0 0 0 239938 68 0 0 20 0 1 0 1301202 983130112 233594 33554432000 4194304 7402444 140721985134096 140721985128632 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 32497664 140721985135784 140721985135934 140721985135934 140721985138633 0
/proc/11179/statm: 240022 233594 771 784 0 233036 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 960088

Child status: 0
Real time (s): 2401.1
CPU time (s): 2400.08
CPU user time (s): 2399.39
CPU system time (s): 0.693736
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 960088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.39
system time used= 0.693736
maximum resident set size= 934380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1078382
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= 163
involuntary context switches= 120880

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.16721 second user time and 13.0386 second system time

The end

Launcher Data

Begin job on node137 at 2017-07-21 20:05:45
IDJOB=4242769
IDBENCH=136109
IDSOLVER=2622
FILE ID=node137/4242769-1500660345
RUNJOBID= node137-1500648174-9874
PBS_JOBID= 20623283
Free space on /tmp= 62012 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft501-07.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-4242769-1500660345/watcher-4242769-1500660345 -o /tmp/evaluation-result-4242769-1500660345/solver-4242769-1500660345 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500648174-9874 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2029947784 HOME/instance-4242769-1500660345.xml

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

MD5SUM BENCH= 3722e6cce5df2b61a3e8828e8098779b
RANDOM SEED=2029947784

node137.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	: 5332.93
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		: 1733.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	: 5332.93
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	: 5332.93
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		: 1600.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	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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	: 5332.93
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		: 1733.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	: 5332.93
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		: 1867.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	: 5332.93
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		: 2133.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		: 1600.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	: 5332.93
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		: 1733.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:        31975512 kB
MemAvailable:   31977132 kB
Buffers:           34292 kB
Cached:           278012 kB
SwapCached:            0 kB
Active:           219324 kB
Inactive:         201136 kB
Active(anon):     111164 kB
Inactive(anon):     8860 kB
Active(file):     108160 kB
Inactive(file):   192276 kB
Unevictable:        5644 kB
Mlocked:            5644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5888 kB
Writeback:             0 kB
AnonPages:        128224 kB
Mapped:            31776 kB
Shmem:              8852 kB
Slab:              66196 kB
SReclaimable:      34036 kB
SUnreclaim:        32160 kB
KernelStack:        4544 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     379584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62004 MiB
End job on node137 at 2017-07-21 20:45:47