Trace number 4242757

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-28SAT (TO)3 2400.01 2400.7

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c Mistral-2017-06-28
1.99/2.02	o 0
1.99/2.02	o 1
1.99/2.08	o 2
2.29/2.30	o 3
2400.00/2400.70	s SATISFIABLE
2400.00/2400.70	v <instantiation type="solution">
2400.00/2400.70	v   <list> x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
2400.00/2400.70	v   <values> 3 498 449 0 485 250 250 471 424 0 464 427 0 451 252 250 450 275 275 405 284 281 403 279 276 400 292 287 394 261 259 388 274 273 380 262 252 375 284 276 374 369 253 374 357 269 368 365 265 355 321 297 344 278 276 339 322 317 337 328 322 310 304 300 0 0 0 0 0 0 0 0 0 </values>
2400.00/2400.70	v </instantiation>

Verifier Data

OK	3

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-4242757-1500660277/watcher-4242757-1500660277 -o /tmp/evaluation-result-4242757-1500660277/solver-4242757-1500660277 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500648176-2483 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 257727133 HOME/instance-4242757-1500660277.xml 

pid=4279
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.01 2.02 2.05 3/243 4282
/proc/meminfo: memFree=31803016/32770624 swapFree=5780/212576
[pid=4282] ppid=4279 vsize=28936 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 1022 0 0 0 1 0 0 0 20 0 1 0 1295946 29630464 802 33554432000 4194304 7402444 140736333719184 140736333716232 5881984 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 7234 802 620 784 0 248 0

[startup+0.100184 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4282
/proc/meminfo: memFree=31803016/32770624 swapFree=5780/212576
[pid=4282] ppid=4279 vsize=39944 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 3805 0 0 0 9 0 0 0 20 0 1 0 1295946 40902656 3526 33554432000 4194304 7402444 140736333719184 140736333710680 4483593 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 9986 3592 656 784 0 3000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39944

[startup+0.20045 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4282
/proc/meminfo: memFree=31803016/32770624 swapFree=5780/212576
[pid=4282] ppid=4279 vsize=67788 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 10966 0 0 0 17 2 0 0 20 0 1 0 1295946 69414912 10656 33554432000 4194304 7402444 140736333719184 140736333713720 4747176 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 16947 10656 757 784 0 9961 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67788

[startup+0.300394 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4282
/proc/meminfo: memFree=31803016/32770624 swapFree=5780/212576
[pid=4282] ppid=4279 vsize=68432 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 11151 0 0 0 27 2 0 0 20 0 1 0 1295946 70074368 10854 33554432000 4194304 7402444 140736333719184 140736333713720 4484544 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17108 10854 764 784 0 10122 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68432

[startup+0.700356 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4282
/proc/meminfo: memFree=31803016/32770624 swapFree=5780/212576
[pid=4282] ppid=4279 vsize=68696 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 11227 0 0 0 67 2 0 0 20 0 1 0 1295946 70344704 10920 33554432000 4194304 7402444 140736333719184 140736333713720 4484558 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17174 10920 764 784 0 10188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68696

[startup+1.50034 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 4283
/proc/meminfo: memFree=31761068/32770624 swapFree=5780/212636
[pid=4282] ppid=4279 vsize=68960 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 11262 0 0 0 147 2 0 0 20 0 1 0 1295946 70615040 10920 33554432000 4194304 7402444 140736333719184 140736333713720 4484555 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17240 10920 764 784 0 10254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68960

[startup+3.10034 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 4283
/proc/meminfo: memFree=31759580/32770624 swapFree=5780/212636
[pid=4282] ppid=4279 vsize=69092 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 18123 0 0 0 307 2 0 0 20 0 1 0 1295946 70750208 10997 33554432000 4194304 7402444 140736333719184 140736333713720 5754016 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 10997 766 784 0 10287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69092

[startup+6.30036 s]
/proc/loadavg: 2.09 2.04 2.05 3/244 4283
/proc/meminfo: memFree=31758764/32770624 swapFree=5780/212608
[pid=4282] ppid=4279 vsize=69092 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 23915 0 0 0 626 3 0 0 20 0 1 0 1295946 70750208 11015 33554432000 4194304 7402444 140736333719184 140736333713720 4747948 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11015 766 784 0 10287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69092

[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 2.05 3/244 4283
/proc/meminfo: memFree=31757012/32770624 swapFree=5780/212616
[pid=4282] ppid=4279 vsize=69092 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 28870 0 0 0 1266 3 0 0 20 0 1 0 1295946 70750208 11016 33554432000 4194304 7402444 140736333719184 140736333713720 5753888 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11016 766 784 0 10287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69092

[startup+25.5004 s]
/proc/loadavg: 2.07 2.04 2.05 3/244 4283
/proc/meminfo: memFree=31756128/32770624 swapFree=5780/212624
[pid=4282] ppid=4279 vsize=69092 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 37886 0 0 0 2545 3 0 0 20 0 1 0 1295946 70750208 11019 33554432000 4194304 7402444 140736333719184 140736333713720 5750469 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11019 766 784 0 10287 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69092

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 4283
/proc/meminfo: memFree=31751552/32770624 swapFree=5780/212636
[pid=4282] ppid=4279 vsize=69092 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 42551 0 0 0 5104 3 0 0 20 0 1 0 1295946 70750208 11025 33554432000 4194304 7402444 140736333719184 140736333713720 5750704 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11025 766 784 0 10287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69092

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 4284
/proc/meminfo: memFree=31750596/32770624 swapFree=5780/212660
[pid=4282] ppid=4279 vsize=69092 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 47096 0 0 0 10223 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4484555 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69092

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4285
/proc/meminfo: memFree=31748052/32770624 swapFree=5780/212692
[pid=4282] ppid=4279 vsize=69092 CPUtime=162.23 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 51626 0 0 0 16219 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5753494 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 69092

[startup+222.308 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 4286
/proc/meminfo: memFree=31747928/32770624 swapFree=5780/212716
[pid=4282] ppid=4279 vsize=69092 CPUtime=222.22 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 51882 0 0 0 22218 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4747422 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 69092

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4287
/proc/meminfo: memFree=31748680/32770624 swapFree=5780/212752
[pid=4282] ppid=4279 vsize=69092 CPUtime=282.19 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 52131 0 0 0 28215 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4747374 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 69092

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4296
/proc/meminfo: memFree=31747308/32770624 swapFree=5780/212776
[pid=4282] ppid=4279 vsize=69092 CPUtime=342.18 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 52384 0 0 0 34214 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4484558 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 69092

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/244 4297
/proc/meminfo: memFree=31747792/32770624 swapFree=5780/212804
[pid=4282] ppid=4279 vsize=69092 CPUtime=402.16 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 52634 0 0 0 40212 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4239193 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 69092

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/244 4298
/proc/meminfo: memFree=31748072/32770624 swapFree=5780/212840
[pid=4282] ppid=4279 vsize=69092 CPUtime=462.14 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 52877 0 0 0 46210 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4249022 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 69092

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/244 4299
/proc/meminfo: memFree=31748128/32770624 swapFree=5780/212872
[pid=4282] ppid=4279 vsize=69092 CPUtime=522.13 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 53126 0 0 0 52209 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5750706 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 69092

[startup+582.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/244 4300
/proc/meminfo: memFree=31747876/32770624 swapFree=5780/212908
[pid=4282] ppid=4279 vsize=69092 CPUtime=582.11 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 53375 0 0 0 58207 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5753494 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 69092


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


[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 4334
/proc/meminfo: memFree=31743408/32770624 swapFree=5780/213360
[pid=4282] ppid=4279 vsize=69092 CPUtime=1541.85 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 57338 0 0 0 154181 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5750742 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 69092

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 4335
/proc/meminfo: memFree=31745004/32770624 swapFree=5780/213388
[pid=4282] ppid=4279 vsize=69092 CPUtime=1601.82 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 57587 0 0 0 160178 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5750474 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 69092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4336
/proc/meminfo: memFree=31745104/32770624 swapFree=5780/213420
[pid=4282] ppid=4279 vsize=69092 CPUtime=1661.8 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 57835 0 0 0 166176 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4484192 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 69092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4337
/proc/meminfo: memFree=31744736/32770624 swapFree=5780/213448
[pid=4282] ppid=4279 vsize=69092 CPUtime=1721.79 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 58082 0 0 0 172175 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4342254 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 69092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4338
/proc/meminfo: memFree=31743824/32770624 swapFree=5780/213476
[pid=4282] ppid=4279 vsize=69092 CPUtime=1781.77 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 58328 0 0 0 178173 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5750704 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 69092

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4339
/proc/meminfo: memFree=31744532/32770624 swapFree=5780/213496
[pid=4282] ppid=4279 vsize=69092 CPUtime=1841.75 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 58579 0 0 0 184171 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4319873 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1841.75
Current children cumulated vsize (KiB) 69092

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4340
/proc/meminfo: memFree=31745524/32770624 swapFree=5780/213520
[pid=4282] ppid=4279 vsize=69092 CPUtime=1901.73 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 58827 0 0 0 190169 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4747310 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1901.73
Current children cumulated vsize (KiB) 69092

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4341
/proc/meminfo: memFree=31745940/32770624 swapFree=5780/213552
[pid=4282] ppid=4279 vsize=69092 CPUtime=1961.72 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 59072 0 0 0 196168 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4319916 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 1961.72
Current children cumulated vsize (KiB) 69092

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4342
/proc/meminfo: memFree=31744572/32770624 swapFree=5780/213576
[pid=4282] ppid=4279 vsize=69092 CPUtime=2021.7 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 59314 0 0 0 202166 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4239244 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2021.7
Current children cumulated vsize (KiB) 69092

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4343
/proc/meminfo: memFree=31744820/32770624 swapFree=5780/213608
[pid=4282] ppid=4279 vsize=69092 CPUtime=2081.7 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 59556 0 0 0 208166 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4299808 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2081.7
Current children cumulated vsize (KiB) 69092

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4352
/proc/meminfo: memFree=31744728/32770624 swapFree=5780/213644
[pid=4282] ppid=4279 vsize=69092 CPUtime=2141.67 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 59775 0 0 0 214163 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2141.67
Current children cumulated vsize (KiB) 69092

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4353
/proc/meminfo: memFree=31744976/32770624 swapFree=5780/213676
[pid=4282] ppid=4279 vsize=69092 CPUtime=2201.67 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 59990 0 0 0 220163 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5871069 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2201.67
Current children cumulated vsize (KiB) 69092

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4354
/proc/meminfo: memFree=31744336/32770624 swapFree=5780/213700
[pid=4282] ppid=4279 vsize=69092 CPUtime=2261.64 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 60239 0 0 0 226160 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5871010 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2261.64
Current children cumulated vsize (KiB) 69092

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4355
/proc/meminfo: memFree=31744668/32770624 swapFree=5780/213720
[pid=4282] ppid=4279 vsize=69092 CPUtime=2321.62 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 60488 0 0 0 232158 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4712884 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2321.62
Current children cumulated vsize (KiB) 69092

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/244 4356
/proc/meminfo: memFree=31745172/32770624 swapFree=5780/213752
[pid=4282] ppid=4279 vsize=69092 CPUtime=2381.61 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 60736 0 0 0 238157 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 4747269 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2381.61
Current children cumulated vsize (KiB) 69092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.12 2.04 2.05 3/252 4380
/proc/meminfo: memFree=31987040/32770624 swapFree=5780/213764
[pid=4282] ppid=4279 vsize=69092 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 60981 0 0 0 239996 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5758736 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 69092

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

[startup+2400.7 s]
/proc/loadavg: 2.12 2.04 2.05 3/252 4380
/proc/meminfo: memFree=31987040/32770624 swapFree=5780/213764
[pid=4282] ppid=4279 vsize=69092 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/4282/stat : 4282 (MistralXCSP) R 4279 4282 2452 0 -1 4202496 60981 0 0 0 239996 4 0 0 20 0 1 0 1295946 70750208 11026 33554432000 4194304 7402444 140736333719184 140736333713720 5758736 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 18067456 140736333722793 140736333722942 140736333722942 140736333725641 0
/proc/4282/statm: 17273 11026 766 784 0 10287 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 69092

Child status: 0
Real time (s): 2400.7
CPU time (s): 2400.01
CPU user time (s): 2399.97
CPU system time (s): 0.045987
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 69092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 0.045987
maximum resident set size= 44128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61020
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= 22
involuntary context switches= 121838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03915 second user time and 11.4734 second system time

The end

Launcher Data

Begin job on node120 at 2017-07-21 20:04:37
IDJOB=4242757
IDBENCH=136037
IDSOLVER=2622
FILE ID=node120/4242757-1500660277
RUNJOBID= node120-1500648176-2483
PBS_JOBID= 20623299
Free space on /tmp= 61992 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.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-4242757-1500660277/watcher-4242757-1500660277 -o /tmp/evaluation-result-4242757-1500660277/solver-4242757-1500660277 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500648176-2483 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 257727133 HOME/instance-4242757-1500660277.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=257727133

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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.45
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:        31803092 kB
MemAvailable:   31800304 kB
Buffers:           31872 kB
Cached:           277540 kB
SwapCached:            0 kB
Active:           378508 kB
Inactive:         221296 kB
Active(anon):     293068 kB
Inactive(anon):     8720 kB
Active(file):      85440 kB
Inactive(file):   212576 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11588 kB
Writeback:             0 kB
AnonPages:        279096 kB
Mapped:            30276 kB
Shmem:              8840 kB
Slab:              61500 kB
SReclaimable:      30060 kB
SUnreclaim:        31440 kB
KernelStack:        4240 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     566520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61984 MiB
End job on node120 at 2017-07-21 20:44:38