Trace number 3703672

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
pwbo 2.0? (TO) 1800.53 900.614

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703672-1338095202.opb.
0.00/0.00	c Instance file HOME/instance-3703672-1338095202.opb
0.00/0.00	c File size is 7672173 bytes.
0.59/0.68	c Cost Offset: 0
0.59/0.68	c Highest Coefficient sum: 2977
0.59/0.68	c ============================[ Problem Statistics ]=============================
0.59/0.68	c |                                                                             |
0.59/0.68	c |  Parsing time:          0.69         s                                      |
0.59/0.68	c |  Number Variables:      13478                                               |
0.59/0.68	c |  Number Clauses:        1                                                   |
0.59/0.68	c |  Number Cardinality:    0                                                   |
0.59/0.68	c |  Number PB Constraints: 26619                                               |
0.59/0.68	c |                                                                             |
0.59/0.69	c |  Problem Type:          Optimization                                        |
0.59/0.69	c |  Objective Function:    Cardinality Constraint                              |
0.59/0.69	c |                                                                             |
0.59/0.69	c ===============================================================================
1800.15/900.61	c ===============================================================================
1800.15/900.61	c Wall Clock Time: 900.61 s
1800.15/900.61	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-3703672-1338095202/watcher-3703672-1338095202 -o /tmp/evaluation-result-3703672-1338095202/solver-3703672-1338095202 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703672-1338095202.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: 3.68 3.93 3.93 2/174 21096
/proc/meminfo: memFree=28400500/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=11816 CPUtime=0 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) R 21094 21096 20135 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 275645695 12099584 375 33554432000 4194304 5965102 140734324851920 140736406153192 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 2954 376 170 433 0 644 0

[startup+0.0527241 s]
/proc/loadavg: 3.68 3.93 3.93 2/174 21096
/proc/meminfo: memFree=28400500/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=18748 CPUtime=0.04 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) R 21094 21096 20135 0 -1 4202496 2272 0 0 0 4 0 0 0 20 0 1 0 275645695 19197952 2224 33554432000 4194304 5965102 140734324851920 140736406153192 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 4687 2226 302 433 0 2377 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18748

[startup+0.100275 s]
/proc/loadavg: 3.68 3.93 3.93 2/174 21096
/proc/meminfo: memFree=28400500/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=25792 CPUtime=0.09 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) R 21094 21096 20135 0 -1 4202496 4154 0 0 0 9 0 0 0 20 0 1 0 275645695 26411008 4107 33554432000 4194304 5965102 140734324851920 140736406153192 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 6448 4109 435 433 0 4138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25792

[startup+0.300293 s]
/proc/loadavg: 3.68 3.93 3.93 2/174 21096
/proc/meminfo: memFree=28400500/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=54708 CPUtime=0.29 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) R 21094 21096 20135 0 -1 4202496 11927 0 0 0 28 1 0 0 20 0 1 0 275645695 56020992 11879 33554432000 4194304 5965102 140734324851920 140736406153192 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 13710 11880 983 433 0 11400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54708

[startup+0.700168 s]
/proc/loadavg: 3.68 3.93 3.93 2/174 21096
/proc/meminfo: memFree=28400500/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=0.7 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 29448 0 0 0 66 4 0 0 20 0 3 0 275645695 272560128 27526 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 27528 188 433 0 66107 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 266172

[startup+1.5003 s]
/proc/loadavg: 3.68 3.93 3.93 5/181 21139
/proc/meminfo: memFree=28216776/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=2.3 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 41820 0 0 0 224 6 0 0 20 0 3 0 275645695 272560128 39575 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 39575 195 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=0.8 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 13176 0 0 0 77 3 0 0 20 0 3 0 275645764 272560128 39575 33554432000 4194304 5965102 140734324851920 140234604333560 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=0.8 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 883 0 0 0 80 0 0 0 20 0 3 0 275645764 272560128 39575 33554432000 4194304 5965102 140734324851920 140234593843560 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 266172

[startup+3.1003 s]
/proc/loadavg: 3.68 3.93 3.93 5/181 21139
/proc/meminfo: memFree=28214916/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=5.49 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 41839 0 0 0 543 6 0 0 20 0 3 0 275645695 272560128 39594 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 39594 196 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=2.4 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 13180 0 0 0 237 3 0 0 20 0 3 0 275645764 272560128 39594 33554432000 4194304 5965102 140734324851920 140234604332888 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=2.4 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 898 0 0 0 240 0 0 0 20 0 3 0 275645764 272560128 39594 33554432000 4194304 5965102 140734324851920 140234593843320 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 266172

[startup+6.30022 s]
/proc/loadavg: 3.79 3.95 3.94 5/181 21139
/proc/meminfo: memFree=28211360/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=11.89 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 41904 0 0 0 1183 6 0 0 20 0 3 0 275645695 272560128 39659 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 39659 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=5.6 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 13180 0 0 0 557 3 0 0 20 0 3 0 275645764 272560128 39659 33554432000 4194304 5965102 140734324851920 140234604332888 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=5.59 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 963 0 0 0 559 0 0 0 20 0 3 0 275645764 272560128 39659 33554432000 4194304 5965102 140734324851920 140234593843320 4394008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 266172

[startup+12.7003 s]
/proc/loadavg: 3.80 3.95 3.94 5/181 21139
/proc/meminfo: memFree=28205436/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=24.69 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 42150 0 0 0 2462 7 0 0 20 0 3 0 275645695 272560128 39899 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 39899 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=12 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 13317 0 0 0 1197 3 0 0 20 0 3 0 275645764 272560128 39899 33554432000 4194304 5965102 140734324851920 140234604333048 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=11.99 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 1072 0 0 0 1199 0 0 0 20 0 3 0 275645764 272560128 39899 33554432000 4194304 5965102 140734324851920 140234593843512 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 266172

[startup+25.5003 s]
/proc/loadavg: 3.85 3.95 3.94 5/181 21139
/proc/meminfo: memFree=28200228/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=50.29 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 42672 0 0 0 5021 8 0 0 20 0 3 0 275645695 272560128 40414 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 40414 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=24.8 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 13620 0 0 0 2476 4 0 0 20 0 3 0 275645764 272560128 40414 33554432000 4194304 5965102 140734324851920 140234604332856 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=24.78 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 1291 0 0 0 2478 0 0 0 20 0 3 0 275645764 272560128 40414 33554432000 4194304 5965102 140734324851920 140234593843512 4404757 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 266172

[startup+51.1003 s]
/proc/loadavg: 3.90 3.96 3.94 5/181 21139
/proc/meminfo: memFree=28188400/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=101.46 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 43706 0 0 0 10137 9 0 0 20 0 3 0 275645695 272560128 41424 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 41424 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=50.39 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 14240 0 0 0 5034 5 0 0 20 0 3 0 275645764 272560128 41424 33554432000 4194304 5965102 140734324851920 140234604333048 4404717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=50.36 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 1705 0 0 0 5035 1 0 0 20 0 3 0 275645764 272560128 41424 33554432000 4194304 5965102 140734324851920 140234593843448 4404740 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 266172

[startup+102.307 s]
/proc/loadavg: 3.95 3.96 3.94 5/181 21139
/proc/meminfo: memFree=28166372/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=203.83 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 45412 0 0 0 20371 12 0 0 20 0 3 0 275645695 272560128 43961 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 43961 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=101.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 15297 0 0 0 10150 8 0 0 20 0 3 0 275645764 272560128 43961 33554432000 4194304 5965102 140734324851920 140234604332856 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=101.57 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 2354 0 0 0 10153 4 0 0 20 0 3 0 275645764 272560128 43961 33554432000 4194304 5965102 140734324851920 140234593843320 4394008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 266172

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.94 5/181 21139
/proc/meminfo: memFree=28143584/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266172 CPUtime=323.8 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 46816 0 0 0 32366 14 0 0 20 0 3 0 275645695 272560128 46498 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66543 46498 198 433 0 66107 0
[pid=21096/tid=21138] ppid=21094 vsize=266172 CPUtime=161.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 16073 0 0 0 16148 10 0 0 20 0 3 0 275645764 272560128 46498 33554432000 4194304 5965102 140734324851920 140234604332856 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266172 CPUtime=161.56 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 2982 0 0 0 16150 6 0 0 20 0 3 0 275645764 272560128 46498 33554432000 4194304 5965102 140734324851920 140234593843320 4392397 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 266172

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/182 21143
/proc/meminfo: memFree=28121948/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266280 CPUtime=443.77 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 47114 0 0 0 44362 15 0 0 20 0 3 0 275645695 272670720 46796 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66570 46796 198 433 0 66134 0
[pid=21096/tid=21138] ppid=21094 vsize=266280 CPUtime=221.56 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 16371 0 0 0 22145 11 0 0 20 0 3 0 275645764 272670720 46796 33554432000 4194304 5965102 140734324851920 140234604333048 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266280 CPUtime=221.57 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 2982 0 0 0 22150 7 0 0 20 0 3 0 275645764 272670720 46796 33554432000 4194304 5965102 140734324851920 140234593843424 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.77
Current children cumulated vsize (KiB) 266280

[startup+282.3 s]
/proc/loadavg: 4.07 3.99 3.94 5/181 21143
/proc/meminfo: memFree=28106264/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=266280 CPUtime=563.75 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 47337 0 0 0 56360 15 0 0 20 0 3 0 275645695 272670720 47054 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 66570 47054 198 433 0 66134 0
[pid=21096/tid=21138] ppid=21094 vsize=266280 CPUtime=281.57 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 16571 0 0 0 28145 12 0 0 20 0 3 0 275645764 272670720 47054 33554432000 4194304 5965102 140734324851920 140234604332856 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=266280 CPUtime=281.57 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 3005 0 0 0 28149 8 0 0 20 0 3 0 275645764 272670720 47054 33554432000 4194304 5965102 140734324851920 140234593843512 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.75
Current children cumulated vsize (KiB) 266280

[startup+342.3 s]
/proc/loadavg: 4.10 4.00 3.95 5/181 21143
/proc/meminfo: memFree=28094624/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=331816 CPUtime=683.73 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 48540 0 0 0 68357 16 0 0 20 0 3 0 275645695 339779584 48257 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 82954 48257 198 433 0 82518 0
[pid=21096/tid=21138] ppid=21094 vsize=331816 CPUtime=341.57 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 17427 0 0 0 34143 14 0 0 20 0 3 0 275645764 339779584 48257 33554432000 4194304 5965102 140734324851920 140234604333048 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=331816 CPUtime=341.57 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 3352 0 0 0 34148 9 0 0 20 0 3 0 275645764 339779584 48257 33554432000 4194304 5965102 140734324851920 140234593843512 4404757 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.73
Current children cumulated vsize (KiB) 331816

[startup+402.3 s]
/proc/loadavg: 4.03 4.00 3.95 5/181 21143
/proc/meminfo: memFree=28080420/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=331816 CPUtime=803.71 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 49285 0 0 0 80354 17 0 0 20 0 3 0 275645695 339779584 49002 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 82954 49002 198 433 0 82518 0
[pid=21096/tid=21138] ppid=21094 vsize=331816 CPUtime=401.57 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 17871 0 0 0 40141 16 0 0 20 0 3 0 275645764 339779584 49002 33554432000 4194304 5965102 140734324851920 140234604332856 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=331816 CPUtime=401.57 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 3653 0 0 0 40147 10 0 0 20 0 3 0 275645764 339779584 49002 33554432000 4194304 5965102 140734324851920 140234593843512 4404704 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.71
Current children cumulated vsize (KiB) 331816

[startup+462.3 s]
/proc/loadavg: 4.01 4.00 3.95 5/181 21143
/proc/meminfo: memFree=28068204/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=331816 CPUtime=923.69 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 49566 0 0 0 92352 17 0 0 20 0 3 0 275645695 339779584 49296 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 82954 49296 198 433 0 82518 0
[pid=21096/tid=21138] ppid=21094 vsize=331816 CPUtime=461.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 18152 0 0 0 46141 17 0 0 20 0 3 0 275645764 339779584 49296 33554432000 4194304 5965102 140734324851920 140234604333048 4404759 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=331816 CPUtime=461.58 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 3653 0 0 0 46147 11 0 0 20 0 3 0 275645764 339779584 49296 33554432000 4194304 5965102 140734324851920 140234593843512 4394805 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 923.69
Current children cumulated vsize (KiB) 331816

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21144
/proc/meminfo: memFree=28061116/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=332300 CPUtime=1043.67 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 50697 0 0 0 104348 19 0 0 20 0 3 0 275645695 340275200 50440 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83075 50440 198 433 0 82639 0
[pid=21096/tid=21138] ppid=21094 vsize=332300 CPUtime=521.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 19249 0 0 0 52139 19 0 0 20 0 3 0 275645764 340275200 50440 33554432000 4194304 5965102 140734324851920 140234604333096 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=332300 CPUtime=521.58 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 3687 0 0 0 52147 11 0 0 20 0 3 0 275645764 340275200 50440 33554432000 4194304 5965102 140734324851920 140234593843560 4394008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1043.67
Current children cumulated vsize (KiB) 332300

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21144
/proc/meminfo: memFree=28046608/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=332784 CPUtime=1163.65 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 51883 0 0 0 116344 21 0 0 20 0 3 0 275645695 340770816 51626 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83196 51626 198 433 0 82760 0
[pid=21096/tid=21138] ppid=21094 vsize=332784 CPUtime=581.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 19712 0 0 0 58137 21 0 0 20 0 3 0 275645764 340770816 51626 33554432000 4194304 5965102 140734324851920 140234604333096 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=332784 CPUtime=581.58 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 4410 0 0 0 58145 13 0 0 20 0 3 0 275645764 340770816 51626 33554432000 4194304 5965102 140734324851920 140234593843320 4222336 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1163.65
Current children cumulated vsize (KiB) 332784

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21144
/proc/meminfo: memFree=28038548/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=332784 CPUtime=1283.64 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 51883 0 0 0 128343 21 0 0 20 0 3 0 275645695 340770816 51626 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83196 51626 198 433 0 82760 0
[pid=21096/tid=21138] ppid=21094 vsize=332784 CPUtime=641.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 19712 0 0 0 64136 22 0 0 20 0 3 0 275645764 340770816 51626 33554432000 4194304 5965102 140734324851920 140234604333152 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=332784 CPUtime=641.59 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 4410 0 0 0 64145 14 0 0 20 0 3 0 275645764 340770816 51626 33554432000 4194304 5965102 140734324851920 140234593843424 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1283.64
Current children cumulated vsize (KiB) 332784

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21144
/proc/meminfo: memFree=28026824/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=332784 CPUtime=1403.6 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 52081 0 0 0 140339 21 0 0 20 0 3 0 275645695 340770816 51829 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83196 51829 198 433 0 82760 0
[pid=21096/tid=21138] ppid=21094 vsize=332784 CPUtime=701.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 19908 0 0 0 70135 23 0 0 20 0 3 0 275645764 340770816 51829 33554432000 4194304 5965102 140734324851920 140234604333096 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=332784 CPUtime=701.59 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 4412 0 0 0 70144 15 0 0 20 0 3 0 275645764 340770816 51829 33554432000 4194304 5965102 140734324851920 140234593843424 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1403.6
Current children cumulated vsize (KiB) 332784

[startup+762.307 s]
/proc/loadavg: 4.08 4.02 3.95 5/181 21144
/proc/meminfo: memFree=28012820/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=332784 CPUtime=1523.6 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 53362 0 0 0 152335 25 0 0 20 0 3 0 275645695 340770816 53110 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83196 53110 198 433 0 82760 0
[pid=21096/tid=21138] ppid=21094 vsize=332784 CPUtime=761.59 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 21068 0 0 0 76131 28 0 0 20 0 3 0 275645764 340770816 53110 33554432000 4194304 5965102 140734324851920 140234604333048 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=332784 CPUtime=761.6 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 4533 0 0 0 76144 16 0 0 20 0 3 0 275645764 340770816 53110 33554432000 4194304 5965102 140734324851920 140234593843512 4401475 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1523.6
Current children cumulated vsize (KiB) 332784

[startup+822.3 s]
/proc/loadavg: 4.11 4.03 3.96 5/181 21147
/proc/meminfo: memFree=28002036/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=333024 CPUtime=1643.56 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 55033 0 0 0 164330 26 0 0 20 0 3 0 275645695 341016576 54781 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83256 54781 198 433 0 82820 0
[pid=21096/tid=21138] ppid=21094 vsize=333024 CPUtime=821.58 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 22179 0 0 0 82128 30 0 0 20 0 3 0 275645764 341016576 54781 33554432000 4194304 5965102 140734324851920 140234604333048 4404767 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=333024 CPUtime=821.6 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 5093 0 0 0 82142 18 0 0 20 0 3 0 275645764 341016576 54781 33554432000 4194304 5965102 140734324851920 140234593843512 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1643.56
Current children cumulated vsize (KiB) 333024

[startup+882.3 s]
/proc/loadavg: 4.04 4.02 3.96 5/181 21148
/proc/meminfo: memFree=27991248/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=333264 CPUtime=1763.55 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 55758 0 0 0 176327 28 0 0 20 0 3 0 275645695 341262336 55506 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83316 55506 198 433 0 82880 0
[pid=21096/tid=21138] ppid=21094 vsize=333264 CPUtime=881.59 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 22278 0 0 0 88128 31 0 0 20 0 3 0 275645764 341262336 55506 33554432000 4194304 5965102 140734324851920 140234604333096 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=333264 CPUtime=881.6 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 5719 0 0 0 88140 20 0 0 20 0 3 0 275645764 341262336 55506 33554432000 4194304 5965102 140734324851920 140234593843560 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1763.55
Current children cumulated vsize (KiB) 333264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.6 s]
/proc/loadavg: 4.03 4.02 3.96 5/181 21148
/proc/meminfo: memFree=27990380/32873648 swapFree=7104/7104
[pid=21096] ppid=21094 vsize=333264 CPUtime=1800.15 cores=1,3,5,7
/proc/21096/stat : 21096 (pwbo2.0) S 21094 21096 20135 0 -1 4202496 55850 0 0 0 179987 28 0 0 20 0 3 0 275645695 341262336 55598 33554432000 4194304 5965102 140734324851920 140734324851440 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21096/statm: 83316 55598 198 433 0 82880 0
[pid=21096/tid=21138] ppid=21094 vsize=333264 CPUtime=899.89 cores=1,3,5,7
/proc/21096/task/21138/stat : 21138 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 22278 0 0 0 89958 31 0 0 20 0 3 0 275645764 341262336 55598 33554432000 4194304 5965102 140734324851920 140234604333096 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21096/tid=21139] ppid=21094 vsize=333264 CPUtime=899.91 cores=1,3,5,7
/proc/21096/task/21139/stat : 21139 (pwbo2.0) R 21094 21096 20135 0 -1 4202560 5811 0 0 0 89971 20 0 0 20 0 3 0 275645764 341262336 55598 33554432000 4194304 5965102 140734324851920 140234593843512 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 333264

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 900.614
CPU time (s): 1800.53
CPU user time (s): 1799.95
CPU system time (s): 0.570913
CPU usage (%): 199.922
Max. virtual memory (cumulated for all children) (KiB): 333264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.570913
maximum resident set size= 222400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55852
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= 421
involuntary context switches= 1950

runsolver used 2.20066 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 07:06:42
IDJOB=3703672
IDBENCH=2947
IDSOLVER=2279
FILE ID=node127/3703672-1338095202
RUNJOBID= node127-1338087073-20152
PBS_JOBID= 14624433
Free space on /tmp= 71164 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703672-1338095202/watcher-3703672-1338095202 -o /tmp/evaluation-result-3703672-1338095202/solver-3703672-1338095202 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703672-1338095202.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1718110799

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.91
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.348
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.348
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:        28401036 kB
Buffers:          363868 kB
Cached:          3266908 kB
SwapCached:            0 kB
Active:          1099168 kB
Inactive:        2544548 kB
Active(anon):      15308 kB
Inactive(anon):        0 kB
Active(file):    1083860 kB
Inactive(file):  2544548 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12832 kB
Writeback:             0 kB
AnonPages:         19812 kB
Mapped:            14368 kB
Shmem:               200 kB
Slab:             690004 kB
SReclaimable:     134152 kB
SUnreclaim:       555852 kB
KernelStack:        1432 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71160 MiB
End job on node127 at 2012-05-27 07:21:45