Trace number 3705693

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_1.opb
MD5SUM93a95f0846e71f0984a2317cf811edef
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
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 constraint49
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)15716
Sum of products size (including duplicates)31432
Number of different products15716
Sum of products size31432

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-3705693-1338088087.opb.
0.00/0.00	c Instance file HOME/instance-3705693-1338088087.opb
0.00/0.00	c File size is 1206965 bytes.
0.02/0.09	c Cost Offset: 0
0.02/0.09	c Highest Coefficient sum: 50
0.02/0.09	c ============================[ Problem Statistics ]=============================
0.02/0.09	c |                                                                             |
0.02/0.09	c |  Parsing time:          0.09         s                                      |
0.02/0.09	c |  Number Variables:      16216                                               |
0.02/0.09	c |  Number Clauses:        16216                                               |
0.02/0.09	c |  Number Cardinality:    0                                                   |
0.02/0.09	c |  Number PB Constraints: 15716                                               |
0.02/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Optimization                                        |
0.09/0.10	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.10	c |                                                                             |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.09/0.10	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.09/0.10	c ===============================================================================
0.09/0.12	c | 0.13      | 0  | 1            lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | 2            lb |  0                0                0.00  |
0.09/0.15	c | 0.16      | 0  | 3            lb |  0                0                0.00  |
0.09/0.17	c | 0.17      | 0  | 4            lb |  0                0                0.00  |
0.19/0.20	c | 0.20      | 0  | 5            lb |  0                0                0.00  |
0.29/0.34	c | 0.35      | 0  | 6            lb |  0                0                0.00  |
22.97/23.02	c | 23.02     | 0  | 7            lb |  0                0                0.00  |
850.03/850.37	c | 850.37    | 0  | 8            lb |  0                0                0.00  |
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3705693-1338088087/watcher-3705693-1338088087 -o /tmp/evaluation-result-3705693-1338088087/solver-3705693-1338088087 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705693-1338088087.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.82 2.01 1.99 3/177 11562
/proc/meminfo: memFree=29482780/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=5968 CPUtime=0 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) R 11560 11562 11506 0 -1 4202496 656 0 0 0 0 0 0 0 20 0 1 0 274933787 6111232 608 33554432000 4194304 5963574 140734645734320 140734615255176 4353217 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 1492 608 168 432 0 762 0

[startup+0.033465 s]
/proc/loadavg: 1.82 2.01 1.99 3/177 11562
/proc/meminfo: memFree=29482780/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=9532 CPUtime=0.02 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) R 11560 11562 11506 0 -1 4202496 1614 0 0 0 2 0 0 0 20 0 1 0 274933787 9760768 1566 33554432000 4194304 5963574 140734645734320 140734615255176 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 2383 1567 260 432 0 1653 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9532

[startup+0.100195 s]
/proc/loadavg: 1.82 2.01 1.99 3/177 11562
/proc/meminfo: memFree=29482780/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=93972 CPUtime=0.09 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 4206 0 0 0 9 0 0 0 20 0 2 0 274933787 96227328 3863 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 23493 3863 177 432 0 23058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93972

[startup+0.300207 s]
/proc/loadavg: 1.82 2.01 1.99 3/177 11562
/proc/meminfo: memFree=29482780/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=0.29 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 8953 0 0 0 28 1 0 0 20 0 2 0 274933787 94113792 7834 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 7834 193 432 0 22542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91908

[startup+0.700156 s]
/proc/loadavg: 1.82 2.01 1.99 3/177 11562
/proc/meminfo: memFree=29482780/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=0.69 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 9308 0 0 0 68 1 0 0 20 0 2 0 274933787 94113792 8189 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 8189 194 432 0 22542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91908

[startup+1.50032 s]
/proc/loadavg: 1.82 2.01 1.99 3/178 11570
/proc/meminfo: memFree=29428792/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=1.49 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 9308 0 0 0 148 1 0 0 20 0 2 0 274933787 94113792 8189 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 8189 194 432 0 22542 0
[pid=11562/tid=11564] ppid=11560 vsize=91908 CPUtime=1.38 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 6005 0 0 0 138 0 0 0 20 0 2 0 274933797 94113792 8189 33554432000 4194304 5963574 140734645734320 139943663040840 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91908

[startup+3.1003 s]
/proc/loadavg: 1.84 2.01 1.99 3/179 11571
/proc/meminfo: memFree=29315800/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=3.09 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 9548 0 0 0 308 1 0 0 20 0 2 0 274933787 94113792 8429 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 8429 194 432 0 22542 0
[pid=11562/tid=11564] ppid=11560 vsize=91908 CPUtime=2.98 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 6245 0 0 0 298 0 0 0 20 0 2 0 274933797 94113792 8429 33554432000 4194304 5963574 140734645734320 139943663040504 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91908

[startup+6.30034 s]
/proc/loadavg: 1.84 2.01 1.99 3/179 11571
/proc/meminfo: memFree=29302300/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=6.28 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 11573 0 0 0 627 1 0 0 20 0 2 0 274933787 94113792 10454 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 10454 194 432 0 22542 0
[pid=11562/tid=11564] ppid=11560 vsize=91908 CPUtime=6.17 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 8270 0 0 0 616 1 0 0 20 0 2 0 274933797 94113792 10454 33554432000 4194304 5963574 140734645734320 139943663040312 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91908

[startup+12.7003 s]
/proc/loadavg: 1.86 2.01 1.99 3/179 11571
/proc/meminfo: memFree=29283532/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=91908 CPUtime=12.68 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 15885 0 0 0 1265 3 0 0 20 0 2 0 274933787 94113792 14924 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 22977 14925 194 432 0 22542 0
[pid=11562/tid=11564] ppid=11560 vsize=91908 CPUtime=12.55 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 12583 0 0 0 1252 3 0 0 20 0 2 0 274933797 94113792 14925 33554432000 4194304 5963574 140734645734320 139943663040312 5135572 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) 91908

[startup+25.5003 s]
/proc/loadavg: 1.88 2.00 1.99 3/179 11571
/proc/meminfo: memFree=29247456/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=157444 CPUtime=25.47 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 24371 0 0 0 2539 8 0 0 20 0 2 0 274933787 161222656 23439 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 39361 23439 194 432 0 38926 0
[pid=11562/tid=11564] ppid=11560 vsize=157444 CPUtime=25.31 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 21068 0 0 0 2524 7 0 0 20 0 2 0 274933797 161222656 23439 33554432000 4194304 5963574 140734645734320 139943663040872 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 157444

[startup+51.1003 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 11571
/proc/meminfo: memFree=29246672/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=157444 CPUtime=51.06 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 24401 0 0 0 5098 8 0 0 20 0 2 0 274933787 161222656 23477 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 39361 23477 194 432 0 38926 0
[pid=11562/tid=11564] ppid=11560 vsize=157444 CPUtime=50.84 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 21098 0 0 0 5077 7 0 0 20 0 2 0 274933797 161222656 23477 33554432000 4194304 5963574 140734645734320 139943663040872 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157444

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11571
/proc/meminfo: memFree=29222228/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=157444 CPUtime=102.25 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 28537 0 0 0 10215 10 0 0 20 0 2 0 274933787 161222656 27613 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 39361 27613 194 432 0 38926 0
[pid=11562/tid=11564] ppid=11560 vsize=157444 CPUtime=101.91 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 25234 0 0 0 10180 11 0 0 20 0 2 0 274933797 161222656 27613 33554432000 4194304 5963574 140734645734320 139943663040552 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157444

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 11574
/proc/meminfo: memFree=29168032/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=157444 CPUtime=162.23 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 34881 0 0 0 16209 14 0 0 20 0 2 0 274933787 161222656 33954 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 39361 33954 194 432 0 38926 0
[pid=11562/tid=11564] ppid=11560 vsize=157444 CPUtime=161.75 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 31578 0 0 0 16159 16 0 0 20 0 2 0 274933797 161222656 33954 33554432000 4194304 5963574 140734645734320 139943663040312 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 157444

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11575
/proc/meminfo: memFree=29083500/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=223704 CPUtime=222.18 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 48358 0 0 0 22196 22 0 0 20 0 2 0 274933787 229072896 47747 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 55926 47747 194 432 0 55491 0
[pid=11562/tid=11564] ppid=11560 vsize=223704 CPUtime=221.55 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 45055 0 0 0 22130 25 0 0 20 0 2 0 274933797 229072896 47747 33554432000 4194304 5963574 140734645734320 139943663040504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 223704

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11575
/proc/meminfo: memFree=29023040/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=289240 CPUtime=282.17 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 55868 0 0 0 28189 28 0 0 20 0 2 0 274933787 296181760 55780 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 72310 55780 194 432 0 71875 0
[pid=11562/tid=11564] ppid=11560 vsize=289240 CPUtime=281.39 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 52565 0 0 0 28108 31 0 0 20 0 2 0 274933797 296181760 55780 33554432000 4194304 5963574 140734645734320 139943663040504 4388646 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 289240

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11575
/proc/meminfo: memFree=28923924/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=354776 CPUtime=342.16 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 71701 0 0 0 34179 37 0 0 20 0 2 0 274933787 363290624 71613 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 88694 71613 194 432 0 88259 0
[pid=11562/tid=11564] ppid=11560 vsize=354776 CPUtime=341.24 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 68398 0 0 0 34082 42 0 0 20 0 2 0 274933797 363290624 71613 33554432000 4194304 5963574 140734645734320 139943663040312 4399390 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 354776

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11575
/proc/meminfo: memFree=28870236/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=355136 CPUtime=402.15 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 78236 0 0 0 40174 41 0 0 20 0 2 0 274933787 363659264 78147 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 88784 78147 194 432 0 88349 0
[pid=11562/tid=11564] ppid=11560 vsize=355136 CPUtime=401.08 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 74933 0 0 0 40061 47 0 0 20 0 2 0 274933797 363659264 78147 33554432000 4194304 5963574 140734645734320 139943663040504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 355136

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11575
/proc/meminfo: memFree=28826740/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=355136 CPUtime=462.13 cores=1,3,5,7

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

Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 550660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11586
/proc/meminfo: memFree=28422800/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=550660 CPUtime=1421.93 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 129721 0 0 0 142120 73 0 0 20 0 2 0 274933787 563875840 130569 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 137665 130569 194 432 0 137230 0
[pid=11562/tid=11564] ppid=11560 vsize=550660 CPUtime=1418.42 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 126418 0 0 0 141748 94 0 0 20 0 2 0 274933797 563875840 130569 33554432000 4194304 5963574 140734645734320 139943663041464 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 550660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11586
/proc/meminfo: memFree=28404200/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=550660 CPUtime=1481.92 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 129721 0 0 0 148119 73 0 0 20 0 2 0 274933787 563875840 130569 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 137665 130569 194 432 0 137230 0
[pid=11562/tid=11564] ppid=11560 vsize=550660 CPUtime=1478.26 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 126418 0 0 0 147731 95 0 0 20 0 2 0 274933797 563875840 130569 33554432000 4194304 5963574 140734645734320 139943663041464 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 550660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11586
/proc/meminfo: memFree=28387460/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=550660 CPUtime=1541.91 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 129721 0 0 0 154118 73 0 0 20 0 2 0 274933787 563875840 130569 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 137665 130569 194 432 0 137230 0
[pid=11562/tid=11564] ppid=11560 vsize=550660 CPUtime=1538.11 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 126418 0 0 0 153715 96 0 0 20 0 2 0 274933797 563875840 130569 33554432000 4194304 5963574 140734645734320 139943663041464 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 550660

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11586
/proc/meminfo: memFree=28370720/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=550660 CPUtime=1601.9 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 129721 0 0 0 160117 73 0 0 20 0 2 0 274933787 563875840 130569 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 137665 130569 194 432 0 137230 0
[pid=11562/tid=11564] ppid=11560 vsize=550660 CPUtime=1597.96 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 126418 0 0 0 159699 97 0 0 20 0 2 0 274933797 563875840 130569 33554432000 4194304 5963574 140734645734320 139943663041464 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 550660

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11586
/proc/meminfo: memFree=28264700/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=681732 CPUtime=1661.89 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 152154 0 0 0 166103 86 0 0 20 0 2 0 274933787 698093568 153001 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 170433 153001 194 432 0 169998 0
[pid=11562/tid=11564] ppid=11560 vsize=681732 CPUtime=1657.8 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 148851 0 0 0 165669 111 0 0 20 0 2 0 274933797 698093568 153001 33554432000 4194304 5963574 140734645734320 139943663040504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 681732

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11587
/proc/meminfo: memFree=28187128/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1721.89 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 161751 0 0 0 172097 92 0 0 20 0 2 0 274933787 700583936 163108 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163108 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1717.65 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158448 0 0 0 171648 117 0 0 20 0 2 0 274933797 700583936 163108 33554432000 4194304 5963574 140734645734320 139943663040504 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 684164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28160908/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1781.87 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162098 0 0 0 178095 92 0 0 20 0 2 0 274933787 700583936 163455 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163455 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1777.5 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158795 0 0 0 177631 119 0 0 20 0 2 0 274933797 700583936 163455 33554432000 4194304 5963574 140734645734320 139943663040312 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 684164

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28157188/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1791.48 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162207 0 0 0 179056 92 0 0 20 0 2 0 274933787 700583936 163563 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163563 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1787.08 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158904 0 0 0 178589 119 0 0 20 0 2 0 274933797 700583936 163563 33554432000 4194304 5963574 140734645734320 139943663040376 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 684164

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28156320/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1794.68 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162243 0 0 0 179376 92 0 0 20 0 2 0 274933787 700583936 163599 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163599 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1790.27 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158940 0 0 0 178908 119 0 0 20 0 2 0 274933797 700583936 163599 33554432000 4194304 5963574 140734645734320 139943663040312 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 684164

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28155700/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1797.87 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162255 0 0 0 179695 92 0 0 20 0 2 0 274933787 700583936 163611 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163611 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1793.46 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158952 0 0 0 179227 119 0 0 20 0 2 0 274933797 700583936 163611 33554432000 4194304 5963574 140734645734320 139943663040312 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 684164

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28155328/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1798.67 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162255 0 0 0 179775 92 0 0 20 0 2 0 274933787 700583936 163611 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163611 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1794.25 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158952 0 0 0 179306 119 0 0 20 0 2 0 274933797 700583936 163611 33554432000 4194304 5963574 140734645734320 139943663040312 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 684164

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28154956/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1799.08 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162255 0 0 0 179816 92 0 0 20 0 2 0 274933787 700583936 163611 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163611 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1794.66 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158952 0 0 0 179347 119 0 0 20 0 2 0 274933797 700583936 163611 33554432000 4194304 5963574 140734645734320 139943663040312 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 684164

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28154956/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1799.47 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162255 0 0 0 179855 92 0 0 20 0 2 0 274933787 700583936 163611 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163611 194 432 0 170606 0
[pid=11562/tid=11564] ppid=11560 vsize=684164 CPUtime=1795.05 cores=1,3,5,7
/proc/11562/task/11564/stat : 11564 (wbo1.7) R 11560 11562 11506 0 -1 4202560 158952 0 0 0 179386 119 0 0 20 0 2 0 274933797 700583936 163611 33554432000 4194304 5963574 140734645734320 139943663040312 4400055 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 684164

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11588
/proc/meminfo: memFree=28154956/32873844 swapFree=7116/7116
[pid=11562] ppid=11560 vsize=684164 CPUtime=1799.57 cores=1,3,5,7
/proc/11562/stat : 11562 (wbo1.7) S 11560 11562 11506 0 -1 4202496 162266 0 0 0 179865 92 0 0 20 0 2 0 274933787 700583936 163622 33554432000 4194304 5963574 140734645734320 140734645733840 4545837 256 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11562/statm: 171041 163622 194 432 0 170606 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 684164

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11562 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=56261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=216815
# CPU time returned by wait4() is 1795.27
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1798.65
CPU system time (s): 0.92
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 684164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.21681
maximum resident set size= 654488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162266
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= 152
involuntary context switches= 2028

runsolver used 6.09507 second user time and 19.682 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 05:08:07
IDJOB=3705693
IDBENCH=48112
IDSOLVER=2284
FILE ID=node138/3705693-1338088087
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 93a95f0846e71f0984a2317cf811edef
RANDOM SEED=1688648610

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        29489028 kB
Buffers:          331772 kB
Cached:          2207048 kB
SwapCached:          212 kB
Active:           755552 kB
Inactive:        1794148 kB
Active(anon):       2340 kB
Inactive(anon):    11368 kB
Active(file):     753212 kB
Inactive(file):  1782780 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             12112 kB
Writeback:             0 kB
AnonPages:         17916 kB
Mapped:            13984 kB
Shmem:               200 kB
Slab:             693948 kB
SReclaimable:     136012 kB
SUnreclaim:       557936 kB
KernelStack:        1376 kB
PageTables:         3864 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     116060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705693-1338088087.opb

Free space on /tmp at the end= 71520 MiB
End job on node138 at 2012-05-27 05:38:07