Trace number 4242552

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.02 2401.41

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
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 variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 10917
/proc/meminfo: memFree=32015880/32770624 swapFree=5936/189128
[pid=10917] ppid=10914 vsize=29064 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 1027 0 0 0 0 0 0 0 20 0 1 0 1045664 29761536 830 33554432000 4194304 7402444 140720371520576 140720371517624 140609974377445 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 7266 830 593 784 0 280 0

[startup+0.100148 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 10917
/proc/meminfo: memFree=32015880/32770624 swapFree=5936/189128
[pid=10917] ppid=10914 vsize=38620 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 3509 0 0 0 8 1 0 0 20 0 1 0 1045664 39546880 3250 33554432000 4194304 7402444 140720371520576 140720371511688 140609974377445 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 9688 3250 617 784 0 2702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38620

[startup+0.200368 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 10917
/proc/meminfo: memFree=32015880/32770624 swapFree=5936/189128
[pid=10917] ppid=10914 vsize=48120 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 5991 0 0 0 18 1 0 0 20 0 1 0 1045664 49274880 5447 33554432000 4194304 7402444 140720371520576 140720371513816 140609974377445 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 12030 5447 629 784 0 5044 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48120

[startup+0.300325 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 10917
/proc/meminfo: memFree=32015880/32770624 swapFree=5936/189128
[pid=10917] ppid=10914 vsize=56340 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 8090 0 0 0 28 1 0 0 20 0 1 0 1045664 57692160 7559 33554432000 4194304 7402444 140720371520576 140720371510472 140609974377445 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 14085 7559 675 784 0 7099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56340

[startup+0.700207 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 10917
/proc/meminfo: memFree=32015880/32770624 swapFree=5936/189128
[pid=10917] ppid=10914 vsize=63808 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 9966 0 0 0 67 2 0 0 20 0 1 0 1045664 65339392 9473 33554432000 4194304 7402444 140720371520576 140720371511176 4731480 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 15952 9473 677 784 0 8966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63808

[startup+1.50023 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31936976/32770624 swapFree=5936/189420
[pid=10917] ppid=10914 vsize=86432 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 15460 0 0 0 146 2 0 0 20 0 1 0 1045664 88506368 15083 33554432000 4194304 7402444 140720371520576 140720371511176 5926602 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 21608 15083 677 784 0 14622 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86432

[startup+3.10027 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31883840/32770624 swapFree=5936/189420
[pid=10917] ppid=10914 vsize=106884 CPUtime=3.08 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 35854 0 0 0 305 3 0 0 20 0 1 0 1045664 109449216 20134 33554432000 4194304 7402444 140720371520576 140720371515208 5324454 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26721 20134 714 784 0 19735 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 106884

[startup+6.30031 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31831856/32770624 swapFree=5936/189420
[pid=10917] ppid=10914 vsize=107016 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 51235 0 0 0 624 4 0 0 20 0 1 0 1045664 109584384 20191 33554432000 4194304 7402444 140720371520576 140720371515160 5746096 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26754 20191 714 784 0 19768 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107016

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31789004/32770624 swapFree=5936/189420
[pid=10917] ppid=10914 vsize=107148 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 66653 0 0 0 1263 5 0 0 20 0 1 0 1045664 109719552 20219 33554432000 4194304 7402444 140720371520576 140720371515160 5324377 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26787 20219 714 784 0 19801 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107148

[startup+25.5004 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31788096/32770624 swapFree=5936/189560
[pid=10917] ppid=10914 vsize=107280 CPUtime=25.47 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 97398 0 0 0 2541 6 0 0 20 0 1 0 1045664 109854720 20254 33554432000 4194304 7402444 140720371520576 140720371515160 5746096 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26820 20254 714 784 0 19834 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 107280

[startup+51.1004 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31788644/32770624 swapFree=5936/189580
[pid=10917] ppid=10914 vsize=107280 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 112987 0 0 0 5099 7 0 0 20 0 1 0 1045664 109854720 20264 33554432000 4194304 7402444 140720371520576 140720371515160 5324377 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26820 20264 714 784 0 19834 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 107280

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10919
/proc/meminfo: memFree=31787980/32770624 swapFree=5936/189652
[pid=10917] ppid=10914 vsize=107280 CPUtime=102.23 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 128535 0 0 0 10216 7 0 0 20 0 1 0 1045664 109854720 20273 33554432000 4194304 7402444 140720371520576 140720371515160 4466783 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26820 20273 714 784 0 19834 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 107280

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10921
/proc/meminfo: memFree=31786164/32770624 swapFree=5936/189704
[pid=10917] ppid=10914 vsize=107280 CPUtime=162.18 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 134514 0 0 0 16210 8 0 0 20 0 1 0 1045664 109854720 20534 33554432000 4194304 7402444 140720371520576 140720371515160 4747374 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26820 20534 714 784 0 19834 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 107280

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10922
/proc/meminfo: memFree=31785976/32770624 swapFree=5936/189756
[pid=10917] ppid=10914 vsize=107448 CPUtime=222.15 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 135151 0 0 0 22207 8 0 0 20 0 1 0 1045664 110026752 20562 33554432000 4194304 7402444 140720371520576 140720371515224 5324454 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26862 20562 714 784 0 19876 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 107448

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 10923
/proc/meminfo: memFree=31786748/32770624 swapFree=5936/189792
[pid=10917] ppid=10914 vsize=107448 CPUtime=282.11 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 135759 0 0 0 28203 8 0 0 20 0 1 0 1045664 110026752 20562 33554432000 4194304 7402444 140720371520576 140720371515224 4240640 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26862 20562 714 784 0 19876 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 107448

[startup+342.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/243 10925
/proc/meminfo: memFree=31786700/32770624 swapFree=5936/189828
[pid=10917] ppid=10914 vsize=107448 CPUtime=342.07 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 136357 0 0 0 34199 8 0 0 20 0 1 0 1045664 110026752 20562 33554432000 4194304 7402444 140720371520576 140720371515224 5324437 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26862 20562 714 784 0 19876 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 107448

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 10926
/proc/meminfo: memFree=31786908/32770624 swapFree=5936/189868
[pid=10917] ppid=10914 vsize=107640 CPUtime=402.04 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 137043 0 0 0 40196 8 0 0 20 0 1 0 1045664 110223360 20562 33554432000 4194304 7402444 140720371520576 140720371515240 5324390 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20562 714 784 0 19924 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 107640

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 10934
/proc/meminfo: memFree=31787016/32770624 swapFree=5936/189932
[pid=10917] ppid=10914 vsize=107640 CPUtime=462 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 137634 0 0 0 46192 8 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324390 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 107640

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10935
/proc/meminfo: memFree=31787008/32770624 swapFree=5936/189960
[pid=10917] ppid=10914 vsize=107640 CPUtime=521.97 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 138244 0 0 0 52189 8 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4709408 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 107640

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10936
/proc/meminfo: memFree=31786956/32770624 swapFree=5936/189992
[pid=10917] ppid=10914 vsize=107640 CPUtime=581.93 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 138886 0 0 0 58185 8 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5695876 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 107640


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10960
/proc/meminfo: memFree=31784760/32770624 swapFree=5936/190424
[pid=10917] ppid=10914 vsize=107640 CPUtime=1481.41 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 148203 0 0 0 148133 8 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4466688 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1481.41
Current children cumulated vsize (KiB) 107640

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10961
/proc/meminfo: memFree=31786736/32770624 swapFree=5936/190264
[pid=10917] ppid=10914 vsize=107640 CPUtime=1541.39 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 148811 0 0 0 154131 8 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5818636 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 107640

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10963
/proc/meminfo: memFree=31785228/32770624 swapFree=5936/190300
[pid=10917] ppid=10914 vsize=107640 CPUtime=1601.36 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 149409 0 0 0 160127 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4747298 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1601.36
Current children cumulated vsize (KiB) 107640

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10972
/proc/meminfo: memFree=31784284/32770624 swapFree=5936/190336
[pid=10917] ppid=10914 vsize=107640 CPUtime=1661.33 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 150035 0 0 0 166124 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324450 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1661.33
Current children cumulated vsize (KiB) 107640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10973
/proc/meminfo: memFree=31784656/32770624 swapFree=5936/190380
[pid=10917] ppid=10914 vsize=107640 CPUtime=1721.29 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 150672 0 0 0 172120 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324597 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1721.29
Current children cumulated vsize (KiB) 107640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10974
/proc/meminfo: memFree=31784752/32770624 swapFree=5936/190404
[pid=10917] ppid=10914 vsize=107640 CPUtime=1781.26 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 151273 0 0 0 178117 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324597 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 107640

[startup+1842.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/244 10975
/proc/meminfo: memFree=31784208/32770624 swapFree=5936/190436
[pid=10917] ppid=10914 vsize=107640 CPUtime=1841.22 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 151915 0 0 0 184113 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4240643 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1841.22
Current children cumulated vsize (KiB) 107640

[startup+1902.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/244 10976
/proc/meminfo: memFree=31785680/32770624 swapFree=5936/190480
[pid=10917] ppid=10914 vsize=107640 CPUtime=1901.19 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 152512 0 0 0 190110 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324341 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1901.19
Current children cumulated vsize (KiB) 107640

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 10978
/proc/meminfo: memFree=31785920/32770624 swapFree=5936/190520
[pid=10917] ppid=10914 vsize=107640 CPUtime=1961.15 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 153111 0 0 0 196106 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324597 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 1961.15
Current children cumulated vsize (KiB) 107640

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 10979
/proc/meminfo: memFree=31786264/32770624 swapFree=5936/190540
[pid=10917] ppid=10914 vsize=107640 CPUtime=2021.12 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 153740 0 0 0 202103 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324450 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2021.12
Current children cumulated vsize (KiB) 107640

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 10980
/proc/meminfo: memFree=31784692/32770624 swapFree=5936/190572
[pid=10917] ppid=10914 vsize=107640 CPUtime=2081.09 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 154337 0 0 0 208100 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4249086 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2081.09
Current children cumulated vsize (KiB) 107640

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10982
/proc/meminfo: memFree=31784596/32770624 swapFree=5936/190604
[pid=10917] ppid=10914 vsize=107640 CPUtime=2141.05 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 154938 0 0 0 214096 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4747338 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2141.05
Current children cumulated vsize (KiB) 107640

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10983
/proc/meminfo: memFree=31784968/32770624 swapFree=5936/190636
[pid=10917] ppid=10914 vsize=107640 CPUtime=2201.02 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 155561 0 0 0 220093 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4709414 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2201.02
Current children cumulated vsize (KiB) 107640

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10991
/proc/meminfo: memFree=31783972/32770624 swapFree=5936/190676
[pid=10917] ppid=10914 vsize=107640 CPUtime=2260.98 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 156166 0 0 0 226089 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4712981 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2260.98
Current children cumulated vsize (KiB) 107640

[startup+2322.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/243 11014
/proc/meminfo: memFree=31783860/32770624 swapFree=5936/190704
[pid=10917] ppid=10914 vsize=107640 CPUtime=2320.94 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 156773 0 0 0 232085 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4342254 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2320.94
Current children cumulated vsize (KiB) 107640

[startup+2382.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/243 11015
/proc/meminfo: memFree=31784296/32770624 swapFree=5936/190732
[pid=10917] ppid=10914 vsize=107640 CPUtime=2380.91 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 157412 0 0 0 238082 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 4463990 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2380.91
Current children cumulated vsize (KiB) 107640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.41 s]
/proc/loadavg: 2.03 2.04 2.05 6/261 11049
/proc/meminfo: memFree=31747204/32770624 swapFree=5936/190744
[pid=10917] ppid=10914 vsize=107640 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/10917/stat : 10917 (MistralXCSP) R 10914 10917 9830 0 -1 4202496 158016 0 0 0 239992 9 0 0 20 0 1 0 1045664 110223360 20598 33554432000 4194304 7402444 140720371520576 140720371515240 5324597 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 12374016 140720371528872 140720371529022 140720371529022 140720371531721 0
/proc/10917/statm: 26910 20598 714 784 0 19924 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 107640

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

Child status: 0
Real time (s): 2401.41
CPU time (s): 2400.02
CPU user time (s): 2399.93
CPU system time (s): 0.096945
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 107640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.92
system time used= 0.096945
maximum resident set size= 82424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158055
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= 35
involuntary context switches= 121915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47488 second user time and 12.8822 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 19:23:09
IDJOB=4242552
IDBENCH=134763
IDSOLVER=2622
FILE ID=node139/4242552-1500657789
RUNJOBID= node139-1500648173-9863
PBS_JOBID= 20623281
Free space on /tmp= 61980 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.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-4242552-1500657789/watcher-4242552-1500657789 -o /tmp/evaluation-result-4242552-1500657789/solver-4242552-1500657789 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500648173-9863 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2029947784 HOME/instance-4242552-1500657789.xml

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

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=2029947784

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.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		: 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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32017044 kB
MemAvailable:   32019244 kB
Buffers:           32828 kB
Cached:           278528 kB
SwapCached:            0 kB
Active:           180460 kB
Inactive:         197696 kB
Active(anon):      68752 kB
Inactive(anon):     8568 kB
Active(file):     111708 kB
Inactive(file):   189128 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14320 kB
Writeback:             0 kB
AnonPages:        107672 kB
Mapped:            29516 kB
Shmem:              8852 kB
Slab:              66896 kB
SReclaimable:      34400 kB
SUnreclaim:        32496 kB
KernelStack:        4144 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61976 MiB
End job on node139 at 2017-07-21 20:03:11