Trace number 3727485

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

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727485-1338662523.opb.
0.00/0.00	c Instance file HOME/instance-3727485-1338662523.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 ===============================================================================
105.37/105.44	c | 105.44    | 0  | 56           lb |  0                0                0.00  |
495.48/495.67	c | 495.67    | 0  | 57           lb |  0                0                0.00  |
1053.16/1053.46	c | 1053.46   | 0  | 58           lb |  0                0                0.00  |
1799.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.00 s
1799.65/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-3727485-1338662523/watcher-3727485-1338662523 -o /tmp/evaluation-result-3727485-1338662523/solver-3727485-1338662523 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727485-1338662523.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/175 4111
/proc/meminfo: memFree=26961972/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/4111/stat : 4111 (runsolver) D 4109 4111 1111 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 332377749 12095488 50 33554432000 4194304 5436572 140735416719264 140735416715560 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/4111/statm: 2953 50 31 304 0 2645 0

[startup+0.071264 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4111
/proc/meminfo: memFree=26961972/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=0.05 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 2675 0 0 0 5 0 0 0 20 0 2 0 332377749 89264128 2509 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 2509 191 433 0 21357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87172

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4111
/proc/meminfo: memFree=26961972/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=0.08 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 2681 0 0 0 8 0 0 0 20 0 2 0 332377749 89264128 2515 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 2515 191 433 0 21357 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 87172

[startup+0.300105 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4111
/proc/meminfo: memFree=26961972/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=0.28 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 2727 0 0 0 28 0 0 0 20 0 2 0 332377749 89264128 2561 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 2561 193 433 0 21357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87172

[startup+0.700105 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4111
/proc/meminfo: memFree=26961972/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=0.68 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 2817 0 0 0 68 0 0 0 20 0 2 0 332377749 89264128 2651 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 2651 193 433 0 21357 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87172

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26951308/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=1.48 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 3008 0 0 0 148 0 0 0 20 0 2 0 332377749 89264128 2842 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 2842 193 433 0 21357 0
[pid=4111/tid=4113] ppid=4109 vsize=87172 CPUtime=1.43 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 1297 0 0 0 143 0 0 0 20 0 2 0 332377753 89264128 2842 33554432000 4194304 5964350 140733668381840 140539528800056 4409622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87172

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26949672/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=3.08 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 3376 0 0 0 308 0 0 0 20 0 2 0 332377749 89264128 3210 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 3210 193 433 0 21357 0
[pid=4111/tid=4113] ppid=4109 vsize=87172 CPUtime=3.03 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 1665 0 0 0 303 0 0 0 20 0 2 0 332377753 89264128 3210 33554432000 4194304 5964350 140733668381840 140539528800248 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87172

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26944712/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87316 CPUtime=6.28 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 3778 0 0 0 627 1 0 0 20 0 2 0 332377749 89411584 3612 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21829 3612 193 433 0 21393 0
[pid=4111/tid=4113] ppid=4109 vsize=87316 CPUtime=6.22 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 2067 0 0 0 622 0 0 0 20 0 2 0 332377753 89411584 3612 33554432000 4194304 5964350 140733668381840 140539528800056 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87316

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26937916/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87388 CPUtime=12.68 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 4446 0 0 0 1267 1 0 0 20 0 2 0 332377749 89485312 4280 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21847 4280 193 433 0 21411 0
[pid=4111/tid=4113] ppid=4109 vsize=87388 CPUtime=12.6 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 2735 0 0 0 1259 1 0 0 20 0 2 0 332377753 89485312 4280 33554432000 4194304 5964350 140733668381840 140539528800056 4409369 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87388

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26928724/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87496 CPUtime=25.48 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 5983 0 0 0 2547 1 0 0 20 0 2 0 332377749 89595904 5817 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21874 5817 193 433 0 21438 0
[pid=4111/tid=4113] ppid=4109 vsize=87496 CPUtime=25.37 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 4272 0 0 0 2536 1 0 0 20 0 2 0 332377753 89595904 5817 33554432000 4194304 5964350 140733668381840 140539528800296 4221120 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) 87496

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 4113
/proc/meminfo: memFree=26914164/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87656 CPUtime=51.07 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 8039 0 0 0 5105 2 0 0 20 0 2 0 332377749 89759744 7873 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21914 7873 193 433 0 21478 0
[pid=4111/tid=4113] ppid=4109 vsize=87656 CPUtime=50.9 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 6328 0 0 0 5088 2 0 0 20 0 2 0 332377753 89759744 7873 33554432000 4194304 5964350 140733668381840 140539528800056 4222317 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) 87656

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4113
/proc/meminfo: memFree=26885036/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=88544 CPUtime=102.28 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 11691 0 0 0 10223 5 0 0 20 0 2 0 332377749 90669056 11525 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 22136 11525 193 433 0 21700 0
[pid=4111/tid=4113] ppid=4109 vsize=88544 CPUtime=101.97 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 9980 0 0 0 10192 5 0 0 20 0 2 0 332377753 90669056 11525 33554432000 4194304 5964350 140733668381840 140539528800296 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 88544

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4113
/proc/meminfo: memFree=26855988/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=162.24 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 11964 0 0 0 16219 5 0 0 20 0 2 0 332377749 89264128 11576 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 11576 197 433 0 21357 0
[pid=4111/tid=4113] ppid=4109 vsize=87172 CPUtime=161.79 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 10253 0 0 0 16173 6 0 0 20 0 2 0 332377753 89264128 11576 33554432000 4194304 5964350 140733668381840 140539528801208 4221120 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) 87172

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4114
/proc/meminfo: memFree=26832428/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=222.23 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 12346 0 0 0 22218 5 0 0 20 0 2 0 332377749 89264128 12772 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 12772 197 433 0 21357 0
[pid=4111/tid=4113] ppid=4109 vsize=87172 CPUtime=221.64 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 10635 0 0 0 22156 8 0 0 20 0 2 0 332377753 89264128 12772 33554432000 4194304 5964350 140733668381840 140539528800056 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87172

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4114
/proc/meminfo: memFree=26802144/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=87172 CPUtime=282.22 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 16540 0 0 0 28214 8 0 0 20 0 2 0 332377749 89264128 16966 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 21793 16966 197 433 0 21357 0
[pid=4111/tid=4113] ppid=4109 vsize=87172 CPUtime=281.48 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 14829 0 0 0 28136 12 0 0 20 0 2 0 332377753 89264128 16966 33554432000 4194304 5964350 140733668381840 140539528800056 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 87172

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4115
/proc/meminfo: memFree=26768624/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=152708 CPUtime=342.21 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 19332 0 0 0 34211 10 0 0 20 0 2 0 332377749 156372992 19758 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 38177 19758 197 433 0 37741 0
[pid=4111/tid=4113] ppid=4109 vsize=152708 CPUtime=341.32 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 17621 0 0 0 34117 15 0 0 20 0 2 0 332377753 156372992 19758 33554432000 4194304 5964350 140733668381840 140539528800056 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 152708

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4115
/proc/meminfo: memFree=26743108/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=153792 CPUtime=402.19 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 22440 0 0 0 40206 13 0 0 20 0 2 0 332377749 157483008 23028 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 38448 23028 197 433 0 38012 0
[pid=4111/tid=4113] ppid=4109 vsize=153792 CPUtime=401.15 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 20729 0 0 0 40097 18 0 0 20 0 2 0 332377753 157483008 23028 33554432000 4194304 5964350 140733668381840 140539528800056 4403637 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 153792

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4115
/proc/meminfo: memFree=26718692/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=153792 CPUtime=462.17 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4147
/proc/meminfo: memFree=26405064/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1422.01 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42532 0 0 0 142173 28 0 0 20 0 2 0 332377749 223481856 42949 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42949 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1418.46 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40821 0 0 0 141797 49 0 0 20 0 2 0 332377753 223481856 42949 33554432000 4194304 5964350 140733668381840 140539528801208 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 218244

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 4187
/proc/meminfo: memFree=26784676/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1481.99 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42532 0 0 0 148171 28 0 0 20 0 2 0 332377749 223481856 42949 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42949 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1478.29 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40821 0 0 0 147779 50 0 0 20 0 2 0 332377753 223481856 42949 33554432000 4194304 5964350 140733668381840 140539528801208 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 218244

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4187
/proc/meminfo: memFree=26685108/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1541.98 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42532 0 0 0 154170 28 0 0 20 0 2 0 332377749 223481856 42949 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42949 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1538.14 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40821 0 0 0 153763 51 0 0 20 0 2 0 332377753 223481856 42949 33554432000 4194304 5964350 140733668381840 140539528801208 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 218244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26559180/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1601.97 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42532 0 0 0 160169 28 0 0 20 0 2 0 332377749 223481856 42949 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42949 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1597.98 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40821 0 0 0 159746 52 0 0 20 0 2 0 332377753 223481856 42949 33554432000 4194304 5964350 140733668381840 140539528801208 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 218244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26443640/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1661.96 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42534 0 0 0 166168 28 0 0 20 0 2 0 332377749 223481856 42951 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42951 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1657.82 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40823 0 0 0 165729 53 0 0 20 0 2 0 332377753 223481856 42951 33554432000 4194304 5964350 140733668381840 140539528801208 4409217 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 218244

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 4190
/proc/meminfo: memFree=26329508/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1721.95 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 42534 0 0 0 172167 28 0 0 20 0 2 0 332377749 223481856 42951 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 42951 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1717.67 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 40823 0 0 0 171713 54 0 0 20 0 2 0 332377753 223481856 42951 33554432000 4194304 5964350 140733668381840 140539528801208 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 218244

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26216100/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1781.95 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43204 0 0 0 178166 29 0 0 20 0 2 0 332377749 223481856 43620 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43620 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1777.51 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41493 0 0 0 177696 55 0 0 20 0 2 0 332377753 223481856 43620 33554432000 4194304 5964350 140733668381840 140539528800120 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 218244

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26195128/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1791.56 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179127 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1787.09 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 178654 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 218244

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26187672/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1794.76 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179447 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1790.28 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 178973 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4403641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 218244

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26181224/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1797.95 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179766 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1793.47 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 179292 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4399872 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 218244

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26178992/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1798.75 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179846 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1794.27 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 179372 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4403637 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 218244

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26177504/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1799.15 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179886 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1794.67 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 179412 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 218244

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26177504/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1799.55 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179926 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1795.06 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 179451 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 218244

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26177504/32873624 swapFree=7112/7112
[pid=4111] ppid=4109 vsize=218244 CPUtime=1799.65 cores=0,2,4,6
/proc/4111/stat : 4111 (wbo1.72) S 4109 4111 1111 0 -1 4202496 43206 0 0 0 179936 29 0 0 20 0 2 0 332377749 223481856 43622 33554432000 4194304 5964350 140733668381840 140733668381360 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4111/statm: 54561 43622 197 433 0 54125 0
[pid=4111/tid=4113] ppid=4109 vsize=218244 CPUtime=1795.16 cores=0,2,4,6
/proc/4111/task/4113/stat : 4113 (wbo1.72) R 4109 4111 1111 0 -1 4202560 41495 0 0 0 179461 55 0 0 20 0 2 0 332377753 223481856 43622 33554432000 4194304 5964350 140733668381840 140539528800120 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 218244

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.65
CPU user time (s): 1799.36
CPU system time (s): 0.29
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 219868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 0.562914
maximum resident set size= 174496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43208
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= 70
involuntary context switches= 1873

runsolver used 3.40148 second user time and 8.91364 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 20:42:03
IDJOB=3727485
IDBENCH=2940
IDSOLVER=2313
FILE ID=node121/3727485-1338662523
RUNJOBID= node121-1338651658-2671
PBS_JOBID= 14636459
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=2144839721

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26962236 kB
Buffers:          596192 kB
Cached:          4225908 kB
SwapCached:            0 kB
Active:          1814984 kB
Inactive:        3227908 kB
Active(anon):     208680 kB
Inactive(anon):    10776 kB
Active(file):    1606304 kB
Inactive(file):  3217132 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        291820 kB
Mapped:            14836 kB
Shmem:               200 kB
Slab:             732412 kB
SReclaimable:     176812 kB
SUnreclaim:       555600 kB
KernelStack:        1472 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     146904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71296 MiB
End job on node121 at 2012-06-02 21:12:03