Trace number 3727297

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.48 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
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 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727297-1338652764.opb.
0.00/0.00	c Instance file HOME/instance-3727297-1338652764.opb
0.00/0.00	c File size is 214268 bytes.
0.00/0.01	c Cost Offset: -120
0.00/0.01	c Highest Coefficient sum: 900
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      1835                                                |
0.00/0.01	c |  Number Clauses:        1941                                                |
0.00/0.01	c |  Number Cardinality:    208                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
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.02	c | 0.03      | 0  | -119         lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | -118         lb |  0                0                0.00  |
0.00/0.05	c | 0.05      | 0  | -117         lb |  0                0                0.00  |
0.09/0.13	c | 0.13      | 0  | -116         lb |  0                0                0.00  |
0.29/0.35	c | 0.35      | 0  | -115         lb |  0                0                0.00  |
4.48/4.53	c | 4.53      | 0  | -114         lb |  0                0                0.00  |
73.13/73.28	c | 73.28     | 0  | -113         lb |  0                0                0.00  |
1401.84/1402.31	c | 1402.31   | 0  | -112         lb |  0                0                0.00  |
1799.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3727297-1338652764/watcher-3727297-1338652764 -o /tmp/evaluation-result-3727297-1338652764/solver-3727297-1338652764 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727297-1338652764.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 1.91 3/177 27449
/proc/meminfo: memFree=28412804/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=3492 CPUtime=0 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) R 27447 27449 25979 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 331402099 3575808 325 33554432000 4194304 5964350 140735960771200 140735548724120 4344688 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 873 325 176 433 0 384 0

[startup+0.062493 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 27449
/proc/meminfo: memFree=28412804/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=0.06 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 1859 0 0 0 6 0 0 0 20 0 2 0 331402099 86933504 1759 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 1759 194 433 0 20788 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84896

[startup+0.10017 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 27449
/proc/meminfo: memFree=28412804/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=0.09 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 1859 0 0 0 9 0 0 0 20 0 2 0 331402099 86933504 1759 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 1759 194 433 0 20788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84896

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 27449
/proc/meminfo: memFree=28412804/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=0.29 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 2043 0 0 0 29 0 0 0 20 0 2 0 331402099 86933504 1943 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 1943 194 433 0 20788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84896

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 27449
/proc/meminfo: memFree=28412804/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=0.69 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 2250 0 0 0 69 0 0 0 20 0 2 0 331402099 86933504 2150 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 2150 194 433 0 20788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84896

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27451
/proc/meminfo: memFree=28404364/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=1.49 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 2995 0 0 0 149 0 0 0 20 0 2 0 331402099 86933504 2895 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 2895 194 433 0 20788 0
[pid=27449/tid=27451] ppid=27447 vsize=84896 CPUtime=1.46 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 1923 0 0 0 146 0 0 0 20 0 2 0 331402100 86933504 2896 33554432000 4194304 5964350 140735960771200 140410135267128 5136340 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84896

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27451
/proc/meminfo: memFree=28400512/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=85040 CPUtime=3.08 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 3774 0 0 0 308 0 0 0 20 0 2 0 331402099 87080960 3674 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21260 3674 194 433 0 20824 0
[pid=27449/tid=27451] ppid=27447 vsize=85040 CPUtime=3.05 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 2701 0 0 0 305 0 0 0 20 0 2 0 331402100 87080960 3674 33554432000 4194304 5964350 140735960771200 140410135267128 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85040

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27451
/proc/meminfo: memFree=28396172/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=84896 CPUtime=6.28 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 4402 0 0 0 628 0 0 0 20 0 2 0 331402099 86933504 4274 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21224 4274 194 433 0 20788 0
[pid=27449/tid=27451] ppid=27447 vsize=84896 CPUtime=6.24 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 3329 0 0 0 624 0 0 0 20 0 2 0 331402100 86933504 4274 33554432000 4194304 5964350 140735960771200 140410135268280 4403263 0 0 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84896

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27451
/proc/meminfo: memFree=28390872/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=85112 CPUtime=12.68 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 5942 0 0 0 1267 1 0 0 20 0 2 0 331402099 87154688 5814 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21278 5814 194 433 0 20842 0
[pid=27449/tid=27451] ppid=27447 vsize=85112 CPUtime=12.62 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 4869 0 0 0 1262 0 0 0 20 0 2 0 331402100 87154688 5814 33554432000 4194304 5964350 140735960771200 140410135267320 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85112

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27451
/proc/meminfo: memFree=28377240/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=85220 CPUtime=25.47 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 8912 0 0 0 2546 1 0 0 20 0 2 0 331402099 87265280 8784 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21305 8784 194 433 0 20869 0
[pid=27449/tid=27451] ppid=27447 vsize=85220 CPUtime=25.39 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 7839 0 0 0 2538 1 0 0 20 0 2 0 331402100 87265280 8784 33554432000 4194304 5964350 140735960771200 140410135267128 4399938 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85220

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 27493
/proc/meminfo: memFree=28697976/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=85812 CPUtime=51.05 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 14836 0 0 0 5102 3 0 0 20 0 2 0 331402099 87871488 14730 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 21453 14730 194 433 0 21017 0
[pid=27449/tid=27451] ppid=27447 vsize=85812 CPUtime=50.9 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 13763 0 0 0 5087 3 0 0 20 0 2 0 331402100 87871488 14730 33554432000 4194304 5964350 140735960771200 140410135267128 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 85812

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 27517
/proc/meminfo: memFree=28611400/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=150432 CPUtime=102.24 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 18303 0 0 0 10220 4 0 0 20 0 2 0 331402099 154042368 19065 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 37608 19065 194 433 0 37172 0
[pid=27449/tid=27451] ppid=27447 vsize=150432 CPUtime=101.96 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 17230 0 0 0 10191 5 0 0 20 0 2 0 331402100 154042368 19065 33554432000 4194304 5964350 140735960771200 140410135268280 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 150432

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 27517
/proc/meminfo: memFree=28550328/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=150432 CPUtime=162.22 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 23922 0 0 0 16217 5 0 0 20 0 2 0 331402099 154042368 24684 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 37608 24684 194 433 0 37172 0
[pid=27449/tid=27451] ppid=27447 vsize=150432 CPUtime=161.8 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 22849 0 0 0 16173 7 0 0 20 0 2 0 331402100 154042368 24684 33554432000 4194304 5964350 140735960771200 140410135267128 4400380 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 150432

[startup+222.3 s]
/proc/loadavg: 2.11 2.03 1.92 3/179 27517
/proc/meminfo: memFree=28503408/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=150432 CPUtime=222.18 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 32723 0 0 0 22210 8 0 0 20 0 2 0 331402099 154042368 33700 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 37608 33700 194 433 0 37172 0
[pid=27449/tid=27451] ppid=27447 vsize=150432 CPUtime=221.63 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 31650 0 0 0 22152 11 0 0 20 0 2 0 331402100 154042368 33700 33554432000 4194304 5964350 140735960771200 140410135267320 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 150432

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 1.92 3/179 27517
/proc/meminfo: memFree=28463160/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=217052 CPUtime=282.17 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 37668 0 0 0 28207 10 0 0 20 0 2 0 331402099 222261248 38645 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 54263 38645 194 433 0 53827 0
[pid=27449/tid=27451] ppid=27447 vsize=217052 CPUtime=281.47 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 36595 0 0 0 28133 14 0 0 20 0 2 0 331402100 222261248 38645 33554432000 4194304 5964350 140735960771200 140410135267128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 217052

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/179 27517
/proc/meminfo: memFree=28410004/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=217052 CPUtime=342.17 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 42519 0 0 0 34205 12 0 0 20 0 2 0 331402099 222261248 43496 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 54263 43496 194 433 0 53827 0
[pid=27449/tid=27451] ppid=27447 vsize=217052 CPUtime=341.32 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 41446 0 0 0 34115 17 0 0 20 0 2 0 331402100 222261248 43496 33554432000 4194304 5964350 140735960771200 140410135267368 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 217052

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 1.93 3/179 27518
/proc/meminfo: memFree=28382476/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=217052 CPUtime=402.16 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 48765 0 0 0 40201 15 0 0 20 0 2 0 331402099 222261248 49742 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 54263 49742 194 433 0 53827 0
[pid=27449/tid=27451] ppid=27447 vsize=217052 CPUtime=401.17 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 47692 0 0 0 40096 21 0 0 20 0 2 0 331402100 222261248 49742 33554432000 4194304 5964350 140735960771200 140410135267368 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 217052

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 27518
/proc/meminfo: memFree=28306284/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=282588 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27527
/proc/meminfo: memFree=27676752/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1421.84 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143178 0 0 0 142119 65 0 0 20 0 2 0 331402099 623804416 145067 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145067 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1418.39 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142105 0 0 0 141753 86 0 0 20 0 2 0 331402100 623804416 145067 33554432000 4194304 5964350 140735960771200 140410135268280 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 609184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27527
/proc/meminfo: memFree=27663484/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1481.83 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143436 0 0 0 148118 65 0 0 20 0 2 0 331402099 623804416 145325 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145325 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1478.23 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142363 0 0 0 147736 87 0 0 20 0 2 0 331402100 623804416 145325 33554432000 4194304 5964350 140735960771200 140410135268280 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 609184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27527
/proc/meminfo: memFree=27617924/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1541.82 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143501 0 0 0 154117 65 0 0 20 0 2 0 331402099 623804416 145390 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145390 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1538.08 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142428 0 0 0 153720 88 0 0 20 0 2 0 331402100 623804416 145390 33554432000 4194304 5964350 140735960771200 140410135268280 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 609184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27528
/proc/meminfo: memFree=27617176/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1601.81 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143501 0 0 0 160116 65 0 0 20 0 2 0 331402099 623804416 145390 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145390 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1597.93 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142428 0 0 0 159704 89 0 0 20 0 2 0 331402100 623804416 145390 33554432000 4194304 5964350 140735960771200 140410135268280 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 609184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 27529
/proc/meminfo: memFree=27615380/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1661.8 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 166115 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1657.77 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 165687 90 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 609184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1721.79 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 172114 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1717.62 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 171671 91 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4399944 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 609184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615696/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1781.78 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 178113 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1777.47 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 177655 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4399906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 609184

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1791.39 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179074 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1787.05 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 178613 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 609184

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1794.58 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179393 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1790.24 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 178932 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 609184

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1797.78 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179713 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1793.43 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 179251 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 609184

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1798.58 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179793 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1794.22 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 179330 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 609184

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1798.98 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179833 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1794.63 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 179371 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 609184

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1799.38 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179873 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1795.02 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 179410 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4400462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 609184

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27529
/proc/meminfo: memFree=27615572/32873844 swapFree=7112/7112
[pid=27449] ppid=27447 vsize=609184 CPUtime=1799.48 cores=0,2,4,6
/proc/27449/stat : 27449 (wbo1.72) S 27447 27449 25979 0 -1 4202496 143502 0 0 0 179883 65 0 0 20 0 2 0 331402099 623804416 145391 33554432000 4194304 5964350 140735960771200 140735960770720 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27449/statm: 152296 145391 194 433 0 151860 0
[pid=27449/tid=27451] ppid=27447 vsize=609184 CPUtime=1795.12 cores=0,2,4,6
/proc/27449/task/27451/stat : 27451 (wbo1.72) R 27447 27449 25979 0 -1 4202560 142429 0 0 0 179420 92 0 0 20 0 2 0 331402100 623804416 145391 33554432000 4194304 5964350 140735960771200 140410135268280 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 609184

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27449 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=223236
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=940856
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1799.48
#
# 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.48
CPU user time (s): 1798.83
CPU system time (s): 0.65
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 611892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 0.940856
maximum resident set size= 582596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143504
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= 228
involuntary context switches= 1903

runsolver used 3.55846 second user time and 9.54255 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-02 17:59:24
IDJOB=3727297
IDBENCH=1870
IDSOLVER=2313
FILE ID=node119/3727297-1338652764
RUNJOBID= node119-1338650964-27288
PBS_JOBID= 14636461
Free space on /tmp= 70920 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727297-1338652764/watcher-3727297-1338652764 -o /tmp/evaluation-result-3727297-1338652764/solver-3727297-1338652764 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727297-1338652764.opb

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1641303083

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        28413704 kB
Buffers:          383864 kB
Cached:          2871080 kB
SwapCached:         1936 kB
Active:          1767780 kB
Inactive:        1873072 kB
Active(anon):     381432 kB
Inactive(anon):     6636 kB
Active(file):    1386348 kB
Inactive(file):  1866436 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        458948 kB
Mapped:            12432 kB
Shmem:                 0 kB
Slab:             680568 kB
SReclaimable:     122776 kB
SUnreclaim:       557792 kB
KernelStack:        1488 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     183168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70912 MiB
End job on node119 at 2012-06-02 18:29:24