Trace number 4241478

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.03 2400.31

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.2859
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.02/2400.30	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-4241478-1500628605/watcher-4241478-1500628605 -o /tmp/evaluation-result-4241478-1500628605/solver-4241478-1500628605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500623778-5149 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1370875230 HOME/instance-4241478-1500628605.xml 

pid=6712
running on 8 cores: 0-3,8-11

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.99 3/245 6715
/proc/meminfo: memFree=30517980/32770624 swapFree=6744/860492
[pid=6715] ppid=6712 vsize=28804 CPUtime=0.01 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 993 0 0 0 1 0 0 0 20 0 1 0 16304414 29495296 801 33554432000 4194304 7402444 140726403649744 140726403641544 140281466800172 0 0 4096 0 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 7201 801 618 784 0 215 0

[startup+0.100101 s]
/proc/loadavg: 2.00 2.02 1.99 3/245 6715
/proc/meminfo: memFree=30517980/32770624 swapFree=6744/860492
[pid=6715] ppid=6712 vsize=36544 CPUtime=0.09 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 2991 0 0 0 9 0 0 0 20 0 1 0 16304414 37421056 2781 33554432000 4194304 7402444 140726403649744 140726403640808 4731480 0 0 4096 0 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9136 2781 654 784 0 2150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36544

[startup+0.200326 s]
/proc/loadavg: 2.00 2.02 1.99 3/245 6715
/proc/meminfo: memFree=30517980/32770624 swapFree=6744/860492
[pid=6715] ppid=6712 vsize=37704 CPUtime=0.19 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 3302 0 0 0 19 0 0 0 20 0 1 0 16304414 38608896 3045 33554432000 4194304 7402444 140726403649744 140726403644376 4379231 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3045 678 784 0 2440 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37704

[startup+0.300296 s]
/proc/loadavg: 2.00 2.02 1.99 3/245 6715
/proc/meminfo: memFree=30517980/32770624 swapFree=6744/860492
[pid=6715] ppid=6712 vsize=37704 CPUtime=0.29 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 3302 0 0 0 29 0 0 0 20 0 1 0 16304414 38608896 3045 33554432000 4194304 7402444 140726403649744 140726403644376 5695885 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3045 678 784 0 2440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37704

[startup+0.700229 s]
/proc/loadavg: 2.00 2.02 1.99 3/245 6715
/proc/meminfo: memFree=30517980/32770624 swapFree=6744/860492
[pid=6715] ppid=6712 vsize=37704 CPUtime=0.69 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 3302 0 0 0 69 0 0 0 20 0 1 0 16304414 38608896 3045 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3045 678 784 0 2440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37704

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 1.99 3/246 6716
/proc/meminfo: memFree=30508472/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=1.49 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 3302 0 0 0 149 0 0 0 20 0 1 0 16304414 38608896 3045 33554432000 4194304 7402444 140726403649744 140726403644376 4709427 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3045 678 784 0 2440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37704

[startup+3.10026 s]
/proc/loadavg: 2.00 2.02 1.99 3/246 6716
/proc/meminfo: memFree=30508224/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=3.09 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 5344 0 0 0 309 0 0 0 20 0 1 0 16304414 38608896 3094 33554432000 4194304 7402444 140726403649744 140726403644376 4378204 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3094 695 784 0 2440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37704

[startup+6.3003 s]
/proc/loadavg: 1.92 2.00 1.99 3/246 6716
/proc/meminfo: memFree=30507912/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=6.29 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 7394 0 0 0 629 0 0 0 20 0 1 0 16304414 38608896 3094 33554432000 4194304 7402444 140726403649744 140726403644376 4310768 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3094 695 784 0 2440 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37704

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.99 3/246 6716
/proc/meminfo: memFree=30507540/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=12.69 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 9445 0 0 0 1269 0 0 0 20 0 1 0 16304414 38608896 3094 33554432000 4194304 7402444 140726403649744 140726403644376 5695885 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3094 695 784 0 2440 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37704

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/246 6716
/proc/meminfo: memFree=30507540/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=25.48 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 13546 0 0 0 2548 0 0 0 20 0 1 0 16304414 38608896 3096 33554432000 4194304 7402444 140726403649744 140726403644376 4747208 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3096 695 784 0 2440 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37704

[startup+51.1004 s]
/proc/loadavg: 1.96 2.00 1.99 3/246 6716
/proc/meminfo: memFree=30507540/32770624 swapFree=6744/860832
[pid=6715] ppid=6712 vsize=37704 CPUtime=51.08 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 15600 0 0 0 5108 0 0 0 20 0 1 0 16304414 38608896 3097 33554432000 4194304 7402444 140726403649744 140726403644376 5695885 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3097 695 784 0 2440 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37704

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/246 6717
/proc/meminfo: memFree=30508328/32770624 swapFree=6744/860592
[pid=6715] ppid=6712 vsize=37704 CPUtime=102.28 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 17657 0 0 0 10228 0 0 0 20 0 1 0 16304414 38608896 3098 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3098 695 784 0 2440 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37704

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/246 6718
/proc/meminfo: memFree=30508436/32770624 swapFree=6744/860624
[pid=6715] ppid=6712 vsize=37704 CPUtime=162.26 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 19715 0 0 0 16226 0 0 0 20 0 1 0 16304414 38608896 3100 33554432000 4194304 7402444 140726403649744 140726403644376 4378824 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3100 695 784 0 2440 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 37704

[startup+222.308 s]
/proc/loadavg: 2.08 2.03 2.00 3/246 6726
/proc/meminfo: memFree=30507220/32770624 swapFree=6744/860660
[pid=6715] ppid=6712 vsize=37704 CPUtime=222.27 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 21776 0 0 0 22226 1 0 0 20 0 1 0 16304414 38608896 3101 33554432000 4194304 7402444 140726403649744 140726403644376 4747401 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3101 695 784 0 2440 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 37704

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/246 6727
/proc/meminfo: memFree=30507216/32770624 swapFree=6744/860660
[pid=6715] ppid=6712 vsize=37704 CPUtime=282.25 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 22326 0 0 0 28224 1 0 0 20 0 1 0 16304414 38608896 3103 33554432000 4194304 7402444 140726403649744 140726403644376 5695885 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3103 695 784 0 2440 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 37704

[startup+342.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/246 6728
/proc/meminfo: memFree=30508004/32770624 swapFree=6744/860728
[pid=6715] ppid=6712 vsize=37704 CPUtime=342.24 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 22878 0 0 0 34223 1 0 0 20 0 1 0 16304414 38608896 3104 33554432000 4194304 7402444 140726403649744 140726403644376 4378361 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3104 695 784 0 2440 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 37704

[startup+402.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/246 6729
/proc/meminfo: memFree=30507956/32770624 swapFree=6744/860728
[pid=6715] ppid=6712 vsize=37704 CPUtime=402.24 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 23433 0 0 0 40223 1 0 0 20 0 1 0 16304414 38608896 3108 33554432000 4194304 7402444 140726403649744 140726403644376 4709420 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3108 695 784 0 2440 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 37704

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/246 6730
/proc/meminfo: memFree=30507532/32770624 swapFree=6744/860796
[pid=6715] ppid=6712 vsize=37704 CPUtime=462.23 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 23988 0 0 0 46222 1 0 0 20 0 1 0 16304414 38608896 3109 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3109 695 784 0 2440 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 37704

[startup+522.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/246 6732
/proc/meminfo: memFree=30507436/32770624 swapFree=6744/860796
[pid=6715] ppid=6712 vsize=37704 CPUtime=522.22 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 24542 0 0 0 52221 1 0 0 20 0 1 0 16304414 38608896 3109 33554432000 4194304 7402444 140726403649744 140726403644376 4378960 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3109 695 784 0 2440 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 37704

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/246 6733
/proc/meminfo: memFree=30507916/32770624 swapFree=6744/860872
[pid=6715] ppid=6712 vsize=37704 CPUtime=582.22 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 25097 0 0 0 58221 1 0 0 20 0 1 0 16304414 38608896 3109 33554432000 4194304 7402444 140726403649744 140726403644376 4709358 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3109 695 784 0 2440 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 37704


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.03 2.03 3/248 6835
/proc/meminfo: memFree=30798904/32770624 swapFree=6744/861420
[pid=6715] ppid=6712 vsize=37704 CPUtime=1542.12 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 33944 0 0 0 154211 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 5695885 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1542.12
Current children cumulated vsize (KiB) 37704

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/248 6836
/proc/meminfo: memFree=30797612/32770624 swapFree=6744/861420
[pid=6715] ppid=6712 vsize=37704 CPUtime=1602.1 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 34494 0 0 0 160209 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 5750503 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1602.1
Current children cumulated vsize (KiB) 37704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/248 6837
/proc/meminfo: memFree=30798292/32770624 swapFree=6744/861472
[pid=6715] ppid=6712 vsize=37704 CPUtime=1662.1 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 35044 0 0 0 166209 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 5698155 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 37704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/247 6838
/proc/meminfo: memFree=30796844/32770624 swapFree=6744/861472
[pid=6715] ppid=6712 vsize=37704 CPUtime=1722.09 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 35595 0 0 0 172208 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4378480 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1722.09
Current children cumulated vsize (KiB) 37704

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.04 3/247 6839
/proc/meminfo: memFree=30797328/32770624 swapFree=6744/861540
[pid=6715] ppid=6712 vsize=37704 CPUtime=1782.08 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 36145 0 0 0 178207 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4240640 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1782.08
Current children cumulated vsize (KiB) 37704

[startup+1842.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/246 6840
/proc/meminfo: memFree=30798136/32770624 swapFree=6744/861548
[pid=6715] ppid=6712 vsize=37704 CPUtime=1842.08 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 36695 0 0 0 184207 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 5696137 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1842.08
Current children cumulated vsize (KiB) 37704

[startup+1902.3 s]
/proc/loadavg: 2.09 2.04 2.04 3/246 6841
/proc/meminfo: memFree=30797640/32770624 swapFree=6744/861596
[pid=6715] ppid=6712 vsize=37704 CPUtime=1902.07 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 37245 0 0 0 190206 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4342315 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1902.07
Current children cumulated vsize (KiB) 37704

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/246 6842
/proc/meminfo: memFree=30797412/32770624 swapFree=6744/861616
[pid=6715] ppid=6712 vsize=37704 CPUtime=1962.06 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 37796 0 0 0 196205 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4708116 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 37704

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/246 6850
/proc/meminfo: memFree=30796308/32770624 swapFree=6744/861648
[pid=6715] ppid=6712 vsize=37704 CPUtime=2022.06 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 38347 0 0 0 202205 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4747389 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 37704

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/246 6851
/proc/meminfo: memFree=30795212/32770624 swapFree=6744/861664
[pid=6715] ppid=6712 vsize=37704 CPUtime=2082.06 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 38897 0 0 0 208205 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4747208 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 37704

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/246 6852
/proc/meminfo: memFree=30796472/32770624 swapFree=6744/861712
[pid=6715] ppid=6712 vsize=37704 CPUtime=2142.04 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 39453 0 0 0 214203 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4747291 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2142.04
Current children cumulated vsize (KiB) 37704

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.04 3/248 6855
/proc/meminfo: memFree=30796880/32770624 swapFree=6744/861732
[pid=6715] ppid=6712 vsize=37704 CPUtime=2202.05 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 40003 0 0 0 220204 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4377727 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 37704

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/248 6856
/proc/meminfo: memFree=30797048/32770624 swapFree=6744/861760
[pid=6715] ppid=6712 vsize=37704 CPUtime=2262.03 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 40553 0 0 0 226202 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4238738 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2262.03
Current children cumulated vsize (KiB) 37704

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/248 6858
/proc/meminfo: memFree=30795936/32770624 swapFree=6744/861768
[pid=6715] ppid=6712 vsize=37704 CPUtime=2322.03 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 41104 0 0 0 232202 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4379344 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2322.03
Current children cumulated vsize (KiB) 37704

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/248 6859
/proc/meminfo: memFree=30795792/32770624 swapFree=6744/861824
[pid=6715] ppid=6712 vsize=37704 CPUtime=2382.02 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 41655 0 0 0 238201 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2382.02
Current children cumulated vsize (KiB) 37704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/248 6860
/proc/meminfo: memFree=30796836/32770624 swapFree=6744/861828
[pid=6715] ppid=6712 vsize=37704 CPUtime=2400.02 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 42205 0 0 0 240001 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 37704

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

[startup+2400.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/248 6860
/proc/meminfo: memFree=30796836/32770624 swapFree=6744/861828
[pid=6715] ppid=6712 vsize=37704 CPUtime=2400.02 cores=0-3,8-11
/proc/6715/stat : 6715 (MistralXCSP) R 6712 6715 5118 0 -1 4202496 42205 0 0 0 240001 1 0 0 20 0 1 0 16304414 38608896 3110 33554432000 4194304 7402444 140726403649744 140726403644376 4709390 0 0 4096 16386 0 0 0 17 10 0 0 0 0 0 9500608 9505824 11350016 140726403650728 140726403650878 140726403650878 140726403653577 0
/proc/6715/statm: 9426 3110 695 784 0 2440 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 37704

Child status: 0
Real time (s): 2400.31
CPU time (s): 2400.03
CPU user time (s): 2400.02
CPU system time (s): 0.011998
CPU usage (%): 99.9884
Max. virtual memory (cumulated for all children) (KiB): 37704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.02
system time used= 0.011998
maximum resident set size= 12472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42242
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= 13
involuntary context switches= 120638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.94709 second user time and 12.2023 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-21 11:16:45
IDJOB=4241478
IDBENCH=126890
IDSOLVER=2622
FILE ID=node132/4241478-1500628605
RUNJOBID= node132-1500623778-5149
PBS_JOBID= 20623001
Free space on /tmp= 61772 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-100-9-mod.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-4241478-1500628605/watcher-4241478-1500628605 -o /tmp/evaluation-result-4241478-1500628605/solver-4241478-1500628605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500623778-5149 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1370875230 HOME/instance-4241478-1500628605.xml

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

MD5SUM BENCH= 7c58f7127c3e9f5035037c354751c698
RANDOM SEED=1370875230

node132.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		: 2133.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.23
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	: 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.23
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		: 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.23
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	: 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.23
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	: 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	: 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		: 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	: 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	: 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	: 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		: 1600.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.23
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		: 1733.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.23
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		: 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.23
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	: 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.23
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	: 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	: 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		: 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	: 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	: 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	: 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:        30518464 kB
MemAvailable:   31691412 kB
Buffers:          154160 kB
Cached:          1294036 kB
SwapCached:            0 kB
Active:           932152 kB
Inactive:         869340 kB
Active(anon):     356052 kB
Inactive(anon):     8848 kB
Active(file):     576100 kB
Inactive(file):   860492 kB
Unevictable:        6744 kB
Mlocked:            6744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        361524 kB
Mapped:            33684 kB
Shmem:              8872 kB
Slab:             137980 kB
SReclaimable:     104380 kB
SUnreclaim:        33600 kB
KernelStack:        4304 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     627976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61768 MiB
End job on node132 at 2017-07-21 11:56:45