Trace number 3705668

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark14.8577
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

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-3705668-1338106095.opb.
0.00/0.00	c Instance file HOME/instance-3705668-1338106095.opb
0.00/0.00	c File size is 120403 bytes.
0.00/0.01	c Cost Offset: -50
0.00/0.01	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1598                                                |
0.00/0.01	c |  Number Clauses:        1548                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1498                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | -49          lb |  0                0                0.00  |
0.00/0.01	c | 0.02      | 0  | -48          lb |  0                0                0.00  |
0.01/0.06	c | 0.07      | 0  | -47          lb |  0                0                0.00  |
0.29/0.34	c | 0.35      | 0  | -46          lb |  0                0                0.00  |
1.00/1.03	c | 1.04      | 0  | -45          lb |  0                0                0.00  |
5.39/5.41	c | 5.41      | 0  | -44          lb |  0                0                0.00  |
64.88/64.95	c | 64.95     | 0  | -43          lb |  0                0                0.00  |
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3705668-1338106095/watcher-3705668-1338106095 -o /tmp/evaluation-result-3705668-1338106095/solver-3705668-1338106095 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705668-1338106095.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12911
/proc/meminfo: memFree=29473952/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=3820 CPUtime=0 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) R 12909 12911 11506 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 276734616 3911680 409 33554432000 4194304 5963574 140736861862368 140734385059928 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 955 410 177 432 0 490 0

[startup+0.0196011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12911
/proc/meminfo: memFree=29473952/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=0.01 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 1520 0 0 0 1 0 0 0 20 0 2 0 276734616 86724608 1442 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 1442 192 432 0 20738 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84692

[startup+0.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12911
/proc/meminfo: memFree=29473952/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=0.09 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 1724 0 0 0 9 0 0 0 20 0 2 0 276734616 86724608 1646 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 1646 194 432 0 20738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84692

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12911
/proc/meminfo: memFree=29473952/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=0.29 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 1766 0 0 0 29 0 0 0 20 0 2 0 276734616 86724608 1688 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 1688 194 432 0 20738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84692

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12911
/proc/meminfo: memFree=29473952/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=0.69 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 2072 0 0 0 69 0 0 0 20 0 2 0 276734616 86724608 1994 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 1994 194 432 0 20738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84692

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29466224/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=1.49 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 2563 0 0 0 149 0 0 0 20 0 2 0 276734616 86724608 2485 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 2485 194 432 0 20738 0
[pid=12911/tid=12913] ppid=12909 vsize=84692 CPUtime=1.47 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 1570 0 0 0 147 0 0 0 20 0 2 0 276734617 86724608 2485 33554432000 4194304 5963574 140736861862368 140325879056184 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84692

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29463388/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84836 CPUtime=3.09 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 2820 0 0 0 309 0 0 0 20 0 2 0 276734616 86872064 2742 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21209 2742 194 432 0 20774 0
[pid=12911/tid=12913] ppid=12909 vsize=84836 CPUtime=3.06 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 1827 0 0 0 306 0 0 0 20 0 2 0 276734617 86872064 2742 33554432000 4194304 5963574 140736861862368 140325879056184 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84836

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29454832/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=6.28 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 4063 0 0 0 628 0 0 0 20 0 2 0 276734616 86724608 3949 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 3949 194 432 0 20738 0
[pid=12911/tid=12913] ppid=12909 vsize=84692 CPUtime=6.26 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 3070 0 0 0 626 0 0 0 20 0 2 0 276734617 86724608 3949 33554432000 4194304 5963574 140736861862368 140325879057336 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84692

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29447628/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=12.69 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 4397 0 0 0 1268 1 0 0 20 0 2 0 276734616 86724608 4283 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 4283 194 432 0 20738 0
[pid=12911/tid=12913] ppid=12909 vsize=84692 CPUtime=12.64 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 3404 0 0 0 1263 1 0 0 20 0 2 0 276734617 86724608 4283 33554432000 4194304 5963574 140736861862368 140325879056424 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84692

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29427744/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=85016 CPUtime=25.48 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 6876 0 0 0 2547 1 0 0 20 0 2 0 276734616 87056384 6762 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21254 6762 194 432 0 20819 0
[pid=12911/tid=12913] ppid=12909 vsize=85016 CPUtime=25.41 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 5883 0 0 0 2540 1 0 0 20 0 2 0 276734617 87056384 6762 33554432000 4194304 5963574 140736861862368 140325879056424 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85016

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 12913
/proc/meminfo: memFree=29411028/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=85500 CPUtime=51.07 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 9695 0 0 0 5104 3 0 0 20 0 2 0 276734616 87552000 9655 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21375 9655 194 432 0 20940 0
[pid=12911/tid=12913] ppid=12909 vsize=85500 CPUtime=50.93 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 8702 0 0 0 5090 3 0 0 20 0 2 0 276734617 87552000 9655 33554432000 4194304 5963574 140736861862368 140325879056184 4399639 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85500

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12913
/proc/meminfo: memFree=29365672/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=84692 CPUtime=102.27 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 13740 0 0 0 10223 4 0 0 20 0 2 0 276734616 86724608 14248 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 21173 14248 194 432 0 20738 0
[pid=12911/tid=12913] ppid=12909 vsize=84692 CPUtime=101.99 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 12747 0 0 0 10195 4 0 0 20 0 2 0 276734617 86724608 14248 33554432000 4194304 5963574 140736861862368 140325879057336 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84692

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12916
/proc/meminfo: memFree=29320420/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=150228 CPUtime=162.25 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 18834 0 0 0 16219 6 0 0 20 0 2 0 276734616 153833472 19417 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 37557 19417 194 432 0 37122 0
[pid=12911/tid=12913] ppid=12909 vsize=150228 CPUtime=161.82 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 17841 0 0 0 16174 8 0 0 20 0 2 0 276734617 153833472 19417 33554432000 4194304 5963574 140736861862368 140325879056424 4399451 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 150228

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29273592/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=150228 CPUtime=222.24 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 25090 0 0 0 22214 10 0 0 20 0 2 0 276734616 153833472 25671 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 37557 25671 194 432 0 37122 0
[pid=12911/tid=12913] ppid=12909 vsize=150228 CPUtime=221.66 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 24097 0 0 0 22154 12 0 0 20 0 2 0 276734617 153833472 25671 33554432000 4194304 5963574 140736861862368 140325879056376 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 150228

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29239944/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=151312 CPUtime=282.22 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 30313 0 0 0 28208 14 0 0 20 0 2 0 276734616 154943488 31271 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 37828 31271 194 432 0 37393 0
[pid=12911/tid=12913] ppid=12909 vsize=151312 CPUtime=281.49 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 29320 0 0 0 28131 18 0 0 20 0 2 0 276734617 154943488 31271 33554432000 4194304 5963574 140736861862368 140325879056376 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 151312

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29193256/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=216848 CPUtime=342.21 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 35150 0 0 0 34202 19 0 0 20 0 2 0 276734616 222052352 36104 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 54212 36104 194 432 0 53777 0
[pid=12911/tid=12913] ppid=12909 vsize=216848 CPUtime=341.33 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 34157 0 0 0 34109 24 0 0 20 0 2 0 276734617 222052352 36104 33554432000 4194304 5963574 140736861862368 140325879056184 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 216848

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29160052/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=216848 CPUtime=402.2 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 39433 0 0 0 40197 23 0 0 20 0 2 0 276734616 222052352 40382 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 54212 40382 194 432 0 53777 0
[pid=12911/tid=12913] ppid=12909 vsize=216848 CPUtime=401.18 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 38440 0 0 0 40089 29 0 0 20 0 2 0 276734617 222052352 40382 33554432000 4194304 5963574 140736861862368 140325879056376 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 216848

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29138500/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=216848 CPUtime=462.18 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12927
/proc/meminfo: memFree=28836072/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=413996 CPUtime=1422 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 90244 0 0 0 142131 69 0 0 20 0 2 0 276734616 423931904 92795 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 103499 92795 194 432 0 103064 0
[pid=12911/tid=12913] ppid=12909 vsize=413996 CPUtime=1418.41 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 89251 0 0 0 141751 90 0 0 20 0 2 0 276734617 423931904 92795 33554432000 4194304 5963574 140736861862368 140325879056184 4399574 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 413996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12928
/proc/meminfo: memFree=28806932/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=413996 CPUtime=1481.98 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 92510 0 0 0 148126 72 0 0 20 0 2 0 276734616 423931904 95061 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 103499 95061 194 432 0 103064 0
[pid=12911/tid=12913] ppid=12909 vsize=413996 CPUtime=1478.25 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 91517 0 0 0 147732 93 0 0 20 0 2 0 276734617 423931904 95061 33554432000 4194304 5963574 140736861862368 140325879056376 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 413996

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12928
/proc/meminfo: memFree=28796144/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=413996 CPUtime=1541.97 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 93570 0 0 0 154125 72 0 0 20 0 2 0 276734616 423931904 96121 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 103499 96121 194 432 0 103064 0
[pid=12911/tid=12913] ppid=12909 vsize=413996 CPUtime=1538.09 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 92577 0 0 0 153714 95 0 0 20 0 2 0 276734617 423931904 96121 33554432000 4194304 5963574 140736861862368 140325879056184 4399462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 413996

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12928
/proc/meminfo: memFree=28765420/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=413996 CPUtime=1601.96 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 96462 0 0 0 160122 74 0 0 20 0 2 0 276734616 423931904 99013 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 103499 99013 194 432 0 103064 0
[pid=12911/tid=12913] ppid=12909 vsize=413996 CPUtime=1597.94 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 95469 0 0 0 159696 98 0 0 20 0 2 0 276734617 423931904 99013 33554432000 4194304 5963574 140736861862368 140325879056376 4399474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 413996

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 12929
/proc/meminfo: memFree=28745280/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=480616 CPUtime=1661.95 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 98969 0 0 0 166119 76 0 0 20 0 2 0 276734616 492150784 101370 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120154 101370 194 432 0 119719 0
[pid=12911/tid=12913] ppid=12909 vsize=480616 CPUtime=1657.78 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 97976 0 0 0 165677 101 0 0 20 0 2 0 276734617 492150784 101370 33554432000 4194304 5963574 140736861862368 140325879056184 4399971 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 480616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12929
/proc/meminfo: memFree=28739832/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=480616 CPUtime=1721.94 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 100234 0 0 0 172116 78 0 0 20 0 2 0 276734616 492150784 102635 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120154 102635 194 432 0 119719 0
[pid=12911/tid=12913] ppid=12909 vsize=480616 CPUtime=1717.62 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 99241 0 0 0 171658 104 0 0 20 0 2 0 276734617 492150784 102635 33554432000 4194304 5963574 140736861862368 140325879056376 4399474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 480616

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28718664/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=480616 CPUtime=1781.92 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 104306 0 0 0 178112 80 0 0 20 0 2 0 276734616 492150784 106894 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120154 106894 194 432 0 119719 0
[pid=12911/tid=12913] ppid=12909 vsize=480616 CPUtime=1777.45 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 103313 0 0 0 177638 107 0 0 20 0 2 0 276734617 492150784 106894 33554432000 4194304 5963574 140736861862368 140325879056184 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 480616

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28715672/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=481700 CPUtime=1791.53 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 104995 0 0 0 179072 81 0 0 20 0 2 0 276734616 493260800 107712 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120425 107712 194 432 0 119990 0
[pid=12911/tid=12913] ppid=12909 vsize=481700 CPUtime=1787.03 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104002 0 0 0 178596 107 0 0 20 0 2 0 276734617 493260800 107712 33554432000 4194304 5963574 140736861862368 140325879056184 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 481700

[startup+1795.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28714928/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=481700 CPUtime=1794.73 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105178 0 0 0 179392 81 0 0 20 0 2 0 276734616 493260800 107895 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120425 107895 194 432 0 119990 0
[pid=12911/tid=12913] ppid=12909 vsize=481700 CPUtime=1790.22 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104185 0 0 0 178914 108 0 0 20 0 2 0 276734617 493260800 107895 33554432000 4194304 5963574 140736861862368 140325879056424 4403244 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 481700

[startup+1798.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28713548/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=482508 CPUtime=1797.92 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105404 0 0 0 179711 81 0 0 20 0 2 0 276734616 494088192 108212 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120627 108212 194 432 0 120192 0
[pid=12911/tid=12913] ppid=12909 vsize=482508 CPUtime=1793.4 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104411 0 0 0 179232 108 0 0 20 0 2 0 276734617 494088192 108212 33554432000 4194304 5963574 140736861862368 140325879056424 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 482508

[startup+1799.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12981
/proc/meminfo: memFree=29035008/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=482508 CPUtime=1798.72 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105456 0 0 0 179791 81 0 0 20 0 2 0 276734616 494088192 108264 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120627 108264 194 432 0 120192 0
[pid=12911/tid=12913] ppid=12909 vsize=482508 CPUtime=1794.2 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104463 0 0 0 179312 108 0 0 20 0 2 0 276734617 494088192 108264 33554432000 4194304 5963574 140736861862368 140325879056424 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 482508

[startup+1799.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12981
/proc/meminfo: memFree=29031040/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=482508 CPUtime=1799.12 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105484 0 0 0 179831 81 0 0 20 0 2 0 276734616 494088192 108292 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120627 108292 194 432 0 120192 0
[pid=12911/tid=12913] ppid=12909 vsize=482508 CPUtime=1794.6 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104491 0 0 0 179352 108 0 0 20 0 2 0 276734617 494088192 108292 33554432000 4194304 5963574 140736861862368 140325879056424 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 482508

[startup+1799.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12981
/proc/meminfo: memFree=29031040/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=482508 CPUtime=1799.52 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105507 0 0 0 179871 81 0 0 20 0 2 0 276734616 494088192 108315 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120627 108315 194 432 0 120192 0
[pid=12911/tid=12913] ppid=12909 vsize=482508 CPUtime=1794.99 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104514 0 0 0 179391 108 0 0 20 0 2 0 276734617 494088192 108315 33554432000 4194304 5963574 140736861862368 140325879056424 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 482508

[startup+1800 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12981
/proc/meminfo: memFree=29031040/32873844 swapFree=7116/7116
[pid=12911] ppid=12909 vsize=482508 CPUtime=1799.62 cores=0,2,4,6
/proc/12911/stat : 12911 (wbo1.7) S 12909 12911 11506 0 -1 4202496 105512 0 0 0 179881 81 0 0 20 0 2 0 276734616 494088192 108320 33554432000 4194304 5963574 140736861862368 140736861861888 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12911/statm: 120627 108320 194 432 0 120192 0
[pid=12911/tid=12913] ppid=12909 vsize=482508 CPUtime=1795.09 cores=0,2,4,6
/proc/12911/task/12913/stat : 12913 (wbo1.7) R 12909 12911 11506 0 -1 4202560 104519 0 0 0 179401 108 0 0 20 0 2 0 276734617 494088192 108320 33554432000 4194304 5963574 140736861862368 140325879056424 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 482508

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12911 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=27266
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=93833
# CPU time returned by wait4() is 1795.12
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.62
CPU user time (s): 1798.81
CPU system time (s): 0.81
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 482508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.09383
maximum resident set size= 433280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105512
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= 200
involuntary context switches= 1957

runsolver used 3.2505 second user time and 7.71883 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 10:08:15
IDJOB=3705668
IDBENCH=48250
IDSOLVER=2284
FILE ID=node138/3705668-1338106095
RUNJOBID= node138-1338088086-11522
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_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-3705668-1338106095/watcher-3705668-1338106095 -o /tmp/evaluation-result-3705668-1338106095/solver-3705668-1338106095 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705668-1338106095.opb

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=46212060

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:        29475124 kB
Buffers:          334064 kB
Cached:          2209048 kB
SwapCached:          212 kB
Active:           767952 kB
Inactive:        1796960 kB
Active(anon):      12716 kB
Inactive(anon):    11368 kB
Active(file):     755236 kB
Inactive(file):  1785592 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             11232 kB
Writeback:             0 kB
AnonPages:         28292 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             694344 kB
SReclaimable:     136404 kB
SUnreclaim:       557940 kB
KernelStack:        1488 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143532 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-3705668-1338106095.opb

Free space on /tmp at the end= 71528 MiB
End job on node138 at 2012-05-27 10:38:16