Trace number 3705183

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.67 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark334.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705183-1338103361.opb.
0.00/0.00	c Instance file HOME/instance-3705183-1338103361.opb
0.00/0.00	c File size is 319495 bytes.
0.01/0.02	c Cost Offset: 0
0.01/0.02	c Highest Coefficient sum: 741
0.01/0.02	c ============================[ Problem Statistics ]=============================
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Parsing time:          0.03         s                                      |
0.01/0.02	c |  Number Variables:      895                                                 |
0.01/0.02	c |  Number Clauses:        1                                                   |
0.01/0.02	c |  Number Cardinality:    0                                                   |
0.01/0.02	c |  Number PB Constraints: 1659                                                |
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Problem Type:          Optimization                                        |
0.01/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.01/0.02	c |                                                                             |
0.01/0.02	c ============================[ Search Statistics ]==============================
0.01/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.02	c ===============================================================================
13.48/13.57	c | 13.58     | 0  | 46           lb |  0                0                0.00  |
51.58/51.70	c | 51.70     | 0  | 47           lb |  0                0                0.00  |
100.16/100.22	c | 100.22    | 0  | 48           lb |  0                0                0.00  |
189.54/189.67	c | 189.68    | 0  | 49           lb |  0                0                0.00  |
322.12/322.25	c | 322.25    | 0  | 50           lb |  0                0                0.00  |
603.97/604.17	c | 604.17    | 0  | 51           lb |  0                0                0.00  |
1206.76/1207.04	c | 1207.05   | 0  | 53           lb |  0                0                0.00  |
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3705183-1338103361/watcher-3705183-1338103361 -o /tmp/evaluation-result-3705183-1338103361/solver-3705183-1338103361 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705183-1338103361.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 25000
/proc/meminfo: memFree=28691260/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=3584 CPUtime=0 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) R 24998 25000 23570 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 276461537 3670016 314 33554432000 4194304 5963574 140735269388704 140733770466584 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 896 314 172 432 0 382 0

[startup+0.0213269 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 25000
/proc/meminfo: memFree=28691260/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=5168 CPUtime=0.01 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) R 24998 25000 23570 0 -1 4202496 787 0 0 0 1 0 0 0 20 0 1 0 276461537 5292032 740 33554432000 4194304 5963574 140735269388704 140735269387176 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 1292 740 220 432 0 778 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5168

[startup+0.100167 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 25000
/proc/meminfo: memFree=28691260/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=0.09 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 2023 0 0 0 9 0 0 0 20 0 2 0 276461537 88064000 1897 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 1897 193 432 0 21065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86000

[startup+0.300114 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 25000
/proc/meminfo: memFree=28691260/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=0.29 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 2088 0 0 0 29 0 0 0 20 0 2 0 276461537 88064000 1962 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 1962 194 432 0 21065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86000

[startup+0.70011 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 25000
/proc/meminfo: memFree=28691260/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=0.69 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 2208 0 0 0 69 0 0 0 20 0 2 0 276461537 88064000 2082 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 2082 194 432 0 21065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86000

[startup+1.50025 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25002
/proc/meminfo: memFree=28683928/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=1.48 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 2435 0 0 0 148 0 0 0 20 0 2 0 276461537 88064000 2309 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 2309 194 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=1.45 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 1068 0 0 0 145 0 0 0 20 0 2 0 276461540 88064000 2309 33554432000 4194304 5963574 140735269388704 140078232180536 4403231 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86000

[startup+3.10026 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25002
/proc/meminfo: memFree=28682440/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=3.08 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 2835 0 0 0 308 0 0 0 20 0 2 0 276461537 88064000 2709 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 2709 194 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=3.04 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 1468 0 0 0 304 0 0 0 20 0 2 0 276461540 88064000 2709 33554432000 4194304 5963574 140735269388704 140078232180536 4381555 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86000

[startup+6.30025 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25002
/proc/meminfo: memFree=28679828/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86144 CPUtime=6.28 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 3218 0 0 0 628 0 0 0 20 0 2 0 276461537 88211456 3092 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21536 3092 194 432 0 21101 0
[pid=25000/tid=25002] ppid=24998 vsize=86144 CPUtime=6.24 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 1851 0 0 0 624 0 0 0 20 0 2 0 276461540 88211456 3092 33554432000 4194304 5963574 140735269388704 140078232180776 4399627 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86144

[startup+12.7003 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 25002
/proc/meminfo: memFree=28675116/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86216 CPUtime=12.68 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 4131 0 0 0 1268 0 0 0 20 0 2 0 276461537 88285184 4005 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21554 4005 194 432 0 21119 0
[pid=25000/tid=25002] ppid=24998 vsize=86216 CPUtime=12.62 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 2764 0 0 0 1262 0 0 0 20 0 2 0 276461540 88285184 4005 33554432000 4194304 5963574 140735269388704 140078232180776 4403257 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86216

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25002
/proc/meminfo: memFree=28667048/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=25.48 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 4866 0 0 0 2547 1 0 0 20 0 2 0 276461537 88064000 4693 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 4693 198 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=25.39 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 3499 0 0 0 2539 0 0 0 20 0 2 0 276461540 88064000 4693 33554432000 4194304 5963574 140735269388704 140078232181688 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86000

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25002
/proc/meminfo: memFree=28650596/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86484 CPUtime=51.07 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 7384 0 0 0 5104 3 0 0 20 0 2 0 276461537 88559616 7227 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21621 7227 198 432 0 21186 0
[pid=25000/tid=25002] ppid=24998 vsize=86484 CPUtime=50.91 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 6017 0 0 0 5089 2 0 0 20 0 2 0 276461540 88559616 7227 33554432000 4194304 5963574 140735269388704 140078232180536 4222324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 86484

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25002
/proc/meminfo: memFree=28640236/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=102.26 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 9419 0 0 0 10223 3 0 0 20 0 2 0 276461537 88064000 9357 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 9357 198 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=101.98 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 8052 0 0 0 10194 4 0 0 20 0 2 0 276461540 88064000 9357 33554432000 4194304 5963574 140735269388704 140078232181080 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86000

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25041
/proc/meminfo: memFree=28561648/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=162.25 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 9462 0 0 0 16222 3 0 0 20 0 2 0 276461537 88064000 9403 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 9403 198 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=161.81 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 8095 0 0 0 16176 5 0 0 20 0 2 0 276461540 88064000 9403 33554432000 4194304 5963574 140735269388704 140078232181080 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86000

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25042
/proc/meminfo: memFree=28544880/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=222.24 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 11583 0 0 0 22220 4 0 0 20 0 2 0 276461537 88064000 11395 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 11395 198 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=221.66 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 10216 0 0 0 22159 7 0 0 20 0 2 0 276461540 88064000 11395 33554432000 4194304 5963574 140735269388704 140078232181688 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 86000

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25043
/proc/meminfo: memFree=28537152/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=86000 CPUtime=282.23 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 12530 0 0 0 28218 5 0 0 20 0 2 0 276461537 88064000 12349 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 21500 12349 198 432 0 21065 0
[pid=25000/tid=25002] ppid=24998 vsize=86000 CPUtime=281.49 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 11163 0 0 0 28140 9 0 0 20 0 2 0 276461540 88064000 12349 33554432000 4194304 5963574 140735269388704 140078232180776 4399390 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 86000

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 25043
/proc/meminfo: memFree=28511608/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=151536 CPUtime=342.21 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 17923 0 0 0 34214 7 0 0 20 0 2 0 276461537 155172864 17742 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 37884 17742 198 432 0 37449 0
[pid=25000/tid=25002] ppid=24998 vsize=151536 CPUtime=341.33 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 16556 0 0 0 34121 12 0 0 20 0 2 0 276461540 155172864 17742 33554432000 4194304 5963574 140735269388704 140078232181048 4403244 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 151536

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25043
/proc/meminfo: memFree=28509804/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=151536 CPUtime=402.2 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 17927 0 0 0 40213 7 0 0 20 0 2 0 276461537 155172864 17771 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 37884 17771 198 432 0 37449 0
[pid=25000/tid=25002] ppid=24998 vsize=151536 CPUtime=401.18 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 16560 0 0 0 40105 13 0 0 20 0 2 0 276461540 155172864 17771 33554432000 4194304 5963574 140735269388704 140078232181048 4403234 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 151536

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25046
/proc/meminfo: memFree=28502016/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=151536 CPUtime=462.19 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25053
/proc/meminfo: memFree=28346756/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1422.03 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 142172 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1418.47 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 141795 52 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 217072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25053
/proc/meminfo: memFree=28346388/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1482.02 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 148171 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1478.3 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 147777 53 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 217072

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 25054
/proc/meminfo: memFree=28346008/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1542.01 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 154170 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1538.15 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 153761 54 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 217072

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25054
/proc/meminfo: memFree=28339312/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1602 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 160169 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1597.99 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 159744 55 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 217072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25057
/proc/meminfo: memFree=28332980/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1661.99 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 166168 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1657.83 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 165727 56 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 217072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25057
/proc/meminfo: memFree=28325780/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1721.98 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42270 0 0 0 172167 31 0 0 20 0 2 0 276461537 222281728 42434 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42434 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1717.67 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 40903 0 0 0 171710 57 0 0 20 0 2 0 276461540 222281728 42434 33554432000 4194304 5963574 140735269388704 140078232181688 4392498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 217072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25057
/proc/meminfo: memFree=28319208/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1781.97 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 42543 0 0 0 178166 31 0 0 20 0 2 0 276461537 222281728 42707 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 42707 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1777.52 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 41176 0 0 0 177694 58 0 0 20 0 2 0 276461540 222281728 42707 33554432000 4194304 5963574 140735269388704 140078232180728 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 217072

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25057
/proc/meminfo: memFree=28314504/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1791.58 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 43387 0 0 0 179126 32 0 0 20 0 2 0 276461537 222281728 43551 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 43551 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1787.1 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42020 0 0 0 178651 59 0 0 20 0 2 0 276461540 222281728 43551 33554432000 4194304 5963574 140735269388704 140078232180776 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 217072

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28313132/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1794.78 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 43659 0 0 0 179445 33 0 0 20 0 2 0 276461537 222281728 43823 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 43823 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1790.29 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42292 0 0 0 178970 59 0 0 20 0 2 0 276461540 222281728 43823 33554432000 4194304 5963574 140735269388704 140078232180728 4392504 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 217072

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28311764/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1797.97 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 43916 0 0 0 179764 33 0 0 20 0 2 0 276461537 222281728 44080 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 44080 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1793.47 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42549 0 0 0 179287 60 0 0 20 0 2 0 276461540 222281728 44080 33554432000 4194304 5963574 140735269388704 140078232180776 4402929 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 217072

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28311392/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1798.77 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 43980 0 0 0 179843 34 0 0 20 0 2 0 276461537 222281728 44144 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 44144 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1794.27 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42613 0 0 0 179367 60 0 0 20 0 2 0 276461540 222281728 44144 33554432000 4194304 5963574 140735269388704 140078232180728 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 217072

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28310896/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1799.18 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 44009 0 0 0 179884 34 0 0 20 0 2 0 276461537 222281728 44173 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 44173 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1794.68 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42642 0 0 0 179408 60 0 0 20 0 2 0 276461540 222281728 44173 33554432000 4194304 5963574 140735269388704 140078232180776 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 217072

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28310896/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1799.57 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 44040 0 0 0 179923 34 0 0 20 0 2 0 276461537 222281728 44204 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 44204 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1795.07 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42673 0 0 0 179447 60 0 0 20 0 2 0 276461540 222281728 44204 33554432000 4194304 5963574 140735269388704 140078232180776 4403234 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 217072

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25058
/proc/meminfo: memFree=28310896/32873852 swapFree=6848/6848
[pid=25000] ppid=24998 vsize=217072 CPUtime=1799.67 cores=1,3,5,7
/proc/25000/stat : 25000 (wbo1.7) S 24998 25000 23570 0 -1 4202496 44048 0 0 0 179933 34 0 0 20 0 2 0 276461537 222281728 44212 33554432000 4194304 5963574 140735269388704 140735269388224 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25000/statm: 54268 44212 198 432 0 53833 0
[pid=25000/tid=25002] ppid=24998 vsize=217072 CPUtime=1795.17 cores=1,3,5,7
/proc/25000/task/25002/stat : 25002 (wbo1.7) R 24998 25000 23570 0 -1 4202560 42681 0 0 0 179457 60 0 0 20 0 2 0 276461540 222281728 44212 33554432000 4194304 5963574 140735269388704 140078232180776 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 217072

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.67
CPU user time (s): 1799.33
CPU system time (s): 0.34
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 218696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 0.613906
maximum resident set size= 176848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44048
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= 72
involuntary context switches= 1912

runsolver used 3.47347 second user time and 10.0265 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 09:22:41
IDJOB=3705183
IDBENCH=2944
IDSOLVER=2283
FILE ID=node129/3705183-1338103361
RUNJOBID= node129-1338087110-23587
PBS_JOBID= 14624434
Free space on /tmp= 71200 MiB

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

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=268026385

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28691904 kB
Buffers:          318792 kB
Cached:          3010208 kB
SwapCached:            0 kB
Active:          1194768 kB
Inactive:        2168568 kB
Active(anon):      37216 kB
Inactive(anon):        0 kB
Active(file):    1157552 kB
Inactive(file):  2168568 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:         41176 kB
Mapped:            15088 kB
Shmem:               204 kB
Slab:             681340 kB
SReclaimable:     123924 kB
SUnreclaim:       557416 kB
KernelStack:        1472 kB
PageTables:         3664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     143044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node129 at 2012-05-27 09:52:41