Trace number 3705694

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.47 1800.02

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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705694-1338091688.opb.
0.00/0.00	c Instance file HOME/instance-3705694-1338091688.opb
0.00/0.00	c File size is 1203387 bytes.
0.02/0.09	c Cost Offset: 0
0.02/0.09	c Highest Coefficient sum: 47
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:      16170                                               |
0.02/0.09	c |  Number Clauses:        16170                                               |
0.02/0.09	c |  Number Cardinality:    0                                                   |
0.02/0.09	c |  Number PB Constraints: 15670                                               |
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.09/0.19	c | 0.20      | 0  | 5            lb |  0                0                0.00  |
0.19/0.24	c | 0.24      | 0  | 6            lb |  0                0                0.00  |
0.69/0.76	c | 0.77      | 0  | 7            lb |  0                0                0.00  |
166.95/167.00	c | 167.00    | 0  | 8            lb |  0                0                0.00  |
1799.37/1800.00	c ===============================================================================
1799.37/1800.00	c Wall Clock Time: 1800.00 s
1799.37/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-3705694-1338091688/watcher-3705694-1338091688 -o /tmp/evaluation-result-3705694-1338091688/solver-3705694-1338091688 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705694-1338091688.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.06 2.02 2.00 3/177 11828
/proc/meminfo: memFree=28827744/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=5964 CPUtime=0 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) R 11826 11828 11506 0 -1 4202496 665 0 0 0 0 0 0 0 20 0 1 0 275293917 6107136 618 33554432000 4194304 5963574 140737193451136 140736125670424 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 1491 618 169 432 0 762 0

[startup+0.0315891 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11828
/proc/meminfo: memFree=28827744/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=9392 CPUtime=0.02 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) R 11826 11828 11506 0 -1 4202496 1580 0 0 0 2 0 0 0 20 0 1 0 275293917 9617408 1533 33554432000 4194304 5963574 140737193451136 140736125670424 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 2348 1534 255 432 0 1619 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9392

[startup+0.100192 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11828
/proc/meminfo: memFree=28827744/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=93952 CPUtime=0.09 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 4195 0 0 0 9 0 0 0 20 0 2 0 275293917 96206848 3854 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 23488 3854 177 432 0 23053 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93952

[startup+0.300179 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11828
/proc/meminfo: memFree=28827744/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=0.29 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 9150 0 0 0 28 1 0 0 20 0 2 0 275293917 94093312 8013 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 8013 192 432 0 22537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91888

[startup+0.700157 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11828
/proc/meminfo: memFree=28827744/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=0.69 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 9171 0 0 0 68 1 0 0 20 0 2 0 275293917 94093312 8034 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 8034 194 432 0 22537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91888

[startup+1.50028 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11874
/proc/meminfo: memFree=29447028/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=1.49 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 9855 0 0 0 147 2 0 0 20 0 2 0 275293917 94093312 8717 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 8717 194 432 0 22537 0
[pid=11828/tid=11830] ppid=11826 vsize=91888 CPUtime=1.39 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 6561 0 0 0 137 2 0 0 20 0 2 0 275293927 94093312 8717 33554432000 4194304 5963574 140737193451136 140334946392424 4222336 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) 91888

[startup+3.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 11880
/proc/meminfo: memFree=29409704/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=3.09 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 9857 0 0 0 307 2 0 0 20 0 2 0 275293917 94093312 8719 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 8719 194 432 0 22537 0
[pid=11828/tid=11830] ppid=11826 vsize=91888 CPUtime=2.99 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 6563 0 0 0 297 2 0 0 20 0 2 0 275293927 94093312 8719 33554432000 4194304 5963574 140737193451136 140334946392424 4399451 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) 91888

[startup+6.30037 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 11881
/proc/meminfo: memFree=29307644/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=6.29 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 10248 0 0 0 627 2 0 0 20 0 2 0 275293917 94093312 9110 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 9110 194 432 0 22537 0
[pid=11828/tid=11830] ppid=11826 vsize=91888 CPUtime=6.18 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 6954 0 0 0 616 2 0 0 20 0 2 0 275293927 94093312 9110 33554432000 4194304 5963574 140737193451136 140334946392056 4399614 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) 91888

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 11881
/proc/meminfo: memFree=29298596/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=12.68 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 12421 0 0 0 1265 3 0 0 20 0 2 0 275293917 94093312 11378 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 11379 194 432 0 22537 0
[pid=11828/tid=11830] ppid=11826 vsize=91888 CPUtime=12.55 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 9128 0 0 0 1253 2 0 0 20 0 2 0 275293927 94093312 11379 33554432000 4194304 5963574 140737193451136 140334946392056 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) 91888

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11881
/proc/meminfo: memFree=29277136/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=91888 CPUtime=25.47 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 17511 0 0 0 2543 4 0 0 20 0 2 0 275293917 94093312 16512 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 22972 16512 194 432 0 22537 0
[pid=11828/tid=11830] ppid=11826 vsize=91888 CPUtime=25.31 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 14217 0 0 0 2527 4 0 0 20 0 2 0 275293927 94093312 16512 33554432000 4194304 5963574 140737193451136 140334946391864 4403096 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) 91888

[startup+51.1003 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 11881
/proc/meminfo: memFree=29246532/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=157424 CPUtime=51.07 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 23406 0 0 0 5100 7 0 0 20 0 2 0 275293917 161202176 22450 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 39356 22450 194 432 0 38921 0
[pid=11828/tid=11830] ppid=11826 vsize=157424 CPUtime=50.83 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 20112 0 0 0 5077 6 0 0 20 0 2 0 275293927 161202176 22450 33554432000 4194304 5963574 140737193451136 140334946392104 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157424

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 11881
/proc/meminfo: memFree=29149500/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=222960 CPUtime=102.26 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 36646 0 0 0 10211 15 0 0 20 0 2 0 275293917 228311040 35690 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 55740 35690 194 432 0 55305 0
[pid=11828/tid=11830] ppid=11826 vsize=222960 CPUtime=101.9 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 33352 0 0 0 10174 16 0 0 20 0 2 0 275293927 228311040 35690 33554432000 4194304 5963574 140737193451136 140334946392056 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 222960

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 11884
/proc/meminfo: memFree=29141964/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=222960 CPUtime=162.25 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 37792 0 0 0 16209 16 0 0 20 0 2 0 275293917 228311040 36836 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 55740 36836 194 432 0 55305 0
[pid=11828/tid=11830] ppid=11826 vsize=222960 CPUtime=161.75 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 34498 0 0 0 16158 17 0 0 20 0 2 0 275293927 228311040 36836 33554432000 4194304 5963574 140737193451136 140334946391864 4409171 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 222960

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11884
/proc/meminfo: memFree=29138120/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=222960 CPUtime=222.23 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 38455 0 0 0 22207 16 0 0 20 0 2 0 275293917 228311040 37775 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 55740 37775 194 432 0 55305 0
[pid=11828/tid=11830] ppid=11826 vsize=222960 CPUtime=221.57 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 35161 0 0 0 22138 19 0 0 20 0 2 0 275293927 228311040 37775 33554432000 4194304 5963574 140737193451136 140334946392408 4399574 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 222960

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11885
/proc/meminfo: memFree=29122428/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=222960 CPUtime=282.22 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 38459 0 0 0 28206 16 0 0 20 0 2 0 275293917 228311040 38272 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 55740 38272 194 432 0 55305 0
[pid=11828/tid=11830] ppid=11826 vsize=222960 CPUtime=281.41 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 35165 0 0 0 28121 20 0 0 20 0 2 0 275293927 228311040 38272 33554432000 4194304 5963574 140737193451136 140334946392408 4392359 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 222960

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11885
/proc/meminfo: memFree=29060984/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=223684 CPUtime=342.21 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 46338 0 0 0 34201 20 0 0 20 0 2 0 275293917 229052416 46151 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 55921 46151 194 432 0 55486 0
[pid=11828/tid=11830] ppid=11826 vsize=223684 CPUtime=341.26 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 43044 0 0 0 34102 24 0 0 20 0 2 0 275293927 229052416 46151 33554432000 4194304 5963574 140737193451136 140334946391864 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 223684

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11885
/proc/meminfo: memFree=28987092/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=289220 CPUtime=402.2 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 57105 0 0 0 40193 27 0 0 20 0 2 0 275293917 296161280 56918 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 72305 56918 194 432 0 71870 0
[pid=11828/tid=11830] ppid=11826 vsize=289220 CPUtime=401.11 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 53811 0 0 0 40079 32 0 0 20 0 2 0 275293927 296161280 56918 33554432000 4194304 5963574 140737193451136 140334946391864 4399390 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 289220

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11885
/proc/meminfo: memFree=28913384/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=289580 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11894
/proc/meminfo: memFree=28052308/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=751852 CPUtime=1421.97 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 167967 0 0 0 142093 104 0 0 20 0 2 0 275293917 769896448 168811 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 187963 168811 194 432 0 187528 0
[pid=11828/tid=11830] ppid=11826 vsize=751852 CPUtime=1418.4 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 164673 0 0 0 141716 124 0 0 20 0 2 0 275293927 769896448 168811 33554432000 4194304 5963574 140737193451136 140334946392056 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 751852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11895
/proc/meminfo: memFree=27971336/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=751852 CPUtime=1481.95 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 181306 0 0 0 148082 113 0 0 20 0 2 0 275293917 769896448 182150 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 187963 182150 194 432 0 187528 0
[pid=11828/tid=11830] ppid=11826 vsize=751852 CPUtime=1478.24 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 178012 0 0 0 147689 135 0 0 20 0 2 0 275293927 769896448 182150 33554432000 4194304 5963574 140737193451136 140334946392104 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 751852

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 11895
/proc/meminfo: memFree=27891328/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=817388 CPUtime=1541.93 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 196004 0 0 0 154069 124 0 0 20 0 2 0 275293917 837005312 196865 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 204347 196865 194 432 0 203912 0
[pid=11828/tid=11830] ppid=11826 vsize=817388 CPUtime=1538.08 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 192710 0 0 0 153662 146 0 0 20 0 2 0 275293927 837005312 196865 33554432000 4194304 5963574 140737193451136 140334946391864 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 817388

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 11895
/proc/meminfo: memFree=27822412/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=882924 CPUtime=1601.9 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 208761 0 0 0 160055 135 0 0 20 0 2 0 275293917 904114176 209912 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 220731 209912 194 432 0 220296 0
[pid=11828/tid=11830] ppid=11826 vsize=882924 CPUtime=1597.89 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 205467 0 0 0 159631 158 0 0 20 0 2 0 275293927 904114176 209912 33554432000 4194304 5963574 140737193451136 140334946391864 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) 882924

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11895
/proc/meminfo: memFree=27781644/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=949184 CPUtime=1661.86 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 218630 0 0 0 166042 144 0 0 20 0 2 0 275293917 971964416 219979 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 237296 219979 194 432 0 236861 0
[pid=11828/tid=11830] ppid=11826 vsize=949184 CPUtime=1657.71 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 215336 0 0 0 165603 168 0 0 20 0 2 0 275293927 971964416 219979 33554432000 4194304 5963574 140737193451136 140334946392104 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 949184

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/180 11896
/proc/meminfo: memFree=27737644/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=949184 CPUtime=1721.8 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 229484 0 0 0 172027 153 0 0 20 0 2 0 275293917 971964416 231067 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 237296 231067 194 432 0 236861 0
[pid=11828/tid=11830] ppid=11826 vsize=949184 CPUtime=1717.52 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 226190 0 0 0 171573 179 0 0 20 0 2 0 275293927 971964416 231067 33554432000 4194304 5963574 140737193451136 140334946392104 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 949184

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11896
/proc/meminfo: memFree=27721444/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1781.78 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 178022 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1777.35 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 177554 181 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 1014720

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1791.38 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 178982 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1786.93 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 178511 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 1014720

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1794.58 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179302 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1790.13 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 178831 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 1014720

[startup+1798.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1797.77 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179621 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1793.31 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 179149 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 1014720

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1798.57 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179701 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1794.11 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 179229 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4399511 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 1014720

[startup+1799.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1798.98 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179742 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1794.52 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 179270 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 1014720

[startup+1799.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1799.37 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179781 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=1014720 CPUtime=1794.91 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) R 11826 11828 11506 0 -1 4202560 229667 0 0 0 179309 182 0 0 20 0 2 0 275293927 1039073280 234809 33554432000 4194304 5963574 140737193451136 140334946392056 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 1014720

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11897
/proc/meminfo: memFree=27721940/32873844 swapFree=7116/7116
[pid=11828] ppid=11826 vsize=1014720 CPUtime=1799.47 cores=1,3,5,7
/proc/11828/stat : 11828 (wbo1.7) S 11826 11828 11506 0 -1 4202496 232961 0 0 0 179791 156 0 0 20 0 2 0 275293917 1039073280 234809 33554432000 4194304 5963574 140737193451136 140737193450656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11828/statm: 253680 234809 194 432 0 253245 0
[pid=11828/tid=11830] ppid=11826 vsize=0 CPUtime=1795.01 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (wbo1.7) X 11826 11828 11506 0 -1 4202564 229667 0 0 0 179319 182 0 0 20 0 2 0 275293927 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1014720

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11828 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=284379
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=851718
# CPU time returned by wait4() is 1795.14
# while last known CPU time is 1799.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.47
CPU user time (s): 1797.91
CPU system time (s): 1.56
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 1014720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.28
system time used= 1.85172
maximum resident set size= 939236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232961
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= 369
involuntary context switches= 1906

runsolver used 11.3123 second user time and 14.0439 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 06:08:08
IDJOB=3705694
IDBENCH=48140
IDSOLVER=2284
FILE ID=node138/3705694-1338091688
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_2.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705694-1338091688/watcher-3705694-1338091688 -o /tmp/evaluation-result-3705694-1338091688/solver-3705694-1338091688 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705694-1338091688.opb

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

MD5SUM BENCH= e4d0ce6c299ae1a05f607b170c68aad6
RANDOM SEED=678411034

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:        28828752 kB
Buffers:          332136 kB
Cached:          2208120 kB
SwapCached:          212 kB
Active:          1412384 kB
Inactive:        1795232 kB
Active(anon):     658400 kB
Inactive(anon):    11368 kB
Active(file):     753984 kB
Inactive(file):  1783864 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5472 kB
Writeback:             0 kB
AnonPages:        674084 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693772 kB
SReclaimable:     136040 kB
SUnreclaim:       557732 kB
KernelStack:        1472 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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-3705694-1338091688.opb

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