Trace number 4242241

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.5

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
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 variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.05 2/243 10626
/proc/meminfo: memFree=32033352/32770624 swapFree=5936/187920
[pid=10626] ppid=10623 vsize=29060 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 999 0 0 0 0 0 0 0 20 0 1 0 805350 29757440 797 33554432000 4194304 7402444 140733120697120 140733120694168 139636489067493 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 7265 797 593 784 0 279 0

[startup+0.100153 s]
/proc/loadavg: 2.00 2.02 2.05 2/243 10626
/proc/meminfo: memFree=32033352/32770624 swapFree=5936/187920
[pid=10626] ppid=10623 vsize=35300 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 2679 0 0 0 9 0 0 0 20 0 1 0 805350 36147200 2410 33554432000 4194304 7402444 140733120697120 140733120686936 139636489067493 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 8825 2410 677 784 0 1839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35300

[startup+0.200357 s]
/proc/loadavg: 2.00 2.02 2.05 2/243 10626
/proc/meminfo: memFree=32033352/32770624 swapFree=5936/187920
[pid=10626] ppid=10623 vsize=45412 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 5448 0 0 0 19 0 0 0 20 0 1 0 805350 46501888 4979 33554432000 4194304 7402444 140733120697120 140733120687128 4731480 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 11353 4979 677 784 0 4367 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45412

[startup+0.300298 s]
/proc/loadavg: 2.00 2.02 2.05 2/243 10626
/proc/meminfo: memFree=32033352/32770624 swapFree=5936/187920
[pid=10626] ppid=10623 vsize=50852 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 6857 0 0 0 29 0 0 0 20 0 1 0 805350 52072448 6331 33554432000 4194304 7402444 140733120697120 140733120687128 4731480 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 12713 6331 677 784 0 5727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50852

[startup+0.700279 s]
/proc/loadavg: 2.00 2.02 2.05 2/243 10626
/proc/meminfo: memFree=32033352/32770624 swapFree=5936/187920
[pid=10626] ppid=10623 vsize=70568 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 11541 0 0 0 68 1 0 0 20 0 1 0 805350 72261632 11317 33554432000 4194304 7402444 140733120697120 140733120692216 5327204 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17642 11317 716 784 0 10656 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70568

[startup+1.50029 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31926840/32770624 swapFree=5936/187924
[pid=10626] ppid=10623 vsize=70712 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 11579 0 0 0 148 1 0 0 20 0 1 0 805350 72409088 11317 33554432000 4194304 7402444 140733120697120 140733120691688 5758615 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11317 716 784 0 10692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70712

[startup+3.10025 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31880316/32770624 swapFree=5936/187924
[pid=10626] ppid=10623 vsize=70712 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 18421 0 0 0 307 2 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327204 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70712

[startup+6.3003 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31851672/32770624 swapFree=5936/188080
[pid=10626] ppid=10623 vsize=70712 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 25343 0 0 0 626 2 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4747338 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70712

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 10627
/proc/meminfo: memFree=31794404/32770624 swapFree=5936/188080
[pid=10626] ppid=10623 vsize=70712 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 32243 0 0 0 1266 2 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327213 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70712

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.05 3/244 10627
/proc/meminfo: memFree=31651856/32770624 swapFree=5936/188028
[pid=10626] ppid=10623 vsize=70712 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 46040 0 0 0 2545 3 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327171 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70712

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 10627
/proc/meminfo: memFree=31573916/32770624 swapFree=5936/188036
[pid=10626] ppid=10623 vsize=70712 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 52984 0 0 0 5103 3 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4712877 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70712

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 10628
/proc/meminfo: memFree=31562672/32770624 swapFree=5936/188072
[pid=10626] ppid=10623 vsize=70712 CPUtime=102.24 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 59911 0 0 0 10221 3 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327179 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 70712

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10629
/proc/meminfo: memFree=31562060/32770624 swapFree=5936/188104
[pid=10626] ppid=10623 vsize=70712 CPUtime=162.2 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 66828 0 0 0 16216 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327336 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 70712

[startup+222.308 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10630
/proc/meminfo: memFree=31562108/32770624 swapFree=5936/188124
[pid=10626] ppid=10623 vsize=70712 CPUtime=222.17 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 73757 0 0 0 22213 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327213 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 70712

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 10631
/proc/meminfo: memFree=31561608/32770624 swapFree=5936/188156
[pid=10626] ppid=10623 vsize=70712 CPUtime=282.12 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 80687 0 0 0 28208 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4248978 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 70712

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 10632
/proc/meminfo: memFree=31561712/32770624 swapFree=5936/188172
[pid=10626] ppid=10623 vsize=70712 CPUtime=342.07 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 81197 0 0 0 34203 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4747208 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 70712

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 10633
/proc/meminfo: memFree=31561736/32770624 swapFree=5936/188212
[pid=10626] ppid=10623 vsize=70712 CPUtime=402.04 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 81697 0 0 0 40200 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327213 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 70712

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/244 10642
/proc/meminfo: memFree=31561556/32770624 swapFree=5936/188252
[pid=10626] ppid=10623 vsize=70712 CPUtime=462 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 82212 0 0 0 46196 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4239193 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 70712

[startup+522.3 s]
/proc/loadavg: 2.12 2.07 2.05 3/244 10643
/proc/meminfo: memFree=31561744/32770624 swapFree=5936/188276
[pid=10626] ppid=10623 vsize=70712 CPUtime=521.97 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 82720 0 0 0 52193 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4248978 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 70712

[startup+582.3 s]
/proc/loadavg: 2.08 2.07 2.05 3/244 10644
/proc/meminfo: memFree=31561744/32770624 swapFree=5936/188300
[pid=10626] ppid=10623 vsize=70712 CPUtime=581.93 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 83219 0 0 0 58189 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327213 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 70712


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10691
/proc/meminfo: memFree=31558852/32770624 swapFree=5936/188792
[pid=10626] ppid=10623 vsize=70712 CPUtime=1541.37 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 91218 0 0 0 154133 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4465296 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1541.37
Current children cumulated vsize (KiB) 70712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10692
/proc/meminfo: memFree=31559240/32770624 swapFree=5936/188828
[pid=10626] ppid=10623 vsize=70712 CPUtime=1601.33 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 91718 0 0 0 160129 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5327204 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1601.33
Current children cumulated vsize (KiB) 70712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10701
/proc/meminfo: memFree=31558752/32770624 swapFree=5936/188844
[pid=10626] ppid=10623 vsize=70712 CPUtime=1661.29 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 92218 0 0 0 166125 4 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5818604 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1661.29
Current children cumulated vsize (KiB) 70712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10702
/proc/meminfo: memFree=31557988/32770624 swapFree=5936/188868
[pid=10626] ppid=10623 vsize=70712 CPUtime=1721.27 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 92718 0 0 0 172122 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5750730 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1721.27
Current children cumulated vsize (KiB) 70712

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 10703
/proc/meminfo: memFree=31558708/32770624 swapFree=5936/188892
[pid=10626] ppid=10623 vsize=70712 CPUtime=1781.23 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 93222 0 0 0 178118 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5747613 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1781.23
Current children cumulated vsize (KiB) 70712

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 10704
/proc/meminfo: memFree=31558948/32770624 swapFree=5936/188924
[pid=10626] ppid=10623 vsize=70712 CPUtime=1841.19 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 93723 0 0 0 184114 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4537271 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1841.19
Current children cumulated vsize (KiB) 70712

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 10705
/proc/meminfo: memFree=31559144/32770624 swapFree=5936/188956
[pid=10626] ppid=10623 vsize=70712 CPUtime=1901.16 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 94222 0 0 0 190111 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4747179 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1901.16
Current children cumulated vsize (KiB) 70712

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10706
/proc/meminfo: memFree=31559532/32770624 swapFree=5936/188988
[pid=10626] ppid=10623 vsize=70712 CPUtime=1961.12 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 94725 0 0 0 196107 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4709420 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 1961.12
Current children cumulated vsize (KiB) 70712

[startup+2022.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 10707
/proc/meminfo: memFree=31559552/32770624 swapFree=5936/189000
[pid=10626] ppid=10623 vsize=70712 CPUtime=2021.09 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 95225 0 0 0 202104 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4463616 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2021.09
Current children cumulated vsize (KiB) 70712

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10708
/proc/meminfo: memFree=31559240/32770624 swapFree=5936/189032
[pid=10626] ppid=10623 vsize=70712 CPUtime=2081.06 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 95727 0 0 0 208101 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4713177 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2081.06
Current children cumulated vsize (KiB) 70712

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10709
/proc/meminfo: memFree=31559404/32770624 swapFree=5936/189060
[pid=10626] ppid=10623 vsize=70712 CPUtime=2141.01 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 96227 0 0 0 214096 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4239193 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2141.01
Current children cumulated vsize (KiB) 70712

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10710
/proc/meminfo: memFree=31559652/32770624 swapFree=5936/189096
[pid=10626] ppid=10623 vsize=70712 CPUtime=2200.99 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 96727 0 0 0 220094 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 5758630 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2200.99
Current children cumulated vsize (KiB) 70712

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10718
/proc/meminfo: memFree=31559820/32770624 swapFree=5936/189124
[pid=10626] ppid=10623 vsize=70712 CPUtime=2260.95 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 97228 0 0 0 226090 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4747965 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2260.95
Current children cumulated vsize (KiB) 70712

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 10719
/proc/meminfo: memFree=31559632/32770624 swapFree=5936/189144
[pid=10626] ppid=10623 vsize=70712 CPUtime=2320.91 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 97729 0 0 0 232086 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4465328 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2320.91
Current children cumulated vsize (KiB) 70712

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10720
/proc/meminfo: memFree=31559664/32770624 swapFree=5936/189176
[pid=10626] ppid=10623 vsize=70712 CPUtime=2380.88 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 98230 0 0 0 238083 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4709390 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2380.88
Current children cumulated vsize (KiB) 70712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.5 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10720
/proc/meminfo: memFree=31560208/32770624 swapFree=5936/189180
[pid=10626] ppid=10623 vsize=70712 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 98727 0 0 0 240001 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4709414 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 70712

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

[startup+2401.5 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10720
/proc/meminfo: memFree=31560208/32770624 swapFree=5936/189180
[pid=10626] ppid=10623 vsize=70712 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/10626/stat : 10626 (MistralXCSP) R 10623 10626 9830 0 -1 4202496 98727 0 0 0 240001 5 0 0 20 0 1 0 805350 72409088 11362 33554432000 4194304 7402444 140733120697120 140733120691688 4709414 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 25567232 140733120705706 140733120705854 140733120705854 140733120708553 0
/proc/10626/statm: 17678 11362 725 784 0 10692 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 70712

Child status: 0
Real time (s): 2401.5
CPU time (s): 2400.07
CPU user time (s): 2400.02
CPU system time (s): 0.054967
CPU usage (%): 99.9405
Max. virtual memory (cumulated for all children) (KiB): 70712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.02
system time used= 0.054967
maximum resident set size= 46484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 121893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.1692 second user time and 12.4594 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 18:43:06
IDJOB=4242241
IDBENCH=133712
IDSOLVER=2622
FILE ID=node139/4242241-1500655386
RUNJOBID= node139-1500648173-9863
PBS_JOBID= 20623281
Free space on /tmp= 61984 MiB

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

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=71899087

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		: 2400.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		: 2133.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		: 2667.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		: 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		: 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		: 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		: 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:        32035208 kB
MemAvailable:   32032512 kB
Buffers:           32248 kB
Cached:           274548 kB
SwapCached:            0 kB
Active:           166256 kB
Inactive:         196488 kB
Active(anon):      58112 kB
Inactive(anon):     8568 kB
Active(file):     108144 kB
Inactive(file):   187920 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             12260 kB
Writeback:             0 kB
AnonPages:         69080 kB
Mapped:            30292 kB
Shmem:              8852 kB
Slab:              66116 kB
SReclaimable:      34148 kB
SUnreclaim:        31968 kB
KernelStack:        4512 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329000 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