Trace number 4243011

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Mistral-2.0 2017-06-28? (TO) 2400.07 2401

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.06/2401.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243011-1500665014/watcher-4243011-1500665014 -o /tmp/evaluation-result-4243011-1500665014/solver-4243011-1500665014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500648174-2479 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 359441238 HOME/instance-4243011-1500665014.xml 

pid=4910
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.03 2.04 3/243 4913
/proc/meminfo: memFree=31998576/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=29204 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 1769071 29904896 868 33554432000 4194304 7402444 140736740737328 140736740732616 140418589170661 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 7301 868 610 784 0 315 0

[startup+0.100138 s]
/proc/loadavg: 2.00 2.03 2.04 3/243 4913
/proc/meminfo: memFree=31998576/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=29600 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 1233 0 0 0 9 0 0 0 20 0 1 0 1769071 30310400 1038 33554432000 4194304 7402444 140736740737328 140736740728696 140418589170661 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 7400 1038 666 784 0 414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29600

[startup+0.200282 s]
/proc/loadavg: 2.00 2.03 2.04 3/243 4913
/proc/meminfo: memFree=31998576/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=30316 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 1388 0 0 0 19 0 0 0 20 0 1 0 1769071 31043584 1212 33554432000 4194304 7402444 140736740737328 140736740730568 140418589170661 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 7579 1212 666 784 0 593 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30316

[startup+0.300245 s]
/proc/loadavg: 2.00 2.03 2.04 3/243 4913
/proc/meminfo: memFree=31998576/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=31028 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 1561 0 0 0 29 0 0 0 20 0 1 0 1769071 31772672 1367 33554432000 4194304 7402444 140736740737328 140736740730568 140418589170661 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 7757 1367 666 784 0 771 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31028

[startup+0.700218 s]
/proc/loadavg: 2.00 2.03 2.04 3/243 4913
/proc/meminfo: memFree=31998576/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=33228 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 2218 0 0 0 69 0 0 0 20 0 1 0 1769071 34025472 1953 33554432000 4194304 7402444 140736740737328 140736740726136 5877178 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 8307 1953 730 784 0 1321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33228

[startup+1.50023 s]
/proc/loadavg: 2.00 2.03 2.04 3/244 4914
/proc/meminfo: memFree=31991500/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=36948 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 3134 0 0 0 149 0 0 0 20 0 1 0 1769071 37834752 2877 33554432000 4194304 7402444 140736740737328 140736740727896 6048016 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 9237 2877 730 784 0 2251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36948

[startup+3.10022 s]
/proc/loadavg: 2.00 2.03 2.04 3/244 4914
/proc/meminfo: memFree=31986292/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=42704 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 5036 0 0 0 309 0 0 0 20 0 1 0 1769071 43728896 4261 33554432000 4194304 7402444 140736740737328 140736740727976 6057047 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 10676 4261 730 784 0 3690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42704

[startup+6.30021 s]
/proc/loadavg: 2.00 2.03 2.04 3/244 4914
/proc/meminfo: memFree=31972900/32770624 swapFree=5800/220208
[pid=4913] ppid=4910 vsize=55368 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 10599 0 0 0 628 1 0 0 20 0 1 0 1769071 56696832 7508 33554432000 4194304 7402444 140736740737328 140736740727976 5898020 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 13842 7508 730 784 0 6856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55368

[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 2.04 3/244 4914
/proc/meminfo: memFree=31944764/32770624 swapFree=5800/220068
[pid=4913] ppid=4910 vsize=80792 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 20491 0 0 0 1266 2 0 0 20 0 1 0 1769071 82731008 13801 33554432000 4194304 7402444 140736740737328 140736740727896 6057057 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 20198 13801 730 784 0 13212 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 80792

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.04 3/244 4914
/proc/meminfo: memFree=31916932/32770624 swapFree=5800/220068
[pid=4913] ppid=4910 vsize=107288 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 39746 0 0 0 2544 4 0 0 20 0 1 0 1769071 109862912 20551 33554432000 4194304 7402444 140736740737328 140736740731912 5750519 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 26822 20551 768 784 0 19836 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 107288

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.04 3/244 4914
/proc/meminfo: memFree=31915884/32770624 swapFree=5800/220068
[pid=4913] ppid=4910 vsize=107420 CPUtime=51.05 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 41271 0 0 0 5101 4 0 0 20 0 1 0 1769071 109998080 20608 33554432000 4194304 7402444 140736740737328 140736740731912 5750519 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 26855 20608 768 784 0 19869 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 107420

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/243 5055
/proc/meminfo: memFree=31937416/32770624 swapFree=5800/220644
[pid=4913] ppid=4910 vsize=108560 CPUtime=102.24 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 42316 0 0 0 10220 4 0 0 20 0 1 0 1769071 111165440 20870 33554432000 4194304 7402444 140736740737328 140736740731624 4747338 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27140 20870 768 784 0 20154 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 108560

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.04 3/243 5121
/proc/meminfo: memFree=31865412/32770624 swapFree=5800/220532
[pid=4913] ppid=4910 vsize=108824 CPUtime=162.21 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 43372 0 0 0 16217 4 0 0 20 0 1 0 1769071 111435776 20949 33554432000 4194304 7402444 140736740737328 140736740731912 4713185 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20949 768 784 0 20220 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 108824

[startup+222.308 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 5122
/proc/meminfo: memFree=31864396/32770624 swapFree=5800/220848
[pid=4913] ppid=4910 vsize=108824 CPUtime=222.19 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 44366 0 0 0 22215 4 0 0 20 0 1 0 1769071 111435776 20955 33554432000 4194304 7402444 140736740737328 140736740731912 5821520 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20955 768 784 0 20220 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 108824

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 5124
/proc/meminfo: memFree=31864912/32770624 swapFree=5800/220848
[pid=4913] ppid=4910 vsize=108824 CPUtime=282.16 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 45347 0 0 0 28212 4 0 0 20 0 1 0 1769071 111435776 20956 33554432000 4194304 7402444 140736740737328 140736740731912 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20956 768 784 0 20220 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 108824

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5125
/proc/meminfo: memFree=31866576/32770624 swapFree=5800/220992
[pid=4913] ppid=4910 vsize=108824 CPUtime=342.14 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 46356 0 0 0 34210 4 0 0 20 0 1 0 1769071 111435776 20956 33554432000 4194304 7402444 140736740737328 140736740731912 5750459 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20956 768 784 0 20220 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 108824

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5134
/proc/meminfo: memFree=31865072/32770624 swapFree=5800/221080
[pid=4913] ppid=4910 vsize=108824 CPUtime=402.12 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 47343 0 0 0 40208 4 0 0 20 0 1 0 1769071 111435776 20956 33554432000 4194304 7402444 140736740737328 140736740731912 5870996 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20956 768 784 0 20220 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 108824

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 5135
/proc/meminfo: memFree=31865792/32770624 swapFree=5800/221080
[pid=4913] ppid=4910 vsize=108824 CPUtime=462.09 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 48340 0 0 0 46205 4 0 0 20 0 1 0 1769071 111435776 20956 33554432000 4194304 7402444 140736740737328 140736740731912 5324450 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27206 20956 768 784 0 20220 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 108824

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 5136
/proc/meminfo: memFree=31865696/32770624 swapFree=5800/221080
[pid=4913] ppid=4910 vsize=108956 CPUtime=522.07 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 49460 0 0 0 52203 4 0 0 20 0 1 0 1769071 111570944 20999 33554432000 4194304 7402444 140736740737328 140736740731624 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27239 20999 768 784 0 20253 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 108956

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5137
/proc/meminfo: memFree=31865892/32770624 swapFree=5800/221080
[pid=4913] ppid=4910 vsize=108956 CPUtime=582.05 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 50450 0 0 0 58201 4 0 0 20 0 1 0 1769071 111570944 20999 33554432000 4194304 7402444 140736740737328 140736740731624 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27239 20999 768 784 0 20253 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 108956


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 5159
/proc/meminfo: memFree=31861904/32770624 swapFree=5800/221632
[pid=4913] ppid=4910 vsize=109088 CPUtime=1481.7 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 66451 0 0 0 148166 4 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5324390 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 109088

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5160
/proc/meminfo: memFree=31863596/32770624 swapFree=5800/221828
[pid=4913] ppid=4910 vsize=109088 CPUtime=1541.68 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 67521 0 0 0 154164 4 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5750704 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 109088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5168
/proc/meminfo: memFree=31862276/32770624 swapFree=5800/221848
[pid=4913] ppid=4910 vsize=109088 CPUtime=1601.65 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 68587 0 0 0 160161 4 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 109088

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 5169
/proc/meminfo: memFree=31863080/32770624 swapFree=5800/221848
[pid=4913] ppid=4910 vsize=109088 CPUtime=1661.63 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 69641 0 0 0 166159 4 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4248830 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 109088

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/243 5170
/proc/meminfo: memFree=31862172/32770624 swapFree=5800/221848
[pid=4913] ppid=4910 vsize=109088 CPUtime=1721.6 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 70700 0 0 0 172156 4 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5871010 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 109088

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 5171
/proc/meminfo: memFree=31862448/32770624 swapFree=5800/221848
[pid=4913] ppid=4910 vsize=109088 CPUtime=1781.59 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 71815 0 0 0 178154 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4747176 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 109088

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 5172
/proc/meminfo: memFree=31862688/32770624 swapFree=5800/222004
[pid=4913] ppid=4910 vsize=109088 CPUtime=1841.57 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 72842 0 0 0 184152 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4708304 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1841.57
Current children cumulated vsize (KiB) 109088

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 5174
/proc/meminfo: memFree=31864260/32770624 swapFree=5800/222004
[pid=4913] ppid=4910 vsize=109088 CPUtime=1901.54 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 73872 0 0 0 190149 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5750775 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1901.54
Current children cumulated vsize (KiB) 109088

[startup+1962.3 s]
/proc/loadavg: 2.10 2.05 2.05 3/243 5175
/proc/meminfo: memFree=31864104/32770624 swapFree=5800/222004
[pid=4913] ppid=4910 vsize=109088 CPUtime=1961.52 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 74950 0 0 0 196147 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5818658 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 1961.52
Current children cumulated vsize (KiB) 109088

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/243 5176
/proc/meminfo: memFree=31863016/32770624 swapFree=5800/222004
[pid=4913] ppid=4910 vsize=109088 CPUtime=2021.5 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 76008 0 0 0 202145 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4747927 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 2021.5
Current children cumulated vsize (KiB) 109088

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 5178
/proc/meminfo: memFree=31863176/32770624 swapFree=5800/222004
[pid=4913] ppid=4910 vsize=109088 CPUtime=2081.48 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 77092 0 0 0 208143 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4747269 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 2081.48
Current children cumulated vsize (KiB) 109088

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/243 5179
/proc/meminfo: memFree=31863804/32770624 swapFree=5800/222216
[pid=4913] ppid=4910 vsize=109088 CPUtime=2141.45 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 78116 0 0 0 214140 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 4238508 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 2141.45
Current children cumulated vsize (KiB) 109088

[startup+2202.31 s]
/proc/loadavg: 2.09 2.05 2.05 3/243 5187
/proc/meminfo: memFree=31863292/32770624 swapFree=5796/222256
[pid=4913] ppid=4910 vsize=109088 CPUtime=2201.44 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 79200 0 0 0 220139 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5877640 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 2201.44
Current children cumulated vsize (KiB) 109088

[startup+2262.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/244 5211
/proc/meminfo: memFree=31861760/32770624 swapFree=5796/222256
[pid=4913] ppid=4910 vsize=109088 CPUtime=2261.41 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 80261 0 0 0 226136 5 0 0 20 0 1 0 1769071 111706112 21024 33554432000 4194304 7402444 140736740737328 140736740731928 5758660 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21024 768 784 0 20286 0
Current children cumulated CPU time (s) 2261.41
Current children cumulated vsize (KiB) 109088

[startup+2322.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/244 5212
/proc/meminfo: memFree=31860332/32770624 swapFree=5796/222256
[pid=4913] ppid=4910 vsize=109088 CPUtime=2321.38 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 81396 0 0 0 232133 5 0 0 20 0 1 0 1769071 111706112 21043 33554432000 4194304 7402444 140736740737328 140736740731928 5750519 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21043 768 784 0 20286 0
Current children cumulated CPU time (s) 2321.38
Current children cumulated vsize (KiB) 109088

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/244 5213
/proc/meminfo: memFree=31861280/32770624 swapFree=5796/222256
[pid=4913] ppid=4910 vsize=109088 CPUtime=2381.36 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 82464 0 0 0 238131 5 0 0 20 0 1 0 1769071 111706112 21047 33554432000 4194304 7402444 140736740737328 140736740731928 5750496 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21047 768 784 0 20286 0
Current children cumulated CPU time (s) 2381.36
Current children cumulated vsize (KiB) 109088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401 s]
/proc/loadavg: 2.00 2.03 2.05 3/244 5214
/proc/meminfo: memFree=31861324/32770624 swapFree=5796/222256
[pid=4913] ppid=4910 vsize=109088 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/4913/stat : 4913 (MistralXCSP) R 4910 4913 2447 0 -1 4202496 83120 0 0 0 240000 6 0 0 20 0 1 0 1769071 111706112 21047 33554432000 4194304 7402444 140736740737328 140736740731928 4747334 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 42938368 140736740742313 140736740742462 140736740742462 140736740745161 0
/proc/4913/statm: 27272 21047 768 784 0 20286 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 109088

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

Child status: 0
Real time (s): 2401
CPU time (s): 2400.07
CPU user time (s): 2400
CPU system time (s): 0.060976
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 109088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.060976
maximum resident set size= 84212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83155
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= 33
involuntary context switches= 120761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.41751 second user time and 12.0983 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-21 21:23:34
IDJOB=4243011
IDBENCH=138550
IDSOLVER=2622
FILE ID=node127/4243011-1500665014
RUNJOBID= node127-1500648174-2479
PBS_JOBID= 20623293
Free space on /tmp= 61980 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.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-4243011-1500665014/watcher-4243011-1500665014 -o /tmp/evaluation-result-4243011-1500665014/solver-4243011-1500665014 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500648174-2479 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 359441238 HOME/instance-4243011-1500665014.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=359441238

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        31998632 kB
MemAvailable:   32003500 kB
Buffers:           33836 kB
Cached:           282880 kB
SwapCached:            0 kB
Active:           170076 kB
Inactive:         228908 kB
Active(anon):      84776 kB
Inactive(anon):     8700 kB
Active(file):      85300 kB
Inactive(file):   220208 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5688 kB
Writeback:             0 kB
AnonPages:         94284 kB
Mapped:            31136 kB
Shmem:              8840 kB
Slab:              62980 kB
SReclaimable:      30388 kB
SUnreclaim:        32592 kB
KernelStack:        4256 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61972 MiB
End job on node127 at 2017-07-21 22:03:35