Trace number 4242572

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.1 2400.8

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
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 variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.09/2400.80	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-4242572-1500657796/watcher-4242572-1500657796 -o /tmp/evaluation-result-4242572-1500657796/solver-4242572-1500657796 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500648174-9882 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1265001843 HOME/instance-4242572-1500657796.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12278
/proc/meminfo: memFree=31665840/32770624 swapFree=5660/191024
[pid=12278] ppid=12275 vsize=29056 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 1006 0 0 0 1 0 0 0 20 0 1 0 1046760 29753344 828 33554432000 4194304 7402444 140723394291552 140723394288600 139643901901797 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 7264 828 593 784 0 278 0

[startup+0.100126 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12278
/proc/meminfo: memFree=31665840/32770624 swapFree=5660/191024
[pid=12278] ppid=12275 vsize=38304 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 3578 0 0 0 9 0 0 0 20 0 1 0 1046760 39223296 3183 33554432000 4194304 7402444 140723394291552 140723394284792 5889026 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 9576 3183 617 784 0 2590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38304

[startup+0.200326 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12278
/proc/meminfo: memFree=31665840/32770624 swapFree=5660/191024
[pid=12278] ppid=12275 vsize=41084 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 4316 0 0 0 19 0 0 0 20 0 1 0 1046760 42070016 3908 33554432000 4194304 7402444 140723394291552 140723394284792 5979095 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 10271 3908 675 784 0 3285 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 41084

[startup+0.300263 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12278
/proc/meminfo: memFree=31665840/32770624 swapFree=5660/191024
[pid=12278] ppid=12275 vsize=44980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 5286 0 0 0 29 0 0 0 20 0 1 0 1046760 46059520 4898 33554432000 4194304 7402444 140723394291552 140723394282072 4731480 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 11245 4898 677 784 0 4259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44980

[startup+0.700198 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12278
/proc/meminfo: memFree=31665840/32770624 swapFree=5660/191024
[pid=12278] ppid=12275 vsize=54672 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 7678 0 0 0 68 1 0 0 20 0 1 0 1046760 55984128 7274 33554432000 4194304 7402444 140723394291552 140723394282152 4731480 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 13668 7274 677 784 0 6682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54672

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31631832/32770624 swapFree=5660/191064
[pid=12278] ppid=12275 vsize=61776 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 9506 0 0 0 148 1 0 0 20 0 1 0 1046760 63258624 9122 33554432000 4194304 7402444 140723394291552 140723394286184 4464149 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15444 9122 714 784 0 8458 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61776

[startup+3.10024 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31631352/32770624 swapFree=5660/191064
[pid=12278] ppid=12275 vsize=61776 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 16076 0 0 0 307 1 0 0 20 0 1 0 1046760 63258624 9147 33554432000 4194304 7402444 140723394291552 140723394286184 4709497 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15444 9147 714 784 0 8458 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 61776

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31630584/32770624 swapFree=5660/191072
[pid=12278] ppid=12275 vsize=61908 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 22658 0 0 0 627 2 0 0 20 0 1 0 1046760 63393792 9154 33554432000 4194304 7402444 140723394291552 140723394286136 5698142 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9154 714 784 0 8491 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61908

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31630080/32770624 swapFree=5660/191076
[pid=12278] ppid=12275 vsize=61908 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 29244 0 0 0 1266 2 0 0 20 0 1 0 1046760 63393792 9160 33554432000 4194304 7402444 140723394291552 140723394286136 5324648 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9160 714 784 0 8491 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61908

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31629948/32770624 swapFree=5660/191092
[pid=12278] ppid=12275 vsize=61908 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 42414 0 0 0 2545 3 0 0 20 0 1 0 1046760 63393792 9171 33554432000 4194304 7402444 140723394291552 140723394286136 5324407 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9171 714 784 0 8491 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61908

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12279
/proc/meminfo: memFree=31630080/32770624 swapFree=5660/191104
[pid=12278] ppid=12275 vsize=61908 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 49024 0 0 0 5103 3 0 0 20 0 1 0 1046760 63393792 9174 33554432000 4194304 7402444 140723394291552 140723394286136 4747422 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9174 714 784 0 8491 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61908

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12280
/proc/meminfo: memFree=31629668/32770624 swapFree=5660/191148
[pid=12278] ppid=12275 vsize=61908 CPUtime=102.25 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 55633 0 0 0 10221 4 0 0 20 0 1 0 1046760 63393792 9177 33554432000 4194304 7402444 140723394291552 140723394286136 5324390 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9177 714 784 0 8491 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61908

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/246 12347
/proc/meminfo: memFree=31968840/32770624 swapFree=5660/191252
[pid=12278] ppid=12275 vsize=61908 CPUtime=162.2 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 62256 0 0 0 16216 4 0 0 20 0 1 0 1046760 63393792 9184 33554432000 4194304 7402444 140723394291552 140723394286136 5750706 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9184 714 784 0 8491 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 61908

[startup+222.308 s]
/proc/loadavg: 2.08 2.05 2.05 3/246 12348
/proc/meminfo: memFree=31968580/32770624 swapFree=5660/191280
[pid=12278] ppid=12275 vsize=61908 CPUtime=222.19 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 62770 0 0 0 22215 4 0 0 20 0 1 0 1046760 63393792 9185 33554432000 4194304 7402444 140723394291552 140723394286136 5324450 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15477 9185 714 784 0 8491 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 61908

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/246 12349
/proc/meminfo: memFree=31968656/32770624 swapFree=5660/191320
[pid=12278] ppid=12275 vsize=62484 CPUtime=282.17 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 63427 0 0 0 28213 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4709414 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 62484

[startup+342.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/246 12351
/proc/meminfo: memFree=31968020/32770624 swapFree=5660/191352
[pid=12278] ppid=12275 vsize=62484 CPUtime=342.15 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 63746 0 0 0 34211 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5696137 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 62484

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/246 12352
/proc/meminfo: memFree=31968324/32770624 swapFree=5660/191392
[pid=12278] ppid=12275 vsize=62484 CPUtime=402.13 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 64061 0 0 0 40209 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4467510 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 62484

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/246 12360
/proc/meminfo: memFree=31968300/32770624 swapFree=5660/191440
[pid=12278] ppid=12275 vsize=62484 CPUtime=462.11 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 64383 0 0 0 46207 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4709427 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 62484

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/246 12361
/proc/meminfo: memFree=31968200/32770624 swapFree=5660/191480
[pid=12278] ppid=12275 vsize=62484 CPUtime=522.1 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 64704 0 0 0 52206 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5695885 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 62484

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/246 12362
/proc/meminfo: memFree=31968396/32770624 swapFree=5660/191504
[pid=12278] ppid=12275 vsize=62484 CPUtime=582.08 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 65017 0 0 0 58204 4 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5695876 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 62484


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12385
/proc/meminfo: memFree=31966072/32770624 swapFree=5660/192052
[pid=12278] ppid=12275 vsize=62484 CPUtime=1481.84 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 69806 0 0 0 148179 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4467320 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 62484

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 12386
/proc/meminfo: memFree=31967676/32770624 swapFree=5660/191912
[pid=12278] ppid=12275 vsize=62484 CPUtime=1541.83 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 70120 0 0 0 154178 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5324407 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 62484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12388
/proc/meminfo: memFree=31966392/32770624 swapFree=5660/191960
[pid=12278] ppid=12275 vsize=62484 CPUtime=1601.81 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 70451 0 0 0 160176 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5324390 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 62484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12396
/proc/meminfo: memFree=31965408/32770624 swapFree=5660/192000
[pid=12278] ppid=12275 vsize=62484 CPUtime=1661.79 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 70779 0 0 0 166174 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5695885 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 62484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12397
/proc/meminfo: memFree=31966580/32770624 swapFree=5660/192032
[pid=12278] ppid=12275 vsize=62484 CPUtime=1721.78 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 71094 0 0 0 172173 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5324442 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 62484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12398
/proc/meminfo: memFree=31966296/32770624 swapFree=5660/192068
[pid=12278] ppid=12275 vsize=62484 CPUtime=1781.76 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 71408 0 0 0 178171 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4464003 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 62484

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/246 12399
/proc/meminfo: memFree=31966468/32770624 swapFree=5660/192104
[pid=12278] ppid=12275 vsize=62484 CPUtime=1841.75 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 71728 0 0 0 184170 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5324454 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1841.75
Current children cumulated vsize (KiB) 62484

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/246 12400
/proc/meminfo: memFree=31966360/32770624 swapFree=5660/192152
[pid=12278] ppid=12275 vsize=62484 CPUtime=1901.73 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 72043 0 0 0 190168 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4747176 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1901.73
Current children cumulated vsize (KiB) 62484

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/246 12402
/proc/meminfo: memFree=31965844/32770624 swapFree=5660/192180
[pid=12278] ppid=12275 vsize=62484 CPUtime=1961.71 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 72357 0 0 0 196166 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4709420 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 1961.71
Current children cumulated vsize (KiB) 62484

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12403
/proc/meminfo: memFree=31966720/32770624 swapFree=5660/192216
[pid=12278] ppid=12275 vsize=62484 CPUtime=2021.69 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 72683 0 0 0 202164 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4240627 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2021.69
Current children cumulated vsize (KiB) 62484

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12404
/proc/meminfo: memFree=31965544/32770624 swapFree=5660/192248
[pid=12278] ppid=12275 vsize=62484 CPUtime=2081.69 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 73007 0 0 0 208164 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5695885 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2081.69
Current children cumulated vsize (KiB) 62484

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/246 12406
/proc/meminfo: memFree=31965544/32770624 swapFree=5660/192296
[pid=12278] ppid=12275 vsize=62484 CPUtime=2141.66 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 73331 0 0 0 214161 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4747743 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2141.66
Current children cumulated vsize (KiB) 62484

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/246 12407
/proc/meminfo: memFree=31966156/32770624 swapFree=5660/192340
[pid=12278] ppid=12275 vsize=62484 CPUtime=2201.65 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 73645 0 0 0 220160 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4709390 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2201.65
Current children cumulated vsize (KiB) 62484

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/247 12416
/proc/meminfo: memFree=31965560/32770624 swapFree=5660/192372
[pid=12278] ppid=12275 vsize=62484 CPUtime=2261.63 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 73966 0 0 0 226158 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5324450 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2261.63
Current children cumulated vsize (KiB) 62484

[startup+2322.3 s]
/proc/loadavg: 2.15 2.05 2.06 3/247 12439
/proc/meminfo: memFree=31966352/32770624 swapFree=5660/192420
[pid=12278] ppid=12275 vsize=62484 CPUtime=2321.61 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 74294 0 0 0 232156 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 5695872 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2321.61
Current children cumulated vsize (KiB) 62484

[startup+2382.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/247 12440
/proc/meminfo: memFree=31966700/32770624 swapFree=5660/192460
[pid=12278] ppid=12275 vsize=62484 CPUtime=2381.6 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 74627 0 0 0 238155 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4465353 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2381.6
Current children cumulated vsize (KiB) 62484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.8 s]
/proc/loadavg: 2.04 2.04 2.05 3/247 12441
/proc/meminfo: memFree=31966404/32770624 swapFree=5660/192496
[pid=12278] ppid=12275 vsize=62484 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/12278/stat : 12278 (MistralXCSP) R 12275 12278 9850 0 -1 4202496 74883 0 0 0 240004 5 0 0 20 0 1 0 1046760 63983616 9302 33554432000 4194304 7402444 140723394291552 140723394286184 4232163 0 0 4096 16386 0 0 0 17 8 0 0 0 0 0 9500608 9505824 40239104 140723394294952 140723394295102 140723394295102 140723394297801 0
/proc/12278/statm: 15621 9302 714 784 0 8635 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 62484

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

Child status: 0
Real time (s): 2400.8
CPU time (s): 2400.1
CPU user time (s): 2400.05
CPU system time (s): 0.053984
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 62484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.05
system time used= 0.053984
maximum resident set size= 37240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74922
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= 20
involuntary context switches= 120649

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.19445 second user time and 12.3646 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-21 19:23:16
IDJOB=4242572
IDBENCH=135029
IDSOLVER=2622
FILE ID=node134/4242572-1500657796
RUNJOBID= node134-1500648174-9882
PBS_JOBID= 20623286
Free space on /tmp= 62000 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.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-4242572-1500657796/watcher-4242572-1500657796 -o /tmp/evaluation-result-4242572-1500657796/solver-4242572-1500657796 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500648174-9882 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1265001843 HOME/instance-4242572-1500657796.xml

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

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=1265001843

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.84
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		: 1600.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.84
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.84
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:        31665516 kB
MemAvailable:   31667680 kB
Buffers:           34880 kB
Cached:           277660 kB
SwapCached:            0 kB
Active:           528848 kB
Inactive:         199880 kB
Active(anon):     418924 kB
Inactive(anon):     8856 kB
Active(file):     109924 kB
Inactive(file):   191024 kB
Unevictable:        5660 kB
Mlocked:            5660 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6196 kB
Writeback:             8 kB
AnonPages:        421204 kB
Mapped:            31916 kB
Shmem:              8872 kB
Slab:              65980 kB
SReclaimable:      34100 kB
SUnreclaim:        31880 kB
KernelStack:        4208 kB
PageTables:         6164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     689088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61996 MiB
End job on node134 at 2017-07-21 20:03:17