Trace number 3727484

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.72? 1799.91 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark334.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
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 constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727484-1338662631.opb.
0.00/0.00	c Instance file HOME/instance-3727484-1338662631.opb
0.00/0.00	c File size is 319495 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 741
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.03         s                                      |
0.00/0.02	c |  Number Variables:      895                                                 |
0.00/0.02	c |  Number Clauses:        1                                                   |
0.00/0.02	c |  Number Cardinality:    0                                                   |
0.00/0.02	c |  Number PB Constraints: 1659                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.02	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.02	c ===============================================================================
12.89/13.33	c | 13.34     | 0  | 46           lb |  0                0                0.00  |
51.70/52.27	c | 52.28     | 0  | 47           lb |  0                0                0.00  |
93.40/109.66	c | 109.66    | 0  | 48           lb |  0                0                0.00  |
192.85/202.02	c | 202.02    | 0  | 49           lb |  0                0                0.00  |
323.22/323.36	c | 323.36    | 0  | 50           lb |  0                0                0.00  |
608.55/608.74	c | 608.74    | 0  | 51           lb |  0                0                0.00  |
1200.09/1200.44	c | 1200.44   | 0  | 53           lb |  0                0                0.00  |
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3727484-1338662631/watcher-3727484-1338662631 -o /tmp/evaluation-result-3727484-1338662631/solver-3727484-1338662631 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727484-1338662631.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.00 2.00 3/177 7212
/proc/meminfo: memFree=27362960/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=3588 CPUtime=0 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) R 7210 7212 3777 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 332387184 3674112 318 33554432000 4194304 5964350 140734048008608 140734048007976 5430234 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 930 320 170 433 0 415 0

[startup+0.0383739 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7212
/proc/meminfo: memFree=27362960/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=0.03 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2004 0 0 0 3 0 0 0 20 0 2 0 332387184 88068096 2389 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 2389 189 433 0 21065 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 86004

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7212
/proc/meminfo: memFree=27362960/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=0.09 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2021 0 0 0 9 0 0 0 20 0 2 0 332387184 88068096 2406 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 2406 192 433 0 21065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86004

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7212
/proc/meminfo: memFree=27362960/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=0.29 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2086 0 0 0 29 0 0 0 20 0 2 0 332387184 88068096 2471 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 2471 193 433 0 21065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86004

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7212
/proc/meminfo: memFree=27362960/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=0.68 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2209 0 0 0 68 0 0 0 20 0 2 0 332387184 88068096 2594 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 2594 193 433 0 21065 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86004

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7214
/proc/meminfo: memFree=27352488/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=1.48 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2440 0 0 0 148 0 0 0 20 0 2 0 332387184 88068096 2825 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 2825 193 433 0 21065 0
[pid=7212/tid=7214] ppid=7210 vsize=86004 CPUtime=1.45 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 1076 0 0 0 145 0 0 0 20 0 2 0 332387187 88068096 2825 33554432000 4194304 5964350 140734048008608 140062715017256 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86004

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7214
/proc/meminfo: memFree=27350728/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=3.08 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 2849 0 0 0 308 0 0 0 20 0 2 0 332387184 88068096 3234 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 3234 193 433 0 21065 0
[pid=7212/tid=7214] ppid=7210 vsize=86004 CPUtime=3.06 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 1485 0 0 0 306 0 0 0 20 0 2 0 332387187 88068096 3234 33554432000 4194304 5964350 140734048008608 140062715017016 4221984 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) 86004

[startup+9.86527 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7214
/proc/meminfo: memFree=27347320/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86220 CPUtime=9.85 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 3708 0 0 0 984 1 0 0 20 0 2 0 332387184 88289280 4093 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21555 4093 193 433 0 21119 0
[pid=7212/tid=7214] ppid=7210 vsize=86220 CPUtime=9.82 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 2344 0 0 0 982 0 0 0 20 0 2 0 332387187 88289280 4093 33554432000 4194304 5964350 140734048008608 140062715017016 4403296 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 86220

[startup+12.8752 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 7214
/proc/meminfo: memFree=27336680/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86220 CPUtime=12.86 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 4195 0 0 0 1285 1 0 0 20 0 2 0 332387184 88289280 4580 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21555 4580 193 433 0 21119 0
[pid=7212/tid=7214] ppid=7210 vsize=86220 CPUtime=12.83 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 2831 0 0 0 1281 2 0 0 20 0 2 0 332387187 88289280 4580 33554432000 4194304 5964350 140734048008608 140062715017256 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 86220

[startup+40.7092 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 7214
/proc/meminfo: memFree=27336680/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86328 CPUtime=40.68 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 5903 0 0 0 4067 1 0 0 20 0 2 0 332387184 88399872 6241 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21582 6241 197 433 0 21146 0
[pid=7212/tid=7214] ppid=7210 vsize=86328 CPUtime=40.66 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 4539 0 0 0 4064 2 0 0 20 0 2 0 332387187 88399872 6241 33554432000 4194304 5964350 140734048008608 140062715017016 4400704 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.68
Current children cumulated vsize (KiB) 86328

[startup+51.7232 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 7214
/proc/meminfo: memFree=27309996/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86488 CPUtime=51.7 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 7373 0 0 0 5168 2 0 0 20 0 2 0 332387184 88563712 7711 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21622 7711 197 433 0 21186 0
[pid=7212/tid=7214] ppid=7210 vsize=86488 CPUtime=51.68 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 6009 0 0 0 5165 3 0 0 20 0 2 0 332387187 88563712 7711 33554432000 4194304 5964350 140734048008608 140062715017016 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.7
Current children cumulated vsize (KiB) 86488

[startup+181.94 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 7214
/proc/meminfo: memFree=27295168/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=181.88 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 10042 0 0 0 18185 3 0 0 20 0 2 0 332387184 88068096 10281 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 10281 197 433 0 21065 0
[pid=7212/tid=7214] ppid=7210 vsize=86004 CPUtime=181.89 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) D 7210 7212 3777 0 -1 4202560 8678 0 0 0 18183 6 0 0 20 0 2 0 332387187 88068096 10281 33554432000 4194304 5964350 140734048008608 140062715017256 4222311 0 0 4096 16387 18446744071581355444 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 181.88
Current children cumulated vsize (KiB) 86004

[startup+192.913 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 7214
/proc/meminfo: memFree=27295168/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86728 CPUtime=192.85 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 11197 0 0 0 19280 5 0 0 20 0 2 0 332387184 88809472 11993 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21682 11993 197 433 0 21246 0
[pid=7212/tid=7214] ppid=7210 vsize=86728 CPUtime=192.86 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 9833 0 0 0 19278 8 0 0 20 0 2 0 332387187 88809472 11993 33554432000 4194304 5964350 140734048008608 140062715017208 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 192.85
Current children cumulated vsize (KiB) 86728

[startup+273.752 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 7214
/proc/meminfo: memFree=27295168/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=273.67 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 12315 0 0 0 27362 5 0 0 20 0 2 0 332387184 88068096 13132 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 13132 197 433 0 21065 0
[pid=7212/tid=7214] ppid=7210 vsize=86004 CPUtime=273.69 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 10951 0 0 0 27359 10 0 0 20 0 2 0 332387187 88068096 13132 33554432000 4194304 5964350 140734048008608 140062715017208 4403296 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 273.67
Current children cumulated vsize (KiB) 86004

[startup+290.869 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 7214
/proc/meminfo: memFree=27295168/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=86004 CPUtime=290.78 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 12623 0 0 0 29073 5 0 0 20 0 2 0 332387184 88068096 13440 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 21501 13440 197 433 0 21065 0
[pid=7212/tid=7214] ppid=7210 vsize=86004 CPUtime=290.81 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 11259 0 0 0 29071 10 0 0 20 0 2 0 332387187 88068096 13440 33554432000 4194304 5964350 140734048008608 140062715017208 4403612 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 290.78
Current children cumulated vsize (KiB) 86004

[startup+342.3 s]
/proc/loadavg: 2.73 2.47 2.18 3/179 7216
/proc/meminfo: memFree=27178020/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=151540 CPUtime=342.21 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 17927 0 0 0 34213 8 0 0 20 0 2 0 332387184 155176960 18744 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 37885 18744 197 433 0 37449 0
[pid=7212/tid=7214] ppid=7210 vsize=151540 CPUtime=342.25 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 16563 0 0 0 34211 14 0 0 20 0 2 0 332387187 155176960 18744 33554432000 4194304 5964350 140734048008608 140062715017528 4399840 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) 151540

[startup+402.3 s]
/proc/loadavg: 2.30 2.40 2.17 3/180 7219
/proc/meminfo: memFree=27174804/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=151540 CPUtime=402.2 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 17933 0 0 0 40212 8 0 0 20 0 2 0 332387184 155176960 18750 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 37885 18750 197 433 0 37449 0
[pid=7212/tid=7214] ppid=7210 vsize=151540 CPUtime=402.25 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 16569 0 0 0 40210 15 0 0 20 0 2 0 332387187 155176960 18750 33554432000 4194304 5964350 140734048008608 140062715017528 4222474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 151540

[startup+462.3 s]
/proc/loadavg: 2.22 2.35 2.17 3/179 7219
/proc/meminfo: memFree=27148400/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=151540 CPUtime=462.19 cores=1,3,5,7

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

/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41004 0 0 0 130165 52 0 0 20 0 2 0 332387187 222285824 42893 33554432000 4194304 5964350 140734048008608 140062715018168 4403637 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 217076

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.08 3/179 7287
/proc/meminfo: memFree=27284224/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1361.97 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42371 0 0 0 136165 32 0 0 20 0 2 0 332387184 222285824 42896 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42896 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1362.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41007 0 0 0 136164 53 0 0 20 0 2 0 332387187 222285824 42896 33554432000 4194304 5964350 140734048008608 140062715018168 4403296 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 217076

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.07 3/179 7287
/proc/meminfo: memFree=27170940/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1421.95 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 142163 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1422.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 142163 54 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 217076

[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.07 3/179 7287
/proc/meminfo: memFree=27114208/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1481.94 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 148162 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1482.16 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 148161 55 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4392882 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 217076

[startup+1542.3 s]
/proc/loadavg: 2.09 2.06 2.08 3/179 7288
/proc/meminfo: memFree=27114052/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1541.93 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 154161 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1542.16 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 154160 56 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4400355 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 217076

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.08 3/180 7291
/proc/meminfo: memFree=27114088/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1601.92 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 160160 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1602.16 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 160159 57 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4222304 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 217076

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/179 7291
/proc/meminfo: memFree=27097640/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1661.91 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 166159 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1662.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 166159 58 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4403420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 217076

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/179 7291
/proc/meminfo: memFree=27093676/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1721.9 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 42379 0 0 0 172158 32 0 0 20 0 2 0 332387184 222285824 42945 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 42945 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1722.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 41015 0 0 0 172158 59 0 0 20 0 2 0 332387187 222285824 42945 33554432000 4194304 5964350 140734048008608 140062715018168 4222474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 217076

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/179 7291
/proc/meminfo: memFree=27002040/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1781.89 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 44479 0 0 0 178155 34 0 0 20 0 2 0 332387184 222285824 45045 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 45045 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1782.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 43115 0 0 0 178155 62 0 0 20 0 2 0 332387187 222285824 45045 33554432000 4194304 5964350 140734048008608 140062715017256 4399962 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 217076

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

[startup+1792.3 s]
/proc/loadavg: 2.11 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26984184/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1791.89 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45295 0 0 0 179154 35 0 0 20 0 2 0 332387184 222285824 45861 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 45861 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1792.17 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 43931 0 0 0 179154 63 0 0 20 0 2 0 332387187 222285824 45861 33554432000 4194304 5964350 140734048008608 140062715017208 4399930 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.89
Current children cumulated vsize (KiB) 217076

[startup+1795.5 s]
/proc/loadavg: 2.10 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26980464/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1795.09 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179473 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1795.37 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179473 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4379072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.09
Current children cumulated vsize (KiB) 217076

[startup+1797.1 s]
/proc/loadavg: 2.10 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26978728/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1796.69 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179633 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1796.96 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179632 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4379152 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 217076

[startup+1798.7 s]
/proc/loadavg: 2.09 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26975876/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1798.29 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179793 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1798.56 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179792 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4392888 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.29
Current children cumulated vsize (KiB) 217076

[startup+1799.5 s]
/proc/loadavg: 2.09 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26974636/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1799.1 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179874 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1799.37 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179873 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 217076

[startup+1799.9 s]
/proc/loadavg: 2.09 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26974636/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1799.49 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179913 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1799.77 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179913 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4222304 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 217076

[startup+1800 s]
/proc/loadavg: 2.09 2.06 2.07 3/179 7291
/proc/meminfo: memFree=26974636/32873648 swapFree=7368/7368
[pid=7212] ppid=7210 vsize=217076 CPUtime=1799.59 cores=1,3,5,7
/proc/7212/stat : 7212 (wbo1.72) S 7210 7212 3777 0 -1 4202496 45528 0 0 0 179923 36 0 0 20 0 2 0 332387184 222285824 46094 33554432000 4194304 5964350 140734048008608 140734048008128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7212/statm: 54269 46094 197 433 0 53833 0
[pid=7212/tid=7214] ppid=7210 vsize=217076 CPUtime=1799.86 cores=1,3,5,7
/proc/7212/task/7214/stat : 7214 (wbo1.72) R 7210 7212 3777 0 -1 4202560 44164 0 0 0 179922 64 0 0 20 0 2 0 332387187 222285824 46094 33554432000 4194304 5964350 140734048008608 140062715017208 4409168 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 217076

Child status: 255
Real time (s): 1800
CPU time (s): 1799.91
CPU user time (s): 1799.26
CPU system time (s): 0.6519
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 218700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.6519
maximum resident set size= 184384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45530
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= 69
involuntary context switches= 3174

runsolver used 2.18567 second user time and 6.06308 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-02 20:43:51
IDJOB=3727484
IDBENCH=2944
IDSOLVER=2313
FILE ID=node149/3727484-1338662631
RUNJOBID= node149-1338651349-6081
PBS_JOBID= 14636431
Free space on /tmp= 71324 MiB

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

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=1016742039

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.91
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.145
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	: 5438.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
cpu MHz		: 2666.145
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.145
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:       32873648 kB
MemFree:        27363868 kB
Buffers:          690976 kB
Cached:          3702344 kB
SwapCached:         2468 kB
Active:          1814600 kB
Inactive:        2825008 kB
Active(anon):     229300 kB
Inactive(anon):     9368 kB
Active(file):    1585300 kB
Inactive(file):  2815640 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              5852 kB
Writeback:             0 kB
AnonPages:        186180 kB
Mapped:            15000 kB
Shmem:                96 kB
Slab:             731484 kB
SReclaimable:     175488 kB
SUnreclaim:       555996 kB
KernelStack:        1464 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     152068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71316 MiB
End job on node149 at 2012-06-02 21:13:51