Trace number 3727486

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUMd262db503fd284bdfe2b43790fda8490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark1783
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved NO
Number of variables1807
Total number of constraints3444
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 constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
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 1320
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-3727486-1338662691.opb.
0.00/0.00	c Instance file HOME/instance-3727486-1338662691.opb
0.00/0.00	c File size is 746274 bytes.
0.00/0.05	c Cost Offset: 0
0.00/0.05	c Highest Coefficient sum: 1320
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.06         s                                      |
0.00/0.06	c |  Number Variables:      1807                                                |
0.00/0.06	c |  Number Clauses:        1                                                   |
0.00/0.06	c |  Number Cardinality:    0                                                   |
0.00/0.06	c |  Number PB Constraints: 3443                                                |
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Problem Type:          Optimization                                        |
0.00/0.06	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.06	c |                                                                             |
0.00/0.06	c ============================[ Search Statistics ]==============================
0.00/0.06	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.06	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.06	c ===============================================================================
831.99/832.21	c | 832.22    | 0  | 67           lb |  0                0                0.00  |
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3727486-1338662691/watcher-3727486-1338662691 -o /tmp/evaluation-result-3727486-1338662691/solver-3727486-1338662691 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727486-1338662691.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 13303
/proc/meminfo: memFree=28131432/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) R 13301 13303 9951 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 332394533 4100096 310 33554432000 4194304 5964350 140735873576336 140734128759336 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 1001 310 169 433 0 382 0

[startup+0.0693429 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=28131432/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=0.06 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 3116 0 0 0 6 0 0 0 20 0 2 0 332394533 91430912 2886 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 2886 184 433 0 21886 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89288

[startup+0.100188 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=28131432/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=0.09 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 3758 0 0 0 9 0 0 0 20 0 2 0 332394533 91430912 3528 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 3528 191 433 0 21886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 89288

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=28131432/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=0.29 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 3777 0 0 0 29 0 0 0 20 0 2 0 332394533 91430912 3547 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 3547 192 433 0 21886 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89288

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=28131432/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=0.69 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 3842 0 0 0 69 0 0 0 20 0 2 0 332394533 91430912 3612 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 3612 193 433 0 21886 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89288

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28117280/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=1.48 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 3985 0 0 0 148 0 0 0 20 0 2 0 332394533 91430912 3755 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 3755 193 433 0 21886 0
[pid=13303/tid=13305] ppid=13301 vsize=89288 CPUtime=1.42 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 1704 0 0 0 142 0 0 0 20 0 2 0 332394539 91430912 3755 33554432000 4194304 5964350 140735873576336 140287080548392 4222308 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89288

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28116536/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=3.08 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 4253 0 0 0 308 0 0 0 20 0 2 0 332394533 91430912 4023 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 4023 193 433 0 21886 0
[pid=13303/tid=13305] ppid=13301 vsize=89288 CPUtime=3.01 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 1972 0 0 0 301 0 0 0 20 0 2 0 332394539 91430912 4023 33554432000 4194304 5964350 140735873576336 140287080548152 4392888 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89288

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28114056/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89288 CPUtime=6.28 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 4716 0 0 0 628 0 0 0 20 0 2 0 332394533 91430912 4486 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22322 4486 193 433 0 21886 0
[pid=13303/tid=13305] ppid=13301 vsize=89288 CPUtime=6.2 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 2435 0 0 0 620 0 0 0 20 0 2 0 332394539 91430912 4486 33554432000 4194304 5964350 140735873576336 140287080548344 4392888 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89288

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28111972/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89432 CPUtime=12.69 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 5096 0 0 0 1268 1 0 0 20 0 2 0 332394533 91578368 4866 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22358 4866 193 433 0 21922 0
[pid=13303/tid=13305] ppid=13301 vsize=89432 CPUtime=12.59 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 2815 0 0 0 1259 0 0 0 20 0 2 0 332394539 91578368 4866 33554432000 4194304 5964350 140735873576336 140287080548152 4403313 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89432

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28103276/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89504 CPUtime=25.48 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 6409 0 0 0 2547 1 0 0 20 0 2 0 332394533 91652096 6179 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22376 6179 193 433 0 21940 0
[pid=13303/tid=13305] ppid=13301 vsize=89504 CPUtime=25.35 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 4128 0 0 0 2534 1 0 0 20 0 2 0 332394539 91652096 6179 33554432000 4194304 5964350 140735873576336 140287080548344 4381939 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89504

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28090712/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89612 CPUtime=51.07 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 8019 0 0 0 5105 2 0 0 20 0 2 0 332394533 91762688 7788 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22403 7788 193 433 0 21967 0
[pid=13303/tid=13305] ppid=13301 vsize=89612 CPUtime=50.88 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 5738 0 0 0 5086 2 0 0 20 0 2 0 332394539 91762688 7788 33554432000 4194304 5964350 140735873576336 140287080548392 4403618 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 89612

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=28067124/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=89772 CPUtime=102.26 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 11008 0 0 0 10222 4 0 0 20 0 2 0 332394533 91926528 11294 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22443 11294 193 433 0 22007 0
[pid=13303/tid=13305] ppid=13301 vsize=89772 CPUtime=101.94 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 8727 0 0 0 10189 5 0 0 20 0 2 0 332394539 91926528 11294 33554432000 4194304 5964350 140735873576336 140287080548152 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89772

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28042856/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=90732 CPUtime=162.24 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 14827 0 0 0 16217 7 0 0 20 0 2 0 332394533 92909568 15169 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22683 15169 193 433 0 22247 0
[pid=13303/tid=13305] ppid=13301 vsize=90732 CPUtime=161.77 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 12546 0 0 0 16168 9 0 0 20 0 2 0 332394539 92909568 15169 33554432000 4194304 5964350 140735873576336 140287080548392 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 90732

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28023064/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=91452 CPUtime=222.22 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 17954 0 0 0 22213 9 0 0 20 0 2 0 332394533 93646848 18296 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 22863 18296 193 433 0 22427 0
[pid=13303/tid=13305] ppid=13301 vsize=91452 CPUtime=221.61 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 15673 0 0 0 22149 12 0 0 20 0 2 0 332394539 93646848 18296 33554432000 4194304 5964350 140735873576336 140287080548344 4392888 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 91452

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=28007292/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=157492 CPUtime=282.21 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 20331 0 0 0 28210 11 0 0 20 0 2 0 332394533 161271808 20717 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 39373 20717 193 433 0 38937 0
[pid=13303/tid=13305] ppid=13301 vsize=157492 CPUtime=281.44 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 18050 0 0 0 28129 15 0 0 20 0 2 0 332394539 161271808 20717 33554432000 4194304 5964350 140735873576336 140287080548152 4403591 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 157492

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13309
/proc/meminfo: memFree=27986628/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=158464 CPUtime=342.19 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 23462 0 0 0 34205 14 0 0 20 0 2 0 332394533 162267136 23848 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 39616 23848 193 433 0 39180 0
[pid=13303/tid=13305] ppid=13301 vsize=158464 CPUtime=341.28 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 21181 0 0 0 34109 19 0 0 20 0 2 0 332394539 162267136 23848 33554432000 4194304 5964350 140735873576336 140287080548392 4403637 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 158464

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13309
/proc/meminfo: memFree=27963740/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=158932 CPUtime=402.18 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 25984 0 0 0 40201 17 0 0 20 0 2 0 332394533 162746368 26382 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 39733 26382 193 433 0 39297 0
[pid=13303/tid=13305] ppid=13301 vsize=158932 CPUtime=401.12 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 23703 0 0 0 40090 22 0 0 20 0 2 0 332394539 162746368 26382 33554432000 4194304 5964350 140735873576336 140287080548392 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 158932

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13310
/proc/meminfo: memFree=27946428/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=160192 CPUtime=462.17 cores=0,2,4,6

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


[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13338
/proc/meminfo: memFree=27801996/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1302.01 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 130166 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1298.73 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 129819 54 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 220360

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13338
/proc/meminfo: memFree=27802120/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1362 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 136165 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1358.56 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 135801 55 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 220360

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13339
/proc/meminfo: memFree=27789844/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1421.99 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 142164 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1418.41 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 141785 56 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 220360

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13339
/proc/meminfo: memFree=27781472/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1481.98 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 148163 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1478.25 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 147768 57 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4392885 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 220360

[startup+1543.36 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 13342
/proc/meminfo: memFree=27780764/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1543.03 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 154268 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1539.15 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 153857 58 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1543.03
Current children cumulated vsize (KiB) 220360

[startup+1603.36 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13342
/proc/meminfo: memFree=27770852/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1603.03 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 43563 0 0 0 160268 35 0 0 20 0 2 0 332394533 225648640 42522 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 42522 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1598.99 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 41282 0 0 0 159840 59 0 0 20 0 2 0 332394539 225648640 42522 33554432000 4194304 5964350 140735873576336 140287080549304 4403612 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1603.03
Current children cumulated vsize (KiB) 220360

[startup+1666.81 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 13342
/proc/meminfo: memFree=27750700/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1666.45 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 46781 0 0 0 166607 38 0 0 20 0 2 0 332394533 225648640 45797 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 45797 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1662.27 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) D 13301 13303 9951 0 -1 4202560 44500 0 0 0 166164 63 0 0 20 0 2 0 332394539 225648640 45797 33554432000 4194304 5964350 140735873576336 140287080548344 4399837 0 0 4096 16387 18446744071581355444 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.45
Current children cumulated vsize (KiB) 220360

[startup+1726.7 s]
/proc/loadavg: 2.57 2.17 2.06 3/179 13382
/proc/meminfo: memFree=27960680/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1726.34 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 46880 0 0 0 172595 39 0 0 20 0 2 0 332394533 225648640 45894 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 45894 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1722 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 44599 0 0 0 172136 64 0 0 20 0 2 0 332394539 225648640 45894 33554432000 4194304 5964350 140735873576336 140287080548216 4399930 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.34
Current children cumulated vsize (KiB) 220360

[startup+1782.44 s]
/proc/loadavg: 2.22 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27873908/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1782.08 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 49901 0 0 0 178166 42 0 0 20 0 2 0 332394533 225648640 48915 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 48915 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1777.6 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47620 0 0 0 177691 69 0 0 20 0 2 0 332394539 225648640 48915 33554432000 4194304 5964350 140735873576336 140287080548392 4403641 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.08
Current children cumulated vsize (KiB) 220360

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

[startup+1797.9 s]
/proc/loadavg: 2.19 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27870116/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1797.52 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 50250 0 0 0 179710 42 0 0 20 0 2 0 332394533 225648640 49264 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 49264 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1793.01 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47969 0 0 0 179232 69 0 0 20 0 2 0 332394539 225648640 49264 33554432000 4194304 5964350 140735873576336 140287080548344 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (KiB) 220360

[startup+1798.7 s]
/proc/loadavg: 2.17 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27863048/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1798.32 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 50250 0 0 0 179790 42 0 0 20 0 2 0 332394533 225648640 49264 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 49264 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1793.81 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47969 0 0 0 179312 69 0 0 20 0 2 0 332394539 225648640 49264 33554432000 4194304 5964350 140735873576336 140287080548344 4403612 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.32
Current children cumulated vsize (KiB) 220360

[startup+1799.51 s]
/proc/loadavg: 2.17 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27860692/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1799.13 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 50250 0 0 0 179871 42 0 0 20 0 2 0 332394533 225648640 49264 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 49264 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1794.61 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47969 0 0 0 179392 69 0 0 20 0 2 0 332394539 225648640 49264 33554432000 4194304 5964350 140735873576336 140287080548344 4403647 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 220360

[startup+1799.9 s]
/proc/loadavg: 2.17 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27860692/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1799.52 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 50250 0 0 0 179910 42 0 0 20 0 2 0 332394533 225648640 49264 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 49264 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1795.01 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47969 0 0 0 179432 69 0 0 20 0 2 0 332394539 225648640 49264 33554432000 4194304 5964350 140735873576336 140287080548344 4400035 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 220360

[startup+1800 s]
/proc/loadavg: 2.17 2.16 2.06 3/179 13382
/proc/meminfo: memFree=27860692/32873844 swapFree=7384/7384
[pid=13303] ppid=13301 vsize=220360 CPUtime=1799.62 cores=0,2,4,6
/proc/13303/stat : 13303 (wbo1.72) S 13301 13303 9951 0 -1 4202496 50250 0 0 0 179920 42 0 0 20 0 2 0 332394533 225648640 49264 33554432000 4194304 5964350 140735873576336 140735873575856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 55090 49264 197 433 0 54654 0
[pid=13303/tid=13305] ppid=13301 vsize=220360 CPUtime=1795.11 cores=0,2,4,6
/proc/13303/task/13305/stat : 13305 (wbo1.72) R 13301 13303 9951 0 -1 4202560 47969 0 0 0 179442 69 0 0 20 0 2 0 332394539 225648640 49264 33554432000 4194304 5964350 140735873576336 140287080548344 4403647 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 220360

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.62
CPU user time (s): 1799.2
CPU system time (s): 0.42
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 230116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 0.703892
maximum resident set size= 197064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50252
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= 89
involuntary context switches= 1959

runsolver used 2.30765 second user time and 6.13007 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-02 20:44:51
IDJOB=3727486
IDBENCH=2946
IDSOLVER=2313
FILE ID=node136/3727486-1338662691
RUNJOBID= node136-1338651778-12486
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_12.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727486-1338662691/watcher-3727486-1338662691 -o /tmp/evaluation-result-3727486-1338662691/solver-3727486-1338662691 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727486-1338662691.opb

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=1861624758

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:        28131960 kB
Buffers:          565608 kB
Cached:          3215640 kB
SwapCached:        20296 kB
Active:          1954132 kB
Inactive:        1903500 kB
Active(anon):      51336 kB
Inactive(anon):    22296 kB
Active(file):    1902796 kB
Inactive(file):  1881204 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:              6228 kB
Writeback:             0 kB
AnonPages:         58940 kB
Mapped:            10196 kB
Shmem:                 0 kB
Slab:             744916 kB
SReclaimable:     186720 kB
SUnreclaim:       558196 kB
KernelStack:        1488 kB
PageTables:         3868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69832 MiB
End job on node136 at 2012-06-02 21:14:51