Trace number 3705184

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.67 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUMc19ad978a977652a94fc03b8ce63204a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1288
Total number of constraints2431
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 constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705184-1338103234.opb.
0.00/0.00	c Instance file HOME/instance-3705184-1338103234.opb
0.00/0.00	c File size is 481988 bytes.
0.00/0.04	c Cost Offset: 0
0.00/0.04	c Highest Coefficient sum: 802
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      1288                                                |
0.00/0.04	c |  Number Clauses:        1                                                   |
0.00/0.04	c |  Number Cardinality:    0                                                   |
0.00/0.04	c |  Number PB Constraints: 2430                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Problem Type:          Optimization                                        |
0.00/0.04	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.04	c |                                                                             |
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.04	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.04	c ===============================================================================
99.76/99.86	c | 99.86     | 0  | 56           lb |  0                0                0.00  |
488.39/488.55	c | 488.55    | 0  | 57           lb |  0                0                0.00  |
1049.49/1049.72	c | 1049.72   | 0  | 58           lb |  0                0                0.00  |
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3705184-1338103234/watcher-3705184-1338103234 -o /tmp/evaluation-result-3705184-1338103234/solver-3705184-1338103234 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705184-1338103234.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: 1.94 2.00 1.99 3/176 10959
/proc/meminfo: memFree=29938768/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=3740 CPUtime=0 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) R 10957 10959 9313 0 -1 4202496 351 0 0 0 0 0 0 0 20 0 1 0 276448838 3829760 303 33554432000 4194304 5963574 140733277326672 140733277325048 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 935 303 171 432 0 382 0

[startup+0.074754 s]
/proc/loadavg: 1.94 2.00 1.99 3/176 10959
/proc/meminfo: memFree=29938768/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=0.06 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 2679 0 0 0 6 0 0 0 20 0 2 0 276448838 89255936 2513 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 2513 192 432 0 21356 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87164

[startup+0.100233 s]
/proc/loadavg: 1.94 2.00 1.99 3/176 10959
/proc/meminfo: memFree=29938768/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=0.08 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 2684 0 0 0 8 0 0 0 20 0 2 0 276448838 89255936 2518 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 2518 192 432 0 21356 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 87164

[startup+0.300118 s]
/proc/loadavg: 1.94 2.00 1.99 3/176 10959
/proc/meminfo: memFree=29938768/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=0.28 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 2731 0 0 0 28 0 0 0 20 0 2 0 276448838 89255936 2565 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 2565 194 432 0 21356 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87164

[startup+0.700111 s]
/proc/loadavg: 1.94 2.00 1.99 3/176 10959
/proc/meminfo: memFree=29938768/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=0.69 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 2821 0 0 0 68 1 0 0 20 0 2 0 276448838 89255936 2655 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 2655 194 432 0 21356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87164

[startup+1.50026 s]
/proc/loadavg: 1.94 2.00 1.99 3/178 10961
/proc/meminfo: memFree=29928460/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=1.49 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 3011 0 0 0 148 1 0 0 20 0 2 0 276448838 89255936 2845 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 2845 194 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=1.44 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 1297 0 0 0 144 0 0 0 20 0 2 0 276448842 89255936 2845 33554432000 4194304 5963574 140733277326672 140304223000376 4222308 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87164

[startup+3.10026 s]
/proc/loadavg: 1.94 2.00 1.99 3/178 10961
/proc/meminfo: memFree=29925452/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=3.09 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 3379 0 0 0 308 1 0 0 20 0 2 0 276448838 89255936 3213 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 3213 194 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=3.03 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 1665 0 0 0 302 1 0 0 20 0 2 0 276448842 89255936 3213 33554432000 4194304 5963574 140733277326672 140304223000568 4399627 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87164

[startup+6.30026 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10961
/proc/meminfo: memFree=29923120/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87308 CPUtime=6.28 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 3781 0 0 0 627 1 0 0 20 0 2 0 276448838 89403392 3615 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21827 3615 194 432 0 21392 0
[pid=10959/tid=10961] ppid=10957 vsize=87308 CPUtime=6.23 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 2067 0 0 0 622 1 0 0 20 0 2 0 276448842 89403392 3615 33554432000 4194304 5963574 140733277326672 140304223000376 4403263 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87308

[startup+12.7003 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10961
/proc/meminfo: memFree=29918332/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87380 CPUtime=12.68 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 4449 0 0 0 1267 1 0 0 20 0 2 0 276448838 89477120 4283 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21845 4283 194 432 0 21410 0
[pid=10959/tid=10961] ppid=10957 vsize=87380 CPUtime=12.61 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 2735 0 0 0 1260 1 0 0 20 0 2 0 276448842 89477120 4283 33554432000 4194304 5963574 140733277326672 140304223000376 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87380

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 10961
/proc/meminfo: memFree=29911148/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87488 CPUtime=25.48 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 5972 0 0 0 2546 2 0 0 20 0 2 0 276448838 89587712 5806 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21872 5806 194 432 0 21437 0
[pid=10959/tid=10961] ppid=10957 vsize=87488 CPUtime=25.37 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 4258 0 0 0 2535 2 0 0 20 0 2 0 276448842 89587712 5806 33554432000 4194304 5963574 140733277326672 140304223000568 4392480 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87488

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 1.99 3/177 10961
/proc/meminfo: memFree=29898236/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87648 CPUtime=51.08 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 8049 0 0 0 5105 3 0 0 20 0 2 0 276448838 89751552 7883 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21912 7883 194 432 0 21477 0
[pid=10959/tid=10961] ppid=10957 vsize=87648 CPUtime=50.9 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 6335 0 0 0 5088 2 0 0 20 0 2 0 276448842 89751552 7883 33554432000 4194304 5963574 140733277326672 140304223000376 4222330 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) 87648

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 10961
/proc/meminfo: memFree=29872236/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=102.27 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 11912 0 0 0 10222 5 0 0 20 0 2 0 276448838 89255936 12225 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 12225 198 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=101.97 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 10198 0 0 0 10191 6 0 0 20 0 2 0 276448842 89255936 12225 33554432000 4194304 5963574 140733277326672 140304223001528 4402912 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) 87164

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10962
/proc/meminfo: memFree=29866028/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=162.25 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 11938 0 0 0 16220 5 0 0 20 0 2 0 276448838 89255936 12272 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 12272 198 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=161.81 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 10224 0 0 0 16174 7 0 0 20 0 2 0 276448842 89255936 12272 33554432000 4194304 5963574 140733277326672 140304223001528 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 87164

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10962
/proc/meminfo: memFree=29857208/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=222.24 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 12995 0 0 0 22218 6 0 0 20 0 2 0 276448838 89255936 13382 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 13382 198 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=221.65 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 11281 0 0 0 22157 8 0 0 20 0 2 0 276448842 89255936 13382 33554432000 4194304 5963574 140733277326672 140304223000616 4403263 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87164

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10962
/proc/meminfo: memFree=29834508/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=87164 CPUtime=282.23 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 17042 0 0 0 28213 10 0 0 20 0 2 0 276448838 89255936 17429 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 21791 17429 198 432 0 21356 0
[pid=10959/tid=10961] ppid=10957 vsize=87164 CPUtime=281.5 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 15328 0 0 0 28136 14 0 0 20 0 2 0 276448842 89255936 17429 33554432000 4194304 5963574 140733277326672 140304223000568 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 87164

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10962
/proc/meminfo: memFree=29817248/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=152700 CPUtime=342.21 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 19873 0 0 0 34208 13 0 0 20 0 2 0 276448838 156364800 20392 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 38175 20392 198 432 0 37740 0
[pid=10959/tid=10961] ppid=10957 vsize=152700 CPUtime=341.33 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 18159 0 0 0 34115 18 0 0 20 0 2 0 276448842 156364800 20392 33554432000 4194304 5963574 140733277326672 140304223000616 4402909 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 152700

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10963
/proc/meminfo: memFree=29803956/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=153784 CPUtime=402.21 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 22398 0 0 0 40205 16 0 0 20 0 2 0 276448838 157474816 23005 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 38446 23005 198 432 0 38011 0
[pid=10959/tid=10961] ppid=10957 vsize=153784 CPUtime=401.17 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 20684 0 0 0 40096 21 0 0 20 0 2 0 276448842 157474816 23005 33554432000 4194304 5963574 140733277326672 140304223000616 4399474 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) 153784

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10964
/proc/meminfo: memFree=29788392/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=153784 CPUtime=462.2 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10973
/proc/meminfo: memFree=29643040/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1422.04 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42387 0 0 0 142164 40 0 0 20 0 2 0 276448838 223473664 43338 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43338 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1418.54 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40673 0 0 0 141794 60 0 0 20 0 2 0 276448842 223473664 43338 33554432000 4194304 5963574 140733277326672 140304223001528 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 218236

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10973
/proc/meminfo: memFree=29639692/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1482.02 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42387 0 0 0 148162 40 0 0 20 0 2 0 276448838 223473664 43338 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43338 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1478.38 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40673 0 0 0 147777 61 0 0 20 0 2 0 276448842 223473664 43338 33554432000 4194304 5963574 140733277326672 140304223001528 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 218236

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 10973
/proc/meminfo: memFree=29640196/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1542.01 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42387 0 0 0 154161 40 0 0 20 0 2 0 276448838 223473664 43338 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43338 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1538.23 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40673 0 0 0 153761 62 0 0 20 0 2 0 276448842 223473664 43338 33554432000 4194304 5963574 140733277326672 140304223001528 4399511 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 218236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10974
/proc/meminfo: memFree=29634348/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1602 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42387 0 0 0 160160 40 0 0 20 0 2 0 276448838 223473664 43338 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43338 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1598.08 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40673 0 0 0 159745 63 0 0 20 0 2 0 276448842 223473664 43338 33554432000 4194304 5963574 140733277326672 140304223001528 4399468 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 218236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10975
/proc/meminfo: memFree=29630752/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1662 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42387 0 0 0 166160 40 0 0 20 0 2 0 276448838 223473664 43338 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43338 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1657.92 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40673 0 0 0 165728 64 0 0 20 0 2 0 276448842 223473664 43338 33554432000 4194304 5963574 140733277326672 140304223001528 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 218236

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 10975
/proc/meminfo: memFree=29630752/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1721.98 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 42567 0 0 0 172158 40 0 0 20 0 2 0 276448838 223473664 43518 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 43518 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1717.77 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 40853 0 0 0 171712 65 0 0 20 0 2 0 276448842 223473664 43518 33554432000 4194304 5963574 140733277326672 140304223000376 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 218236

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10978
/proc/meminfo: memFree=29626528/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1781.97 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43059 0 0 0 178157 40 0 0 20 0 2 0 276448838 223473664 44009 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44009 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1777.62 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41345 0 0 0 177695 67 0 0 20 0 2 0 276448842 223473664 44009 33554432000 4194304 5963574 140733277326672 140304223000440 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 218236

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10978
/proc/meminfo: memFree=29624904/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1791.58 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43059 0 0 0 179118 40 0 0 20 0 2 0 276448838 223473664 44009 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44009 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1787.2 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41345 0 0 0 178653 67 0 0 20 0 2 0 276448842 223473664 44009 33554432000 4194304 5963574 140733277326672 140304223000440 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 218236

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10978
/proc/meminfo: memFree=29624780/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1794.78 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43081 0 0 0 179438 40 0 0 20 0 2 0 276448838 223473664 44031 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44031 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1790.39 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41367 0 0 0 178972 67 0 0 20 0 2 0 276448842 223473664 44031 33554432000 4194304 5963574 140733277326672 140304223000440 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 218236

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10978
/proc/meminfo: memFree=29624532/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1797.97 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43211 0 0 0 179757 40 0 0 20 0 2 0 276448838 223473664 44161 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44161 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1793.57 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41497 0 0 0 179290 67 0 0 20 0 2 0 276448842 223473664 44161 33554432000 4194304 5963574 140733277326672 140304223000568 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 218236

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 11017
/proc/meminfo: memFree=29803708/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1798.77 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43269 0 0 0 179837 40 0 0 20 0 2 0 276448838 223473664 44219 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44219 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1794.37 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41556 0 0 0 179370 67 0 0 20 0 2 0 276448842 223473664 44220 33554432000 4194304 5963574 140733277326672 140304223000568 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 218236

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 11017
/proc/meminfo: memFree=29800600/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1799.17 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43310 0 0 0 179877 40 0 0 20 0 2 0 276448838 223473664 44260 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44260 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1794.78 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41596 0 0 0 179411 67 0 0 20 0 2 0 276448842 223473664 44260 33554432000 4194304 5963574 140733277326672 140304223000616 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 218236

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 11017
/proc/meminfo: memFree=29800600/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1799.57 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43350 0 0 0 179916 41 0 0 20 0 2 0 276448838 223473664 44300 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44300 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1795.17 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41636 0 0 0 179450 67 0 0 20 0 2 0 276448842 223473664 44300 33554432000 4194304 5963574 140733277326672 140304223000616 4390927 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 218236

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 11017
/proc/meminfo: memFree=29800600/32873852 swapFree=7624/7624
[pid=10959] ppid=10957 vsize=218236 CPUtime=1799.67 cores=1,3,5,7
/proc/10959/stat : 10959 (wbo1.7) S 10957 10959 9313 0 -1 4202496 43359 0 0 0 179926 41 0 0 20 0 2 0 276448838 223473664 44309 33554432000 4194304 5963574 140733277326672 140733277326192 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10959/statm: 54559 44309 198 432 0 54124 0
[pid=10959/tid=10961] ppid=10957 vsize=218236 CPUtime=1795.27 cores=1,3,5,7
/proc/10959/task/10961/stat : 10961 (wbo1.7) R 10957 10959 9313 0 -1 4202560 41645 0 0 0 179460 67 0 0 20 0 2 0 276448842 223473664 44309 33554432000 4194304 5963574 140733277326672 140304223000616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 218236

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.67
CPU user time (s): 1799.26
CPU system time (s): 0.41
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 219860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 0.685895
maximum resident set size= 177240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43360
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= 75
involuntary context switches= 2059

runsolver used 3.46347 second user time and 8.85165 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 09:20:34
IDJOB=3705184
IDBENCH=2940
IDSOLVER=2283
FILE ID=node131/3705184-1338103234
RUNJOBID= node131-1338085200-9330
PBS_JOBID= 14624427
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=363456345

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.805
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.91
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29938932 kB
Buffers:          317060 kB
Cached:          1729020 kB
SwapCached:         2168 kB
Active:           575012 kB
Inactive:        1526748 kB
Active(anon):      57384 kB
Inactive(anon):      808 kB
Active(file):     517628 kB
Inactive(file):  1525940 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099036 kB
Dirty:             15232 kB
Writeback:             0 kB
AnonPages:         62752 kB
Mapped:            15020 kB
Shmem:                 0 kB
Slab:             693128 kB
SReclaimable:     135240 kB
SUnreclaim:       557888 kB
KernelStack:        1456 kB
PageTables:         3696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     166816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node131 at 2012-05-27 09:50:34