Trace number 4242235

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.07 2401.41

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.06/2401.40	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-4242235-1500655386/watcher-4242235-1500655386 -o /tmp/evaluation-result-4242235-1500655386/solver-4242235-1500655386 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500648173-9862 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 993501368 HOME/instance-4242235-1500655386.xml 

pid=10613
running on 8 cores: 0,2,4,6,8,10,12,14

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.02 2.05 3/238 10616
/proc/meminfo: memFree=32039328/32770624 swapFree=5936/191484
[pid=10616] ppid=10613 vsize=29080 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 1005 0 0 0 0 0 0 0 20 0 1 0 805345 29777920 835 33554432000 4194304 7402444 140727812805168 140727812802216 140029928451045 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 7270 835 593 784 0 284 0

[startup+0.100181 s]
/proc/loadavg: 2.00 2.02 2.05 3/238 10616
/proc/meminfo: memFree=32039328/32770624 swapFree=5936/191484
[pid=10616] ppid=10613 vsize=34888 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 2529 0 0 0 9 0 0 0 20 0 1 0 805345 35725312 2315 33554432000 4194304 7402444 140727812805168 140727812797144 140029929314518 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 8722 2315 617 784 0 1736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34888

[startup+0.20038 s]
/proc/loadavg: 2.00 2.02 2.05 3/238 10616
/proc/meminfo: memFree=32039328/32770624 swapFree=5936/191484
[pid=10616] ppid=10613 vsize=49580 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 6393 0 0 0 18 1 0 0 20 0 1 0 805345 50769920 5860 33554432000 4194304 7402444 140727812805168 140727812798408 5886916 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 12395 5860 629 784 0 5409 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49580

[startup+0.300369 s]
/proc/loadavg: 2.00 2.02 2.05 3/238 10616
/proc/meminfo: memFree=32039328/32770624 swapFree=5936/191484
[pid=10616] ppid=10613 vsize=50200 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 6549 0 0 0 28 1 0 0 20 0 1 0 805345 51404800 6058 33554432000 4194304 7402444 140727812805168 140727812798408 5935218 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 12585 6058 629 784 0 5599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50200

[startup+0.70033 s]
/proc/loadavg: 2.00 2.02 2.05 3/238 10616
/proc/meminfo: memFree=32039328/32770624 swapFree=5936/191484
[pid=10616] ppid=10613 vsize=76872 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 13139 0 0 0 67 2 0 0 20 0 1 0 805345 78716928 12741 33554432000 4194304 7402444 140727812805168 140727812795176 4731648 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 19218 12741 676 784 0 12232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76872

[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31929072/32770624 swapFree=5936/187924
[pid=10616] ppid=10613 vsize=101080 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 18793 0 0 0 147 2 0 0 20 0 1 0 805345 103505920 18775 33554432000 4194304 7402444 140727812805168 140727812795176 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 25270 18775 676 784 0 18284 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101080

[startup+3.10032 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31879992/32770624 swapFree=5936/187924
[pid=10616] ppid=10613 vsize=141108 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 38613 0 0 0 304 5 0 0 20 0 1 0 805345 144494592 28802 33554432000 4194304 7402444 140727812805168 140727812795224 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 35277 28802 676 784 0 28291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141108

[startup+6.30028 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31851920/32770624 swapFree=5936/188080
[pid=10616] ppid=10613 vsize=180604 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 55558 0 0 0 623 6 0 0 20 0 1 0 805345 184938496 38646 33554432000 4194304 7402444 140727812805168 140727812795176 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 45151 38646 676 784 0 38165 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180604

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31794404/32770624 swapFree=5936/188080
[pid=10616] ppid=10613 vsize=226504 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 75065 0 0 0 1260 8 0 0 20 0 1 0 805345 231940096 50173 33554432000 4194304 7402444 140727812805168 140727812795176 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 56626 50173 676 784 0 49640 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 226504

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.05 3/244 10627
/proc/meminfo: memFree=31651856/32770624 swapFree=5936/188028
[pid=10616] ppid=10613 vsize=367456 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 145401 0 0 0 2534 14 0 0 20 0 1 0 805345 376274944 85389 33554432000 4194304 7402444 140727812805168 140727812795176 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 91864 85389 676 784 0 84878 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 367456

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 10627
/proc/meminfo: memFree=31573916/32770624 swapFree=5936/188036
[pid=10616] ppid=10613 vsize=443484 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 185362 0 0 0 5088 18 0 0 20 0 1 0 805345 454127616 104454 33554432000 4194304 7402444 140727812805168 140727812800520 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 110871 104454 715 784 0 103885 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 443484

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 10628
/proc/meminfo: memFree=31562672/32770624 swapFree=5936/188072
[pid=10616] ppid=10613 vsize=454764 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 227996 0 0 0 10201 22 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 454764

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10629
/proc/meminfo: memFree=31562060/32770624 swapFree=5936/188104
[pid=10616] ppid=10613 vsize=454764 CPUtime=162.15 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 239625 0 0 0 16193 22 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 454764

[startup+222.308 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10630
/proc/meminfo: memFree=31562108/32770624 swapFree=5936/188124
[pid=10616] ppid=10613 vsize=454764 CPUtime=222.13 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 241977 0 0 0 22190 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 454764

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 10631
/proc/meminfo: memFree=31561608/32770624 swapFree=5936/188156
[pid=10616] ppid=10613 vsize=454764 CPUtime=282.08 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 242994 0 0 0 28185 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 454764

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 10632
/proc/meminfo: memFree=31561712/32770624 swapFree=5936/188172
[pid=10616] ppid=10613 vsize=454764 CPUtime=342.05 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 243489 0 0 0 34182 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 454764

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 10633
/proc/meminfo: memFree=31561736/32770624 swapFree=5936/188212
[pid=10616] ppid=10613 vsize=454764 CPUtime=402.02 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 243965 0 0 0 40179 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327250 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 454764

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/244 10642
/proc/meminfo: memFree=31561556/32770624 swapFree=5936/188252
[pid=10616] ppid=10613 vsize=454764 CPUtime=461.99 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 244449 0 0 0 46176 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 454764

[startup+522.3 s]
/proc/loadavg: 2.12 2.07 2.05 3/244 10643
/proc/meminfo: memFree=31561744/32770624 swapFree=5936/188276
[pid=10616] ppid=10613 vsize=454764 CPUtime=521.95 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 244941 0 0 0 52172 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 4342254 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 454764

[startup+582.3 s]
/proc/loadavg: 2.08 2.07 2.05 3/244 10644
/proc/meminfo: memFree=31561744/32770624 swapFree=5936/188300
[pid=10616] ppid=10613 vsize=454764 CPUtime=581.92 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 245423 0 0 0 58169 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 4342254 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 454764


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10690
/proc/meminfo: memFree=31558712/32770624 swapFree=5936/188760
[pid=10616] ppid=10613 vsize=454764 CPUtime=1481.43 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 252669 0 0 0 148120 23 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1481.43
Current children cumulated vsize (KiB) 454764

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10691
/proc/meminfo: memFree=31558852/32770624 swapFree=5936/188792
[pid=10616] ppid=10613 vsize=454764 CPUtime=1541.42 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 253149 0 0 0 154118 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1541.42
Current children cumulated vsize (KiB) 454764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10692
/proc/meminfo: memFree=31559240/32770624 swapFree=5936/188828
[pid=10616] ppid=10613 vsize=454764 CPUtime=1601.38 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 253629 0 0 0 160114 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 454764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10701
/proc/meminfo: memFree=31558752/32770624 swapFree=5936/188844
[pid=10616] ppid=10613 vsize=454764 CPUtime=1661.35 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 254109 0 0 0 166111 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 454764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10702
/proc/meminfo: memFree=31557988/32770624 swapFree=5936/188868
[pid=10616] ppid=10613 vsize=454764 CPUtime=1721.31 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 254595 0 0 0 172107 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 454764

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 10703
/proc/meminfo: memFree=31558708/32770624 swapFree=5936/188892
[pid=10616] ppid=10613 vsize=454764 CPUtime=1781.28 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 255075 0 0 0 178104 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 454764

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 10704
/proc/meminfo: memFree=31558948/32770624 swapFree=5936/188924
[pid=10616] ppid=10613 vsize=454764 CPUtime=1841.25 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 255554 0 0 0 184101 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1841.25
Current children cumulated vsize (KiB) 454764

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 10705
/proc/meminfo: memFree=31559144/32770624 swapFree=5936/188956
[pid=10616] ppid=10613 vsize=454764 CPUtime=1901.22 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 256033 0 0 0 190098 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 4463635 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1901.22
Current children cumulated vsize (KiB) 454764

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10706
/proc/meminfo: memFree=31559532/32770624 swapFree=5936/188988
[pid=10616] ppid=10613 vsize=454764 CPUtime=1961.18 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 256512 0 0 0 196094 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 1961.18
Current children cumulated vsize (KiB) 454764

[startup+2022.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 10707
/proc/meminfo: memFree=31559552/32770624 swapFree=5936/189000
[pid=10616] ppid=10613 vsize=454764 CPUtime=2021.15 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 256999 0 0 0 202091 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2021.15
Current children cumulated vsize (KiB) 454764

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10708
/proc/meminfo: memFree=31559240/32770624 swapFree=5936/189032
[pid=10616] ppid=10613 vsize=454764 CPUtime=2081.12 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 257477 0 0 0 208088 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2081.12
Current children cumulated vsize (KiB) 454764

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10709
/proc/meminfo: memFree=31559404/32770624 swapFree=5936/189060
[pid=10616] ppid=10613 vsize=454764 CPUtime=2141.09 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 257955 0 0 0 214085 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2141.09
Current children cumulated vsize (KiB) 454764

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10710
/proc/meminfo: memFree=31559652/32770624 swapFree=5936/189096
[pid=10616] ppid=10613 vsize=454764 CPUtime=2201.06 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 258433 0 0 0 220082 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2201.06
Current children cumulated vsize (KiB) 454764

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10718
/proc/meminfo: memFree=31559820/32770624 swapFree=5936/189124
[pid=10616] ppid=10613 vsize=454764 CPUtime=2261.02 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 258909 0 0 0 226078 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2261.02
Current children cumulated vsize (KiB) 454764

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 10719
/proc/meminfo: memFree=31559632/32770624 swapFree=5936/189144
[pid=10616] ppid=10613 vsize=454764 CPUtime=2320.99 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 259397 0 0 0 232075 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2320.99
Current children cumulated vsize (KiB) 454764

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10720
/proc/meminfo: memFree=31559664/32770624 swapFree=5936/189176
[pid=10616] ppid=10613 vsize=454764 CPUtime=2380.96 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 259881 0 0 0 238072 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 5818604 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2380.96
Current children cumulated vsize (KiB) 454764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.41 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10720
/proc/meminfo: memFree=31560208/32770624 swapFree=5936/189180
[pid=10616] ppid=10613 vsize=454764 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/10616/stat : 10616 (MistralXCSP) R 10613 10616 9830 0 -1 4202496 259882 0 0 0 239982 24 0 0 20 0 1 0 805345 465678336 107283 33554432000 4194304 7402444 140727812805168 140727812799800 4747743 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 34177024 140727812809897 140727812810046 140727812810046 140727812812745 0
/proc/10616/statm: 113691 107283 724 784 0 106705 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 454764

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

Child status: 0
Real time (s): 2401.41
CPU time (s): 2400.07
CPU user time (s): 2399.82
CPU system time (s): 0.249867
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 454764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.82
system time used= 0.249867
maximum resident set size= 429164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259922
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= 92
involuntary context switches= 120689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.54229 second user time and 12.2778 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 18:43:06
IDJOB=4242235
IDBENCH=133709
IDSOLVER=2622
FILE ID=node139/4242235-1500655386
RUNJOBID= node139-1500648173-9862
PBS_JOBID= 20623281
Free space on /tmp= 61988 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.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-4242235-1500655386/watcher-4242235-1500655386 -o /tmp/evaluation-result-4242235-1500655386/solver-4242235-1500655386 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500648173-9862 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 993501368 HOME/instance-4242235-1500655386.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=993501368

node139.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	: 5334.08
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		: 1600.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		: 2533.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	: 5334.08
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		: 2668.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	: 5334.08
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	: 5334.08
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		: 2400.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	: 5334.08
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		: 1600.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		: 2668.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	: 5334.08
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		: 2000.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		: 1600.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	: 5334.08
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	: 5334.08
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		: 1600.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:        32043704 kB
MemAvailable:   32035176 kB
Buffers:           32236 kB
Cached:           269236 kB
SwapCached:            0 kB
Active:           158072 kB
Inactive:         196488 kB
Active(anon):      55760 kB
Inactive(anon):     8568 kB
Active(file):     102312 kB
Inactive(file):   187920 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6452 kB
Writeback:             0 kB
AnonPages:         66416 kB
Mapped:            29324 kB
Shmem:              8852 kB
Slab:              66116 kB
SReclaimable:      34148 kB
SUnreclaim:        31968 kB
KernelStack:        4512 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61980 MiB
End job on node139 at 2017-07-21 19:23:08