Trace number 3727995

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_2.opb
MD5SUMe4d0ce6c299ae1a05f607b170c68aad6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15670
Sum of products size (including duplicates)31340
Number of different products15670
Sum of products size31340

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-3727995-1338657356.opb.
0.00/0.00	c Instance file HOME/instance-3727995-1338657356.opb
0.00/0.00	c File size is 1203387 bytes.
0.01/0.09	c Cost Offset: 0
0.01/0.09	c Highest Coefficient sum: 47
0.01/0.09	c ============================[ Problem Statistics ]=============================
0.01/0.09	c |                                                                             |
0.01/0.09	c |  Parsing time:          0.09         s                                      |
0.01/0.09	c |  Number Variables:      16170                                               |
0.01/0.09	c |  Number Clauses:        16170                                               |
0.01/0.09	c |  Number Cardinality:    0                                                   |
0.01/0.09	c |  Number PB Constraints: 15670                                               |
0.01/0.09	c |                                                                             |
0.08/0.10	c |  Problem Type:          Optimization                                        |
0.08/0.10	c |  Objective Function:    Cardinality Constraint                              |
0.08/0.10	c |                                                                             |
0.08/0.10	c ============================[ Search Statistics ]==============================
0.08/0.10	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.08/0.10	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.08/0.10	c ===============================================================================
0.08/0.12	c | 0.12      | 0  | 1            lb |  0                0                0.00  |
0.08/0.14	c | 0.14      | 0  | 2            lb |  0                0                0.00  |
0.08/0.15	c | 0.15      | 0  | 3            lb |  0                0                0.00  |
0.08/0.17	c | 0.17      | 0  | 4            lb |  0                0                0.00  |
0.08/0.19	c | 0.19      | 0  | 5            lb |  0                0                0.00  |
0.19/0.23	c | 0.23      | 0  | 6            lb |  0                0                0.00  |
0.68/0.73	c | 0.74      | 0  | 7            lb |  0                0                0.00  |
153.42/153.52	c | 153.52    | 0  | 8            lb |  0                0                0.00  |
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3727995-1338657356/watcher-3727995-1338657356 -o /tmp/evaluation-result-3727995-1338657356/solver-3727995-1338657356 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727995-1338657356.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: 2.05 2.01 1.95 3/177 12270
/proc/meminfo: memFree=27283744/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=5424 CPUtime=0 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) R 12268 12270 9917 0 -1 4202496 554 0 0 0 0 0 0 0 20 0 1 0 331861365 5554176 506 33554432000 4194304 5964350 140736916950096 140734024675160 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 1356 506 162 433 0 626 0

[startup+0.0174679 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 12270
/proc/meminfo: memFree=27283744/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=8196 CPUtime=0.01 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) R 12268 12270 9917 0 -1 4202496 1245 0 0 0 1 0 0 0 20 0 1 0 331861365 8392704 1197 33554432000 4194304 5964350 140736916950096 140734024675160 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 2049 1198 199 433 0 1319 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8196

[startup+0.100156 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 12270
/proc/meminfo: memFree=27283744/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=93956 CPUtime=0.08 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 4195 0 0 0 8 0 0 0 20 0 2 0 331861365 96210944 3853 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 23489 3853 177 433 0 23053 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 93956

[startup+0.300173 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 12270
/proc/meminfo: memFree=27283744/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=0.28 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 9151 0 0 0 27 1 0 0 20 0 2 0 331861365 94097408 8013 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 8013 192 433 0 22537 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 91892

[startup+0.700143 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 12270
/proc/meminfo: memFree=27283744/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=0.68 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 9172 0 0 0 67 1 0 0 20 0 2 0 331861365 94097408 8034 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 8034 194 433 0 22537 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91892

[startup+1.50025 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27245800/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=1.48 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 9856 0 0 0 147 1 0 0 20 0 2 0 331861365 94097408 8717 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 8717 194 433 0 22537 0
[pid=12270/tid=12272] ppid=12268 vsize=91892 CPUtime=1.38 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 6562 0 0 0 137 1 0 0 20 0 2 0 331861375 94097408 8717 33554432000 4194304 5964350 140736916950096 140198479026536 4389049 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91892

[startup+3.10027 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27243188/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=3.08 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 9858 0 0 0 307 1 0 0 20 0 2 0 331861365 94097408 8719 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 8719 194 433 0 22537 0
[pid=12270/tid=12272] ppid=12268 vsize=91892 CPUtime=2.98 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 6564 0 0 0 297 1 0 0 20 0 2 0 331861375 94097408 8719 33554432000 4194304 5964350 140736916950096 140198479026536 4393659 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91892

[startup+6.30025 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27235708/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=6.29 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 10325 0 0 0 627 2 0 0 20 0 2 0 331861365 94097408 9186 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 9186 194 433 0 22537 0
[pid=12270/tid=12272] ppid=12268 vsize=91892 CPUtime=6.17 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 7031 0 0 0 616 1 0 0 20 0 2 0 331861375 94097408 9186 33554432000 4194304 5964350 140736916950096 140198479026168 4388525 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91892

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27222840/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=12.68 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 12558 0 0 0 1266 2 0 0 20 0 2 0 331861365 94097408 11419 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 11420 194 433 0 22537 0
[pid=12270/tid=12272] ppid=12268 vsize=91892 CPUtime=12.55 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 9265 0 0 0 1253 2 0 0 20 0 2 0 331861375 94097408 11420 33554432000 4194304 5964350 140736916950096 140198479026168 5136340 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) 91892

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27187092/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=91892 CPUtime=25.48 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 17500 0 0 0 2544 4 0 0 20 0 2 0 331861365 94097408 16363 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 22973 16364 194 433 0 22537 0
[pid=12270/tid=12272] ppid=12268 vsize=91892 CPUtime=25.32 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 14207 0 0 0 2528 4 0 0 20 0 2 0 331861375 94097408 16364 33554432000 4194304 5964350 140736916950096 140198479026216 5136340 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) 91892

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 12272
/proc/meminfo: memFree=27140300/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=157428 CPUtime=51.06 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 23865 0 0 0 5098 8 0 0 20 0 2 0 331861365 161206272 22766 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 39357 22766 194 433 0 38921 0
[pid=12270/tid=12272] ppid=12268 vsize=157428 CPUtime=50.84 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 20571 0 0 0 5077 7 0 0 20 0 2 0 331861375 161206272 22766 33554432000 4194304 5964350 140736916950096 140198479026168 4403637 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157428

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 12272
/proc/meminfo: memFree=27059268/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=222964 CPUtime=102.25 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 36672 0 0 0 10212 13 0 0 20 0 2 0 331861365 228315136 35596 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 55741 35596 194 433 0 55305 0
[pid=12270/tid=12272] ppid=12268 vsize=222964 CPUtime=101.9 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 33378 0 0 0 10176 14 0 0 20 0 2 0 331861375 228315136 35596 33554432000 4194304 5964350 140736916950096 140198479026168 4403280 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 222964

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12273
/proc/meminfo: memFree=27028548/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=222964 CPUtime=162.22 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 38451 0 0 0 16208 14 0 0 20 0 2 0 331861365 228315136 37557 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 55741 37557 194 433 0 55305 0
[pid=12270/tid=12272] ppid=12268 vsize=222964 CPUtime=161.72 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 35157 0 0 0 16157 15 0 0 20 0 2 0 331861375 228315136 37557 33554432000 4194304 5964350 140736916950096 140198479026520 4388770 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 222964

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12273
/proc/meminfo: memFree=27002600/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=222964 CPUtime=222.2 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 38466 0 0 0 22206 14 0 0 20 0 2 0 331861365 228315136 37733 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 55741 37733 194 433 0 55305 0
[pid=12270/tid=12272] ppid=12268 vsize=222964 CPUtime=221.55 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 35172 0 0 0 22139 16 0 0 20 0 2 0 331861375 228315136 37733 33554432000 4194304 5964350 140736916950096 140198479026520 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 222964

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 12276
/proc/meminfo: memFree=26983588/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=222964 CPUtime=282.2 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 38467 0 0 0 28206 14 0 0 20 0 2 0 331861365 228315136 38235 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 55741 38235 194 433 0 55305 0
[pid=12270/tid=12272] ppid=12268 vsize=222964 CPUtime=281.4 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 35173 0 0 0 28123 17 0 0 20 0 2 0 331861375 228315136 38235 33554432000 4194304 5964350 140736916950096 140198479026520 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 222964

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 1.96 3/179 12276
/proc/meminfo: memFree=26933344/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=223688 CPUtime=342.19 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 48066 0 0 0 34201 18 0 0 20 0 2 0 331861365 229056512 47834 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 55922 47834 194 433 0 55486 0
[pid=12270/tid=12272] ppid=12268 vsize=223688 CPUtime=341.24 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 44772 0 0 0 34102 22 0 0 20 0 2 0 331861375 229056512 47834 33554432000 4194304 5964350 140736916950096 140198479026168 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 223688

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 12276
/proc/meminfo: memFree=26831004/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=289584 CPUtime=402.16 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 68308 0 0 0 40186 30 0 0 20 0 2 0 331861365 296534016 68163 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 72396 68163 194 433 0 71960 0
[pid=12270/tid=12272] ppid=12268 vsize=289584 CPUtime=401.07 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 65014 0 0 0 40072 35 0 0 20 0 2 0 331861375 296534016 68163 33554432000 4194304 5964350 140736916950096 140198479026168 4388246 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 289584

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 12277
/proc/meminfo: memFree=26813064/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=355120 CPUtime=462.15 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12334
/proc/meminfo: memFree=26074500/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=949188 CPUtime=1421.9 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 224051 0 0 0 142060 130 0 0 20 0 2 0 331861365 971968512 225372 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 237297 225372 194 433 0 236861 0
[pid=12270/tid=12272] ppid=12268 vsize=949188 CPUtime=1418.34 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 220757 0 0 0 141684 150 0 0 20 0 2 0 331861375 971968512 225372 33554432000 4194304 5964350 140736916950096 140198479026168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 949188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 12337
/proc/meminfo: memFree=26008916/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1481.88 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 232961 0 0 0 148052 136 0 0 20 0 2 0 331861365 1039077376 234281 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 234281 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1478.18 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229667 0 0 0 147661 157 0 0 20 0 2 0 331861375 1039077376 234281 33554432000 4194304 5964350 140736916950096 140198479026168 4389005 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1014724

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/179 12337
/proc/meminfo: memFree=25918432/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1541.87 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 232974 0 0 0 154051 136 0 0 20 0 2 0 331861365 1039077376 234294 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 234294 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1538.02 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229680 0 0 0 153644 158 0 0 20 0 2 0 331861375 1039077376 234294 33554432000 4194304 5964350 140736916950096 140198479026168 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1014724

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/179 12337
/proc/meminfo: memFree=25905504/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1601.85 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 232990 0 0 0 160049 136 0 0 20 0 2 0 331861365 1039077376 234544 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 234544 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1597.86 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229696 0 0 0 159627 159 0 0 20 0 2 0 331861375 1039077376 234544 33554432000 4194304 5964350 140736916950096 140198479026168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1014724

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 12337
/proc/meminfo: memFree=25897172/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1661.81 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233080 0 0 0 166045 136 0 0 20 0 2 0 331861365 1039077376 234773 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 234773 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1657.67 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229786 0 0 0 165607 160 0 0 20 0 2 0 331861375 1039077376 234773 33554432000 4194304 5964350 140736916950096 140198479026168 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1014724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25851760/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1721.78 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233118 0 0 0 172042 136 0 0 20 0 2 0 331861365 1039077376 234945 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 234945 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1717.5 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229824 0 0 0 171589 161 0 0 20 0 2 0 331861375 1039077376 234945 33554432000 4194304 5964350 140736916950096 140198479026168 4399921 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1014724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25849060/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1781.77 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233143 0 0 0 178041 136 0 0 20 0 2 0 331861365 1039077376 235224 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235224 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1777.33 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229849 0 0 0 177572 161 0 0 20 0 2 0 331861375 1039077376 235224 33554432000 4194304 5964350 140736916950096 140198479026168 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1014724

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847380/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1791.37 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179001 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1786.91 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 178529 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 1014724

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1794.57 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179321 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1790.1 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 178848 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 1014724

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1797.76 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179640 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1793.29 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 179167 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4403290 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 1014724

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1798.56 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179720 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1794.09 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 179247 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 1014724

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1798.97 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179761 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1794.49 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 179287 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 1014724

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1799.36 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179800 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1794.89 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 179327 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4387871 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 1014724

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12338
/proc/meminfo: memFree=25847256/32873660 swapFree=7120/7120
[pid=12270] ppid=12268 vsize=1014724 CPUtime=1799.46 cores=1,3,5,7
/proc/12270/stat : 12270 (wbo1.72) S 12268 12270 9917 0 -1 4202496 233146 0 0 0 179810 136 0 0 20 0 2 0 331861365 1039077376 235231 33554432000 4194304 5964350 140736916950096 140736916949616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12270/statm: 253681 235231 194 433 0 253245 0
[pid=12270/tid=12272] ppid=12268 vsize=1014724 CPUtime=1794.98 cores=1,3,5,7
/proc/12270/task/12272/stat : 12272 (wbo1.72) R 12268 12270 9917 0 -1 4202560 229852 0 0 0 179336 162 0 0 20 0 2 0 331861375 1039077376 235231 33554432000 4194304 5964350 140736916950096 140198479026168 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 1014724

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12270 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=464351
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=639750
# CPU time returned by wait4() is 1795.1
# while last known CPU time is 1799.46
#
# 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.46
CPU user time (s): 1798.1
CPU system time (s): 1.36
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 1014724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.46
system time used= 1.63975
maximum resident set size= 940932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233148
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= 390
involuntary context switches= 3041

runsolver used 2.69659 second user time and 7.12592 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-02 19:15:56
IDJOB=3727995
IDBENCH=48140
IDSOLVER=2314
FILE ID=node117/3727995-1338657356
RUNJOBID= node117-1338651904-11314
PBS_JOBID= 14636463
Free space on /tmp= 69128 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_2.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727995-1338657356/watcher-3727995-1338657356 -o /tmp/evaluation-result-3727995-1338657356/solver-3727995-1338657356 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727995-1338657356.opb

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

MD5SUM BENCH= e4d0ce6c299ae1a05f607b170c68aad6
RANDOM SEED=2005959990

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27286860 kB
Buffers:          595236 kB
Cached:          4056512 kB
SwapCached:          776 kB
Active:          2256196 kB
Inactive:        2418252 kB
Active(anon):       8832 kB
Inactive(anon):     9984 kB
Active(file):    2247364 kB
Inactive(file):  2408268 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             11312 kB
Writeback:             0 kB
AnonPages:         23040 kB
Mapped:            12632 kB
Shmem:                80 kB
Slab:             775204 kB
SReclaimable:     219508 kB
SUnreclaim:       555696 kB
KernelStack:        1480 kB
PageTables:         3428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     142572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727995-1338657356.opb

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-02 19:45:56