Trace number 3704996

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

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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704996-1338087137.opb.
0.00/0.00	c Instance file HOME/instance-3704996-1338087137.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.29/4.33	c | 4.33      | 0  | -114         lb |  0                0                0.00  |
74.18/74.28	c | 74.29     | 0  | -113         lb |  0                0                0.00  |
1396.42/1396.90	c | 1396.90   | 0  | -112         lb |  0                0                0.00  |
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3704996-1338087137/watcher-3704996-1338087137 -o /tmp/evaluation-result-3704996-1338087137/solver-3704996-1338087137 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704996-1338087137.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 2/177 30612
/proc/meminfo: memFree=28883196/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=3488 CPUtime=0 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) R 30610 30612 27916 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 274839621 3571712 323 33554432000 4194304 5963574 140734842546400 140734274313752 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 872 323 177 432 0 384 0

[startup+0.059726 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 30612
/proc/meminfo: memFree=28883196/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=0.05 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 1859 0 0 0 5 0 0 0 20 0 2 0 274839621 87011328 1758 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 1758 194 432 0 20808 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84972

[startup+0.100494 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 30612
/proc/meminfo: memFree=28883196/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=0.09 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 1859 0 0 0 9 0 0 0 20 0 2 0 274839621 87011328 1758 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 1758 194 432 0 20808 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84972

[startup+0.300162 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 30612
/proc/meminfo: memFree=28883196/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=0.29 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 2043 0 0 0 29 0 0 0 20 0 2 0 274839621 87011328 1942 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 1942 194 432 0 20808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84972

[startup+0.700174 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 30612
/proc/meminfo: memFree=28883196/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=0.69 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 2250 0 0 0 69 0 0 0 20 0 2 0 274839621 87011328 2149 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 2149 194 432 0 20808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84972

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28874888/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=1.49 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 3028 0 0 0 149 0 0 0 20 0 2 0 274839621 87011328 2927 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 2927 194 432 0 20808 0
[pid=30612/tid=30614] ppid=30610 vsize=84972 CPUtime=1.46 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 1954 0 0 0 146 0 0 0 20 0 2 0 274839623 87011328 2927 33554432000 4194304 5963574 140734842546400 140124609791800 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84972

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28871400/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=85116 CPUtime=3.09 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 3827 0 0 0 309 0 0 0 20 0 2 0 274839621 87158784 3726 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21279 3726 194 432 0 20844 0
[pid=30612/tid=30614] ppid=30610 vsize=85116 CPUtime=3.06 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 2753 0 0 0 306 0 0 0 20 0 2 0 274839623 87158784 3726 33554432000 4194304 5963574 140734842546400 140124609791992 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85116

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28866812/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=84972 CPUtime=6.28 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 4402 0 0 0 628 0 0 0 20 0 2 0 274839621 87011328 4273 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21243 4273 194 432 0 20808 0
[pid=30612/tid=30614] ppid=30610 vsize=84972 CPUtime=6.25 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 3328 0 0 0 625 0 0 0 20 0 2 0 274839623 87011328 4273 33554432000 4194304 5963574 140734842546400 140124609792952 4400367 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84972

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28861016/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=85188 CPUtime=12.69 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 6265 0 0 0 1268 1 0 0 20 0 2 0 274839621 87232512 6136 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21297 6136 194 432 0 20862 0
[pid=30612/tid=30614] ppid=30610 vsize=85188 CPUtime=12.63 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 5191 0 0 0 1262 1 0 0 20 0 2 0 274839623 87232512 6136 33554432000 4194304 5963574 140734842546400 140124609791992 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85188

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28848244/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=85512 CPUtime=25.48 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 9151 0 0 0 2546 2 0 0 20 0 2 0 274839621 87564288 9017 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21378 9017 194 432 0 20943 0
[pid=30612/tid=30614] ppid=30610 vsize=85512 CPUtime=25.4 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 8077 0 0 0 2538 2 0 0 20 0 2 0 274839623 87564288 9017 33554432000 4194304 5963574 140734842546400 140124609791800 4399462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85512

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28824808/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=85888 CPUtime=51.08 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 14826 0 0 0 5105 3 0 0 20 0 2 0 274839621 87949312 14692 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 21472 14692 194 432 0 21037 0
[pid=30612/tid=30614] ppid=30610 vsize=85888 CPUtime=50.94 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 13752 0 0 0 5091 3 0 0 20 0 2 0 274839623 87949312 14692 33554432000 4194304 5963574 140734842546400 140124609791800 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85888

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28795792/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=150508 CPUtime=102.28 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 18325 0 0 0 10223 5 0 0 20 0 2 0 274839621 154120192 17986 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 37627 17986 194 432 0 37192 0
[pid=30612/tid=30614] ppid=30610 vsize=150508 CPUtime=102.01 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 17251 0 0 0 10195 6 0 0 20 0 2 0 274839623 154120192 17986 33554432000 4194304 5963574 140734842546400 140124609792952 4400361 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 150508

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30614
/proc/meminfo: memFree=28751648/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=150508 CPUtime=162.24 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 21366 0 0 0 16218 6 0 0 20 0 2 0 274839621 154120192 21236 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 37627 21236 194 432 0 37192 0
[pid=30612/tid=30614] ppid=30610 vsize=150508 CPUtime=161.83 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 20292 0 0 0 16175 8 0 0 20 0 2 0 274839623 154120192 21236 33554432000 4194304 5963574 140734842546400 140124609791800 4399614 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 150508

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30615
/proc/meminfo: memFree=28692160/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=150508 CPUtime=222.23 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 32908 0 0 0 22212 11 0 0 20 0 2 0 274839621 154120192 33693 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 37627 33693 194 432 0 37192 0
[pid=30612/tid=30614] ppid=30610 vsize=150508 CPUtime=221.67 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 31834 0 0 0 22153 14 0 0 20 0 2 0 274839623 154120192 33693 33554432000 4194304 5963574 140734842546400 140124609791800 4378544 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 150508

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30615
/proc/meminfo: memFree=28665964/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=216044 CPUtime=282.22 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 35727 0 0 0 28209 13 0 0 20 0 2 0 274839621 221229056 36512 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 54011 36512 194 432 0 53576 0
[pid=30612/tid=30614] ppid=30610 vsize=216044 CPUtime=281.52 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 34653 0 0 0 28136 16 0 0 20 0 2 0 274839623 221229056 36512 33554432000 4194304 5963574 140734842546400 140124609791800 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 216044

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30615
/proc/meminfo: memFree=28627200/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=217128 CPUtime=342.21 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 41818 0 0 0 34206 15 0 0 20 0 2 0 274839621 222339072 42603 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 54282 42603 194 432 0 53847 0
[pid=30612/tid=30614] ppid=30610 vsize=217128 CPUtime=341.37 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 40744 0 0 0 34117 20 0 0 20 0 2 0 274839623 222339072 42603 33554432000 4194304 5963574 140734842546400 140124609791800 4399614 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 217128

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30615
/proc/meminfo: memFree=28587860/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=217128 CPUtime=402.16 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 49029 0 0 0 40197 19 0 0 20 0 2 0 274839621 222339072 50230 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 54282 50230 194 432 0 53847 0
[pid=30612/tid=30614] ppid=30610 vsize=217128 CPUtime=401.18 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 47955 0 0 0 40093 25 0 0 20 0 2 0 274839623 222339072 50230 33554432000 4194304 5963574 140734842546400 140124609792040 4399627 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) 217128

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30615
/proc/meminfo: memFree=28525772/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=282664 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 30687
/proc/meminfo: memFree=28163760/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1421.92 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143327 0 0 0 142125 67 0 0 20 0 2 0 274839621 623882240 144853 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 144853 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1418.48 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142253 0 0 0 141760 88 0 0 20 0 2 0 274839623 623882240 144853 33554432000 4194304 5963574 140734842546400 140124609792952 4399448 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 609260

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 30687
/proc/meminfo: memFree=28120268/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1481.9 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143529 0 0 0 148123 67 0 0 20 0 2 0 274839621 623882240 145361 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145361 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1478.31 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142455 0 0 0 147742 89 0 0 20 0 2 0 274839623 623882240 145361 33554432000 4194304 5963574 140734842546400 140124609792952 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 609260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 30687
/proc/meminfo: memFree=28102884/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1541.89 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143530 0 0 0 154122 67 0 0 20 0 2 0 274839621 623882240 145366 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145366 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1538.16 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142456 0 0 0 153726 90 0 0 20 0 2 0 274839623 623882240 145366 33554432000 4194304 5963574 140734842546400 140124609792952 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 609260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 30687
/proc/meminfo: memFree=28090576/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1601.87 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 160120 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1598 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 159709 91 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 609260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 30687
/proc/meminfo: memFree=28048664/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1661.86 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 166119 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1657.85 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 165693 92 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 609260

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 30691
/proc/meminfo: memFree=28002912/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1721.85 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 172118 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1717.69 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 171676 93 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 609260

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 30691
/proc/meminfo: memFree=27998944/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1781.85 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 178118 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1777.54 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 177660 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 609260

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27995704/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1791.45 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179078 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1787.12 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 178618 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 609260

[startup+1795.1 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27995208/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1794.65 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179398 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1790.31 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 178937 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 609260

[startup+1798.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27993704/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1797.84 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179717 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1793.5 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 179256 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 609260

[startup+1799.1 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27993580/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1798.64 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179797 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1794.29 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 179335 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 609260

[startup+1799.5 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27993208/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1799.05 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179838 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1794.7 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 179376 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 609260

[startup+1799.9 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27993208/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1799.44 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179877 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1795.09 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 179415 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 609260

[startup+1800 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 30691
/proc/meminfo: memFree=27993208/32873648 swapFree=6844/6844
[pid=30612] ppid=30610 vsize=609260 CPUtime=1799.54 cores=0,2,4,6
/proc/30612/stat : 30612 (wbo1.7) S 30610 30612 27916 0 -1 4202496 143536 0 0 0 179887 67 0 0 20 0 2 0 274839621 623882240 145545 33554432000 4194304 5963574 140734842546400 140734842545920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30612/statm: 152315 145545 194 432 0 151880 0
[pid=30612/tid=30614] ppid=30610 vsize=609260 CPUtime=1795.19 cores=0,2,4,6
/proc/30612/task/30614/stat : 30614 (wbo1.7) R 30610 30612 27916 0 -1 4202560 142462 0 0 0 179425 94 0 0 20 0 2 0 274839623 623882240 145545 33554432000 4194304 5963574 140734842546400 140124609792952 4389938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 609260

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30612 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=272229
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=954854
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.87
CPU system time (s): 0.67
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 611968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 0.954854
maximum resident set size= 582180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143536
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= 1846

runsolver used 2.68459 second user time and 7.14691 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 04:52:18
IDJOB=3704996
IDBENCH=1870
IDSOLVER=2283
FILE ID=node124/3704996-1338087137
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71428 MiB

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

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=87948226

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28883740 kB
Buffers:          325820 kB
Cached:          2666256 kB
SwapCached:            0 kB
Active:          1073112 kB
Inactive:        2110748 kB
Active(anon):     194152 kB
Inactive(anon):        0 kB
Active(file):     878960 kB
Inactive(file):  2110748 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        142884 kB
Mapped:            15164 kB
Shmem:               200 kB
Slab:             667584 kB
SReclaimable:     112104 kB
SUnreclaim:       555480 kB
KernelStack:        1488 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71420 MiB
End job on node124 at 2012-05-27 05:22:18