Trace number 3705188

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.61 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
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 constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705188-1338103068.opb.
0.00/0.00	c Instance file HOME/instance-3705188-1338103068.opb
0.00/0.00	c File size is 2031953 bytes.
0.10/0.15	c Cost Offset: 0
0.10/0.15	c Highest Coefficient sum: 1558
0.10/0.15	c ============================[ Problem Statistics ]=============================
0.10/0.15	c |                                                                             |
0.10/0.15	c |  Parsing time:          0.15         s                                      |
0.10/0.15	c |  Number Variables:      4320                                                |
0.10/0.15	c |  Number Clauses:        1                                                   |
0.10/0.15	c |  Number Cardinality:    0                                                   |
0.10/0.15	c |  Number PB Constraints: 8414                                                |
0.10/0.15	c |                                                                             |
0.10/0.15	c |  Problem Type:          Optimization                                        |
0.10/0.15	c |  Objective Function:    Cardinality Constraint                              |
0.10/0.15	c |                                                                             |
0.10/0.15	c ============================[ Search Statistics ]==============================
0.10/0.15	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.10/0.15	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.10/0.15	c ===============================================================================
1799.61/1800.00	c ===============================================================================
1799.61/1800.00	c Wall Clock Time: 1800.00 s
1799.61/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-3705188-1338103068/watcher-3705188-1338103068 -o /tmp/evaluation-result-3705188-1338103068/solver-3705188-1338103068 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705188-1338103068.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.02 2.01 2.00 3/175 11114
/proc/meminfo: memFree=31413476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=5256 CPUtime=0 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) R 11112 11114 8971 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 276435269 5382144 314 33554432000 4194304 5963574 140733602540976 140733602539272 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 1314 314 171 432 0 382 0

[startup+0.104795 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 11114
/proc/meminfo: memFree=31413476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=14672 CPUtime=0.1 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) R 11112 11114 8971 0 -1 4202496 3022 0 0 0 10 0 0 0 20 0 1 0 276435269 15024128 2974 33554432000 4194304 5963574 140733602540976 140733602539272 5178411 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 3668 2975 498 432 0 2736 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14672

[startup+0.200219 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 11114
/proc/meminfo: memFree=31413476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97876 CPUtime=0.19 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8257 0 0 0 18 1 0 0 20 0 2 0 276435269 100225024 7707 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24469 7707 187 432 0 24034 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 97876

[startup+0.300217 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 11114
/proc/meminfo: memFree=31413476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=0.29 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8299 0 0 0 28 1 0 0 20 0 2 0 276435269 99831808 7681 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 7681 192 432 0 23938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97492

[startup+0.700133 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 11114
/proc/meminfo: memFree=31413476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=0.69 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8320 0 0 0 68 1 0 0 20 0 2 0 276435269 99831808 7702 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 7702 193 432 0 23938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97492

[startup+1.50025 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11116
/proc/meminfo: memFree=31382584/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=1.49 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8381 0 0 0 148 1 0 0 20 0 2 0 276435269 99831808 7763 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 7763 194 432 0 23938 0
[pid=11114/tid=11116] ppid=11112 vsize=97492 CPUtime=1.32 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 3715 0 0 0 132 0 0 0 20 0 2 0 276435284 99831808 7763 33554432000 4194304 5963574 140733602540976 140677221468088 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97492

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11116
/proc/meminfo: memFree=31381948/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=3.09 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8526 0 0 0 308 1 0 0 20 0 2 0 276435269 99831808 7908 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 7908 194 432 0 23938 0
[pid=11114/tid=11116] ppid=11112 vsize=97492 CPUtime=2.92 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 3860 0 0 0 292 0 0 0 20 0 2 0 276435284 99831808 7908 33554432000 4194304 5963574 140733602540976 140677221468200 4403228 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97492

[startup+6.30025 s]
/proc/loadavg: 2.09 2.02 2.01 3/177 11116
/proc/meminfo: memFree=31379220/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=6.28 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 8815 0 0 0 627 1 0 0 20 0 2 0 276435269 99831808 8197 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 8197 194 432 0 23938 0
[pid=11114/tid=11116] ppid=11112 vsize=97492 CPUtime=6.11 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 4149 0 0 0 610 1 0 0 20 0 2 0 276435284 99831808 8197 33554432000 4194304 5963574 140733602540976 140677221468152 4403253 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) 97492

[startup+12.7003 s]
/proc/loadavg: 2.09 2.02 2.00 3/177 11116
/proc/meminfo: memFree=31374020/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=12.68 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 9339 0 0 0 1267 1 0 0 20 0 2 0 276435269 99831808 8721 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 8721 194 432 0 23938 0
[pid=11114/tid=11116] ppid=11112 vsize=97492 CPUtime=12.49 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 4673 0 0 0 1248 1 0 0 20 0 2 0 276435284 99831808 8721 33554432000 4194304 5963574 140733602540976 140677221468200 4222304 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 97492

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11116
/proc/meminfo: memFree=31368440/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97492 CPUtime=25.49 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 9699 0 0 0 2547 2 0 0 20 0 2 0 276435269 99831808 9081 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24373 9081 194 432 0 23938 0
[pid=11114/tid=11116] ppid=11112 vsize=97492 CPUtime=25.26 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 5033 0 0 0 2525 1 0 0 20 0 2 0 276435284 99831808 9081 33554432000 4194304 5963574 140733602540976 140677221467960 4403253 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97492

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 11116
/proc/meminfo: memFree=31361096/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97708 CPUtime=51.07 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 10929 0 0 0 5105 2 0 0 20 0 2 0 276435269 100052992 10311 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24427 10311 194 432 0 23992 0
[pid=11114/tid=11116] ppid=11112 vsize=97708 CPUtime=50.79 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 6263 0 0 0 5077 2 0 0 20 0 2 0 276435284 100052992 10311 33554432000 4194304 5963574 140733602540976 140677221468152 4402896 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) 97708

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11117
/proc/meminfo: memFree=31360272/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97816 CPUtime=102.28 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 12646 0 0 0 10225 3 0 0 20 0 2 0 276435269 100163584 12028 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24454 12028 194 432 0 24019 0
[pid=11114/tid=11116] ppid=11112 vsize=97816 CPUtime=101.87 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 7980 0 0 0 10184 3 0 0 20 0 2 0 276435284 100163584 12028 33554432000 4194304 5963574 140733602540976 140677221468200 4402906 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) 97816

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11120
/proc/meminfo: memFree=31349240/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97976 CPUtime=162.24 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 14733 0 0 0 16219 5 0 0 20 0 2 0 276435269 100327424 14683 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24494 14683 194 432 0 24059 0
[pid=11114/tid=11116] ppid=11112 vsize=97976 CPUtime=161.69 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 10067 0 0 0 16163 6 0 0 20 0 2 0 276435284 100327424 14683 33554432000 4194304 5963574 140733602540976 140677221468152 4403200 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) 97976

[startup+222.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 11198
/proc/meminfo: memFree=31474212/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=97976 CPUtime=222.23 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 16861 0 0 0 22217 6 0 0 20 0 2 0 276435269 100327424 16839 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24494 16839 194 432 0 24059 0
[pid=11114/tid=11116] ppid=11112 vsize=97976 CPUtime=221.54 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 12195 0 0 0 22145 9 0 0 20 0 2 0 276435284 100327424 16839 33554432000 4194304 5963574 140733602540976 140677221468200 4403225 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) 97976

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11198
/proc/meminfo: memFree=31455512/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=98216 CPUtime=282.22 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 18160 0 0 0 28215 7 0 0 20 0 2 0 276435269 100573184 18138 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 24554 18138 194 432 0 24119 0
[pid=11114/tid=11116] ppid=11112 vsize=98216 CPUtime=281.38 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 13494 0 0 0 28128 10 0 0 20 0 2 0 276435284 100573184 18138 33554432000 4194304 5963574 140733602540976 140677221467960 4403263 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) 98216

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 11198
/proc/meminfo: memFree=31432304/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=163752 CPUtime=342.19 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 21244 0 0 0 34210 9 0 0 20 0 2 0 276435269 167682048 21303 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 40938 21303 194 432 0 40503 0
[pid=11114/tid=11116] ppid=11112 vsize=163752 CPUtime=341.21 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 16578 0 0 0 34107 14 0 0 20 0 2 0 276435284 167682048 21303 33554432000 4194304 5963574 140733602540976 140677221468152 4221120 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) 163752

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 11199
/proc/meminfo: memFree=31422796/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=163752 CPUtime=402.19 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 22185 0 0 0 40208 11 0 0 20 0 2 0 276435269 167682048 22244 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 40938 22244 194 432 0 40503 0
[pid=11114/tid=11116] ppid=11112 vsize=163752 CPUtime=401.06 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 17519 0 0 0 40090 16 0 0 20 0 2 0 276435284 167682048 22244 33554432000 4194304 5963574 140733602540976 140677221468200 4403231 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) 163752

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11199
/proc/meminfo: memFree=31403880/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=163752 CPUtime=462.18 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 11208
/proc/meminfo: memFree=31201952/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=232888 CPUtime=1362 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 47622 0 0 0 136170 30 0 0 20 0 2 0 276435269 238477312 47896 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58222 47896 194 432 0 57787 0
[pid=11114/tid=11116] ppid=11112 vsize=232888 CPUtime=1358.58 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 42956 0 0 0 135808 50 0 0 20 0 2 0 276435284 238477312 47896 33554432000 4194304 5963574 140733602540976 140677221468200 4222304 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) 232888

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11208
/proc/meminfo: memFree=31183836/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=232888 CPUtime=1421.99 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 49600 0 0 0 142167 32 0 0 20 0 2 0 276435269 238477312 49931 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58222 49931 194 432 0 57787 0
[pid=11114/tid=11116] ppid=11112 vsize=232888 CPUtime=1418.42 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 44934 0 0 0 141790 52 0 0 20 0 2 0 276435284 238477312 49931 33554432000 4194304 5963574 140733602540976 140677221468200 4222314 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) 232888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11208
/proc/meminfo: memFree=31183512/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=233104 CPUtime=1481.97 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 49655 0 0 0 148165 32 0 0 20 0 2 0 276435269 238698496 49995 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58276 49995 194 432 0 57841 0
[pid=11114/tid=11116] ppid=11112 vsize=233104 CPUtime=1478.25 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 44989 0 0 0 147772 53 0 0 20 0 2 0 276435284 238698496 49995 33554432000 4194304 5963574 140733602540976 140677221467960 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 233104

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11208
/proc/meminfo: memFree=31178800/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=233104 CPUtime=1541.96 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 49657 0 0 0 154164 32 0 0 20 0 2 0 276435269 238698496 49997 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58276 49997 194 432 0 57841 0
[pid=11114/tid=11116] ppid=11112 vsize=233104 CPUtime=1538.11 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 44991 0 0 0 153757 54 0 0 20 0 2 0 276435284 238698496 49997 33554432000 4194304 5963574 140733602540976 140677221467960 4403228 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 233104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11209
/proc/meminfo: memFree=31163088/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=233320 CPUtime=1601.95 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 51386 0 0 0 160161 34 0 0 20 0 2 0 276435269 238919680 51726 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58330 51726 194 432 0 57895 0
[pid=11114/tid=11116] ppid=11112 vsize=233320 CPUtime=1597.95 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 46720 0 0 0 159737 58 0 0 20 0 2 0 276435284 238919680 51726 33554432000 4194304 5963574 140733602540976 140677221468200 4403253 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 233320

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11209
/proc/meminfo: memFree=31154652/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=233320 CPUtime=1661.94 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 53028 0 0 0 166158 36 0 0 20 0 2 0 276435269 238919680 53368 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58330 53368 194 432 0 57895 0
[pid=11114/tid=11116] ppid=11112 vsize=233320 CPUtime=1657.79 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 48362 0 0 0 165718 61 0 0 20 0 2 0 276435284 238919680 53368 33554432000 4194304 5963574 140733602540976 140677221468152 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 233320

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31141308/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=233320 CPUtime=1721.92 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 53035 0 0 0 172156 36 0 0 20 0 2 0 276435269 238919680 53396 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 58330 53396 194 432 0 57895 0
[pid=11114/tid=11116] ppid=11112 vsize=233320 CPUtime=1717.63 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 48369 0 0 0 171701 62 0 0 20 0 2 0 276435284 238919680 53396 33554432000 4194304 5963574 140733602540976 140677221468152 4399537 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 233320

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31123948/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299396 CPUtime=1781.91 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56073 0 0 0 178152 39 0 0 20 0 2 0 276435269 306581504 56434 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74849 56434 194 432 0 74414 0
[pid=11114/tid=11116] ppid=11112 vsize=299396 CPUtime=1777.48 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 51407 0 0 0 177682 66 0 0 20 0 2 0 276435284 306581504 56434 33554432000 4194304 5963574 140733602540976 140677221468152 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 299396

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

[startup+1792.01 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31121840/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299396 CPUtime=1791.62 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56583 0 0 0 179122 40 0 0 20 0 2 0 276435269 306581504 56944 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74849 56944 194 432 0 74414 0
[pid=11114/tid=11116] ppid=11112 vsize=299396 CPUtime=1787.16 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 51917 0 0 0 178650 66 0 0 20 0 2 0 276435284 306581504 56944 33554432000 4194304 5963574 140733602540976 140677221467960 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 299396

[startup+1795.2 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31121096/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299612 CPUtime=1794.82 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56742 0 0 0 179442 40 0 0 20 0 2 0 276435269 306802688 57103 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74903 57103 194 432 0 74468 0
[pid=11114/tid=11116] ppid=11112 vsize=299612 CPUtime=1790.35 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 52076 0 0 0 178968 67 0 0 20 0 2 0 276435284 306802688 57103 33554432000 4194304 5963574 140733602540976 140677221468200 4402906 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 299612

[startup+1798.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31120724/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299612 CPUtime=1798.01 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56896 0 0 0 179761 40 0 0 20 0 2 0 276435269 306802688 57257 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74903 57257 194 432 0 74468 0
[pid=11114/tid=11116] ppid=11112 vsize=299612 CPUtime=1793.54 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 52230 0 0 0 179287 67 0 0 20 0 2 0 276435284 306802688 57257 33554432000 4194304 5963574 140733602540976 140677221468152 4403207 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 299612

[startup+1799.2 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31120476/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299612 CPUtime=1798.81 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56935 0 0 0 179841 40 0 0 20 0 2 0 276435269 306802688 57296 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74903 57296 194 432 0 74468 0
[pid=11114/tid=11116] ppid=11112 vsize=299612 CPUtime=1794.34 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 52269 0 0 0 179367 67 0 0 20 0 2 0 276435284 306802688 57296 33554432000 4194304 5963574 140733602540976 140677221468152 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 299612

[startup+1799.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31120228/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299612 CPUtime=1799.22 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56956 0 0 0 179882 40 0 0 20 0 2 0 276435269 306802688 57317 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74903 57317 194 432 0 74468 0
[pid=11114/tid=11116] ppid=11112 vsize=299612 CPUtime=1794.74 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 52290 0 0 0 179407 67 0 0 20 0 2 0 276435284 306802688 57317 33554432000 4194304 5963574 140733602540976 140677221468152 4402906 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.22
Current children cumulated vsize (KiB) 299612

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11209
/proc/meminfo: memFree=31120228/32873844 swapFree=6088/6088
[pid=11114] ppid=11112 vsize=299612 CPUtime=1799.61 cores=0,2,4,6
/proc/11114/stat : 11114 (wbo1.7) S 11112 11114 8971 0 -1 4202496 56980 0 0 0 179921 40 0 0 20 0 2 0 276435269 306802688 57341 33554432000 4194304 5963574 140733602540976 140733602540496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11114/statm: 74903 57341 194 432 0 74468 0
[pid=11114/tid=11116] ppid=11112 vsize=299612 CPUtime=1795.14 cores=0,2,4,6
/proc/11114/task/11116/stat : 11116 (wbo1.7) R 11112 11114 8971 0 -1 4202560 52314 0 0 0 179447 67 0 0 20 0 2 0 276435284 306802688 57341 33554432000 4194304 5963574 140733602540976 140677221468152 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 299612

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11114 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=624175
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=686895
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.61
#
# 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.61
CPU user time (s): 1799.21
CPU system time (s): 0.4
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 299612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 0.686895
maximum resident set size= 229368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56981
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= 99
involuntary context switches= 2018

runsolver used 2.81157 second user time and 7.01193 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 09:17:48
IDJOB=3705188
IDBENCH=2935
IDSOLVER=2283
FILE ID=node110/3705188-1338103068
RUNJOBID= node110-1338085012-8987
PBS_JOBID= 14624425
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=2087550060

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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:        31413732 kB
Buffers:          225464 kB
Cached:           271820 kB
SwapCached:          148 kB
Active:           613928 kB
Inactive:          62044 kB
Active(anon):     168580 kB
Inactive(anon):    12496 kB
Active(file):     445348 kB
Inactive(file):    49548 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:        199108 kB
Mapped:            14900 kB
Shmem:               196 kB
Slab:             644428 kB
SReclaimable:      86960 kB
SUnreclaim:       557468 kB
KernelStack:        1472 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71668 MiB
End job on node110 at 2012-05-27 09:47:48