Trace number 3703689

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.42 900.614

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
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 constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
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-3703689-1338092674.opb.
0.00/0.00	c Instance file HOME/instance-3703689-1338092674.opb
0.00/0.00	c File size is 7804237 bytes.
0.69/0.70	c Cost Offset: 0
0.69/0.70	c Highest Coefficient sum: 2843
0.69/0.70	c ============================[ Problem Statistics ]=============================
0.69/0.70	c |                                                                             |
0.69/0.70	c |  Parsing time:          0.70         s                                      |
0.69/0.70	c |  Number Variables:      13480                                               |
0.69/0.70	c |  Number Clauses:        0                                                   |
0.69/0.70	c |  Number Cardinality:    0                                                   |
0.69/0.70	c |  Number PB Constraints: 26619                                               |
0.69/0.70	c |                                                                             |
0.69/0.71	c |  Problem Type:          Optimization                                        |
0.69/0.71	c |  Objective Function:    Cardinality Constraint                              |
0.69/0.71	c |                                                                             |
0.69/0.71	c ===============================================================================
1800.11/900.61	c ===============================================================================
1800.11/900.61	c Wall Clock Time: 900.61 s
1800.11/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-3703689-1338092674/watcher-3703689-1338092674 -o /tmp/evaluation-result-3703689-1338092674/solver-3703689-1338092674 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703689-1338092674.opb 

running on 4 cores: 0,2,4,6

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: 4.00 4.00 3.92 3/178 7985
/proc/meminfo: memFree=27739000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) R 7983 7985 7065 0 -1 4202496 393 0 0 0 0 0 0 0 20 0 1 0 275393374 12095488 346 33554432000 4194304 5965102 140735088329232 140733196170120 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 2953 347 168 433 0 611 0

[startup+0.0920489 s]
/proc/loadavg: 4.00 4.00 3.92 3/178 7985
/proc/meminfo: memFree=27739000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=24268 CPUtime=0.08 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) R 7983 7985 7065 0 -1 4202496 3720 0 0 0 8 0 0 0 20 0 1 0 275393374 24850432 3673 33554432000 4194304 5965102 140735088329232 140733196170120 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 6067 3675 404 433 0 3725 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24268

[startup+0.100257 s]
/proc/loadavg: 4.00 4.00 3.92 3/178 7985
/proc/meminfo: memFree=27739000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=25504 CPUtime=0.09 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) R 7983 7985 7065 0 -1 4202496 4036 0 0 0 9 0 0 0 20 0 1 0 275393374 26116096 3989 33554432000 4194304 5965102 140735088329232 140733196170120 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 6376 3991 426 433 0 4034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25504

[startup+0.300226 s]
/proc/loadavg: 4.00 4.00 3.92 3/178 7985
/proc/meminfo: memFree=27739000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=54400 CPUtime=0.28 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) R 7983 7985 7065 0 -1 4202496 11764 0 0 0 28 0 0 0 20 0 1 0 275393374 55705600 11717 33554432000 4194304 5965102 140735088329232 140733196170120 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 13600 11719 972 433 0 11258 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54400

[startup+0.700235 s]
/proc/loadavg: 4.00 4.00 3.92 3/178 7985
/proc/meminfo: memFree=27739000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=114436 CPUtime=0.69 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) R 7983 7985 7065 0 -1 4202496 27437 0 0 0 66 3 0 0 20 0 1 0 275393374 117182464 27390 33554432000 4194304 5965102 140735088329232 140733196170120 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 28609 27392 2053 433 0 26267 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114436

[startup+1.50036 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 7988
/proc/meminfo: memFree=27578784/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=331668 CPUtime=2.28 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 56037 0 0 0 217 11 0 0 20 0 3 0 275393374 339628032 53431 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 82917 53431 197 433 0 82481 0
[pid=7985/tid=7987] ppid=7983 vsize=331668 CPUtime=0.78 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 27116 0 0 0 70 8 0 0 20 0 3 0 275393445 339628032 53431 33554432000 4194304 5965102 140735088329232 140640357485048 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=331668 CPUtime=0.78 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 807 0 0 0 78 0 0 0 20 0 3 0 275393445 339628032 53431 33554432000 4194304 5965102 140735088329232 140640346994936 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 331668

[startup+3.10032 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 7988
/proc/meminfo: memFree=27520976/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=331668 CPUtime=5.48 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 60217 0 0 0 536 12 0 0 20 0 3 0 275393374 339628032 57611 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 82917 57611 199 433 0 82481 0
[pid=7985/tid=7987] ppid=7983 vsize=331668 CPUtime=2.38 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 31285 0 0 0 229 9 0 0 20 0 3 0 275393445 339628032 57611 33554432000 4194304 5965102 140735088329232 140640357485080 5131650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=331668 CPUtime=2.38 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 818 0 0 0 238 0 0 0 20 0 3 0 275393445 339628032 57611 33554432000 4194304 5965102 140735088329232 140640346994520 4393995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 331668

[startup+6.30031 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 7988
/proc/meminfo: memFree=27497524/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=11.88 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 63359 0 0 0 1175 13 0 0 20 0 3 0 275393374 406736896 60753 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 60753 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=5.58 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 34385 0 0 0 548 10 0 0 20 0 3 0 275393445 406736896 60753 33554432000 4194304 5965102 140735088329232 140640357484824 4394008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=5.58 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 860 0 0 0 558 0 0 0 20 0 3 0 275393445 406736896 60753 33554432000 4194304 5965102 140735088329232 140640346995048 4404416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 397204

[startup+12.7003 s]
/proc/loadavg: 3.84 3.97 3.91 3/177 7989
/proc/meminfo: memFree=28703828/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=24.67 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 66568 0 0 0 2454 13 0 0 20 0 3 0 275393374 406736896 63962 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 63962 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=11.98 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 37487 0 0 0 1188 10 0 0 20 0 3 0 275393445 406736896 63962 33554432000 4194304 5965102 140735088329232 140640357484824 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=11.98 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 967 0 0 0 1198 0 0 0 20 0 3 0 275393445 406736896 63962 33554432000 4194304 5965102 140735088329232 140640346995048 4404767 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 397204

[startup+25.5004 s]
/proc/loadavg: 3.94 3.98 3.92 5/181 8029
/proc/meminfo: memFree=28649440/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=50.26 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 68831 0 0 0 5012 14 0 0 20 0 3 0 275393374 406736896 66217 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 66217 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=24.78 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 39576 0 0 0 2467 11 0 0 20 0 3 0 275393445 406736896 66217 33554432000 4194304 5965102 140735088329232 140640357484824 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=24.77 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 1141 0 0 0 2475 2 0 0 20 0 3 0 275393445 406736896 66217 33554432000 4194304 5965102 140735088329232 140640346995000 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 397204

[startup+51.1003 s]
/proc/loadavg: 4.04 4.00 3.92 5/180 8030
/proc/meminfo: memFree=28637616/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=101.44 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 70332 0 0 0 10129 15 0 0 20 0 3 0 275393374 406736896 67702 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 67702 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=50.38 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 40558 0 0 0 5027 11 0 0 20 0 3 0 275393445 406736896 67702 33554432000 4194304 5965102 140735088329232 140640357484824 4404732 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=50.36 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 1660 0 0 0 5034 2 0 0 20 0 3 0 275393445 406736896 67702 33554432000 4194304 5965102 140735088329232 140640346994808 4278614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 397204

[startup+102.307 s]
/proc/loadavg: 4.05 4.01 3.93 5/182 8032
/proc/meminfo: memFree=28613900/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=203.82 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 73870 0 0 0 20365 17 0 0 20 0 3 0 275393374 406736896 71803 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 71803 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=101.58 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 43062 0 0 0 10146 12 0 0 20 0 3 0 275393445 406736896 71803 33554432000 4194304 5965102 140735088329232 140640357484824 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=101.55 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 2694 0 0 0 10150 5 0 0 20 0 3 0 275393445 406736896 71803 33554432000 4194304 5965102 140735088329232 140640346994808 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 397204

[startup+162.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/181 8032
/proc/meminfo: memFree=28594112/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=323.76 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 75893 0 0 0 32358 18 0 0 20 0 3 0 275393374 406736896 74044 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 74044 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=161.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 44986 0 0 0 16140 14 0 0 20 0 3 0 275393445 406736896 74044 33554432000 4194304 5965102 140735088329232 140640357484824 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=161.54 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 2793 0 0 0 16148 6 0 0 20 0 3 0 275393445 406736896 74044 33554432000 4194304 5965102 140735088329232 140640346995000 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 397204

[startup+222.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/181 8032
/proc/meminfo: memFree=28578924/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=443.72 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 76052 0 0 0 44354 18 0 0 20 0 3 0 275393374 406736896 75200 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 75200 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=221.53 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 45006 0 0 0 22138 15 0 0 20 0 3 0 275393445 406736896 75200 33554432000 4194304 5965102 140735088329232 140640357484824 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=221.54 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 2932 0 0 0 22147 7 0 0 20 0 3 0 275393445 406736896 75200 33554432000 4194304 5965102 140735088329232 140640346995000 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 443.72
Current children cumulated vsize (KiB) 397204

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/181 8032
/proc/meminfo: memFree=28560456/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=563.7 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 76454 0 0 0 56352 18 0 0 20 0 3 0 275393374 406736896 75602 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 75602 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=281.53 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 45006 0 0 0 28137 16 0 0 20 0 3 0 275393445 406736896 75602 33554432000 4194304 5965102 140735088329232 140640357484824 4394002 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=281.54 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 3334 0 0 0 28145 9 0 0 20 0 3 0 275393445 406736896 75602 33554432000 4194304 5965102 140735088329232 140640346995000 4404416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 563.7
Current children cumulated vsize (KiB) 397204

[startup+342.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/182 8035
/proc/meminfo: memFree=28548036/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397204 CPUtime=683.68 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 76608 0 0 0 68350 18 0 0 20 0 3 0 275393374 406736896 75756 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99301 75756 199 433 0 98865 0
[pid=7985/tid=7987] ppid=7983 vsize=397204 CPUtime=341.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 45007 0 0 0 34137 17 0 0 20 0 3 0 275393445 406736896 75756 33554432000 4194304 5965102 140735088329232 140640357484824 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397204 CPUtime=341.54 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 3487 0 0 0 34144 10 0 0 20 0 3 0 275393445 406736896 75756 33554432000 4194304 5965102 140735088329232 140640346994808 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 683.68
Current children cumulated vsize (KiB) 397204

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/181 8036
/proc/meminfo: memFree=28523112/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397688 CPUtime=803.66 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 80884 0 0 0 80345 21 0 0 20 0 3 0 275393374 407232512 80283 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99422 80283 199 433 0 98986 0
[pid=7985/tid=7987] ppid=7983 vsize=397688 CPUtime=401.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 48265 0 0 0 40135 19 0 0 20 0 3 0 275393445 407232512 80283 33554432000 4194304 5965102 140735088329232 140640357484472 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397688 CPUtime=401.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 4505 0 0 0 40141 12 0 0 20 0 3 0 275393445 407232512 80283 33554432000 4194304 5965102 140735088329232 140640346995048 4394008 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 803.66
Current children cumulated vsize (KiB) 397688

[startup+462.3 s]
/proc/loadavg: 4.04 4.02 3.95 5/181 8036
/proc/meminfo: memFree=28511952/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397688 CPUtime=923.64 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 81487 0 0 0 92343 21 0 0 20 0 3 0 275393374 407232512 80886 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99422 80886 199 433 0 98986 0
[pid=7985/tid=7987] ppid=7983 vsize=397688 CPUtime=461.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 48868 0 0 0 46134 20 0 0 20 0 3 0 275393445 407232512 80886 33554432000 4194304 5965102 140735088329232 140640357484888 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397688 CPUtime=461.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 4505 0 0 0 46140 13 0 0 20 0 3 0 275393445 407232512 80886 33554432000 4194304 5965102 140735088329232 140640346995048 4404704 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 923.64
Current children cumulated vsize (KiB) 397688

[startup+522.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/181 8036
/proc/meminfo: memFree=28498368/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=397688 CPUtime=1043.62 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 81490 0 0 0 104341 21 0 0 20 0 3 0 275393374 407232512 80888 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 99422 80888 199 433 0 98986 0
[pid=7985/tid=7987] ppid=7983 vsize=397688 CPUtime=521.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 48868 0 0 0 52134 20 0 0 20 0 3 0 275393445 407232512 80888 33554432000 4194304 5965102 140735088329232 140640357484888 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=397688 CPUtime=521.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 4508 0 0 0 52140 13 0 0 20 0 3 0 275393445 407232512 80888 33554432000 4194304 5965102 140735088329232 140640346995048 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1043.62
Current children cumulated vsize (KiB) 397688

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/181 8036
/proc/meminfo: memFree=28475688/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1163.61 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 84902 0 0 0 116338 23 0 0 20 0 3 0 275393374 474587136 84300 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 84300 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=581.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51290 0 0 0 58133 21 0 0 20 0 3 0 275393445 474587136 84300 33554432000 4194304 5965102 140735088329232 140640357484888 4394005 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=581.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 5498 0 0 0 58137 16 0 0 20 0 3 0 275393445 474587136 84300 33554432000 4194304 5965102 140735088329232 140640346994808 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1163.61
Current children cumulated vsize (KiB) 463464

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8036
/proc/meminfo: memFree=28466000/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1283.6 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 84903 0 0 0 128337 23 0 0 20 0 3 0 275393374 474587136 84301 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 84301 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=641.55 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51291 0 0 0 64133 22 0 0 20 0 3 0 275393445 474587136 84301 33554432000 4194304 5965102 140735088329232 140640357484888 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=641.54 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 5498 0 0 0 64137 17 0 0 20 0 3 0 275393445 474587136 84301 33554432000 4194304 5965102 140735088329232 140640346994808 4222317 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1283.6
Current children cumulated vsize (KiB) 463464

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8037
/proc/meminfo: memFree=28458420/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1403.57 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 84910 0 0 0 140334 23 0 0 20 0 3 0 275393374 474587136 84506 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 84506 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=701.54 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51298 0 0 0 70131 23 0 0 20 0 3 0 275393445 474587136 84506 33554432000 4194304 5965102 140735088329232 140640357484888 4394008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=701.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 5498 0 0 0 70135 18 0 0 20 0 3 0 275393445 474587136 84506 33554432000 4194304 5965102 140735088329232 140640346994808 4404416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.57
Current children cumulated vsize (KiB) 463464

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8037
/proc/meminfo: memFree=28448428/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1523.56 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 84914 0 0 0 152333 23 0 0 20 0 3 0 275393374 474587136 84573 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 84573 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=761.55 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51302 0 0 0 76131 24 0 0 20 0 3 0 275393445 474587136 84573 33554432000 4194304 5965102 140735088329232 140640357484888 4404711 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=761.53 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 5498 0 0 0 76134 19 0 0 20 0 3 0 275393445 474587136 84573 33554432000 4194304 5965102 140735088329232 140640346994808 4404419 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.56
Current children cumulated vsize (KiB) 463464

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 8037
/proc/meminfo: memFree=28438384/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1643.53 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 85629 0 0 0 164329 24 0 0 20 0 3 0 275393374 474587136 85297 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 85297 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=821.55 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51302 0 0 0 82130 25 0 0 20 0 3 0 275393445 474587136 85297 33554432000 4194304 5965102 140735088329232 140640357484888 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=821.52 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 6213 0 0 0 82131 21 0 0 20 0 3 0 275393445 474587136 85297 33554432000 4194304 5965102 140735088329232 140640346995000 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.53
Current children cumulated vsize (KiB) 463464

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.95 5/181 8037
/proc/meminfo: memFree=28426108/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1763.51 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 86485 0 0 0 176326 25 0 0 20 0 3 0 275393374 474587136 86153 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 86153 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=881.55 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51302 0 0 0 88129 26 0 0 20 0 3 0 275393445 474587136 86153 33554432000 4194304 5965102 140735088329232 140640357484888 4404413 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=881.52 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 7069 0 0 0 88129 23 0 0 20 0 3 0 275393445 474587136 86153 33554432000 4194304 5965102 140735088329232 140640346994808 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.51
Current children cumulated vsize (KiB) 463464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.6 s]
/proc/loadavg: 4.02 4.01 3.95 5/181 8037
/proc/meminfo: memFree=28424108/32873648 swapFree=7372/7372
[pid=7985] ppid=7983 vsize=463464 CPUtime=1800.11 cores=0,2,4,6
/proc/7985/stat : 7985 (pwbo2.0) S 7983 7985 7065 0 -1 4202496 86852 0 0 0 179986 25 0 0 20 0 3 0 275393374 474587136 86520 33554432000 4194304 5965102 140735088329232 140735088328752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7985/statm: 115866 86520 199 433 0 115430 0
[pid=7985/tid=7987] ppid=7983 vsize=463464 CPUtime=899.86 cores=0,2,4,6
/proc/7985/task/7987/stat : 7987 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 51302 0 0 0 89960 26 0 0 20 0 3 0 275393445 474587136 86520 33554432000 4194304 5965102 140735088329232 140640357484888 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=463464 CPUtime=899.83 cores=0,2,4,6
/proc/7985/task/7988/stat : 7988 (pwbo2.0) R 7983 7985 7065 0 -1 4202560 7436 0 0 0 89960 23 0 0 20 0 3 0 275393445 474587136 86520 33554432000 4194304 5965102 140735088329232 140640346995000 4404767 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 463464

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.42
CPU user time (s): 1799.88
CPU system time (s): 0.545917
CPU usage (%): 199.911
Max. virtual memory (cumulated for all children) (KiB): 463464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.545917
maximum resident set size= 346084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86853
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= 490
involuntary context switches= 1900

runsolver used 1.80073 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 06:24:34
IDJOB=3703689
IDBENCH=2639
IDSOLVER=2279
FILE ID=node122/3703689-1338092674
RUNJOBID= node122-1338086209-7081
PBS_JOBID= 14624430
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=210199543

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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.54
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.533
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.533
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:        27739264 kB
Buffers:          278004 kB
Cached:          2839900 kB
SwapCached:            0 kB
Active:          2333064 kB
Inactive:        2016588 kB
Active(anon):    1223268 kB
Inactive(anon):    11052 kB
Active(file):    1109796 kB
Inactive(file):  2005536 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13072 kB
Writeback:             0 kB
AnonPages:       1239120 kB
Mapped:            14572 kB
Shmem:               200 kB
Slab:             644288 kB
SReclaimable:      88300 kB
SUnreclaim:       555988 kB
KernelStack:        1456 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     193628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71676 MiB
End job on node122 at 2012-05-27 06:39:36