Trace number 4242844

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Mistral-2.0 2017-06-28? (TO) 2400.01 2401.41

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w3b3r7.xml
MD5SUM4bffeaf90ccad3cb01dd3bbb4a29e0a4
Bench CategoryCOP (optimization 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 variables1024
Number of constraints65
Number of domains2
Minimum domain size32
Maximum domain size145
Distribution of domain sizes[{"size":32,"count":1},{"size":145,"count":1023}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":992},{"degree":5,"count":31}]
Minimum constraint arity32
Maximum constraint arity1023
Distribution of constraint arities[{"arity":32,"count":1},{"arity":33,"count":62},{"arity":1023,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":31},{"type":"lex","count":1},{"type":"sum","count":31},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.00/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-4242844-1500662623/watcher-4242844-1500662623 -o /tmp/evaluation-result-4242844-1500662623/solver-4242844-1500662623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500648178-9856 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1576342619 HOME/instance-4242844-1500662623.xml 

pid=11830
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.06 2.03 2.05 3/243 11833
/proc/meminfo: memFree=31946172/32770624 swapFree=5920/192360
[pid=11833] ppid=11830 vsize=29196 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 1068 0 0 0 1 0 0 0 20 0 1 0 1531251 29896704 868 33554432000 4194304 7402444 140735944709152 140735944708344 140111974550501 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 7299 868 621 784 0 313 0

[startup+0.100172 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11833
/proc/meminfo: memFree=31946172/32770624 swapFree=5920/192360
[pid=11833] ppid=11830 vsize=39876 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 3897 0 0 0 9 0 0 0 20 0 1 0 1531251 40833024 3621 33554432000 4194304 7402444 140735944709152 140735944700168 4731653 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 9969 3621 689 784 0 2983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39876

[startup+0.200395 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11833
/proc/meminfo: memFree=31946172/32770624 swapFree=5920/192360
[pid=11833] ppid=11830 vsize=48816 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 6365 0 0 0 18 1 0 0 20 0 1 0 1531251 49987584 5803 33554432000 4194304 7402444 140735944709152 140735944699912 4731648 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 12204 5803 689 784 0 5218 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48816

[startup+0.300341 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11833
/proc/meminfo: memFree=31946172/32770624 swapFree=5920/192360
[pid=11833] ppid=11830 vsize=53676 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 7645 0 0 0 28 1 0 0 20 0 1 0 1531251 54964224 7042 33554432000 4194304 7402444 140735944709152 140735944699912 4731639 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 13419 7042 689 784 0 6433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53676

[startup+0.700277 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11833
/proc/meminfo: memFree=31946172/32770624 swapFree=5920/192360
[pid=11833] ppid=11830 vsize=75200 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 12719 0 0 0 67 2 0 0 20 0 1 0 1531251 77004800 12427 33554432000 4194304 7402444 140735944709152 140735944699896 4731639 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 18800 12427 689 784 0 11814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75200

[startup+1.50022 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 11834
/proc/meminfo: memFree=31874728/32770624 swapFree=5920/192416
[pid=11833] ppid=11830 vsize=92828 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 17271 0 0 0 147 2 0 0 20 0 1 0 1531251 95055872 16814 33554432000 4194304 7402444 140735944709152 140735944699912 4731639 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 23207 16814 689 784 0 16221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92828

[startup+3.10022 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 11834
/proc/meminfo: memFree=31804388/32770624 swapFree=5920/192416
[pid=11833] ppid=11830 vsize=115956 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 25260 0 0 0 306 3 0 0 20 0 1 0 1531251 118738944 22606 33554432000 4194304 7402444 140735944709152 140735944699912 4731639 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 28989 22606 689 784 0 22003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115956

[startup+6.30021 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 11834
/proc/meminfo: memFree=31738924/32770624 swapFree=5920/192368
[pid=11833] ppid=11830 vsize=165560 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 52401 0 0 0 624 5 0 0 20 0 1 0 1531251 169533440 35006 33554432000 4194304 7402444 140735944709152 140735944699912 4731648 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 41390 35006 689 784 0 34404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 165560

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 11834
/proc/meminfo: memFree=31639060/32770624 swapFree=5920/192372
[pid=11833] ppid=11830 vsize=215048 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 68294 0 0 0 1262 7 0 0 20 0 1 0 1531251 220209152 47374 33554432000 4194304 7402444 140735944709152 140735944699912 4731472 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 53762 47374 689 784 0 46776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 215048

[startup+25.5004 s]
/proc/loadavg: 2.12 2.04 2.05 3/244 11834
/proc/meminfo: memFree=31499468/32770624 swapFree=5920/192384
[pid=11833] ppid=11830 vsize=287584 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 139291 0 0 0 2537 11 0 0 20 0 1 0 1531251 294486016 65626 33554432000 4194304 7402444 140735944709152 140735944704504 5327353 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 71896 65626 755 784 0 64910 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 287584

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.05 3/244 11834
/proc/meminfo: memFree=31330148/32770624 swapFree=5920/192404
[pid=11833] ppid=11830 vsize=314896 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 189088 0 0 0 5093 14 0 0 20 0 1 0 1531251 322453504 72464 33554432000 4194304 7402444 140735944709152 140735944703720 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78724 72464 765 784 0 71738 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 314896

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 11835
/proc/meminfo: memFree=31187044/32770624 swapFree=5920/192428
[pid=11833] ppid=11830 vsize=315508 CPUtime=102.25 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 225209 0 0 0 10209 16 0 0 20 0 1 0 1531251 323080192 72617 33554432000 4194304 7402444 140735944709152 140735944703816 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78877 72617 765 784 0 71891 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 315508

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 11836
/proc/meminfo: memFree=31097548/32770624 swapFree=5920/192452
[pid=11833] ppid=11830 vsize=315508 CPUtime=162.2 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 263355 0 0 0 16202 18 0 0 20 0 1 0 1531251 323080192 72617 33554432000 4194304 7402444 140735944709152 140735944703816 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78877 72617 765 784 0 71891 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 315508

[startup+222.308 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11837
/proc/meminfo: memFree=31022012/32770624 swapFree=5920/192480
[pid=11833] ppid=11830 vsize=315508 CPUtime=222.17 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 302407 0 0 0 22197 20 0 0 20 0 1 0 1531251 323080192 72617 33554432000 4194304 7402444 140735944709152 140735944703816 4239179 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78877 72617 765 784 0 71891 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 315508

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11838
/proc/meminfo: memFree=30567464/32770624 swapFree=5920/192504
[pid=11833] ppid=11830 vsize=315508 CPUtime=282.13 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 339875 0 0 0 28191 22 0 0 20 0 1 0 1531251 323080192 72617 33554432000 4194304 7402444 140735944709152 140735944703816 4248926 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78877 72617 765 784 0 71891 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 315508

[startup+342.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/243 11839
/proc/meminfo: memFree=30567520/32770624 swapFree=5920/192540
[pid=11833] ppid=11830 vsize=315508 CPUtime=342.09 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 377543 0 0 0 34186 23 0 0 20 0 1 0 1531251 323080192 72617 33554432000 4194304 7402444 140735944709152 140735944703816 4537271 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78877 72617 765 784 0 71891 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 315508

[startup+402.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/244 11848
/proc/meminfo: memFree=30566748/32770624 swapFree=5920/192576
[pid=11833] ppid=11830 vsize=315772 CPUtime=402.06 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 415171 0 0 0 40181 25 0 0 20 0 1 0 1531251 323350528 72691 33554432000 4194304 7402444 140735944709152 140735944703656 4709606 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78943 72691 765 784 0 71957 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 315772

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 11849
/proc/meminfo: memFree=30550292/32770624 swapFree=5920/192608
[pid=11833] ppid=11830 vsize=315772 CPUtime=462.02 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 452880 0 0 0 46175 27 0 0 20 0 1 0 1531251 323350528 72691 33554432000 4194304 7402444 140735944709152 140735944703656 5747585 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78943 72691 765 784 0 71957 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 315772

[startup+522.3 s]
/proc/loadavg: 2.11 2.06 2.05 3/244 11850
/proc/meminfo: memFree=30503808/32770624 swapFree=5920/192628
[pid=11833] ppid=11830 vsize=315772 CPUtime=521.99 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 490382 0 0 0 52170 29 0 0 20 0 1 0 1531251 323350528 72691 33554432000 4194304 7402444 140735944709152 140735944703656 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78943 72691 765 784 0 71957 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 315772

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/244 11851
/proc/meminfo: memFree=30460684/32770624 swapFree=5920/192656
[pid=11833] ppid=11830 vsize=315772 CPUtime=581.96 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 527779 0 0 0 58165 31 0 0 20 0 1 0 1531251 323350528 72691 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78943 72691 765 784 0 71957 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 315772


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11897
/proc/meminfo: memFree=29941268/32770624 swapFree=5920/193100
[pid=11833] ppid=11830 vsize=315904 CPUtime=1481.38 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 728105 0 0 0 148095 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 4248978 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1481.38
Current children cumulated vsize (KiB) 315904

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11898
/proc/meminfo: memFree=29941640/32770624 swapFree=5920/193128
[pid=11833] ppid=11830 vsize=315904 CPUtime=1541.35 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 729212 0 0 0 154092 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 4239260 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 315904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11908
/proc/meminfo: memFree=29941204/32770624 swapFree=5920/193164
[pid=11833] ppid=11830 vsize=315904 CPUtime=1601.31 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 730378 0 0 0 160088 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 4248948 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1601.31
Current children cumulated vsize (KiB) 315904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11909
/proc/meminfo: memFree=29941136/32770624 swapFree=5920/193188
[pid=11833] ppid=11830 vsize=315904 CPUtime=1661.27 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 731508 0 0 0 166084 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 315904

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/245 11910
/proc/meminfo: memFree=29929012/32770624 swapFree=5920/193216
[pid=11833] ppid=11830 vsize=315904 CPUtime=1721.24 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 732639 0 0 0 172081 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 315904

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/245 11911
/proc/meminfo: memFree=29928776/32770624 swapFree=5920/193240
[pid=11833] ppid=11830 vsize=315904 CPUtime=1781.21 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 733764 0 0 0 178078 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327213 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 315904

[startup+1842.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/245 11912
/proc/meminfo: memFree=29928716/32770624 swapFree=5920/193276
[pid=11833] ppid=11830 vsize=315904 CPUtime=1841.18 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 734885 0 0 0 184075 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1841.18
Current children cumulated vsize (KiB) 315904

[startup+1902.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11913
/proc/meminfo: memFree=29929096/32770624 swapFree=5920/193300
[pid=11833] ppid=11830 vsize=315904 CPUtime=1901.14 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 736027 0 0 0 190071 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1901.14
Current children cumulated vsize (KiB) 315904

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11914
/proc/meminfo: memFree=29929800/32770624 swapFree=5920/193324
[pid=11833] ppid=11830 vsize=315904 CPUtime=1961.11 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 737150 0 0 0 196068 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5695885 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 1961.11
Current children cumulated vsize (KiB) 315904

[startup+2022.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/243 11915
/proc/meminfo: memFree=29929404/32770624 swapFree=5920/193352
[pid=11833] ppid=11830 vsize=315904 CPUtime=2021.08 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 738293 0 0 0 202065 43 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 2021.08
Current children cumulated vsize (KiB) 315904

[startup+2082.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/243 11916
/proc/meminfo: memFree=29929156/32770624 swapFree=5920/193376
[pid=11833] ppid=11830 vsize=315904 CPUtime=2081.07 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 739406 0 0 0 208063 44 0 0 20 0 1 0 1531251 323485696 72738 33554432000 4194304 7402444 140735944709152 140735944703656 4238480 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 78976 72738 765 784 0 71990 0
Current children cumulated CPU time (s) 2081.07
Current children cumulated vsize (KiB) 315904

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11917
/proc/meminfo: memFree=29919732/32770624 swapFree=5920/193412
[pid=11833] ppid=11830 vsize=316036 CPUtime=2141.03 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 740567 0 0 0 214059 44 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 4319863 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2141.03
Current children cumulated vsize (KiB) 316036

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 11925
/proc/meminfo: memFree=29919084/32770624 swapFree=5920/193444
[pid=11833] ppid=11830 vsize=316036 CPUtime=2201 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 741720 0 0 0 220056 44 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 5747600 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2201
Current children cumulated vsize (KiB) 316036

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11926
/proc/meminfo: memFree=29919828/32770624 swapFree=5920/193472
[pid=11833] ppid=11830 vsize=316036 CPUtime=2260.96 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 742850 0 0 0 226052 44 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2260.96
Current children cumulated vsize (KiB) 316036

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11927
/proc/meminfo: memFree=29919908/32770624 swapFree=5920/193496
[pid=11833] ppid=11830 vsize=316036 CPUtime=2320.93 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 744015 0 0 0 232049 44 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 4238492 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2320.93
Current children cumulated vsize (KiB) 316036

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11928
/proc/meminfo: memFree=29918812/32770624 swapFree=5920/193520
[pid=11833] ppid=11830 vsize=316036 CPUtime=2380.9 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 745151 0 0 0 238045 45 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 4248926 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2380.9
Current children cumulated vsize (KiB) 316036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.41 s]
/proc/loadavg: 1.94 2.01 2.04 3/243 12126
/proc/meminfo: memFree=31721952/32770624 swapFree=5920/193648
[pid=11833] ppid=11830 vsize=316036 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/11833/stat : 11833 (MistralXCSP) R 11830 11833 9824 0 -1 4202496 745979 0 0 0 239955 45 0 0 20 0 1 0 1531251 323620864 72752 33554432000 4194304 7402444 140735944709152 140735944703640 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 12120064 140735944713384 140735944713534 140735944713534 140735944716233 0
/proc/11833/statm: 79009 72752 765 784 0 72023 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 316036

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 11833 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.01
CPU user time (s): 2399.55
CPU system time (s): 0.455749
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 316036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.55
system time used= 0.455749
maximum resident set size= 299872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 746017
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= 94
involuntary context switches= 120722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.33865 second user time and 11.6739 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-21 20:43:43
IDJOB=4242844
IDBENCH=137600
IDSOLVER=2622
FILE ID=node113/4242844-1500662623
RUNJOBID= node113-1500648178-9856
PBS_JOBID= 20623305
Free space on /tmp= 62012 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w3b3r7.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-4242844-1500662623/watcher-4242844-1500662623 -o /tmp/evaluation-result-4242844-1500662623/solver-4242844-1500662623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500648178-9856 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1576342619 HOME/instance-4242844-1500662623.xml

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

MD5SUM BENCH= 4bffeaf90ccad3cb01dd3bbb4a29e0a4
RANDOM SEED=1576342619

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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		: 1733.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:        31946688 kB
MemAvailable:   31949068 kB
Buffers:           34988 kB
Cached:           277808 kB
SwapCached:            0 kB
Active:           249064 kB
Inactive:         200944 kB
Active(anon):     140344 kB
Inactive(anon):     8584 kB
Active(file):     108720 kB
Inactive(file):   192360 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11660 kB
Writeback:             0 kB
AnonPages:        224684 kB
Mapped:            30432 kB
Shmem:              8848 kB
Slab:              66788 kB
SReclaimable:      34272 kB
SUnreclaim:        32516 kB
KernelStack:        4272 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     409812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      148864 kB
DirectMap2M:    33396736 kB

Free space on /tmp at the end= 62008 MiB
End job on node113 at 2017-07-21 21:23:44