Trace number 4242838

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w4b3r3.xml
MD5SUM4fff2bf814931cbe2e98d8a10b7c6933
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 variables801
Number of constraints53
Number of domains2
Minimum domain size26
Maximum domain size124
Distribution of domain sizes[{"size":26,"count":1},{"size":124,"count":800}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":775},{"degree":5,"count":25}]
Minimum constraint arity26
Maximum constraint arity800
Distribution of constraint arities[{"arity":26,"count":1},{"arity":32,"count":50},{"arity":800,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":25},{"type":"lex","count":1},{"type":"sum","count":25},{"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.01/2401.10	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-4242838-1500662620/watcher-4242838-1500662620 -o /tmp/evaluation-result-4242838-1500662620/solver-4242838-1500662620 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500648172-9858 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 56706017 HOME/instance-4242838-1500662620.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11503
/proc/meminfo: memFree=31726288/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=29200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 1091 0 0 0 0 0 0 0 20 0 1 0 1526916 29900800 919 33554432000 4194304 7402444 140729477369680 140729477366728 139878163966949 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 7333 919 621 784 0 347 0

[startup+0.100119 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11503
/proc/meminfo: memFree=31726288/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=45208 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 5462 0 0 0 9 0 0 0 20 0 1 0 1526916 46292992 4907 33554432000 4194304 7402444 140729477369680 140729477360440 139878163964991 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 11302 4907 689 784 0 4316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45208

[startup+0.20032 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11503
/proc/meminfo: memFree=31726288/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=51080 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 6991 0 0 0 19 0 0 0 20 0 1 0 1526916 52305920 6409 33554432000 4194304 7402444 140729477369680 140729477360440 4731480 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 12770 6409 689 784 0 5784 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51080

[startup+0.300271 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11503
/proc/meminfo: memFree=31726288/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=55500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 8100 0 0 0 28 0 0 0 20 0 1 0 1526916 56832000 7531 33554432000 4194304 7402444 140729477369680 140729477360440 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 13875 7531 689 784 0 6889 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55500

[startup+0.700194 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11503
/proc/meminfo: memFree=31726288/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=74488 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 12542 0 0 0 68 1 0 0 20 0 1 0 1526916 76275712 12270 33554432000 4194304 7402444 140729477369680 140729477360440 4731648 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 18622 12270 689 784 0 11636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74488

[startup+1.50019 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31669108/32770624 swapFree=5960/192888
[pid=11503] ppid=11500 vsize=95592 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 17962 0 0 0 147 2 0 0 20 0 1 0 1526916 97886208 17535 33554432000 4194304 7402444 140729477369680 140729477360440 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 23898 17535 689 784 0 16912 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95592

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.05 4/243 11504
/proc/meminfo: memFree=31649020/32770624 swapFree=5960/192888
[pid=11503] ppid=11500 vsize=116864 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 25350 0 0 0 307 2 0 0 20 0 1 0 1526916 119668736 22878 33554432000 4194304 7402444 140729477369680 140729477360440 4731487 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 29216 22878 689 784 0 22230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116864

[startup+6.3002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31590960/32770624 swapFree=5960/192888
[pid=11503] ppid=11500 vsize=168468 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 52850 0 0 0 624 4 0 0 20 0 1 0 1526916 172511232 35751 33554432000 4194304 7402444 140729477369680 140729477360440 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 42117 35751 689 784 0 35131 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 168468

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31536616/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=216512 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 89994 0 0 0 1262 7 0 0 20 0 1 0 1526916 221708288 47862 33554432000 4194304 7402444 140729477369680 140729477365032 5871010 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54128 47862 761 784 0 47142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 216512

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31536616/32770624 swapFree=5960/192920
[pid=11503] ppid=11500 vsize=216512 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 140815 0 0 0 2539 9 0 0 20 0 1 0 1526916 221708288 47864 33554432000 4194304 7402444 140729477369680 140729477365032 5327208 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54128 47864 763 784 0 47142 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 216512

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11504
/proc/meminfo: memFree=31536036/32770624 swapFree=5960/192940
[pid=11503] ppid=11500 vsize=216512 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 167029 0 0 0 5096 10 0 0 20 0 1 0 1526916 221708288 47866 33554432000 4194304 7402444 140729477369680 140729477365032 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54128 47866 765 784 0 47142 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 216512

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31531060/32770624 swapFree=5960/192996
[pid=11503] ppid=11500 vsize=217756 CPUtime=102.22 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 190365 0 0 0 10210 12 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 217756

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11506
/proc/meminfo: memFree=31529276/32770624 swapFree=5960/193024
[pid=11503] ppid=11500 vsize=217756 CPUtime=162.17 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 198669 0 0 0 16204 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 217756

[startup+222.308 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11572
/proc/meminfo: memFree=31439816/32770624 swapFree=5960/193104
[pid=11503] ppid=11500 vsize=217756 CPUtime=222.15 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 199379 0 0 0 22202 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 4249022 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 217756

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11573
/proc/meminfo: memFree=31225604/32770624 swapFree=5960/193140
[pid=11503] ppid=11500 vsize=217756 CPUtime=282.12 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 200091 0 0 0 28199 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 217756

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11574
/proc/meminfo: memFree=31218884/32770624 swapFree=5960/193172
[pid=11503] ppid=11500 vsize=217756 CPUtime=342.09 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 200813 0 0 0 34196 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 4254600 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 217756

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11582
/proc/meminfo: memFree=31219348/32770624 swapFree=5960/193236
[pid=11503] ppid=11500 vsize=217756 CPUtime=402.07 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 201530 0 0 0 40194 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 217756

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11583
/proc/meminfo: memFree=31219588/32770624 swapFree=5960/193268
[pid=11503] ppid=11500 vsize=217756 CPUtime=462.04 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 202244 0 0 0 46191 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 4747743 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 217756

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11584
/proc/meminfo: memFree=31219876/32770624 swapFree=5960/193300
[pid=11503] ppid=11500 vsize=217756 CPUtime=522.01 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 202962 0 0 0 52188 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 217756

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11585
/proc/meminfo: memFree=31220488/32770624 swapFree=5960/193336
[pid=11503] ppid=11500 vsize=217756 CPUtime=581.98 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 203669 0 0 0 58185 13 0 0 20 0 1 0 1526916 222982144 48178 33554432000 4194304 7402444 140729477369680 140729477364376 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54439 48178 765 784 0 47453 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 217756


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11634
/proc/meminfo: memFree=31220504/32770624 swapFree=5960/193932
[pid=11503] ppid=11500 vsize=219052 CPUtime=1541.58 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 216928 0 0 0 154143 15 0 0 20 0 1 0 1526916 224309248 48502 33554432000 4194304 7402444 140729477369680 140729477364248 5327250 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54763 48502 765 784 0 47777 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 219052

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 11643
/proc/meminfo: memFree=31220256/32770624 swapFree=5960/193984
[pid=11503] ppid=11500 vsize=219052 CPUtime=1601.55 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 217745 0 0 0 160140 15 0 0 20 0 1 0 1526916 224309248 48502 33554432000 4194304 7402444 140729477369680 140729477364248 5746100 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54763 48502 765 784 0 47777 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 219052

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 11644
/proc/meminfo: memFree=31218260/32770624 swapFree=5960/194020
[pid=11503] ppid=11500 vsize=219304 CPUtime=1661.52 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 218675 0 0 0 166137 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 219304

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11645
/proc/meminfo: memFree=31218836/32770624 swapFree=5960/194052
[pid=11503] ppid=11500 vsize=219304 CPUtime=1721.49 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 219494 0 0 0 172134 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4306479 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 219304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11646
/proc/meminfo: memFree=31218908/32770624 swapFree=5960/194088
[pid=11503] ppid=11500 vsize=219304 CPUtime=1781.47 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 220317 0 0 0 178132 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5871010 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 219304

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 11647
/proc/meminfo: memFree=31219664/32770624 swapFree=5960/194120
[pid=11503] ppid=11500 vsize=219304 CPUtime=1841.44 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 221140 0 0 0 184129 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1841.44
Current children cumulated vsize (KiB) 219304

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11648
/proc/meminfo: memFree=31220028/32770624 swapFree=5960/194168
[pid=11503] ppid=11500 vsize=219304 CPUtime=1901.41 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 221831 0 0 0 190126 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1901.41
Current children cumulated vsize (KiB) 219304

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11649
/proc/meminfo: memFree=31220632/32770624 swapFree=5960/194208
[pid=11503] ppid=11500 vsize=219304 CPUtime=1961.39 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 222522 0 0 0 196124 15 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4748116 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 1961.39
Current children cumulated vsize (KiB) 219304

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11650
/proc/meminfo: memFree=31220608/32770624 swapFree=5960/194240
[pid=11503] ppid=11500 vsize=219304 CPUtime=2021.37 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 223213 0 0 0 202121 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5747617 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2021.37
Current children cumulated vsize (KiB) 219304

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11651
/proc/meminfo: memFree=31221320/32770624 swapFree=5960/194276
[pid=11503] ppid=11500 vsize=219304 CPUtime=2081.35 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 223904 0 0 0 208119 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4747743 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2081.35
Current children cumulated vsize (KiB) 219304

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11652
/proc/meminfo: memFree=31220932/32770624 swapFree=5960/194308
[pid=11503] ppid=11500 vsize=219304 CPUtime=2141.32 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 224595 0 0 0 214116 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2141.32
Current children cumulated vsize (KiB) 219304

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11660
/proc/meminfo: memFree=31219776/32770624 swapFree=5960/194352
[pid=11503] ppid=11500 vsize=219304 CPUtime=2201.3 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 225286 0 0 0 220114 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4712848 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2201.3
Current children cumulated vsize (KiB) 219304

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11661
/proc/meminfo: memFree=31218348/32770624 swapFree=5960/194384
[pid=11503] ppid=11500 vsize=219304 CPUtime=2261.27 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 225977 0 0 0 226111 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2261.27
Current children cumulated vsize (KiB) 219304

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11662
/proc/meminfo: memFree=31218804/32770624 swapFree=5960/194416
[pid=11503] ppid=11500 vsize=219304 CPUtime=2321.24 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 226668 0 0 0 232108 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2321.24
Current children cumulated vsize (KiB) 219304

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11663
/proc/meminfo: memFree=31219156/32770624 swapFree=5960/194452
[pid=11503] ppid=11500 vsize=219304 CPUtime=2381.21 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 227359 0 0 0 238105 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327353 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2381.21
Current children cumulated vsize (KiB) 219304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11664
/proc/meminfo: memFree=31219108/32770624 swapFree=5960/194452
[pid=11503] ppid=11500 vsize=219304 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 227691 0 0 0 239985 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 219304

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

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11664
/proc/meminfo: memFree=31219108/32770624 swapFree=5960/194452
[pid=11503] ppid=11500 vsize=219304 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/11503/stat : 11503 (MistralXCSP) R 11500 11503 9826 0 -1 4202496 227691 0 0 0 239985 16 0 0 20 0 1 0 1526916 224567296 48565 33554432000 4194304 7402444 140729477369680 140729477364856 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 40955904 140729477371050 140729477371198 140729477371198 140729477373897 0
/proc/11503/statm: 54826 48565 765 784 0 47840 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 219304

Child status: 0
Real time (s): 2401.1
CPU time (s): 2400.02
CPU user time (s): 2399.85
CPU system time (s): 0.166927
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 219304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.85
system time used= 0.166927
maximum resident set size= 194388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227728
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= 67
involuntary context switches= 120663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.82592 second user time and 11.9223 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-21 20:43:40
IDJOB=4242838
IDBENCH=137500
IDSOLVER=2622
FILE ID=node149/4242838-1500662620
RUNJOBID= node149-1500648172-9858
PBS_JOBID= 20623272
Free space on /tmp= 62020 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w4b3r3.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-4242838-1500662620/watcher-4242838-1500662620 -o /tmp/evaluation-result-4242838-1500662620/solver-4242838-1500662620 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500648172-9858 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 56706017 HOME/instance-4242838-1500662620.xml

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

MD5SUM BENCH= 4fff2bf814931cbe2e98d8a10b7c6933
RANDOM SEED=56706017

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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:        31726368 kB
MemAvailable:   31729272 kB
Buffers:           33512 kB
Cached:           279444 kB
SwapCached:            0 kB
Active:           467736 kB
Inactive:         201604 kB
Active(anon):     359036 kB
Inactive(anon):     8684 kB
Active(file):     108700 kB
Inactive(file):   192920 kB
Unevictable:        5960 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5656 kB
Writeback:             0 kB
AnonPages:        364176 kB
Mapped:            31104 kB
Shmem:              8848 kB
Slab:              65836 kB
SReclaimable:      34240 kB
SUnreclaim:        31596 kB
KernelStack:        4384 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     623708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 62016 MiB
End job on node149 at 2017-07-21 21:23:42