Trace number 3705186

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.98 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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-3705186-1338103536.opb.
0.00/0.00	c Instance file HOME/instance-3705186-1338103536.opb
0.00/0.00	c File size is 1069478 bytes.
0.02/0.08	c Cost Offset: 0
0.02/0.08	c Highest Coefficient sum: 1391
0.02/0.09	c ============================[ Problem Statistics ]=============================
0.02/0.09	c |                                                                             |
0.02/0.09	c |  Parsing time:          0.09         s                                      |
0.02/0.09	c |  Number Variables:      2467                                                |
0.02/0.09	c |  Number Clauses:        1                                                   |
0.02/0.09	c |  Number Cardinality:    0                                                   |
0.02/0.09	c |  Number PB Constraints: 4744                                                |
0.02/0.09	c |                                                                             |
0.02/0.09	c |  Problem Type:          Optimization                                        |
0.02/0.09	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.09	c |                                                                             |
0.02/0.09	c ============================[ Search Statistics ]==============================
0.02/0.09	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.09	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.09	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3705186-1338103536/watcher-3705186-1338103536 -o /tmp/evaluation-result-3705186-1338103536/solver-3705186-1338103536 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705186-1338103536.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17245
/proc/meminfo: memFree=29047516/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=4316 CPUtime=0 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) R 17243 17245 15878 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 276478126 4419584 297 33554432000 4194304 5963574 140734923945440 140735814821384 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 1079 298 171 432 0 382 0

[startup+0.0276119 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17245
/proc/meminfo: memFree=29047516/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=6176 CPUtime=0.02 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) R 17243 17245 15878 0 -1 4202496 874 0 0 0 2 0 0 0 20 0 1 0 276478126 6324224 827 33554432000 4194304 5963574 140734923945440 140735814821384 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 1544 827 232 432 0 847 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6176

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17245
/proc/meminfo: memFree=29047516/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=0.09 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 3808 0 0 0 9 0 0 0 20 0 2 0 276478126 93396992 3499 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 3507 187 432 0 22367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 91208

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17245
/proc/meminfo: memFree=29047516/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=0.28 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 4885 0 0 0 28 0 0 0 20 0 2 0 276478126 93396992 4576 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 4576 193 432 0 22367 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 91208

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17245
/proc/meminfo: memFree=29047516/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=0.68 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 4934 0 0 0 68 0 0 0 20 0 2 0 276478126 93396992 4625 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 4625 194 432 0 22367 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91208

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17247
/proc/meminfo: memFree=29029900/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=1.48 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 5040 0 0 0 148 0 0 0 20 0 2 0 276478126 93396992 4731 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 4731 194 432 0 22367 0
[pid=17245/tid=17247] ppid=17243 vsize=91208 CPUtime=1.39 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 2175 0 0 0 139 0 0 0 20 0 2 0 276478135 93396992 4731 33554432000 4194304 5963574 140734923945440 140480002402104 4403263 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91208

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17247
/proc/meminfo: memFree=29028660/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=3.08 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 5249 0 0 0 308 0 0 0 20 0 2 0 276478126 93396992 4940 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 4940 194 432 0 22367 0
[pid=17245/tid=17247] ppid=17243 vsize=91208 CPUtime=2.99 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 2384 0 0 0 299 0 0 0 20 0 2 0 276478135 93396992 4940 33554432000 4194304 5963574 140734923945440 140480002402232 4222336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91208

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17247
/proc/meminfo: memFree=29027048/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91208 CPUtime=6.29 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 5675 0 0 0 628 1 0 0 20 0 2 0 276478126 93396992 5366 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22802 5366 194 432 0 22367 0
[pid=17245/tid=17247] ppid=17243 vsize=91208 CPUtime=6.19 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 2810 0 0 0 619 0 0 0 20 0 2 0 276478135 93396992 5366 33554432000 4194304 5963574 140734923945440 140480002402104 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91208

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17247
/proc/meminfo: memFree=29024592/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91352 CPUtime=12.69 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 6147 0 0 0 1268 1 0 0 20 0 2 0 276478126 93544448 5838 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22838 5838 194 432 0 22403 0
[pid=17245/tid=17247] ppid=17243 vsize=91352 CPUtime=12.6 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 3282 0 0 0 1260 0 0 0 20 0 2 0 276478135 93544448 5838 33554432000 4194304 5963574 140734923945440 140480002402344 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91352

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17247
/proc/meminfo: memFree=29021880/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91424 CPUtime=25.48 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 6796 0 0 0 2547 1 0 0 20 0 2 0 276478126 93618176 6487 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22856 6487 194 432 0 22421 0
[pid=17245/tid=17247] ppid=17243 vsize=91424 CPUtime=25.4 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 3931 0 0 0 2538 2 0 0 20 0 2 0 276478135 93618176 6487 33554432000 4194304 5963574 140734923945440 140480002402344 4403265 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91424

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17247
/proc/meminfo: memFree=29009652/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91532 CPUtime=51.08 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 8770 0 0 0 5106 2 0 0 20 0 2 0 276478126 93728768 8461 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22883 8461 194 432 0 22448 0
[pid=17245/tid=17247] ppid=17243 vsize=91532 CPUtime=51 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 5905 0 0 0 5097 3 0 0 20 0 2 0 276478135 93728768 8461 33554432000 4194304 5963574 140734923945440 140480002402296 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 91532

[startup+102.306 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 17248
/proc/meminfo: memFree=28986364/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91692 CPUtime=102.26 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 11536 0 0 0 10222 4 0 0 20 0 2 0 276478126 93892608 11948 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22923 11948 194 432 0 22488 0
[pid=17245/tid=17247] ppid=17243 vsize=91692 CPUtime=102.19 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 8671 0 0 0 10214 5 0 0 20 0 2 0 276478135 93892608 11948 33554432000 4194304 5963574 140734923945440 140480002402296 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 91692

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 17248
/proc/meminfo: memFree=28971664/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=91932 CPUtime=162.25 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 14368 0 0 0 16219 6 0 0 20 0 2 0 276478126 94138368 14780 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 22983 14780 194 432 0 22548 0
[pid=17245/tid=17247] ppid=17243 vsize=91932 CPUtime=162.19 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 11503 0 0 0 16211 8 0 0 20 0 2 0 276478135 94138368 14780 33554432000 4194304 5963574 140734923945440 140480002402296 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 91932

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 17248
/proc/meminfo: memFree=28955396/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=92364 CPUtime=222.23 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 17739 0 0 0 22215 8 0 0 20 0 2 0 276478126 94580736 18197 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 23091 18197 194 432 0 22656 0
[pid=17245/tid=17247] ppid=17243 vsize=92364 CPUtime=222.18 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 14874 0 0 0 22207 11 0 0 20 0 2 0 276478135 94580736 18197 33554432000 4194304 5963574 140734923945440 140480002402296 4392274 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 92364

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 17251
/proc/meminfo: memFree=28939700/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=92508 CPUtime=282.22 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 19398 0 0 0 28213 9 0 0 20 0 2 0 276478126 94728192 19856 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 23127 19856 194 432 0 22692 0
[pid=17245/tid=17247] ppid=17243 vsize=92508 CPUtime=282.18 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 16533 0 0 0 28204 14 0 0 20 0 2 0 276478135 94728192 19856 33554432000 4194304 5963574 140734923945440 140480002402344 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 92508

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 17251
/proc/meminfo: memFree=28928592/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=158692 CPUtime=342.21 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 21749 0 0 0 34210 11 0 0 20 0 2 0 276478126 162500608 22241 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 39673 22241 194 432 0 39238 0
[pid=17245/tid=17247] ppid=17243 vsize=158692 CPUtime=342.18 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 18884 0 0 0 34202 16 0 0 20 0 2 0 276478135 162500608 22241 33554432000 4194304 5963574 140734923945440 140480002402344 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 158692

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 17252
/proc/meminfo: memFree=28907128/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=159952 CPUtime=402.19 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 25031 0 0 0 40206 13 0 0 20 0 2 0 276478126 163790848 25523 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 39988 25523 194 432 0 39553 0
[pid=17245/tid=17247] ppid=17243 vsize=159952 CPUtime=402.18 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 22166 0 0 0 40198 20 0 0 20 0 2 0 276478135 163790848 25523 33554432000 4194304 5963574 140734923945440 140480002402344 4388917 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 159952

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 17252
/proc/meminfo: memFree=28892972/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=160384 CPUtime=462.17 cores=0,2,4,6

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

/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 53993 0 0 0 130153 64 0 0 20 0 2 0 276478135 305049600 57436 33554432000 4194304 5963574 140734923945440 140480002402296 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 297900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17258
/proc/meminfo: memFree=28698168/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=299340 CPUtime=1361.98 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 58905 0 0 0 136152 46 0 0 20 0 2 0 276478126 306524160 59483 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 74835 59483 194 432 0 74400 0
[pid=17245/tid=17247] ppid=17243 vsize=299340 CPUtime=1362.16 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 56040 0 0 0 136149 67 0 0 20 0 2 0 276478135 306524160 59483 33554432000 4194304 5963574 140734923945440 140480002402296 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 299340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17297
/proc/meminfo: memFree=28811064/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=299448 CPUtime=1421.98 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 60252 0 0 0 142150 48 0 0 20 0 2 0 276478126 306634752 60830 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 74862 60830 194 432 0 74427 0
[pid=17245/tid=17247] ppid=17243 vsize=299448 CPUtime=1422.17 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 57387 0 0 0 142148 69 0 0 20 0 2 0 276478135 306634752 60830 33554432000 4194304 5963574 140734923945440 140480002402296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 299448

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 17300
/proc/meminfo: memFree=28606048/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=300164 CPUtime=1481.95 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 64044 0 0 0 148144 51 0 0 20 0 2 0 276478126 307367936 64627 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 75041 64627 194 432 0 74606 0
[pid=17245/tid=17247] ppid=17243 vsize=300164 CPUtime=1482.15 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 61179 0 0 0 148142 73 0 0 20 0 2 0 276478135 307367936 64627 33554432000 4194304 5963574 140734923945440 140480002402344 4378656 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 300164

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17300
/proc/meminfo: memFree=28353220/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=300416 CPUtime=1541.94 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 64081 0 0 0 154143 51 0 0 20 0 2 0 276478126 307625984 64664 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 75104 64664 194 432 0 74669 0
[pid=17245/tid=17247] ppid=17243 vsize=300416 CPUtime=1542.16 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 61216 0 0 0 154142 74 0 0 20 0 2 0 276478135 307625984 64664 33554432000 4194304 5963574 140734923945440 140480002402344 4402999 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 300416

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 17301
/proc/meminfo: memFree=28352124/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=300416 CPUtime=1601.93 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 64346 0 0 0 160142 51 0 0 20 0 2 0 276478126 307625984 64929 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 75104 64929 194 432 0 74669 0
[pid=17245/tid=17247] ppid=17243 vsize=300416 CPUtime=1602.16 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 61481 0 0 0 160140 76 0 0 20 0 2 0 276478135 307625984 64929 33554432000 4194304 5963574 140734923945440 140480002402344 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 300416

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17301
/proc/meminfo: memFree=28340816/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=300560 CPUtime=1661.92 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 67184 0 0 0 166138 54 0 0 20 0 2 0 276478126 307773440 67767 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 75140 67767 194 432 0 74705 0
[pid=17245/tid=17247] ppid=17243 vsize=300560 CPUtime=1662.16 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 64319 0 0 0 166137 79 0 0 20 0 2 0 276478135 307773440 67767 33554432000 4194304 5963574 140734923945440 140480002402344 4403039 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 300560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17301
/proc/meminfo: memFree=28090736/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=300740 CPUtime=1721.91 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 68106 0 0 0 172136 55 0 0 20 0 2 0 276478126 307957760 68689 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 75185 68689 194 432 0 74750 0
[pid=17245/tid=17247] ppid=17243 vsize=300740 CPUtime=1722.16 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 65241 0 0 0 172135 81 0 0 20 0 2 0 276478135 307957760 68689 33554432000 4194304 5963574 140734923945440 140480002402296 4402909 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 300740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27870292/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367068 CPUtime=1781.9 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72075 0 0 0 178131 59 0 0 20 0 2 0 276478126 375877632 72658 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91767 72658 194 432 0 91332 0
[pid=17245/tid=17247] ppid=17243 vsize=367068 CPUtime=1782.17 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69210 0 0 0 178130 87 0 0 20 0 2 0 276478135 375877632 72658 33554432000 4194304 5963574 140734923945440 140480002402344 4399459 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 367068

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 17301
/proc/meminfo: memFree=27868292/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1791.5 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179091 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1791.77 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179090 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4378832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 367140

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1794.7 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179411 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1794.97 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179410 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 367140

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1797.9 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179731 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1798.17 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179730 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 367140

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1798.7 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179811 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1798.97 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179810 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4403200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 367140

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1799.1 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179851 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1799.37 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179850 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4403255 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 367140

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1799.5 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179891 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1799.77 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179890 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4402912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 367140

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17301
/proc/meminfo: memFree=27868276/32873844 swapFree=7900/7900
[pid=17245] ppid=17243 vsize=367140 CPUtime=1799.6 cores=0,2,4,6
/proc/17245/stat : 17245 (wbo1.7) S 17243 17245 15878 0 -1 4202496 72503 0 0 0 179901 59 0 0 20 0 2 0 276478126 375951360 73086 33554432000 4194304 5963574 140734923945440 140734923944960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17245/statm: 91785 73086 194 432 0 91350 0
[pid=17245/tid=17247] ppid=17243 vsize=367140 CPUtime=1799.87 cores=0,2,4,6
/proc/17245/task/17247/stat : 17247 (wbo1.7) R 17243 17245 15878 0 -1 4202560 69638 0 0 0 179900 87 0 0 20 0 2 0 276478135 375951360 73086 33554432000 4194304 5963574 140734923945440 140480002402296 4403244 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 367140

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.98
CPU user time (s): 1799.09
CPU system time (s): 0.889864
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 367140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.889864
maximum resident set size= 292348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72504
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= 119
involuntary context switches= 1895

runsolver used 2.77858 second user time and 7.04393 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 09:25:36
IDJOB=3705186
IDBENCH=2948
IDSOLVER=2283
FILE ID=node137/3705186-1338103536
RUNJOBID= node137-1338083671-15894
PBS_JOBID= 14624423
Free space on /tmp= 71484 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=90107442

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:        29047888 kB
Buffers:          308080 kB
Cached:          2604160 kB
SwapCached:        22060 kB
Active:           865136 kB
Inactive:        2153408 kB
Active(anon):      85936 kB
Inactive(anon):    22684 kB
Active(file):     779200 kB
Inactive(file):  2130724 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:        199884 kB
Mapped:            10380 kB
Shmem:                 0 kB
Slab:             666132 kB
SReclaimable:     107708 kB
SUnreclaim:       558424 kB
KernelStack:        1488 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     163164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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:55:36