Trace number 3727488

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1796.64 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
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 constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727488-1338662581.opb.
0.00/0.00	c Instance file HOME/instance-3727488-1338662581.opb
0.00/0.00	c File size is 1501792 bytes.
0.09/0.11	c Cost Offset: 0
0.09/0.11	c Highest Coefficient sum: 1475
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.12         s                                      |
0.09/0.11	c |  Number Variables:      3296                                                |
0.09/0.11	c |  Number Clauses:        1                                                   |
0.09/0.11	c |  Number Cardinality:    0                                                   |
0.09/0.11	c |  Number PB Constraints: 6383                                                |
0.09/0.11	c |                                                                             |
0.09/0.12	c |  Problem Type:          Optimization                                        |
0.09/0.12	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.12	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.09/0.12	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.09/0.12	c ===============================================================================
1796.64/1800.00	c ===============================================================================
1796.64/1800.00	c Wall Clock Time: 1800.00 s
1796.64/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-3727488-1338662581/watcher-3727488-1338662581 -o /tmp/evaluation-result-3727488-1338662581/solver-3727488-1338662581 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727488-1338662581.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13225
/proc/meminfo: memFree=26952576/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=4872 CPUtime=0 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) R 13223 13225 9951 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 332383517 4988928 321 33554432000 4194304 5964350 140733627602512 140735454289800 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 1218 322 171 433 0 415 0

[startup+0.0130339 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13225
/proc/meminfo: memFree=26952576/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=5416 CPUtime=0.01 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) R 13223 13225 9951 0 -1 4202496 543 0 0 0 1 0 0 0 20 0 1 0 332383517 5545984 495 33554432000 4194304 5964350 140733627602512 140735454289800 4344327 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 1354 496 193 433 0 551 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5416

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13225
/proc/meminfo: memFree=26952576/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=13540 CPUtime=0.09 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) R 13223 13225 9951 0 -1 4202496 2840 0 0 0 9 0 0 0 20 0 1 0 332383517 13864960 2792 33554432000 4194304 5964350 140733627602512 140735454289800 4344800 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 3385 2792 469 433 0 2582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13540

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13225
/proc/meminfo: memFree=26952576/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94348 CPUtime=0.28 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 6554 0 0 0 28 0 0 0 20 0 2 0 332383517 96612352 6139 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23587 6139 191 433 0 23151 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 94348

[startup+0.70015 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13225
/proc/meminfo: memFree=26952576/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94348 CPUtime=0.68 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 6595 0 0 0 68 0 0 0 20 0 2 0 332383517 96612352 6180 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23587 6180 193 433 0 23151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94348

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26929124/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94348 CPUtime=1.48 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 6665 0 0 0 148 0 0 0 20 0 2 0 332383517 96612352 6250 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23587 6250 193 433 0 23151 0
[pid=13225/tid=13227] ppid=13223 vsize=94348 CPUtime=1.36 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 2916 0 0 0 136 0 0 0 20 0 2 0 332383529 96612352 6250 33554432000 4194304 5964350 140733627602512 140160853403688 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94348

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26928116/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94348 CPUtime=3.08 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 6824 0 0 0 308 0 0 0 20 0 2 0 332383517 96612352 6409 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23587 6409 193 433 0 23151 0
[pid=13225/tid=13227] ppid=13223 vsize=94348 CPUtime=2.96 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 3075 0 0 0 296 0 0 0 20 0 2 0 332383529 96612352 6409 33554432000 4194304 5964350 140733627602512 140160853403448 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94348

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26926644/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94348 CPUtime=6.29 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 7150 0 0 0 628 1 0 0 20 0 2 0 332383517 96612352 6735 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23587 6735 193 433 0 23151 0
[pid=13225/tid=13227] ppid=13223 vsize=94348 CPUtime=6.15 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 3401 0 0 0 615 0 0 0 20 0 2 0 332383529 96612352 6735 33554432000 4194304 5964350 140733627602512 140160853403448 4403637 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26923584/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94492 CPUtime=12.69 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 7631 0 0 0 1268 1 0 0 20 0 2 0 332383517 96759808 7216 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23623 7216 193 433 0 23187 0
[pid=13225/tid=13227] ppid=13223 vsize=94492 CPUtime=12.53 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 3882 0 0 0 1253 0 0 0 20 0 2 0 332383529 96759808 7216 33554432000 4194304 5964350 140733627602512 140160853403448 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94492

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26921236/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94492 CPUtime=25.48 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 8200 0 0 0 2547 1 0 0 20 0 2 0 332383517 96759808 7785 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23623 7785 193 433 0 23187 0
[pid=13225/tid=13227] ppid=13223 vsize=94492 CPUtime=25.3 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 4451 0 0 0 2529 1 0 0 20 0 2 0 332383529 96759808 7785 33554432000 4194304 5964350 140733627602512 140160853403640 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 94492

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26915532/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94564 CPUtime=51.08 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 9367 0 0 0 5106 2 0 0 20 0 2 0 332383517 96833536 8952 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23641 8952 193 433 0 23205 0
[pid=13225/tid=13227] ppid=13223 vsize=94564 CPUtime=50.83 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 5618 0 0 0 5082 1 0 0 20 0 2 0 332383529 96833536 8952 33554432000 4194304 5964350 140733627602512 140160853403448 4403290 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94564

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13227
/proc/meminfo: memFree=26881804/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=94832 CPUtime=102.28 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 12264 0 0 0 10224 4 0 0 20 0 2 0 332383517 97107968 11849 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23708 11849 193 433 0 23272 0
[pid=13225/tid=13227] ppid=13223 vsize=94832 CPUtime=101.91 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 8515 0 0 0 10187 4 0 0 20 0 2 0 332383529 97107968 11849 33554432000 4194304 5964350 140733627602512 140160853403688 4403293 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 94832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28090216/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=95120 CPUtime=162.25 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 14150 0 0 0 16219 6 0 0 20 0 2 0 332383517 97402880 14494 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23780 14494 193 433 0 23344 0
[pid=13225/tid=13227] ppid=13223 vsize=95120 CPUtime=161.73 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 10401 0 0 0 16166 7 0 0 20 0 2 0 332383529 97402880 14494 33554432000 4194304 5964350 140733627602512 140160853403448 4403639 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 95120

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28062908/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=95360 CPUtime=222.24 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 16369 0 0 0 22216 8 0 0 20 0 2 0 332383517 97648640 16713 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23840 16713 193 433 0 23404 0
[pid=13225/tid=13227] ppid=13223 vsize=95360 CPUtime=221.57 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 12620 0 0 0 22147 10 0 0 20 0 2 0 332383529 97648640 16713 33554432000 4194304 5964350 140733627602512 140160853403688 4403618 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 95360

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28036408/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=95504 CPUtime=282.22 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 19371 0 0 0 28211 11 0 0 20 0 2 0 332383517 97796096 19732 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 23876 19732 193 433 0 23440 0
[pid=13225/tid=13227] ppid=13223 vsize=95504 CPUtime=281.42 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 15622 0 0 0 28128 14 0 0 20 0 2 0 332383529 97796096 19732 33554432000 4194304 5964350 140733627602512 140160853403688 4403280 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 95504

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28020580/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=161472 CPUtime=342.2 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 20869 0 0 0 34208 12 0 0 20 0 2 0 332383517 165347328 21284 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 40368 21284 193 433 0 39932 0
[pid=13225/tid=13227] ppid=13223 vsize=161472 CPUtime=341.25 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 17120 0 0 0 34108 17 0 0 20 0 2 0 332383529 165347328 21284 33554432000 4194304 5964350 140733627602512 140160853403640 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 161472

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28002828/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=161760 CPUtime=402.2 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 22578 0 0 0 40205 15 0 0 20 0 2 0 332383517 165642240 22993 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 40440 22993 193 433 0 40004 0
[pid=13225/tid=13227] ppid=13223 vsize=161760 CPUtime=401.1 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 18829 0 0 0 40089 21 0 0 20 0 2 0 332383529 165642240 22993 33554432000 4194304 5964350 140733627602512 140160853403688 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 161760

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13309
/proc/meminfo: memFree=27986504/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=162480 CPUtime=462.18 cores=1,3,5,7

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


[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13337
/proc/meminfo: memFree=27833220/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233272 CPUtime=1122.06 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 43206 0 0 0 112164 42 0 0 20 0 2 0 332383517 238870528 43709 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58318 43709 193 433 0 57882 0
[pid=13225/tid=13227] ppid=13223 vsize=233272 CPUtime=1119.22 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 39457 0 0 0 111863 59 0 0 20 0 2 0 332383529 238870528 43709 33554432000 4194304 5964350 140733627602512 140160853403688 4403637 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 233272

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13338
/proc/meminfo: memFree=27826884/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233560 CPUtime=1182.04 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 44848 0 0 0 118159 45 0 0 20 0 2 0 332383517 239165440 45367 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58390 45367 193 433 0 57954 0
[pid=13225/tid=13227] ppid=13223 vsize=233560 CPUtime=1179.06 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 41099 0 0 0 117844 62 0 0 20 0 2 0 332383529 239165440 45367 33554432000 4194304 5964350 140733627602512 140160853403688 4222324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 233560

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13338
/proc/meminfo: memFree=27816096/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233740 CPUtime=1242.02 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 47470 0 0 0 124153 49 0 0 20 0 2 0 332383517 239349760 47989 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58435 47989 193 433 0 57999 0
[pid=13225/tid=13227] ppid=13223 vsize=233740 CPUtime=1238.9 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 43721 0 0 0 123823 67 0 0 20 0 2 0 332383529 239349760 47989 33554432000 4194304 5964350 140733627602512 140160853403688 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 233740

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13338
/proc/meminfo: memFree=27816096/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233920 CPUtime=1302.02 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 47500 0 0 0 130153 49 0 0 20 0 2 0 332383517 239534080 48019 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58480 48019 193 433 0 58044 0
[pid=13225/tid=13227] ppid=13223 vsize=233920 CPUtime=1298.76 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 43751 0 0 0 129808 68 0 0 20 0 2 0 332383529 239534080 48019 33554432000 4194304 5964350 140733627602512 140160853403688 4403296 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 233920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13338
/proc/meminfo: memFree=27812872/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233920 CPUtime=1362.01 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 48262 0 0 0 136151 50 0 0 20 0 2 0 332383517 239534080 48781 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58480 48781 193 433 0 58044 0
[pid=13225/tid=13227] ppid=13223 vsize=233920 CPUtime=1358.6 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 44513 0 0 0 135790 70 0 0 20 0 2 0 332383529 239534080 48781 33554432000 4194304 5964350 140733627602512 140160853403640 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 233920

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13338
/proc/meminfo: memFree=27801996/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233920 CPUtime=1422 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 50916 0 0 0 142146 54 0 0 20 0 2 0 332383517 239534080 51442 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58480 51442 193 433 0 58044 0
[pid=13225/tid=13227] ppid=13223 vsize=233920 CPUtime=1418.44 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 47167 0 0 0 141770 74 0 0 20 0 2 0 332383529 239534080 51442 33554432000 4194304 5964350 140733627602512 140160853403640 4403626 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 233920

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13339
/proc/meminfo: memFree=27801748/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=233920 CPUtime=1481.98 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 51046 0 0 0 148144 54 0 0 20 0 2 0 332383517 239534080 51572 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 58480 51572 193 433 0 58044 0
[pid=13225/tid=13227] ppid=13223 vsize=233920 CPUtime=1478.28 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 47297 0 0 0 147752 76 0 0 20 0 2 0 332383529 239534080 51572 33554432000 4194304 5964350 140733627602512 140160853403688 4403641 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 233920

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13339
/proc/meminfo: memFree=27787984/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=299600 CPUtime=1541.97 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 54518 0 0 0 154138 59 0 0 20 0 2 0 332383517 306790400 55044 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 74900 55044 193 433 0 74464 0
[pid=13225/tid=13227] ppid=13223 vsize=299600 CPUtime=1538.12 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 50769 0 0 0 153730 82 0 0 20 0 2 0 332383529 306790400 55044 33554432000 4194304 5964350 140733627602512 140160853403688 4399926 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 299600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13339
/proc/meminfo: memFree=27781472/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=299904 CPUtime=1601.97 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 56066 0 0 0 160135 62 0 0 20 0 2 0 332383517 307101696 56592 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 74976 56592 193 433 0 74540 0
[pid=13225/tid=13227] ppid=13223 vsize=299904 CPUtime=1597.97 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 52317 0 0 0 159712 85 0 0 20 0 2 0 332383529 307101696 56592 33554432000 4194304 5964350 140733627602512 140160853403640 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 299904

[startup+1692.53 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 13342
/proc/meminfo: memFree=27780764/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=300300 CPUtime=1692.17 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 57695 0 0 0 169152 65 0 0 20 0 2 0 332383517 307507200 58243 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 75075 58243 193 433 0 74639 0
[pid=13225/tid=13227] ppid=13223 vsize=300300 CPUtime=1687.96 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 53946 0 0 0 168706 90 0 0 20 0 2 0 332383529 307507200 58243 33554432000 4194304 5964350 140733627602512 140160853403640 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1692.17
Current children cumulated vsize (KiB) 300300

[startup+1723.53 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 13342
/proc/meminfo: memFree=27770232/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=300300 CPUtime=1723.17 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 59248 0 0 0 172249 68 0 0 20 0 2 0 332383517 307507200 59796 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 75075 59796 193 433 0 74639 0
[pid=13225/tid=13227] ppid=13223 vsize=300300 CPUtime=1718.88 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 55499 0 0 0 171794 94 0 0 20 0 2 0 332383529 307507200 59796 33554432000 4194304 5964350 140733627602512 140160853403688 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.17
Current children cumulated vsize (KiB) 300300

[startup+1795.79 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 13342
/proc/meminfo: memFree=27753864/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=300804 CPUtime=1795.41 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 60645 0 0 0 179471 70 0 0 20 0 2 0 332383517 308023296 61193 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 75201 61193 193 433 0 74765 0
[pid=13225/tid=13227] ppid=13223 vsize=300804 CPUtime=1790.95 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 56896 0 0 0 178998 97 0 0 20 0 2 0 332383529 308023296 61193 33554432000 4194304 5964350 140733627602512 140160853403640 4403584 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 300804

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

[startup+1796.97 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 13342
/proc/meminfo: memFree=27753864/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=300804 CPUtime=1796.59 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 60645 0 0 0 179589 70 0 0 20 0 2 0 332383517 308023296 61193 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 75201 61193 193 433 0 74765 0
[pid=13225/tid=13227] ppid=13223 vsize=300804 CPUtime=1792.13 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 56896 0 0 0 179116 97 0 0 20 0 2 0 332383529 308023296 61193 33554432000 4194304 5964350 140733627602512 140160853403640 4403591 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 300804

[startup+1797.02 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 13342
/proc/meminfo: memFree=27753864/32873844 swapFree=7384/7384
[pid=13225] ppid=13223 vsize=300804 CPUtime=1796.64 cores=1,3,5,7
/proc/13225/stat : 13225 (wbo1.72) S 13223 13225 9951 0 -1 4202496 60645 0 0 0 179594 70 0 0 20 0 2 0 332383517 308023296 61193 33554432000 4194304 5964350 140733627602512 140733627602032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13225/statm: 75201 61193 193 433 0 74765 0
[pid=13225/tid=13227] ppid=13223 vsize=300804 CPUtime=1792.17 cores=1,3,5,7
/proc/13225/task/13227/stat : 13227 (wbo1.72) R 13223 13225 9951 0 -1 4202560 56896 0 0 0 179120 97 0 0 20 0 2 0 332383529 308023296 61193 33554432000 4194304 5964350 140733627602512 140160853403640 4403612 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (KiB) 300804

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1796.64
CPU user time (s): 1795.94
CPU system time (s): 0.7
CPU usage (%): 99.8129
Max. virtual memory (cumulated for all children) (KiB): 300804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 0.98485
maximum resident set size= 244784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60648
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= 102
involuntary context switches= 1821

runsolver used 2.72558 second user time and 7.60384 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-02 20:43:01
IDJOB=3727488
IDBENCH=2942
IDSOLVER=2313
FILE ID=node136/3727488-1338662581
RUNJOBID= node136-1338651778-12487
PBS_JOBID= 14636444
Free space on /tmp= 69836 MiB

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

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

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=2043594841

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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.247
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		: 2667.247
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.90
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.247
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.247
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:       32873844 kB
MemFree:        26952840 kB
Buffers:          565556 kB
Cached:          3214976 kB
SwapCached:        20296 kB
Active:          3130484 kB
Inactive:        1903444 kB
Active(anon):    1228340 kB
Inactive(anon):    22296 kB
Active(file):    1902144 kB
Inactive(file):  1881148 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:       1225516 kB
Mapped:            10192 kB
Shmem:                 0 kB
Slab:             744892 kB
SReclaimable:     186692 kB
SUnreclaim:       558200 kB
KernelStack:        1488 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    968704 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= 69832 MiB
End job on node136 at 2012-06-02 21:13:01