Trace number 3705263

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
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-3705263-1338102387.opb.
0.00/0.00	c Instance file HOME/instance-3705263-1338102387.opb
0.00/0.00	c File size is 4933 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3811
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3705263-1338102387/watcher-3705263-1338102387 -o /tmp/evaluation-result-3705263-1338102387/solver-3705263-1338102387 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705263-1338102387.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17151
/proc/meminfo: memFree=29891236/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 748 0 0 0 0 0 0 0 20 0 2 0 276363083 85585920 698 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20895 698 189 432 0 20460 0
[pid=17151/tid=17152] ppid=17149 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 276363083 85585920 698 33554432000 4194304 5963574 140735014419568 140736705440216 5142556 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.101108 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17151
/proc/meminfo: memFree=29891236/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83580 CPUtime=0.09 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 987 0 0 0 9 0 0 0 20 0 2 0 276363083 85585920 937 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20895 937 190 432 0 20460 0
[pid=17151/tid=17152] ppid=17149 vsize=83580 CPUtime=0.08 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 281 0 0 0 8 0 0 0 20 0 2 0 276363083 85585920 937 33554432000 4194304 5963574 140735014419568 140736705440216 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83580

[startup+0.200305 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17151
/proc/meminfo: memFree=29891236/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83580 CPUtime=0.19 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 1193 0 0 0 19 0 0 0 20 0 2 0 276363083 85585920 1143 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20895 1143 190 432 0 20460 0
[pid=17151/tid=17152] ppid=17149 vsize=83580 CPUtime=0.18 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 487 0 0 0 18 0 0 0 20 0 2 0 276363083 85585920 1143 33554432000 4194304 5963574 140735014419568 140736705440216 5178411 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83580

[startup+0.300301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17151
/proc/meminfo: memFree=29891236/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83580 CPUtime=0.29 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 1333 0 0 0 29 0 0 0 20 0 2 0 276363083 85585920 1283 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20895 1283 190 432 0 20460 0
[pid=17151/tid=17152] ppid=17149 vsize=83580 CPUtime=0.28 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 627 0 0 0 28 0 0 0 20 0 2 0 276363083 85585920 1283 33554432000 4194304 5963574 140735014419568 140736705440216 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83580

[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17151
/proc/meminfo: memFree=29891236/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 1694 0 0 0 69 0 0 0 20 0 2 0 276363083 85733376 1644 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20931 1644 190 432 0 20496 0
[pid=17151/tid=17152] ppid=17149 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 988 0 0 0 68 0 0 0 20 0 2 0 276363083 85733376 1644 33554432000 4194304 5963574 140735014419568 140736705440216 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=29883260/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83724 CPUtime=1.49 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 2226 0 0 0 149 0 0 0 20 0 2 0 276363083 85733376 2176 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20931 2176 190 432 0 20496 0
[pid=17151/tid=17152] ppid=17149 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 1520 0 0 0 148 0 0 0 20 0 2 0 276363083 85733376 2176 33554432000 4194304 5963574 140735014419568 140060851893784 4399542 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) 83724

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=29878580/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=83796 CPUtime=3.09 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 3209 0 0 0 309 0 0 0 20 0 2 0 276363083 85807104 3159 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 20949 3159 190 432 0 20514 0
[pid=17151/tid=17152] ppid=17149 vsize=83796 CPUtime=3.07 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 2503 0 0 0 307 0 0 0 20 0 2 0 276363083 85807104 3159 33554432000 4194304 5963574 140735014419568 140060851894312 4402903 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) 83796

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=29865808/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=84192 CPUtime=6.29 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 4412 0 0 0 628 1 0 0 20 0 2 0 276363083 86212608 4362 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 21048 4362 190 432 0 20613 0
[pid=17151/tid=17152] ppid=17149 vsize=84192 CPUtime=6.27 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 3706 0 0 0 626 1 0 0 20 0 2 0 276363083 86212608 4362 33554432000 4194304 5963574 140735014419568 140060851894072 4388735 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84192

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=29849224/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=85540 CPUtime=12.69 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 6777 0 0 0 1267 2 0 0 20 0 2 0 276363083 87592960 6727 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 21385 6727 190 432 0 20950 0
[pid=17151/tid=17152] ppid=17149 vsize=85540 CPUtime=12.65 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 6071 0 0 0 1264 1 0 0 20 0 2 0 276363083 87592960 6727 33554432000 4194304 5963574 140735014419568 140060851894312 5135572 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) 85540

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=29813852/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=87400 CPUtime=25.49 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 9768 0 0 0 2546 3 0 0 20 0 2 0 276363083 89497600 9718 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 21850 9718 190 432 0 21415 0
[pid=17151/tid=17152] ppid=17149 vsize=87400 CPUtime=25.42 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 9062 0 0 0 2540 2 0 0 20 0 2 0 276363083 89497600 9718 33554432000 4194304 5963574 140735014419568 140060851894264 4381567 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87400

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17153
/proc/meminfo: memFree=29762732/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=89056 CPUtime=51.08 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 14407 0 0 0 5104 4 0 0 20 0 2 0 276363083 91193344 14357 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 22264 14357 190 432 0 21829 0
[pid=17151/tid=17152] ppid=17149 vsize=89056 CPUtime=50.95 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 13701 0 0 0 5091 4 0 0 20 0 2 0 276363083 91193344 14357 33554432000 4194304 5963574 140735014419568 140060851894312 4221120 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) 89056

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17154
/proc/meminfo: memFree=29728268/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=157284 CPUtime=102.28 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 22308 0 0 0 10219 9 0 0 20 0 2 0 276363083 161058816 22258 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 39321 22258 190 432 0 38886 0
[pid=17151/tid=17152] ppid=17149 vsize=157284 CPUtime=102.03 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 21602 0 0 0 10193 10 0 0 20 0 2 0 276363083 161058816 22258 33554432000 4194304 5963574 140735014419568 140060851893784 4399456 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) 157284

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17193
/proc/meminfo: memFree=30396104/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=159412 CPUtime=162.26 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 28834 0 0 0 16212 14 0 0 20 0 2 0 276363083 163237888 28788 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 39853 28788 190 432 0 39418 0
[pid=17151/tid=17152] ppid=17149 vsize=159412 CPUtime=161.86 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 28128 0 0 0 16170 16 0 0 20 0 2 0 276363083 163237888 28788 33554432000 4194304 5963574 140735014419568 140060851894312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 159412

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17196
/proc/meminfo: memFree=30324188/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=163108 CPUtime=222.24 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 36007 0 0 0 22204 20 0 0 20 0 2 0 276363083 167022592 36802 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 40777 36802 190 432 0 40342 0
[pid=17151/tid=17152] ppid=17149 vsize=163108 CPUtime=221.69 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 35301 0 0 0 22146 23 0 0 20 0 2 0 276363083 167022592 36802 33554432000 4194304 5963574 140735014419568 140060851894312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 163108

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17196
/proc/meminfo: memFree=30271140/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=230256 CPUtime=282.21 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 40198 0 0 0 28197 24 0 0 20 0 2 0 276363083 235782144 40991 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 57564 40991 190 432 0 57129 0
[pid=17151/tid=17152] ppid=17149 vsize=230256 CPUtime=281.53 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 39492 0 0 0 28125 28 0 0 20 0 2 0 276363083 235782144 40991 33554432000 4194304 5963574 140735014419568 140060851894072 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 230256

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17196
/proc/meminfo: memFree=30209848/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=232584 CPUtime=342.19 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 48681 0 0 0 34188 31 0 0 20 0 2 0 276363083 238166016 49460 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 58146 49460 190 432 0 57711 0
[pid=17151/tid=17152] ppid=17149 vsize=232584 CPUtime=341.36 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 47975 0 0 0 34100 36 0 0 20 0 2 0 276363083 238166016 49460 33554432000 4194304 5963574 140735014419568 140060851894312 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 232584

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17196
/proc/meminfo: memFree=30172264/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=234132 CPUtime=402.19 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 53296 0 0 0 40183 36 0 0 20 0 2 0 276363083 239751168 54075 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17203
/proc/meminfo: memFree=29694688/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=512188 CPUtime=1361.96 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 115093 0 0 0 136088 108 0 0 20 0 2 0 276363083 524480512 115785 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 128047 115785 190 432 0 127612 0
[pid=17151/tid=17152] ppid=17149 vsize=512188 CPUtime=1358.66 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 114387 0 0 0 135738 128 0 0 20 0 2 0 276363083 524480512 115785 33554432000 4194304 5963574 140735014419568 140060851893784 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 512188

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17206
/proc/meminfo: memFree=29686976/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=512188 CPUtime=1421.95 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 115694 0 0 0 142087 108 0 0 20 0 2 0 276363083 524480512 116386 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 128047 116386 190 432 0 127612 0
[pid=17151/tid=17152] ppid=17149 vsize=512188 CPUtime=1418.52 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 114988 0 0 0 141723 129 0 0 20 0 2 0 276363083 524480512 116386 33554432000 4194304 5963574 140735014419568 140060851894072 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 512188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17206
/proc/meminfo: memFree=29671376/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=512188 CPUtime=1481.94 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 119704 0 0 0 148081 113 0 0 20 0 2 0 276363083 524480512 120396 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 128047 120396 190 432 0 127612 0
[pid=17151/tid=17152] ppid=17149 vsize=512188 CPUtime=1478.36 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 118998 0 0 0 147701 135 0 0 20 0 2 0 276363083 524480512 120396 33554432000 4194304 5963574 140735014419568 140060851893784 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 512188

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17206
/proc/meminfo: memFree=29651548/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=512188 CPUtime=1541.94 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 122301 0 0 0 154077 117 0 0 20 0 2 0 276363083 524480512 122993 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 128047 122993 190 432 0 127612 0
[pid=17151/tid=17152] ppid=17149 vsize=512188 CPUtime=1538.21 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 121595 0 0 0 153681 140 0 0 20 0 2 0 276363083 524480512 122993 33554432000 4194304 5963574 140735014419568 140060851894264 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 512188

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 17206
/proc/meminfo: memFree=29622652/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=577724 CPUtime=1601.91 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 123659 0 0 0 160073 118 0 0 20 0 2 0 276363083 591589376 124351 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 144431 124351 190 432 0 143996 0
[pid=17151/tid=17152] ppid=17149 vsize=577724 CPUtime=1598.05 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 122953 0 0 0 159663 142 0 0 20 0 2 0 276363083 591589376 124351 33554432000 4194304 5963574 140735014419568 140060851893784 4378528 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 577724

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17207
/proc/meminfo: memFree=29592024/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=579100 CPUtime=1661.91 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 127229 0 0 0 166068 123 0 0 20 0 2 0 276363083 592998400 127921 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 144775 127921 190 432 0 144340 0
[pid=17151/tid=17152] ppid=17149 vsize=579100 CPUtime=1657.9 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 126523 0 0 0 165642 148 0 0 20 0 2 0 276363083 592998400 127921 33554432000 4194304 5963574 140735014419568 140060851893784 5133856 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 579100

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17207
/proc/meminfo: memFree=29568216/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=580300 CPUtime=1721.89 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 130204 0 0 0 172063 126 0 0 20 0 2 0 276363083 594227200 130896 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145075 130896 190 432 0 144640 0
[pid=17151/tid=17152] ppid=17149 vsize=580300 CPUtime=1717.74 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 129498 0 0 0 171622 152 0 0 20 0 2 0 276363083 594227200 130896 33554432000 4194304 5963574 140735014419568 140060851894312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 580300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29537988/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1781.88 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135183 0 0 0 178056 132 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135866 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1777.58 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134477 0 0 0 177600 158 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140060851893784 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 581168

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29533276/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1791.58 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135183 0 0 0 179026 132 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135866 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1787.26 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134477 0 0 0 178567 159 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140060851893784 4378528 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 581168

[startup+1795.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29531912/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1794.78 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135183 0 0 0 179346 132 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135866 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1790.45 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134477 0 0 0 178886 159 0 0 20 0 2 0 276363083 595116032 135866 33554432000 4194304 5963574 140735014419568 140060851893784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 581168

[startup+1798.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29531096/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1797.97 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135189 0 0 0 179665 132 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135867 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1793.63 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134483 0 0 0 179204 159 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140060851893784 4392491 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 581168

[startup+1799.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29530724/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1798.77 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135189 0 0 0 179745 132 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135867 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1794.43 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134483 0 0 0 179284 159 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140060851893784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 581168

[startup+1799.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29530104/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1799.18 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135189 0 0 0 179786 132 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135867 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1794.84 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134483 0 0 0 179325 159 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140060851893784 4399537 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 581168

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17207
/proc/meminfo: memFree=29530104/32873844 swapFree=7388/7388
[pid=17151] ppid=17149 vsize=581168 CPUtime=1799.57 cores=0,2,4,6
/proc/17151/stat : 17151 (wbo1.7) S 17149 17151 16265 0 -1 4202496 135189 0 0 0 179825 132 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140735014419088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17151/statm: 145292 135867 190 432 0 144857 0
[pid=17151/tid=17152] ppid=17149 vsize=581168 CPUtime=1795.23 cores=0,2,4,6
/proc/17151/task/17152/stat : 17152 (wbo1.7) R 17149 17151 16265 0 -1 4202560 134483 0 0 0 179364 159 0 0 20 0 2 0 276363083 595116032 135867 33554432000 4194304 5963574 140735014419568 140060851893784 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 581168

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17151 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=648324
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=609755
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1798.25
CPU system time (s): 1.32
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 581168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 1.60975
maximum resident set size= 543472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135190
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= 203
involuntary context switches= 1866

runsolver used 2.75958 second user time and 8.82166 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-27 09:06:27
IDJOB=3705263
IDBENCH=2919
IDSOLVER=2283
FILE ID=node147/3705263-1338102387
RUNJOBID= node147-1338087982-16281
PBS_JOBID= 14624451
Free space on /tmp= 71672 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_3.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705263-1338102387/watcher-3705263-1338102387 -o /tmp/evaluation-result-3705263-1338102387/solver-3705263-1338102387 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705263-1338102387.opb

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=1766288755

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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		: 2666.951
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		: 2666.951
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.91
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.951
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:        29891500 kB
Buffers:          327764 kB
Cached:          1165332 kB
SwapCached:         5068 kB
Active:          1223896 kB
Inactive:         938420 kB
Active(anon):     664076 kB
Inactive(anon):     7584 kB
Active(file):     559820 kB
Inactive(file):   930836 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        672236 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             678052 kB
SReclaimable:     119284 kB
SUnreclaim:       558768 kB
KernelStack:        1472 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 71664 MiB
End job on node147 at 2012-05-27 09:36:27