Trace number 3703686

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.06 900.414

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
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 constraints13888
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 2621
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-3703686-1338092544.opb.
0.00/0.00	c Instance file HOME/instance-3703686-1338092544.opb
0.00/0.00	c File size is 3969913 bytes.
0.29/0.38	c Cost Offset: 0
0.29/0.38	c Highest Coefficient sum: 2621
0.29/0.38	c ============================[ Problem Statistics ]=============================
0.29/0.38	c |                                                                             |
0.29/0.38	c |  Parsing time:          0.38         s                                      |
0.29/0.38	c |  Number Variables:      7089                                                |
0.29/0.38	c |  Number Clauses:        0                                                   |
0.29/0.38	c |  Number Cardinality:    0                                                   |
0.29/0.38	c |  Number PB Constraints: 13888                                               |
0.29/0.38	c |                                                                             |
0.29/0.39	c |  Problem Type:          Optimization                                        |
0.29/0.39	c |  Objective Function:    Cardinality Constraint                              |
0.29/0.39	c |                                                                             |
0.29/0.39	c ===============================================================================
1800.06/900.41	c ===============================================================================
1800.06/900.41	c Wall Clock Time: 900.41 s
1800.06/900.41	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-3703686-1338092544/watcher-3703686-1338092544 -o /tmp/evaluation-result-3703686-1338092544/solver-3703686-1338092544 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703686-1338092544.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/176 25680
/proc/meminfo: memFree=30401540/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=8068 CPUtime=0 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) R 25678 25680 25163 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 275379850 8261632 346 33554432000 4194304 5965102 140734975079552 140737001060296 4348748 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 2017 347 168 433 0 611 0

[startup+0.074816 s]
/proc/loadavg: 4.00 4.00 3.92 3/176 25680
/proc/meminfo: memFree=30401540/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=17600 CPUtime=0.07 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) R 25678 25680 25163 0 -1 4202496 2920 0 0 0 7 0 0 0 20 0 1 0 275379850 18022400 2872 33554432000 4194304 5965102 140734975079552 140734975077576 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 4400 2873 347 433 0 2994 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17600

[startup+0.100279 s]
/proc/loadavg: 4.00 4.00 3.92 3/176 25680
/proc/meminfo: memFree=30401540/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=21364 CPUtime=0.09 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) R 25678 25680 25163 0 -1 4202496 3933 0 0 0 9 0 0 0 20 0 1 0 275379850 21876736 3885 33554432000 4194304 5965102 140734975079552 140734975077576 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 5341 3886 410 433 0 3935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21364

[startup+0.300236 s]
/proc/loadavg: 4.00 4.00 3.92 3/176 25680
/proc/meminfo: memFree=30401540/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=48096 CPUtime=0.29 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) R 25678 25680 25163 0 -1 4202496 11079 0 0 0 28 1 0 0 20 0 1 0 275379850 49250304 11031 33554432000 4194304 5965102 140734975079552 140734975077528 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 12024 11033 903 433 0 10618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48096

[startup+0.700173 s]
/proc/loadavg: 4.00 4.00 3.92 3/176 25680
/proc/meminfo: memFree=30401540/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=213260 CPUtime=1 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 27607 0 0 0 95 5 0 0 20 0 3 0 275379850 218378240 26441 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 53315 26441 197 433 0 52879 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 213260

[startup+1.5003 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 25685
/proc/meminfo: memFree=30250360/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=212540 CPUtime=2.59 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 30469 0 0 0 254 5 0 0 20 0 3 0 275379850 217640960 29163 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 53135 29163 198 433 0 52699 0
[pid=25680/tid=25684] ppid=25678 vsize=212540 CPUtime=1.1 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 15659 0 0 0 106 4 0 0 20 0 3 0 275379889 217640960 29163 33554432000 4194304 5965102 140734975079552 140444086712712 4404416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=212540 CPUtime=1.09 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 439 0 0 0 109 0 0 0 20 0 3 0 275379889 217640960 29163 33554432000 4194304 5965102 140734975079552 140444076222824 4394002 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 212540

[startup+3.10024 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 25685
/proc/meminfo: memFree=30235340/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=5.79 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 32131 0 0 0 574 5 0 0 20 0 3 0 275379850 284749824 30825 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 30825 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=2.7 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 17278 0 0 0 266 4 0 0 20 0 3 0 275379889 284749824 30825 33554432000 4194304 5965102 140734975079552 140444086712776 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=2.69 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 482 0 0 0 269 0 0 0 20 0 3 0 275379889 284749824 30825 33554432000 4194304 5965102 140734975079552 140444076222776 4394008 0 0 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 278076

[startup+6.30036 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 25685
/proc/meminfo: memFree=30223244/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=12.19 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 34306 0 0 0 1213 6 0 0 20 0 3 0 275379850 284749824 33000 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 33000 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=5.88 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 19378 0 0 0 584 4 0 0 20 0 3 0 275379889 284749824 33000 33554432000 4194304 5965102 140734975079552 140444086712776 4222308 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=5.88 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 557 0 0 0 588 0 0 0 20 0 3 0 275379889 284749824 33000 33554432000 4194304 5965102 140734975079552 140444076222776 4404711 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 278076

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 25685
/proc/meminfo: memFree=30211724/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=24.98 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 35083 0 0 0 2492 6 0 0 20 0 3 0 275379850 284749824 33777 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 33777 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=12.27 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 19980 0 0 0 1223 4 0 0 20 0 3 0 275379889 284749824 33777 33554432000 4194304 5965102 140734975079552 140444086712872 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=12.26 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 732 0 0 0 1226 0 0 0 20 0 3 0 275379889 284749824 33777 33554432000 4194304 5965102 140734975079552 140444076222584 4404732 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 278076

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 25685
/proc/meminfo: memFree=30199852/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=50.58 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 36414 0 0 0 5051 7 0 0 20 0 3 0 275379850 284749824 35108 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 35108 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=25.03 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 21093 0 0 0 2499 4 0 0 20 0 3 0 275379889 284749824 35108 33554432000 4194304 5965102 140734975079552 140444086712776 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=25.03 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 950 0 0 0 2503 0 0 0 20 0 3 0 275379889 284749824 35108 33554432000 4194304 5965102 140734975079552 140444076222584 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 278076

[startup+51.1004 s]
/proc/loadavg: 4.06 4.02 3.93 5/181 25685
/proc/meminfo: memFree=30190024/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=101.78 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 37673 0 0 0 10170 8 0 0 20 0 3 0 275379850 284749824 36367 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 36367 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=50.57 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 22008 0 0 0 5052 5 0 0 20 0 3 0 275379889 284749824 36367 33554432000 4194304 5965102 140734975079552 140444086712776 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=50.56 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 1294 0 0 0 5055 1 0 0 20 0 3 0 275379889 284749824 36367 33554432000 4194304 5965102 140734975079552 140444076222776 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 278076

[startup+102.307 s]
/proc/loadavg: 4.02 4.01 3.93 5/181 25685
/proc/meminfo: memFree=30174208/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278076 CPUtime=204.14 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 39477 0 0 0 20406 8 0 0 20 0 3 0 275379850 284749824 38182 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69519 38182 199 433 0 69083 0
[pid=25680/tid=25684] ppid=25678 vsize=278076 CPUtime=101.64 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 23127 0 0 0 10158 6 0 0 20 0 3 0 275379889 284749824 38182 33554432000 4194304 5965102 140734975079552 140444086712632 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278076 CPUtime=101.62 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 1979 0 0 0 10160 2 0 0 20 0 3 0 275379889 284749824 38182 33554432000 4194304 5965102 140734975079552 140444076222776 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 278076

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 25685
/proc/meminfo: memFree=30160288/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278400 CPUtime=324.08 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 41397 0 0 0 32399 9 0 0 20 0 3 0 275379850 285081600 40071 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69600 40071 199 433 0 69164 0
[pid=25680/tid=25684] ppid=25678 vsize=278400 CPUtime=161.44 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 24173 0 0 0 16137 7 0 0 20 0 3 0 275379889 285081600 40071 33554432000 4194304 5965102 140734975079552 140444086712776 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278400 CPUtime=161.46 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 2853 0 0 0 16142 4 0 0 20 0 3 0 275379889 285081600 40071 33554432000 4194304 5965102 140734975079552 140444076222776 4404767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.08
Current children cumulated vsize (KiB) 278400

[startup+222.3 s]
/proc/loadavg: 4.04 4.02 3.93 5/180 25685
/proc/meminfo: memFree=30147452/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278560 CPUtime=444.06 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 43624 0 0 0 44395 11 0 0 20 0 3 0 275379850 285245440 42991 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69640 42991 199 433 0 69204 0
[pid=25680/tid=25684] ppid=25678 vsize=278560 CPUtime=221.28 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 25564 0 0 0 22119 9 0 0 20 0 3 0 275379889 285245440 42991 33554432000 4194304 5965102 140734975079552 140444086712776 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278560 CPUtime=221.3 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 3689 0 0 0 22124 6 0 0 20 0 3 0 275379889 285245440 42991 33554432000 4194304 5965102 140734975079552 140444076222584 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.06
Current children cumulated vsize (KiB) 278560

[startup+282.3 s]
/proc/loadavg: 4.19 4.06 3.95 5/182 25688
/proc/meminfo: memFree=30134876/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278560 CPUtime=564.04 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 43742 0 0 0 56393 11 0 0 20 0 3 0 275379850 285245440 43109 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69640 43109 199 433 0 69204 0
[pid=25680/tid=25684] ppid=25678 vsize=278560 CPUtime=281.12 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 25601 0 0 0 28102 10 0 0 20 0 3 0 275379889 285245440 43109 33554432000 4194304 5965102 140734975079552 140444086712664 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278560 CPUtime=281.15 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 3770 0 0 0 28108 7 0 0 20 0 3 0 275379889 285245440 43109 33554432000 4194304 5965102 140734975079552 140444076222776 4404759 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 564.04
Current children cumulated vsize (KiB) 278560

[startup+342.3 s]
/proc/loadavg: 4.10 4.06 3.95 5/181 25688
/proc/meminfo: memFree=30130228/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278560 CPUtime=684.03 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 44608 0 0 0 68390 13 0 0 20 0 3 0 275379850 285245440 43978 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69640 43978 199 433 0 69204 0
[pid=25680/tid=25684] ppid=25678 vsize=278560 CPUtime=340.96 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 25611 0 0 0 34085 11 0 0 20 0 3 0 275379889 285245440 43978 33554432000 4194304 5965102 140734975079552 140444086712664 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278560 CPUtime=340.99 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 4626 0 0 0 34090 9 0 0 20 0 3 0 275379889 285245440 43978 33554432000 4194304 5965102 140734975079552 140444076222776 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.03
Current children cumulated vsize (KiB) 278560

[startup+402.3 s]
/proc/loadavg: 4.07 4.06 3.96 5/181 25688
/proc/meminfo: memFree=30130108/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278560 CPUtime=804.01 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 44608 0 0 0 80388 13 0 0 20 0 3 0 275379850 285245440 43978 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69640 43978 199 433 0 69204 0
[pid=25680/tid=25684] ppid=25678 vsize=278560 CPUtime=400.81 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 25611 0 0 0 40069 12 0 0 20 0 3 0 275379889 285245440 43978 33554432000 4194304 5965102 140734975079552 140444086712664 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278560 CPUtime=400.84 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 4626 0 0 0 40074 10 0 0 20 0 3 0 275379889 285245440 43978 33554432000 4194304 5965102 140734975079552 140444076222776 4394002 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.01
Current children cumulated vsize (KiB) 278560

[startup+462.3 s]
/proc/loadavg: 4.06 4.06 3.96 5/182 25691
/proc/meminfo: memFree=30113692/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=923.99 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 47643 0 0 0 92385 14 0 0 20 0 3 0 275379850 285491200 47013 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 47013 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=460.65 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28227 0 0 0 46051 14 0 0 20 0 3 0 275379889 285491200 47013 33554432000 4194304 5965102 140734975079552 140444086712776 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=460.69 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 5045 0 0 0 46057 12 0 0 20 0 3 0 275379889 285491200 47013 33554432000 4194304 5965102 140734975079552 140444076222776 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 923.99
Current children cumulated vsize (KiB) 278800

[startup+522.3 s]
/proc/loadavg: 4.06 4.06 3.97 5/181 25691
/proc/meminfo: memFree=30107508/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1043.97 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 47880 0 0 0 104383 14 0 0 20 0 3 0 275379850 285491200 47250 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 47250 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=520.49 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28231 0 0 0 52035 14 0 0 20 0 3 0 275379889 285491200 47250 33554432000 4194304 5965102 140734975079552 140444086712776 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=520.53 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 5278 0 0 0 52041 12 0 0 20 0 3 0 275379889 285491200 47250 33554432000 4194304 5965102 140734975079552 140444076222584 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1043.97
Current children cumulated vsize (KiB) 278800

[startup+582.3 s]
/proc/loadavg: 4.05 4.06 3.97 5/181 25692
/proc/meminfo: memFree=30101792/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1163.94 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 48140 0 0 0 116380 14 0 0 20 0 3 0 275379850 285491200 47512 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 47512 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=580.33 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28490 0 0 0 58018 15 0 0 20 0 3 0 275379889 285491200 47512 33554432000 4194304 5965102 140734975079552 140444086712680 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=580.38 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 5279 0 0 0 58025 13 0 0 20 0 3 0 275379889 285491200 47512 33554432000 4194304 5965102 140734975079552 140444076222584 4404746 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1163.94
Current children cumulated vsize (KiB) 278800

[startup+642.3 s]
/proc/loadavg: 4.05 4.06 3.98 5/181 25692
/proc/meminfo: memFree=30101420/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1283.94 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 48140 0 0 0 128380 14 0 0 20 0 3 0 275379850 285491200 47512 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 47512 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=640.18 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28490 0 0 0 64002 16 0 0 20 0 3 0 275379889 285491200 47512 33554432000 4194304 5965102 140734975079552 140444086712680 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=640.23 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 5279 0 0 0 64009 14 0 0 20 0 3 0 275379889 285491200 47512 33554432000 4194304 5965102 140734975079552 140444076222584 4394008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1283.94
Current children cumulated vsize (KiB) 278800

[startup+702.3 s]
/proc/loadavg: 4.02 4.05 3.98 5/181 25692
/proc/meminfo: memFree=30089144/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1403.91 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 49268 0 0 0 140375 16 0 0 20 0 3 0 275379850 285491200 48640 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 48640 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=700.02 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28490 0 0 0 69985 17 0 0 20 0 3 0 275379889 285491200 48640 33554432000 4194304 5965102 140734975079552 140444086712680 4394002 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=700.07 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 6407 0 0 0 69991 16 0 0 20 0 3 0 275379889 285491200 48640 33554432000 4194304 5965102 140734975079552 140444076222584 4404767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1403.91
Current children cumulated vsize (KiB) 278800

[startup+762.307 s]
/proc/loadavg: 4.04 4.05 3.98 5/181 25692
/proc/meminfo: memFree=30085732/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1523.91 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 49284 0 0 0 152375 16 0 0 20 0 3 0 275379850 285491200 48656 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 48656 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=759.86 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28490 0 0 0 75968 18 0 0 20 0 3 0 275379889 285491200 48656 33554432000 4194304 5965102 140734975079552 140444086712680 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=759.92 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 6423 0 0 0 75975 17 0 0 20 0 3 0 275379889 285491200 48656 33554432000 4194304 5965102 140734975079552 140444076222584 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1523.91
Current children cumulated vsize (KiB) 278800

[startup+822.3 s]
/proc/loadavg: 4.01 4.04 3.98 5/181 25692
/proc/meminfo: memFree=30064156/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=278800 CPUtime=1643.88 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 49332 0 0 0 164372 16 0 0 20 0 3 0 275379850 285491200 48712 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 69700 48712 199 433 0 69264 0
[pid=25680/tid=25684] ppid=25678 vsize=278800 CPUtime=819.7 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 28491 0 0 0 81951 19 0 0 20 0 3 0 275379889 285491200 48712 33554432000 4194304 5965102 140734975079552 140444086712680 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=278800 CPUtime=819.76 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 6470 0 0 0 81958 18 0 0 20 0 3 0 275379889 285491200 48712 33554432000 4194304 5965102 140734975079552 140444076222584 4394002 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1643.88
Current children cumulated vsize (KiB) 278800

[startup+882.3 s]
/proc/loadavg: 4.04 4.04 3.99 5/181 25693
/proc/meminfo: memFree=30043200/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=344336 CPUtime=1763.85 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 54601 0 0 0 176369 16 0 0 20 0 3 0 275379850 352600064 53980 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 86084 53980 199 433 0 85648 0
[pid=25680/tid=25684] ppid=25678 vsize=344336 CPUtime=879.54 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 33722 0 0 0 87933 21 0 0 20 0 3 0 275379889 352600064 53980 33554432000 4194304 5965102 140734975079552 140444086712776 4404769 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=344336 CPUtime=879.61 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 6508 0 0 0 87942 19 0 0 20 0 3 0 275379889 352600064 53980 33554432000 4194304 5965102 140734975079552 140444076222584 4404748 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1763.85
Current children cumulated vsize (KiB) 344336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.09 4.06 4.00 3/177 25694
/proc/meminfo: memFree=30209016/32873648 swapFree=7108/7108
[pid=25680] ppid=25678 vsize=344336 CPUtime=1800.06 cores=0,2,4,6
/proc/25680/stat : 25680 (pwbo2.0) S 25678 25680 25163 0 -1 4202496 54601 0 0 0 179990 16 0 0 20 0 3 0 275379850 352600064 53980 33554432000 4194304 5965102 140734975079552 140734975079072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25680/statm: 86084 53980 199 433 0 85648 0
[pid=25680/tid=25684] ppid=25678 vsize=344336 CPUtime=897.6 cores=0,2,4,6
/proc/25680/task/25684/stat : 25684 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 33722 0 0 0 89739 21 0 0 20 0 3 0 275379889 352600064 53980 33554432000 4194304 5965102 140734975079552 140444086712776 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25685] ppid=25678 vsize=344336 CPUtime=897.67 cores=0,2,4,6
/proc/25680/task/25685/stat : 25685 (pwbo2.0) R 25678 25680 25163 0 -1 4202560 6508 0 0 0 89748 19 0 0 20 0 3 0 275379889 352600064 53980 33554432000 4194304 5965102 140734975079552 140444076222584 4404767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 344336

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25680 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=253080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=440932
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.414
CPU time (s): 1800.06
CPU user time (s): 1799.9
CPU system time (s): 0.16
CPU usage (%): 199.915
Max. virtual memory (cumulated for all children) (KiB): 344336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.440932
maximum resident set size= 215928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54603
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= 289
involuntary context switches= 1909

runsolver used 1.71274 second user time and 5.2732 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 06:22:24
IDJOB=3703686
IDBENCH=2635
IDSOLVER=2279
FILE ID=node123/3703686-1338092544
RUNJOBID= node123-1338088025-25179
PBS_JOBID= 14624452
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_17.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703686-1338092544/watcher-3703686-1338092544 -o /tmp/evaluation-result-3703686-1338092544/solver-3703686-1338092544 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703686-1338092544.opb

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1644212096

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        30403408 kB
Buffers:          274456 kB
Cached:          1364048 kB
SwapCached:         1808 kB
Active:           705840 kB
Inactive:         967116 kB
Active(anon):      25368 kB
Inactive(anon):    10968 kB
Active(file):     680472 kB
Inactive(file):   956148 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:             16736 kB
Writeback:             0 kB
AnonPages:         39428 kB
Mapped:            16572 kB
Shmem:               100 kB
Slab:             657800 kB
SReclaimable:     102228 kB
SUnreclaim:       555572 kB
KernelStack:        1440 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 node123 at 2012-05-27 06:37:26