Trace number 3705187

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
wbo 1.7? 1799.62 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705187-1338103240.opb.
0.00/0.00	c Instance file HOME/instance-3705187-1338103240.opb
0.00/0.00	c File size is 1501792 bytes.
0.09/0.11	c Cost Offset: 0
0.09/0.11	c Highest Coefficient sum: 1475
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.12         s                                      |
0.09/0.11	c |  Number Variables:      3296                                                |
0.09/0.11	c |  Number Clauses:        1                                                   |
0.09/0.11	c |  Number Cardinality:    0                                                   |
0.09/0.11	c |  Number PB Constraints: 6383                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Problem Type:          Optimization                                        |
0.09/0.11	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.11	c |                                                                             |
0.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.09/0.11	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.09/0.11	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3705187-1338103240/watcher-3705187-1338103240 -o /tmp/evaluation-result-3705187-1338103240/solver-3705187-1338103240 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705187-1338103240.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 11196
/proc/meminfo: memFree=31515672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=4736 CPUtime=0 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) R 11194 11196 8971 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 276452470 4849664 314 33554432000 4194304 5963574 140737173573072 140737173571448 4338874 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 1184 315 171 432 0 382 0

[startup+0.016593 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 11196
/proc/meminfo: memFree=31515672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=5808 CPUtime=0.01 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) R 11194 11196 8971 0 -1 4202496 648 0 0 0 1 0 0 0 20 0 1 0 276452470 5947392 601 33554432000 4194304 5963574 140737173573072 140737173571448 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 1452 602 207 432 0 650 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5808

[startup+0.100269 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 11196
/proc/meminfo: memFree=31515672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=13668 CPUtime=0.09 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) R 11194 11196 8971 0 -1 4202496 2877 0 0 0 9 0 0 0 20 0 1 0 276452470 13996032 2830 33554432000 4194304 5963574 140737173573072 140737173571448 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 3417 2831 477 432 0 2615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13668

[startup+0.300186 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 11196
/proc/meminfo: memFree=31515672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94344 CPUtime=0.29 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 6556 0 0 0 28 1 0 0 20 0 2 0 276452470 96608256 6142 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23586 6142 192 432 0 23151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94344

[startup+0.700161 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 11196
/proc/meminfo: memFree=31515672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94344 CPUtime=0.69 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 6595 0 0 0 68 1 0 0 20 0 2 0 276452470 96608256 6181 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23586 6181 194 432 0 23151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94344

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11198
/proc/meminfo: memFree=31491112/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94344 CPUtime=1.49 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 6665 0 0 0 148 1 0 0 20 0 2 0 276452470 96608256 6251 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23586 6251 194 432 0 23151 0
[pid=11196/tid=11198] ppid=11194 vsize=94344 CPUtime=1.36 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 2914 0 0 0 135 1 0 0 20 0 2 0 276452481 96608256 6251 33554432000 4194304 5963574 140737173573072 140464653588280 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94344

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11198
/proc/meminfo: memFree=31489972/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94344 CPUtime=3.08 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 6824 0 0 0 307 1 0 0 20 0 2 0 276452470 96608256 6410 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23586 6410 194 432 0 23151 0
[pid=11196/tid=11198] ppid=11194 vsize=94344 CPUtime=2.96 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 3073 0 0 0 295 1 0 0 20 0 2 0 276452481 96608256 6410 33554432000 4194304 5963574 140737173573072 140464653588472 4402912 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94344

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11198
/proc/meminfo: memFree=31487368/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94344 CPUtime=6.28 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 7147 0 0 0 627 1 0 0 20 0 2 0 276452470 96608256 6733 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23586 6733 194 432 0 23151 0
[pid=11196/tid=11198] ppid=11194 vsize=94344 CPUtime=6.15 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 3396 0 0 0 614 1 0 0 20 0 2 0 276452481 96608256 6733 33554432000 4194304 5963574 140737173573072 140464653588520 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 94344

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11198
/proc/meminfo: memFree=31484928/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94488 CPUtime=12.69 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 7633 0 0 0 1267 2 0 0 20 0 2 0 276452470 96755712 7219 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23622 7219 194 432 0 23187 0
[pid=11196/tid=11198] ppid=11194 vsize=94488 CPUtime=12.53 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 3882 0 0 0 1252 1 0 0 20 0 2 0 276452481 96755712 7219 33554432000 4194304 5963574 140737173573072 140464653588280 4402912 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94488

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11198
/proc/meminfo: memFree=31482588/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94488 CPUtime=25.49 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 8192 0 0 0 2547 2 0 0 20 0 2 0 276452470 96755712 7778 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23622 7778 194 432 0 23187 0
[pid=11196/tid=11198] ppid=11194 vsize=94488 CPUtime=25.3 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 4441 0 0 0 2529 1 0 0 20 0 2 0 276452481 96755712 7778 33554432000 4194304 5963574 140737173573072 140464653588520 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94488

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 11198
/proc/meminfo: memFree=31474212/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94560 CPUtime=51.07 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 9369 0 0 0 5105 2 0 0 20 0 2 0 276452470 96829440 8955 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23640 8955 194 432 0 23205 0
[pid=11196/tid=11198] ppid=11194 vsize=94560 CPUtime=50.83 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 5618 0 0 0 5081 2 0 0 20 0 2 0 276452481 96829440 8955 33554432000 4194304 5963574 140737173573072 140464653588280 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 94560

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11198
/proc/meminfo: memFree=31455636/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=94828 CPUtime=102.26 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 12287 0 0 0 10222 4 0 0 20 0 2 0 276452470 97103872 12325 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23707 12325 194 432 0 23272 0
[pid=11196/tid=11198] ppid=11194 vsize=94828 CPUtime=101.89 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 8536 0 0 0 10184 5 0 0 20 0 2 0 276452481 97103872 12325 33554432000 4194304 5963574 140737173573072 140464653588520 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94828

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11198
/proc/meminfo: memFree=31436024/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=95116 CPUtime=162.25 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 14404 0 0 0 16219 6 0 0 20 0 2 0 276452470 97398784 14442 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23779 14442 194 432 0 23344 0
[pid=11196/tid=11198] ppid=11194 vsize=95116 CPUtime=161.73 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 10653 0 0 0 16166 7 0 0 20 0 2 0 276452481 97398784 14442 33554432000 4194304 5963574 140737173573072 140464653588520 4403213 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 95116

[startup+222.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 11199
/proc/meminfo: memFree=31424160/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=95356 CPUtime=222.23 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 16373 0 0 0 22215 8 0 0 20 0 2 0 276452470 97644544 16470 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23839 16470 194 432 0 23404 0
[pid=11196/tid=11198] ppid=11194 vsize=95356 CPUtime=221.56 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 12622 0 0 0 22146 10 0 0 20 0 2 0 276452481 97644544 16470 33554432000 4194304 5963574 140737173573072 140464653588520 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 95356

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11199
/proc/meminfo: memFree=31405864/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=95500 CPUtime=282.22 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 19600 0 0 0 28210 12 0 0 20 0 2 0 276452470 97792000 19697 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 23875 19697 194 432 0 23440 0
[pid=11196/tid=11198] ppid=11194 vsize=95500 CPUtime=281.4 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 15849 0 0 0 28124 16 0 0 20 0 2 0 276452481 97792000 19697 33554432000 4194304 5963574 140737173573072 140464653588520 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 95500

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11199
/proc/meminfo: memFree=31389928/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=161468 CPUtime=342.21 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 21220 0 0 0 34207 14 0 0 20 0 2 0 276452470 165343232 21317 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 40367 21317 194 432 0 39932 0
[pid=11196/tid=11198] ppid=11194 vsize=161468 CPUtime=341.25 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 17469 0 0 0 34107 18 0 0 20 0 2 0 276452481 165343232 21317 33554432000 4194304 5963574 140737173573072 140464653588472 4378928 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 161468

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11199
/proc/meminfo: memFree=31377140/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=162044 CPUtime=402.19 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 22885 0 0 0 40203 16 0 0 20 0 2 0 276452470 165933056 23033 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 40511 23033 194 432 0 40076 0
[pid=11196/tid=11198] ppid=11194 vsize=162044 CPUtime=401.09 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 19134 0 0 0 40087 22 0 0 20 0 2 0 276452481 165933056 23033 33554432000 4194304 5963574 140737173573072 140464653588472 4222304 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 162044

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11199
/proc/meminfo: memFree=31365156/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=162476 CPUtime=462.18 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11208
/proc/meminfo: memFree=31164460/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=233916 CPUtime=1421.99 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 50920 0 0 0 142150 49 0 0 20 0 2 0 276452470 239529984 51677 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 58479 51677 194 432 0 58044 0
[pid=11196/tid=11198] ppid=11194 vsize=233916 CPUtime=1418.41 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 47169 0 0 0 141771 70 0 0 20 0 2 0 276452481 239529984 51677 33554432000 4194304 5963574 140737173573072 140464653588472 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 233916

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11209
/proc/meminfo: memFree=31156388/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=233916 CPUtime=1481.97 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 50922 0 0 0 148148 49 0 0 20 0 2 0 276452470 239529984 51693 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 58479 51693 194 432 0 58044 0
[pid=11196/tid=11198] ppid=11194 vsize=233916 CPUtime=1478.25 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 47171 0 0 0 147754 71 0 0 20 0 2 0 276452481 239529984 51693 33554432000 4194304 5963574 140737173573072 140464653588472 4392498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 233916

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31142672/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=234060 CPUtime=1541.97 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 54353 0 0 0 154143 54 0 0 20 0 2 0 276452470 239677440 55124 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 58515 55124 194 432 0 58080 0
[pid=11196/tid=11198] ppid=11194 vsize=234060 CPUtime=1538.1 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 50602 0 0 0 153733 77 0 0 20 0 2 0 276452481 239677440 55124 33554432000 4194304 5963574 140737173573072 140464653588520 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 234060

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31125684/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=299900 CPUtime=1601.96 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 56071 0 0 0 160140 56 0 0 20 0 2 0 276452470 307097600 56842 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 74975 56842 194 432 0 74540 0
[pid=11196/tid=11198] ppid=11194 vsize=299900 CPUtime=1597.95 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 52320 0 0 0 159715 80 0 0 20 0 2 0 276452481 307097600 56842 33554432000 4194304 5963574 140737173573072 140464653588472 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 299900

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31137896/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300116 CPUtime=1661.94 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 56223 0 0 0 166138 56 0 0 20 0 2 0 276452470 307318784 57001 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75029 57001 194 432 0 74594 0
[pid=11196/tid=11198] ppid=11194 vsize=300116 CPUtime=1657.79 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 52472 0 0 0 165698 81 0 0 20 0 2 0 276452481 307318784 57001 33554432000 4194304 5963574 140737173573072 140464653588472 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 300116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31031800/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300296 CPUtime=1721.93 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 58917 0 0 0 172133 60 0 0 20 0 2 0 276452470 307503104 59702 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75074 59702 194 432 0 74639 0
[pid=11196/tid=11198] ppid=11194 vsize=300296 CPUtime=1717.63 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 55166 0 0 0 171678 85 0 0 20 0 2 0 276452481 307503104 59702 33554432000 4194304 5963574 140737173573072 140464653588472 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 300296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30905664/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1781.93 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 178130 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1777.48 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 177659 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4403263 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 300800

Solver just ended. Dumping a history of the last processes samples

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30889156/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1791.53 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179090 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1787.06 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 178617 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 300800

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30885932/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1794.73 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179410 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1790.25 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 178936 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 300800

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30881716/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1797.92 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179729 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1793.44 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 179255 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 300800

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30880228/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1798.72 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179809 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1794.23 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 179334 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 300800

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30879112/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1799.13 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179850 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1794.64 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 179375 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 300800

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30879112/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1799.52 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179889 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1795.03 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 179414 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 300800

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30879112/32873844 swapFree=6088/6088
[pid=11196] ppid=11194 vsize=300800 CPUtime=1799.62 cores=1,3,5,7
/proc/11196/stat : 11196 (wbo1.7) S 11194 11196 8971 0 -1 4202496 60652 0 0 0 179899 63 0 0 20 0 2 0 276452470 308019200 61437 33554432000 4194304 5963574 140737173573072 140737173572592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11196/statm: 75200 61437 194 432 0 74765 0
[pid=11196/tid=11198] ppid=11194 vsize=300800 CPUtime=1795.13 cores=1,3,5,7
/proc/11196/task/11198/stat : 11198 (wbo1.7) R 11194 11196 8971 0 -1 4202560 56901 0 0 0 179424 89 0 0 20 0 2 0 276452481 308019200 61437 33554432000 4194304 5963574 140737173573072 140464653588472 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 300800

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11196 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=357216
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=908861
# CPU time returned by wait4() is 1795.27
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.62
CPU user time (s): 1798.99
CPU system time (s): 0.63
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 300800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 0.908861
maximum resident set size= 245752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60653
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= 102
involuntary context switches= 2809

runsolver used 2.72059 second user time and 7.10292 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 09:20:40
IDJOB=3705187
IDBENCH=2942
IDSOLVER=2283
FILE ID=node110/3705187-1338103240
RUNJOBID= node110-1338085012-8988
PBS_JOBID= 14624425
Free space on /tmp= 71676 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705187-1338103240/watcher-3705187-1338103240 -o /tmp/evaluation-result-3705187-1338103240/solver-3705187-1338103240 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705187-1338103240.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=13430503

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31515928 kB
Buffers:          225636 kB
Cached:           273436 kB
SwapCached:          148 kB
Active:           511708 kB
Inactive:          62216 kB
Active(anon):      64876 kB
Inactive(anon):    12496 kB
Active(file):     446832 kB
Inactive(file):    49720 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:              7008 kB
Writeback:             0 kB
AnonPages:         80608 kB
Mapped:            14920 kB
Shmem:               196 kB
Slab:             644508 kB
SReclaimable:      86976 kB
SUnreclaim:       557532 kB
KernelStack:        1464 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node110 at 2012-05-27 09:50:41