Trace number 3705669

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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-3705669-1338106093.opb.
0.00/0.00	c Instance file HOME/instance-3705669-1338106093.opb
0.00/0.00	c File size is 118923 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:      1580                                                |
0.00/0.01	c |  Number Clauses:        1530                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1480                                                |
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.02/0.06	c | 0.07      | 0  | -47          lb |  0                0                0.00  |
0.39/0.48	c | 0.48      | 0  | -46          lb |  0                0                0.00  |
1.19/1.24	c | 1.24      | 0  | -45          lb |  0                0                0.00  |
5.19/5.22	c | 5.22      | 0  | -44          lb |  0                0                0.00  |
30.78/30.85	c | 30.85     | 0  | -43          lb |  0                0                0.00  |
537.68/537.87	c | 537.87    | 0  | -42          lb |  0                0                0.00  |
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.01 s
1799.64/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-3705669-1338106093/watcher-3705669-1338106093 -o /tmp/evaluation-result-3705669-1338106093/solver-3705669-1338106093 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705669-1338106093.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12860
/proc/meminfo: memFree=28873096/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=3820 CPUtime=0 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) R 12858 12860 11506 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 276734397 3911680 409 33554432000 4194304 5963574 140735261754160 140737085390248 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 955 409 177 432 0 490 0

[startup+0.028111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12860
/proc/meminfo: memFree=28873096/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=0.02 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 1598 0 0 0 2 0 0 0 20 0 2 0 276734397 86716416 1520 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 1520 193 432 0 20736 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84684

[startup+0.100225 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12860
/proc/meminfo: memFree=28873096/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=0.09 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 1709 0 0 0 9 0 0 0 20 0 2 0 276734397 86716416 1631 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 1631 194 432 0 20736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84684

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12860
/proc/meminfo: memFree=28873096/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=0.29 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 1786 0 0 0 29 0 0 0 20 0 2 0 276734397 86716416 1708 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 1708 194 432 0 20736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84684

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12860
/proc/meminfo: memFree=28873096/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=0.69 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 2290 0 0 0 69 0 0 0 20 0 2 0 276734397 86716416 2212 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 2212 194 432 0 20736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84684

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12862
/proc/meminfo: memFree=28865208/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=1.49 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 2599 0 0 0 149 0 0 0 20 0 2 0 276734397 86716416 2521 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 2521 194 432 0 20736 0
[pid=12860/tid=12862] ppid=12858 vsize=84684 CPUtime=1.47 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 1607 0 0 0 147 0 0 0 20 0 2 0 276734398 86716416 2521 33554432000 4194304 5963574 140735261754160 140585829189960 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84684

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 12894
/proc/meminfo: memFree=29475868/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=3.09 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 2600 0 0 0 309 0 0 0 20 0 2 0 276734397 86716416 2522 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 2522 194 432 0 20736 0
[pid=12860/tid=12862] ppid=12858 vsize=84684 CPUtime=3.06 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 1608 0 0 0 306 0 0 0 20 0 2 0 276734398 86716416 2522 33554432000 4194304 5963574 140735261754160 140585829189864 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84684

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29458304/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=6.29 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 3682 0 0 0 629 0 0 0 20 0 2 0 276734397 86716416 3604 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 3604 194 432 0 20736 0
[pid=12860/tid=12862] ppid=12858 vsize=84684 CPUtime=6.26 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 2690 0 0 0 626 0 0 0 20 0 2 0 276734398 86716416 3604 33554432000 4194304 5963574 140735261754160 140585829189960 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84684

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29449424/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=12.69 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 4701 0 0 0 1269 0 0 0 20 0 2 0 276734397 86716416 4623 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 4623 194 432 0 20736 0
[pid=12860/tid=12862] ppid=12858 vsize=84684 CPUtime=12.64 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 3709 0 0 0 1264 0 0 0 20 0 2 0 276734398 86716416 4623 33554432000 4194304 5963574 140735261754160 140585829189672 4400331 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84684

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29431588/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=85584 CPUtime=25.48 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 7140 0 0 0 2547 1 0 0 20 0 2 0 276734397 87638016 7087 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21396 7087 194 432 0 20961 0
[pid=12860/tid=12862] ppid=12858 vsize=85584 CPUtime=25.4 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 6148 0 0 0 2539 1 0 0 20 0 2 0 276734398 87638016 7087 33554432000 4194304 5963574 140735261754160 140585829189432 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85584

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 12913
/proc/meminfo: memFree=29413756/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=84684 CPUtime=51.07 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 8413 0 0 0 5105 2 0 0 20 0 2 0 276734397 86716416 8318 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21171 8318 194 432 0 20736 0
[pid=12860/tid=12862] ppid=12858 vsize=84684 CPUtime=50.93 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 7421 0 0 0 5091 2 0 0 20 0 2 0 276734398 86716416 8318 33554432000 4194304 5963574 140735261754160 140585829189624 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84684

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12913
/proc/meminfo: memFree=29367160/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=85408 CPUtime=102.26 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 14827 0 0 0 10220 6 0 0 20 0 2 0 276734397 87457792 14781 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 21352 14781 194 432 0 20917 0
[pid=12860/tid=12862] ppid=12858 vsize=85408 CPUtime=102 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 13835 0 0 0 10193 7 0 0 20 0 2 0 276734398 87457792 14781 33554432000 4194304 5963574 140735261754160 140585829189624 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85408

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12916
/proc/meminfo: memFree=29322156/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=150944 CPUtime=162.24 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 20938 0 0 0 16214 10 0 0 20 0 2 0 276734397 154566656 21518 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 37736 21518 194 432 0 37301 0
[pid=12860/tid=12862] ppid=12858 vsize=150944 CPUtime=161.83 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 19946 0 0 0 16171 12 0 0 20 0 2 0 276734398 154566656 21518 33554432000 4194304 5963574 140735261754160 140585829189624 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 150944

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29275452/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=151304 CPUtime=222.23 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 25975 0 0 0 22208 15 0 0 20 0 2 0 276734397 154935296 26782 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 37826 26782 194 432 0 37391 0
[pid=12860/tid=12862] ppid=12858 vsize=151304 CPUtime=221.67 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 24983 0 0 0 22149 18 0 0 20 0 2 0 276734398 154935296 26782 33554432000 4194304 5963574 140735261754160 140585829189672 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 151304

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29242052/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=151304 CPUtime=282.22 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 28795 0 0 0 28205 17 0 0 20 0 2 0 276734397 154935296 29621 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 37826 29621 194 432 0 37391 0
[pid=12860/tid=12862] ppid=12858 vsize=151304 CPUtime=281.51 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 27803 0 0 0 28130 21 0 0 20 0 2 0 276734398 154935296 29621 33554432000 4194304 5963574 140735261754160 140585829189672 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 151304

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29193380/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=216840 CPUtime=342.21 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 35654 0 0 0 34199 22 0 0 20 0 2 0 276734397 222044160 36483 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 54210 36483 194 432 0 53775 0
[pid=12860/tid=12862] ppid=12858 vsize=216840 CPUtime=341.36 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 34662 0 0 0 34109 27 0 0 20 0 2 0 276734398 222044160 36483 33554432000 4194304 5963574 140735261754160 140585829189672 4378852 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 216840

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29160052/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=216840 CPUtime=402.19 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 39608 0 0 0 40194 25 0 0 20 0 2 0 276734397 222044160 40618 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 54210 40618 194 432 0 53775 0
[pid=12860/tid=12862] ppid=12858 vsize=216840 CPUtime=401.19 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 38616 0 0 0 40088 31 0 0 20 0 2 0 276734398 222044160 40618 33554432000 4194304 5963574 140735261754160 140585829189432 4399482 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 216840

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12917
/proc/meminfo: memFree=29139616/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=216840 CPUtime=462.18 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12927
/proc/meminfo: memFree=28836940/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1422.03 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 67696 0 0 0 142156 47 0 0 20 0 2 0 276734397 355151872 68829 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 68829 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1418.57 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 66704 0 0 0 141789 68 0 0 20 0 2 0 276734398 355151872 68829 33554432000 4194304 5963574 140735261754160 140585829189432 4400547 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 346828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12928
/proc/meminfo: memFree=28808296/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1482.01 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 72626 0 0 0 148148 53 0 0 20 0 2 0 276734397 355151872 73759 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 73759 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1478.41 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 71634 0 0 0 147766 75 0 0 20 0 2 0 276734398 355151872 73759 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 346828

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12928
/proc/meminfo: memFree=28796144/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1542.01 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 74392 0 0 0 154145 56 0 0 20 0 2 0 276734397 355151872 75524 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 75524 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1538.26 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 73400 0 0 0 153748 78 0 0 20 0 2 0 276734398 355151872 75524 33554432000 4194304 5963574 140735261754160 140585829189432 18446744073699066235 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 346828

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12928
/proc/meminfo: memFree=28766660/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1601.98 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 78831 0 0 0 160136 62 0 0 20 0 2 0 276734397 355151872 80219 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 80219 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1598.09 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 77839 0 0 0 159723 86 0 0 20 0 2 0 276734398 355151872 80219 33554432000 4194304 5963574 140735261754160 140585829189672 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 346828

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 12929
/proc/meminfo: memFree=28745280/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1661.95 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 81391 0 0 0 166129 66 0 0 20 0 2 0 276734397 355151872 82990 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 82990 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1657.92 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 80399 0 0 0 165701 91 0 0 20 0 2 0 276734398 355151872 82990 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 346828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 12929
/proc/meminfo: memFree=28740196/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=346828 CPUtime=1721.95 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 81590 0 0 0 172128 67 0 0 20 0 2 0 276734397 355151872 83188 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 86707 83188 194 432 0 86272 0
[pid=12860/tid=12862] ppid=12858 vsize=346828 CPUtime=1717.77 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 80598 0 0 0 171685 92 0 0 20 0 2 0 276734398 355151872 83188 33554432000 4194304 5963574 140735261754160 140585829189432 4399542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 346828

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28719656/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1781.94 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82469 0 0 0 178127 67 0 0 20 0 2 0 276734397 423038976 83974 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 83974 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1777.61 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81477 0 0 0 177667 94 0 0 20 0 2 0 276734398 423038976 83974 33554432000 4194304 5963574 140735261754160 140585829189432 4399462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 413124

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=28715796/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1791.55 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82469 0 0 0 179088 67 0 0 20 0 2 0 276734397 423038976 83974 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 83974 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1787.2 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81477 0 0 0 178626 94 0 0 20 0 2 0 276734398 423038976 83974 33554432000 4194304 5963574 140735261754160 140585829189432 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 413124

[startup+1795.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28715424/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1794.75 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82469 0 0 0 179408 67 0 0 20 0 2 0 276734397 423038976 83974 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 83974 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1790.39 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81477 0 0 0 178945 94 0 0 20 0 2 0 276734398 423038976 83974 33554432000 4194304 5963574 140735261754160 140585829189432 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 413124

[startup+1798.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28714928/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1797.94 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82539 0 0 0 179727 67 0 0 20 0 2 0 276734397 423038976 84044 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 84044 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1793.57 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81547 0 0 0 179263 94 0 0 20 0 2 0 276734398 423038976 84044 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 413124

[startup+1799.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28714432/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1798.74 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82562 0 0 0 179807 67 0 0 20 0 2 0 276734397 423038976 84067 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 84067 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1794.37 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81570 0 0 0 179343 94 0 0 20 0 2 0 276734398 423038976 84067 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 413124

[startup+1799.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28713548/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1799.14 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82574 0 0 0 179847 67 0 0 20 0 2 0 276734397 423038976 84079 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 84079 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1794.78 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81582 0 0 0 179384 94 0 0 20 0 2 0 276734398 423038976 84079 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 413124

[startup+1799.9 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28713548/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1799.54 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82584 0 0 0 179887 67 0 0 20 0 2 0 276734397 423038976 84089 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 84089 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1795.17 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81592 0 0 0 179423 94 0 0 20 0 2 0 276734398 423038976 84089 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 413124

[startup+1800 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12930
/proc/meminfo: memFree=28713548/32873844 swapFree=7116/7116
[pid=12860] ppid=12858 vsize=413124 CPUtime=1799.64 cores=1,3,5,7
/proc/12860/stat : 12860 (wbo1.7) S 12858 12860 11506 0 -1 4202496 82586 0 0 0 179897 67 0 0 20 0 2 0 276734397 423038976 84091 33554432000 4194304 5963574 140735261754160 140735261753680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12860/statm: 103281 84091 194 432 0 102846 0
[pid=12860/tid=12862] ppid=12858 vsize=413124 CPUtime=1795.27 cores=1,3,5,7
/proc/12860/task/12862/stat : 12862 (wbo1.7) R 12858 12860 11506 0 -1 4202560 81594 0 0 0 179433 94 0 0 20 0 2 0 276734398 423038976 84091 33554432000 4194304 5963574 140735261754160 140585829189624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 413124

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12860 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=357216
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=952855
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.64
#
# 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.64
CPU user time (s): 1798.97
CPU system time (s): 0.67
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 413124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 0.952855
maximum resident set size= 336364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82586
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= 121
involuntary context switches= 1862

runsolver used 10.0955 second user time and 13.6819 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 10:08:13
IDJOB=3705669
IDBENCH=48248
IDSOLVER=2284
FILE ID=node138/3705669-1338106093
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=2134319227

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:        28873920 kB
Buffers:          334040 kB
Cached:          2209432 kB
SwapCached:          212 kB
Active:          1363188 kB
Inactive:        1796932 kB
Active(anon):     607816 kB
Inactive(anon):    11368 kB
Active(file):     755372 kB
Inactive(file):  1785564 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:        627460 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693908 kB
SReclaimable:     136224 kB
SUnreclaim:       557684 kB
KernelStack:        1464 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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-3705669-1338106093.opb

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