Trace number 4242647

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-28SAT (TO)104 2400.01 2400.9

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c Mistral-2017-06-28
0.00/0.01	o 270
0.00/0.01	o 238
0.00/0.01	o 235
0.00/0.01	o 228
0.00/0.01	o 211
0.00/0.01	o 210
0.00/0.01	o 207
0.00/0.01	o 192
0.00/0.01	o 184
0.00/0.01	o 181
0.00/0.01	o 170
0.00/0.01	o 169
0.00/0.01	o 159
0.00/0.01	o 157
0.00/0.01	o 156
0.00/0.01	o 155
0.00/0.01	o 152
0.00/0.01	o 151
0.00/0.02	o 149
0.00/0.02	o 133
0.00/0.03	o 131
0.00/0.03	o 129
0.00/0.03	o 127
0.00/0.06	o 109
0.00/0.06	o 107
0.00/0.09	o 104
2400.00/2400.90	s SATISFIABLE
2400.00/2400.90	v <instantiation type="solution">
2400.00/2400.90	v   <list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
2400.00/2400.90	v   <values> 7 8 4 0 3 2 1 5 6 12 11 14 13 9 10 4 4 5 4 6 2 7 1 15 12 10 4 14 10 6 </values>
2400.00/2400.90	v </instantiation>

Verifier Data

OK	104

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-4242647-1500657893/watcher-4242647-1500657893 -o /tmp/evaluation-result-4242647-1500657893/solver-4242647-1500657893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500648178-2496 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 166034625 HOME/instance-4242647-1500657893.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.04 3/242 3976
/proc/meminfo: memFree=32003260/32770624 swapFree=5804/211012
[pid=3976] ppid=3973 vsize=30464 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1464 0 0 0 0 0 0 0 20 0 1 0 1057995 31195136 1264 33554432000 4194304 7402444 140732158014144 140732158005656 140427827084384 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1264 690 784 0 630 0

[startup+0.100125 s]
/proc/loadavg: 2.04 2.01 2.04 3/242 3976
/proc/meminfo: memFree=32003260/32770624 swapFree=5804/211012
[pid=3976] ppid=3973 vsize=30464 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1499 0 0 0 9 0 0 0 20 0 1 0 1057995 31195136 1330 33554432000 4194304 7402444 140732158014144 140732158009160 4747183 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1330 709 784 0 630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30464

[startup+0.200256 s]
/proc/loadavg: 2.04 2.01 2.04 3/242 3976
/proc/meminfo: memFree=32003260/32770624 swapFree=5804/211012
[pid=3976] ppid=3973 vsize=30464 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1499 0 0 0 19 0 0 0 20 0 1 0 1057995 31195136 1330 33554432000 4194304 7402444 140732158014144 140732158009160 4248695 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1330 709 784 0 630 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30464

[startup+0.300208 s]
/proc/loadavg: 2.04 2.01 2.04 3/242 3976
/proc/meminfo: memFree=32003260/32770624 swapFree=5804/211012
[pid=3976] ppid=3973 vsize=30464 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1499 0 0 0 29 0 0 0 20 0 1 0 1057995 31195136 1330 33554432000 4194304 7402444 140732158014144 140732158009160 5877986 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1330 709 784 0 630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30464

[startup+0.700177 s]
/proc/loadavg: 2.04 2.01 2.04 3/242 3976
/proc/meminfo: memFree=32003260/32770624 swapFree=5804/211012
[pid=3976] ppid=3973 vsize=30464 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1499 0 0 0 69 0 0 0 20 0 1 0 1057995 31195136 1330 33554432000 4194304 7402444 140732158014144 140732158009160 5754016 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1330 709 784 0 630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30464

[startup+1.50018 s]
/proc/loadavg: 2.04 2.01 2.04 3/243 3977
/proc/meminfo: memFree=32000352/32770624 swapFree=5804/211020
[pid=3976] ppid=3973 vsize=30464 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1499 0 0 0 149 0 0 0 20 0 1 0 1057995 31195136 1330 33554432000 4194304 7402444 140732158014144 140732158009160 4484571 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1330 709 784 0 630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30464

[startup+3.10018 s]
/proc/loadavg: 2.04 2.01 2.04 3/243 3977
/proc/meminfo: memFree=31999856/32770624 swapFree=5804/211020
[pid=3976] ppid=3973 vsize=30464 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1728 0 0 0 309 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5872774 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30464

[startup+6.30018 s]
/proc/loadavg: 2.04 2.01 2.04 3/243 3977
/proc/meminfo: memFree=31998912/32770624 swapFree=5804/211020
[pid=3976] ppid=3973 vsize=30464 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 1952 0 0 0 629 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484558 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30464

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.04 3/243 3978
/proc/meminfo: memFree=31999416/32770624 swapFree=5804/211016
[pid=3976] ppid=3973 vsize=30464 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 2181 0 0 0 1269 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5877779 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30464

[startup+25.5002 s]
/proc/loadavg: 2.03 2.01 2.04 3/243 3978
/proc/meminfo: memFree=31999292/32770624 swapFree=5804/211036
[pid=3976] ppid=3973 vsize=30464 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 2629 0 0 0 2548 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4747374 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30464

[startup+51.1002 s]
/proc/loadavg: 2.09 2.03 2.05 3/243 3978
/proc/meminfo: memFree=31999664/32770624 swapFree=5804/211048
[pid=3976] ppid=3973 vsize=30464 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 2853 0 0 0 5107 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5871069 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30464

[startup+102.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/243 3979
/proc/meminfo: memFree=31999796/32770624 swapFree=5804/211092
[pid=3976] ppid=3973 vsize=30464 CPUtime=102.26 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 3077 0 0 0 10226 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5871069 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30464

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 3980
/proc/meminfo: memFree=32000248/32770624 swapFree=5804/211124
[pid=3976] ppid=3973 vsize=30464 CPUtime=162.23 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 3301 0 0 0 16223 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484602 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 30464

[startup+222.308 s]
/proc/loadavg: 2.01 2.01 2.05 3/243 3982
/proc/meminfo: memFree=32000708/32770624 swapFree=5804/211172
[pid=3976] ppid=3973 vsize=30464 CPUtime=222.22 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 3525 0 0 0 22222 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4377616 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 30464

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 3983
/proc/meminfo: memFree=32000956/32770624 swapFree=5804/211216
[pid=3976] ppid=3973 vsize=30464 CPUtime=282.19 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 3749 0 0 0 28219 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484558 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30464

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 3991
/proc/meminfo: memFree=31999380/32770624 swapFree=5804/211256
[pid=3976] ppid=3973 vsize=30464 CPUtime=342.17 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 3973 0 0 0 34217 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5750759 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 30464

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3992
/proc/meminfo: memFree=31999496/32770624 swapFree=5804/211292
[pid=3976] ppid=3973 vsize=30464 CPUtime=402.14 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 4196 0 0 0 40214 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484555 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 30464

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3993
/proc/meminfo: memFree=31999276/32770624 swapFree=5804/211328
[pid=3976] ppid=3973 vsize=30464 CPUtime=462.12 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 4421 0 0 0 46212 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484415 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 30464

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3994
/proc/meminfo: memFree=31999376/32770624 swapFree=5804/211368
[pid=3976] ppid=3973 vsize=30464 CPUtime=522.1 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 4645 0 0 0 52210 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484388 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 30464

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3995
/proc/meminfo: memFree=31998980/32770624 swapFree=5804/211408
[pid=3976] ppid=3973 vsize=30464 CPUtime=582.08 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 4869 0 0 0 58208 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484504 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 30464


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4026
/proc/meminfo: memFree=31995400/32770624 swapFree=5804/211808
[pid=3976] ppid=3973 vsize=30464 CPUtime=1541.73 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 8452 0 0 0 154173 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484562 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 30464

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4027
/proc/meminfo: memFree=31995260/32770624 swapFree=5804/211840
[pid=3976] ppid=3973 vsize=30464 CPUtime=1601.71 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 8676 0 0 0 160171 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4529236 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 30464

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4028
/proc/meminfo: memFree=31995704/32770624 swapFree=5804/211876
[pid=3976] ppid=3973 vsize=30464 CPUtime=1661.68 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 8900 0 0 0 166168 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484544 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 30464

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4029
/proc/meminfo: memFree=31995716/32770624 swapFree=5804/211908
[pid=3976] ppid=3973 vsize=30464 CPUtime=1721.66 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 9123 0 0 0 172166 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484753 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 30464

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4030
/proc/meminfo: memFree=31996288/32770624 swapFree=5804/211952
[pid=3976] ppid=3973 vsize=30464 CPUtime=1781.64 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 9346 0 0 0 178164 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4747106 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 30464

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4032
/proc/meminfo: memFree=31995464/32770624 swapFree=5804/211988
[pid=3976] ppid=3973 vsize=30464 CPUtime=1841.62 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 9569 0 0 0 184162 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4747291 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1841.62
Current children cumulated vsize (KiB) 30464

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4033
/proc/meminfo: memFree=31995332/32770624 swapFree=5804/212028
[pid=3976] ppid=3973 vsize=30464 CPUtime=1901.6 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 9793 0 0 0 190160 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4484614 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1901.6
Current children cumulated vsize (KiB) 30464

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4034
/proc/meminfo: memFree=31995472/32770624 swapFree=5804/212060
[pid=3976] ppid=3973 vsize=30464 CPUtime=1961.57 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 10017 0 0 0 196157 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4378386 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 1961.57
Current children cumulated vsize (KiB) 30464

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4036
/proc/meminfo: memFree=31995816/32770624 swapFree=5804/212096
[pid=3976] ppid=3973 vsize=30464 CPUtime=2021.55 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 10241 0 0 0 202155 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5753888 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2021.55
Current children cumulated vsize (KiB) 30464

[startup+2082.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4037
/proc/meminfo: memFree=31996108/32770624 swapFree=5804/212148
[pid=3976] ppid=3973 vsize=30464 CPUtime=2081.54 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 10464 0 0 0 208154 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5870983 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2081.54
Current children cumulated vsize (KiB) 30464

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 4046
/proc/meminfo: memFree=31995800/32770624 swapFree=5804/212188
[pid=3976] ppid=3973 vsize=30464 CPUtime=2141.51 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 10689 0 0 0 214151 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5818398 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2141.51
Current children cumulated vsize (KiB) 30464

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/245 4070
/proc/meminfo: memFree=31996040/32770624 swapFree=5804/212224
[pid=3976] ppid=3973 vsize=30464 CPUtime=2201.49 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 10913 0 0 0 220149 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5870996 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2201.49
Current children cumulated vsize (KiB) 30464

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/245 4071
/proc/meminfo: memFree=31997252/32770624 swapFree=5804/212260
[pid=3976] ppid=3973 vsize=30464 CPUtime=2261.46 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 11137 0 0 0 226146 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5754022 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2261.46
Current children cumulated vsize (KiB) 30464

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/245 4204
/proc/meminfo: memFree=31797392/32770624 swapFree=5804/212672
[pid=3976] ppid=3973 vsize=30464 CPUtime=2321.44 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 11361 0 0 0 232144 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 4379264 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2321.44
Current children cumulated vsize (KiB) 30464

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/245 4205
/proc/meminfo: memFree=31369228/32770624 swapFree=5804/212732
[pid=3976] ppid=3973 vsize=30464 CPUtime=2381.41 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 11585 0 0 0 238141 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5877927 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2381.41
Current children cumulated vsize (KiB) 30464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 4205
/proc/meminfo: memFree=31309056/32770624 swapFree=5804/212740
[pid=3976] ppid=3973 vsize=30464 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 11809 0 0 0 240000 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5874850 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 30464

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

[startup+2400.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 4205
/proc/meminfo: memFree=31309056/32770624 swapFree=5804/212740
[pid=3976] ppid=3973 vsize=30464 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/3976/stat : 3976 (MistralXCSP) R 3973 3976 2464 0 -1 4202496 11809 0 0 0 240000 0 0 0 20 0 1 0 1057995 31195136 1331 33554432000 4194304 7402444 140732158014144 140732158009160 5874850 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 30879744 140732158018729 140732158018878 140732158018878 140732158021577 0
/proc/3976/statm: 7616 1331 709 784 0 630 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 30464

Child status: 0
Real time (s): 2400.9
CPU time (s): 2400.01
CPU user time (s): 2400.01
CPU system time (s): 0.004998
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 30464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.004998
maximum resident set size= 5356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11848
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= 10
involuntary context switches= 120648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.762 second user time and 10.1304 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-21 19:24:53
IDJOB=4242647
IDBENCH=135732
IDSOLVER=2622
FILE ID=node117/4242647-1500657893
RUNJOBID= node117-1500648178-2496
PBS_JOBID= 20623301
Free space on /tmp= 61996 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.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-4242647-1500657893/watcher-4242647-1500657893 -o /tmp/evaluation-result-4242647-1500657893/solver-4242647-1500657893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500648178-2496 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 166034625 HOME/instance-4242647-1500657893.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=166034625

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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		: 1867.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.92
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		: 1733.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.92
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		: 2668.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.92
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	: 5333.92
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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:        32003336 kB
MemAvailable:   31998724 kB
Buffers:           31308 kB
Cached:           276568 kB
SwapCached:            0 kB
Active:           175384 kB
Inactive:         219708 kB
Active(anon):      90252 kB
Inactive(anon):     8696 kB
Active(file):      85132 kB
Inactive(file):   211012 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5764 kB
Writeback:             0 kB
AnonPages:         96788 kB
Mapped:            30196 kB
Shmem:              8840 kB
Slab:              61796 kB
SReclaimable:      30160 kB
SUnreclaim:        31636 kB
KernelStack:        4544 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61960 MiB
End job on node117 at 2017-07-21 20:04:54