Trace number 3705189

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? 1800.02 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705189-1338103139.opb.
0.00/0.00	c Instance file HOME/instance-3705189-1338103139.opb
0.00/0.00	c File size is 2715806 bytes.
0.19/0.20	c Cost Offset: 0
0.19/0.20	c Highest Coefficient sum: 1908
0.19/0.20	c ============================[ Problem Statistics ]=============================
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Parsing time:          0.20         s                                      |
0.19/0.20	c |  Number Variables:      5570                                                |
0.19/0.20	c |  Number Clauses:        1                                                   |
0.19/0.20	c |  Number Cardinality:    0                                                   |
0.19/0.20	c |  Number PB Constraints: 10895                                               |
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Problem Type:          Optimization                                        |
0.19/0.20	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.20	c |                                                                             |
0.19/0.20	c ============================[ Search Statistics ]==============================
0.19/0.20	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.20	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.20	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.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-3705189-1338103139/watcher-3705189-1338103139 -o /tmp/evaluation-result-3705189-1338103139/solver-3705189-1338103139 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705189-1338103139.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.01 2.04 2.00 3/177 17202
/proc/meminfo: memFree=28662168/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=5924 CPUtime=0 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) R 17200 17202 15878 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276438474 6066176 309 33554432000 4194304 5963574 140736484022032 140734020724024 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 1481 309 171 432 0 382 0

[startup+0.00982411 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 17202
/proc/meminfo: memFree=28662168/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=6320 CPUtime=0 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) R 17200 17202 15878 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 276438474 6471680 406 33554432000 4194304 5963574 140736484022032 140734020724024 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 1580 407 185 432 0 481 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6320

[startup+0.100269 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 17202
/proc/meminfo: memFree=28662168/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=14820 CPUtime=0.09 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) R 17200 17202 15878 0 -1 4202496 2873 0 0 0 9 0 0 0 20 0 1 0 276438474 15175680 2826 33554432000 4194304 5963574 140736484022032 140734020724024 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 3705 2828 487 432 0 2606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.300206 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 17202
/proc/meminfo: memFree=28662168/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102936 CPUtime=0.29 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 10929 0 0 0 27 2 0 0 20 0 2 0 276438474 105406464 10186 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25734 10186 187 432 0 25299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102936

[startup+0.700204 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 17202
/proc/meminfo: memFree=28662168/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=0.69 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 10989 0 0 0 67 2 0 0 20 0 2 0 276438474 105013248 10158 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 10158 193 432 0 25203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102552

[startup+1.50034 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28622456/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=1.49 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 11033 0 0 0 147 2 0 0 20 0 2 0 276438474 105013248 10202 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 10202 194 432 0 25203 0
[pid=17202/tid=17204] ppid=17200 vsize=102552 CPUtime=1.27 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 4965 0 0 0 127 0 0 0 20 0 2 0 276438495 105013248 10202 33554432000 4194304 5963574 140736484022032 140561967970344 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102552

[startup+3.10033 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28621960/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=3.09 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 11146 0 0 0 307 2 0 0 20 0 2 0 276438474 105013248 10315 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 10315 194 432 0 25203 0
[pid=17202/tid=17204] ppid=17200 vsize=102552 CPUtime=2.87 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 5078 0 0 0 286 1 0 0 20 0 2 0 276438495 105013248 10315 33554432000 4194304 5963574 140736484022032 140561967970296 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102552

[startup+6.30034 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28620968/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=6.28 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 11342 0 0 0 626 2 0 0 20 0 2 0 276438474 105013248 10511 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 10511 194 432 0 25203 0
[pid=17202/tid=17204] ppid=17200 vsize=102552 CPUtime=6.07 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 5274 0 0 0 606 1 0 0 20 0 2 0 276438495 105013248 10511 33554432000 4194304 5963574 140736484022032 140561967970296 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 102552

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28618760/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=12.68 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 11754 0 0 0 1266 2 0 0 20 0 2 0 276438474 105013248 10923 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 10923 194 432 0 25203 0
[pid=17202/tid=17204] ppid=17200 vsize=102552 CPUtime=12.48 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 5686 0 0 0 1246 2 0 0 20 0 2 0 276438495 105013248 10923 33554432000 4194304 5963574 140736484022032 140561967970344 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102552

[startup+25.5004 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28616980/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102552 CPUtime=25.48 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 12200 0 0 0 2545 3 0 0 20 0 2 0 276438474 105013248 11369 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25638 11369 194 432 0 25203 0
[pid=17202/tid=17204] ppid=17200 vsize=102552 CPUtime=25.28 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 6132 0 0 0 2525 3 0 0 20 0 2 0 276438495 105013248 11369 33554432000 4194304 5963574 140736484022032 140561967970104 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102552

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 17204
/proc/meminfo: memFree=28613756/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102768 CPUtime=51.08 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 12955 0 0 0 5104 4 0 0 20 0 2 0 276438474 105234432 12124 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25692 12124 194 432 0 25257 0
[pid=17202/tid=17204] ppid=17200 vsize=102768 CPUtime=50.88 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 6887 0 0 0 5084 4 0 0 20 0 2 0 276438495 105234432 12124 33554432000 4194304 5963574 140736484022032 140561967970232 4403263 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 102768

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/180 17207
/proc/meminfo: memFree=28595812/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102876 CPUtime=102.27 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 14569 0 0 0 10222 5 0 0 20 0 2 0 276438474 105345024 13738 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25719 13738 194 432 0 25284 0
[pid=17202/tid=17204] ppid=17200 vsize=102876 CPUtime=102.09 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 8501 0 0 0 10203 6 0 0 20 0 2 0 276438495 105345024 13738 33554432000 4194304 5963574 140736484022032 140561967970344 4403200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102876

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17208
/proc/meminfo: memFree=28575856/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=102876 CPUtime=162.26 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 16208 0 0 0 16217 9 0 0 20 0 2 0 276438474 105345024 15377 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25719 15377 194 432 0 25284 0
[pid=17202/tid=17204] ppid=17200 vsize=102876 CPUtime=162.08 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 10140 0 0 0 16198 10 0 0 20 0 2 0 276438495 105345024 15377 33554432000 4194304 5963574 140736484022032 140561967970344 4392498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 102876

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17208
/proc/meminfo: memFree=28570028/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=103036 CPUtime=222.25 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 17135 0 0 0 22215 10 0 0 20 0 2 0 276438474 105508864 16304 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25759 16304 194 432 0 25324 0
[pid=17202/tid=17204] ppid=17200 vsize=103036 CPUtime=222.08 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 11067 0 0 0 22195 13 0 0 20 0 2 0 276438495 105508864 16304 33554432000 4194304 5963574 140736484022032 140561967970296 4392504 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 103036

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17208
/proc/meminfo: memFree=28549800/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=103036 CPUtime=282.25 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 18925 0 0 0 28213 12 0 0 20 0 2 0 276438474 105508864 18099 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25759 18099 194 432 0 25324 0
[pid=17202/tid=17204] ppid=17200 vsize=103036 CPUtime=282.09 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 12857 0 0 0 28193 16 0 0 20 0 2 0 276438495 105508864 18099 33554432000 4194304 5963574 140736484022032 140561967970104 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 103036

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28529416/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=103036 CPUtime=342.22 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 19984 0 0 0 34208 14 0 0 20 0 2 0 276438474 105508864 19315 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25759 19315 194 432 0 25324 0
[pid=17202/tid=17204] ppid=17200 vsize=103036 CPUtime=342.07 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 13916 0 0 0 34188 19 0 0 20 0 2 0 276438495 105508864 19315 33554432000 4194304 5963574 140736484022032 140561967970344 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 103036

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17247
/proc/meminfo: memFree=29027420/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=103276 CPUtime=402.21 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 20967 0 0 0 40206 15 0 0 20 0 2 0 276438474 105754624 20298 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 25819 20298 194 432 0 25384 0
[pid=17202/tid=17204] ppid=17200 vsize=103276 CPUtime=402.08 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 14899 0 0 0 40187 21 0 0 20 0 2 0 276438495 105754624 20298 33554432000 4194304 5963574 140736484022032 140561967970104 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 103276

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 17248
/proc/meminfo: memFree=29005116/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=168812 CPUtime=462.19 cores=1,3,5,7

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

/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 34127 0 0 0 130148 61 0 0 20 0 2 0 276438495 241004544 39705 33554432000 4194304 5963574 140736484022032 140561967970344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 235356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 17256
/proc/meminfo: memFree=28781752/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=235572 CPUtime=1362.03 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 41015 0 0 0 136160 43 0 0 20 0 2 0 276438474 241225728 40525 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 58893 40525 194 432 0 58458 0
[pid=17202/tid=17204] ppid=17200 vsize=235572 CPUtime=1362.09 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 34947 0 0 0 136147 62 0 0 20 0 2 0 276438495 241225728 40525 33554432000 4194304 5963574 140736484022032 140561967970344 4403200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 235572

[startup+1422.31 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 17257
/proc/meminfo: memFree=28775428/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=235788 CPUtime=1422.02 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 41862 0 0 0 142158 44 0 0 20 0 2 0 276438474 241446912 41372 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 58947 41372 194 432 0 58512 0
[pid=17202/tid=17204] ppid=17200 vsize=235788 CPUtime=1422.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 35794 0 0 0 142146 64 0 0 20 0 2 0 276438495 241446912 41372 33554432000 4194304 5963574 140736484022032 140561967970344 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 235788

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 17257
/proc/meminfo: memFree=28759056/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236004 CPUtime=1482 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 43140 0 0 0 148155 45 0 0 20 0 2 0 276438474 241668096 42668 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59001 42668 194 432 0 58566 0
[pid=17202/tid=17204] ppid=17200 vsize=236004 CPUtime=1482.09 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 37072 0 0 0 148142 67 0 0 20 0 2 0 276438495 241668096 42668 33554432000 4194304 5963574 140736484022032 140561967970296 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 236004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17257
/proc/meminfo: memFree=28747944/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236004 CPUtime=1541.99 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 43605 0 0 0 154153 46 0 0 20 0 2 0 276438474 241668096 43468 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59001 43468 194 432 0 58566 0
[pid=17202/tid=17204] ppid=17200 vsize=236004 CPUtime=1542.09 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 37537 0 0 0 154140 69 0 0 20 0 2 0 276438495 241668096 43468 33554432000 4194304 5963574 140736484022032 140561967970344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 236004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17257
/proc/meminfo: memFree=28725344/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236328 CPUtime=1601.98 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 46496 0 0 0 160148 50 0 0 20 0 2 0 276438474 241999872 46359 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59082 46359 194 432 0 58647 0
[pid=17202/tid=17204] ppid=17200 vsize=236328 CPUtime=1602.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 40428 0 0 0 160136 74 0 0 20 0 2 0 276438495 241999872 46359 33554432000 4194304 5963574 140736484022032 140561967970344 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 236328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17257
/proc/meminfo: memFree=28716788/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1661.97 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 48096 0 0 0 166145 52 0 0 20 0 2 0 276438474 242663424 47959 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 47959 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1662.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 42028 0 0 0 166133 77 0 0 20 0 2 0 276438495 242663424 47959 33554432000 4194304 5963574 140736484022032 140561967970296 4403213 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 236976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28701288/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1721.96 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 48096 0 0 0 172144 52 0 0 20 0 2 0 276438474 242663424 47959 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 47959 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1722.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 42028 0 0 0 172132 78 0 0 20 0 2 0 276438495 242663424 47959 33554432000 4194304 5963574 140736484022032 140561967970296 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 236976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28694572/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1781.94 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49166 0 0 0 178141 53 0 0 20 0 2 0 276438474 242663424 49051 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49051 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1782.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43098 0 0 0 178130 80 0 0 20 0 2 0 276438495 242663424 49051 33554432000 4194304 5963574 140736484022032 140561967970296 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 236976

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28692712/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1791.55 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49581 0 0 0 179101 54 0 0 20 0 2 0 276438474 242663424 49466 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49466 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1791.71 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43513 0 0 0 179091 80 0 0 20 0 2 0 276438495 242663424 49466 33554432000 4194304 5963574 140736484022032 140561967970344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 236976

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691968/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1794.75 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49715 0 0 0 179421 54 0 0 20 0 2 0 276438474 242663424 49600 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49600 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1794.91 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43647 0 0 0 179410 81 0 0 20 0 2 0 276438495 242663424 49600 33554432000 4194304 5963574 140736484022032 140561967970344 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 236976

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691720/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1797.94 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49840 0 0 0 179740 54 0 0 20 0 2 0 276438474 242663424 49725 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49725 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1798.1 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43772 0 0 0 179729 81 0 0 20 0 2 0 276438495 242663424 49725 33554432000 4194304 5963574 140736484022032 140561967970296 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 236976

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691472/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1798.74 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49886 0 0 0 179820 54 0 0 20 0 2 0 276438474 242663424 49771 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49771 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1798.9 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43818 0 0 0 179809 81 0 0 20 0 2 0 276438495 242663424 49771 33554432000 4194304 5963574 140736484022032 140561967970104 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 236976

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691348/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1799.15 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49893 0 0 0 179861 54 0 0 20 0 2 0 276438474 242663424 49778 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49778 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1799.31 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43825 0 0 0 179850 81 0 0 20 0 2 0 276438495 242663424 49778 33554432000 4194304 5963574 140736484022032 140561967970104 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 236976

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691348/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1799.54 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49913 0 0 0 179900 54 0 0 20 0 2 0 276438474 242663424 49798 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49798 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1799.7 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43845 0 0 0 179889 81 0 0 20 0 2 0 276438495 242663424 49798 33554432000 4194304 5963574 140736484022032 140561967970104 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 236976

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28691348/32873844 swapFree=7900/7900
[pid=17202] ppid=17200 vsize=236976 CPUtime=1799.64 cores=1,3,5,7
/proc/17202/stat : 17202 (wbo1.7) S 17200 17202 15878 0 -1 4202496 49918 0 0 0 179910 54 0 0 20 0 2 0 276438474 242663424 49803 33554432000 4194304 5963574 140736484022032 140736484021552 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17202/statm: 59244 49803 194 432 0 58809 0
[pid=17202/tid=17204] ppid=17200 vsize=236976 CPUtime=1799.8 cores=1,3,5,7
/proc/17202/task/17204/stat : 17204 (wbo1.7) R 17200 17202 15878 0 -1 4202560 43850 0 0 0 179899 81 0 0 20 0 2 0 276438495 242663424 49803 33554432000 4194304 5963574 140736484022032 140561967970344 4403242 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 236976

Child status: 255
Real time (s): 1800
CPU time (s): 1800.02
CPU user time (s): 1799.19
CPU system time (s): 0.832873
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 236976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.832873
maximum resident set size= 199224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49921
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= 83
involuntary context switches= 1855

runsolver used 3.02054 second user time and 8.44172 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 09:18:59
IDJOB=3705189
IDBENCH=2937
IDSOLVER=2283
FILE ID=node137/3705189-1338103139
RUNJOBID= node137-1338083671-15895
PBS_JOBID= 14624423
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=2037672755

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        28662300 kB
Buffers:          307980 kB
Cached:          2602840 kB
SwapCached:        22060 kB
Active:          1249064 kB
Inactive:        2153412 kB
Active(anon):     471044 kB
Inactive(anon):    22684 kB
Active(file):     778020 kB
Inactive(file):  2130728 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              7820 kB
Writeback:            36 kB
AnonPages:        595500 kB
Mapped:            10560 kB
Shmem:                 0 kB
Slab:             666472 kB
SReclaimable:     107848 kB
SUnreclaim:       558624 kB
KernelStack:        1448 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     175284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 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= 71480 MiB
End job on node137 at 2012-05-27 09:49:00