Trace number 3727558

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.95 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.1222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727558-1338661611.opb.
0.00/0.00	c Instance file HOME/instance-3727558-1338661611.opb
0.00/0.00	c File size is 2114 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2821
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3727558-1338661611/watcher-3727558-1338661611 -o /tmp/evaluation-result-3727558-1338661611/solver-3727558-1338661611 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727558-1338661611.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/175 16825
/proc/meminfo: memFree=28107516/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83556 CPUtime=0 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 740 0 0 0 0 0 0 0 20 0 2 0 332287020 85561344 691 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20889 692 189 433 0 20453 0
[pid=16825/tid=16826] ppid=16823 vsize=83556 CPUtime=0 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 332287020 85561344 692 33554432000 4194304 5964350 140733458209872 140733458209240 5136410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.046518 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16825
/proc/meminfo: memFree=28107516/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83556 CPUtime=0.04 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 897 0 0 0 4 0 0 0 20 0 2 0 332287020 85561344 848 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20889 848 190 433 0 20453 0
[pid=16825/tid=16826] ppid=16823 vsize=83556 CPUtime=0.03 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 199 0 0 0 3 0 0 0 20 0 2 0 332287020 85561344 848 33554432000 4194304 5964350 140733458209872 140733458209240 5142878 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83556

[startup+0.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16825
/proc/meminfo: memFree=28107516/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83556 CPUtime=0.09 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 1045 0 0 0 9 0 0 0 20 0 2 0 332287020 85561344 996 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20889 996 190 433 0 20453 0
[pid=16825/tid=16826] ppid=16823 vsize=83556 CPUtime=0.08 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 347 0 0 0 8 0 0 0 20 0 2 0 332287020 85561344 996 33554432000 4194304 5964350 140733458209872 140733458209240 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83556

[startup+0.300239 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16825
/proc/meminfo: memFree=28107516/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83556 CPUtime=0.29 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 1355 0 0 0 29 0 0 0 20 0 2 0 332287020 85561344 1306 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20889 1306 190 433 0 20453 0
[pid=16825/tid=16826] ppid=16823 vsize=83556 CPUtime=0.28 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 657 0 0 0 28 0 0 0 20 0 2 0 332287020 85561344 1306 33554432000 4194304 5964350 140733458209872 140733458209240 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83556

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16825
/proc/meminfo: memFree=28107516/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83700 CPUtime=0.69 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 1676 0 0 0 69 0 0 0 20 0 2 0 332287020 85708800 1627 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20925 1627 190 433 0 20489 0
[pid=16825/tid=16826] ppid=16823 vsize=83700 CPUtime=0.68 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 978 0 0 0 68 0 0 0 20 0 2 0 332287020 85708800 1627 33554432000 4194304 5964350 140733458209872 139722486560568 4390133 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16827
/proc/meminfo: memFree=28097696/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83772 CPUtime=1.49 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 2198 0 0 0 149 0 0 0 20 0 2 0 332287020 85782528 2149 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20943 2149 190 433 0 20507 0
[pid=16825/tid=16826] ppid=16823 vsize=83772 CPUtime=1.48 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 1500 0 0 0 148 0 0 0 20 0 2 0 332287020 85782528 2149 33554432000 4194304 5964350 140733458209872 139722486560760 4378751 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) 83772

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16827
/proc/meminfo: memFree=28093960/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=83988 CPUtime=3.09 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 2938 0 0 0 309 0 0 0 20 0 2 0 332287020 86003712 2889 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 20997 2889 190 433 0 20561 0
[pid=16825/tid=16826] ppid=16823 vsize=83988 CPUtime=3.08 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 2240 0 0 0 308 0 0 0 20 0 2 0 332287020 86003712 2889 33554432000 4194304 5964350 140733458209872 139722486560280 4399906 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) 83988

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16827
/proc/meminfo: memFree=28082416/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=84456 CPUtime=6.29 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 4022 0 0 0 628 1 0 0 20 0 2 0 332287020 86482944 3973 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 21114 3973 190 433 0 20678 0
[pid=16825/tid=16826] ppid=16823 vsize=84456 CPUtime=6.28 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 3324 0 0 0 628 0 0 0 20 0 2 0 332287020 86482944 3973 33554432000 4194304 5964350 140733458209872 139722486560808 4399840 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) 84456

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 16827
/proc/meminfo: memFree=28068840/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=85984 CPUtime=12.69 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 5467 0 0 0 1268 1 0 0 20 0 2 0 332287020 88047616 5418 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 21496 5418 190 433 0 21060 0
[pid=16825/tid=16826] ppid=16823 vsize=85984 CPUtime=12.69 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 4769 0 0 0 1267 2 0 0 20 0 2 0 332287020 88047616 5418 33554432000 4194304 5964350 140733458209872 139722486560808 4399840 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) 85984

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16827
/proc/meminfo: memFree=28043776/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=88000 CPUtime=25.47 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 7935 0 0 0 2545 2 0 0 20 0 2 0 332287020 90112000 7899 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 22000 7899 190 433 0 21564 0
[pid=16825/tid=16826] ppid=16823 vsize=88000 CPUtime=25.47 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 7237 0 0 0 2544 3 0 0 20 0 2 0 332287020 90112000 7899 33554432000 4194304 5964350 140733458209872 139722486560568 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88000

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16827
/proc/meminfo: memFree=28006016/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=90720 CPUtime=51.07 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 12152 0 0 0 5102 5 0 0 20 0 2 0 332287020 92897280 12370 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 22680 12370 190 433 0 22244 0
[pid=16825/tid=16826] ppid=16823 vsize=90720 CPUtime=51.07 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 11454 0 0 0 5101 6 0 0 20 0 2 0 332287020 92897280 12370 33554432000 4194304 5964350 140733458209872 139722486560280 4379231 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) 90720

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16828
/proc/meminfo: memFree=27952148/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=92512 CPUtime=102.27 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 18290 0 0 0 10216 11 0 0 20 0 2 0 332287020 94732288 18508 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 23128 18508 190 433 0 22692 0
[pid=16825/tid=16826] ppid=16823 vsize=92512 CPUtime=102.28 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 17592 0 0 0 10215 13 0 0 20 0 2 0 332287020 94732288 18508 33554432000 4194304 5964350 140733458209872 139722486560760 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 92512

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16828
/proc/meminfo: memFree=27903992/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=159056 CPUtime=162.23 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 23361 0 0 0 16207 16 0 0 20 0 2 0 332287020 162873344 23566 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 39764 23566 190 433 0 39328 0
[pid=16825/tid=16826] ppid=16823 vsize=159056 CPUtime=162.26 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 22663 0 0 0 16207 19 0 0 20 0 2 0 332287020 162873344 23566 33554432000 4194304 5964350 140733458209872 139722486560760 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 159056

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16831
/proc/meminfo: memFree=27868904/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=159616 CPUtime=222.23 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 27495 0 0 0 22201 22 0 0 20 0 2 0 332287020 163446784 27700 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 39904 27700 190 433 0 39468 0
[pid=16825/tid=16826] ppid=16823 vsize=159616 CPUtime=222.26 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 26797 0 0 0 22200 26 0 0 20 0 2 0 332287020 163446784 27700 33554432000 4194304 5964350 140733458209872 139722486560776 4400352 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) 159616

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 16831
/proc/meminfo: memFree=27826152/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=161544 CPUtime=282.2 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 32572 0 0 0 28191 29 0 0 20 0 2 0 332287020 165421056 32761 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 40386 32761 190 433 0 39950 0
[pid=16825/tid=16826] ppid=16823 vsize=161544 CPUtime=282.25 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 31874 0 0 0 28191 34 0 0 20 0 2 0 332287020 165421056 32761 33554432000 4194304 5964350 140733458209872 139722486560808 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 161544

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16831
/proc/meminfo: memFree=27791740/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=162912 CPUtime=342.2 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 36003 0 0 0 34185 35 0 0 20 0 2 0 332287020 166821888 36696 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 40728 36696 190 433 0 40292 0
[pid=16825/tid=16826] ppid=16823 vsize=162912 CPUtime=342.25 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 35305 0 0 0 34184 41 0 0 20 0 2 0 332287020 166821888 36696 33554432000 4194304 5964350 140733458209872 139722486560808 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 162912

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16832
/proc/meminfo: memFree=27770856/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=229088 CPUtime=402.19 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 38388 0 0 0 40180 39 0 0 20 0 2 0 332287020 234586112 39081 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 77869 0 0 0 130103 120 0 0 20 0 2 0 332287020 376414208 79208 33554432000 4194304 5964350 140733458209872 139722486560760 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 367592

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16838
/proc/meminfo: memFree=27412364/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=367592 CPUtime=1361.98 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 81076 0 0 0 136093 105 0 0 20 0 2 0 332287020 376414208 81717 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 91898 81717 190 433 0 91462 0
[pid=16825/tid=16826] ppid=16823 vsize=367592 CPUtime=1362.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 80378 0 0 0 136096 126 0 0 20 0 2 0 332287020 376414208 81717 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 367592

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 16841
/proc/meminfo: memFree=27389912/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=367592 CPUtime=1421.97 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 82268 0 0 0 142091 106 0 0 20 0 2 0 332287020 376414208 82909 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 91898 82909 190 433 0 91462 0
[pid=16825/tid=16826] ppid=16823 vsize=367592 CPUtime=1422.23 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 81570 0 0 0 142095 128 0 0 20 0 2 0 332287020 376414208 82909 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 367592

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16841
/proc/meminfo: memFree=27366556/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=367592 CPUtime=1481.94 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 85415 0 0 0 148083 111 0 0 20 0 2 0 332287020 376414208 86040 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 91898 86040 190 433 0 91462 0
[pid=16825/tid=16826] ppid=16823 vsize=367592 CPUtime=1482.21 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 84717 0 0 0 148087 134 0 0 20 0 2 0 332287020 376414208 86040 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 367592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16841
/proc/meminfo: memFree=27347708/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=433488 CPUtime=1541.93 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 87652 0 0 0 154077 116 0 0 20 0 2 0 332287020 443891712 88277 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108372 88277 190 433 0 107936 0
[pid=16825/tid=16826] ppid=16823 vsize=433488 CPUtime=1542.21 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 86954 0 0 0 154081 140 0 0 20 0 2 0 332287020 443891712 88277 33554432000 4194304 5964350 140733458209872 139722486560760 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 433488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16841
/proc/meminfo: memFree=27319064/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=433728 CPUtime=1601.92 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 90902 0 0 0 160071 121 0 0 20 0 2 0 332287020 444137472 91527 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108432 91527 190 433 0 107996 0
[pid=16825/tid=16826] ppid=16823 vsize=433728 CPUtime=1602.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 90204 0 0 0 160076 146 0 0 20 0 2 0 332287020 444137472 91527 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 433728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16842
/proc/meminfo: memFree=27312052/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=433968 CPUtime=1661.91 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 92615 0 0 0 166067 124 0 0 20 0 2 0 332287020 444383232 93240 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108492 93240 190 433 0 108056 0
[pid=16825/tid=16826] ppid=16823 vsize=433968 CPUtime=1662.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 91917 0 0 0 166072 150 0 0 20 0 2 0 332287020 444383232 93240 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 433968

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16842
/proc/meminfo: memFree=27296304/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1721.9 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 93502 0 0 0 172064 126 0 0 20 0 2 0 332287020 444628992 94127 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 94127 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1722.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 92804 0 0 0 172069 153 0 0 20 0 2 0 332287020 444628992 94127 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 434208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16842
/proc/meminfo: memFree=27268280/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1781.9 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96114 0 0 0 178060 130 0 0 20 0 2 0 332287020 444628992 96739 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 96739 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1782.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95416 0 0 0 178064 158 0 0 20 0 2 0 332287020 444628992 96739 33554432000 4194304 5964350 140733458209872 139722486560808 4400704 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 434208

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

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 16842
/proc/meminfo: memFree=27267784/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1791.5 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96323 0 0 0 179020 130 0 0 20 0 2 0 332287020 444628992 96948 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 96948 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1791.83 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95625 0 0 0 179025 158 0 0 20 0 2 0 332287020 444628992 96948 33554432000 4194304 5964350 140733458209872 139722486560808 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 434208

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16842
/proc/meminfo: memFree=27267412/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1794.7 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96414 0 0 0 179339 131 0 0 20 0 2 0 332287020 444628992 97039 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97039 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1795.03 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95716 0 0 0 179345 158 0 0 20 0 2 0 332287020 444628992 97039 33554432000 4194304 5964350 140733458209872 139722486560808 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 434208

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16842
/proc/meminfo: memFree=27267288/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1797.9 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96470 0 0 0 179659 131 0 0 20 0 2 0 332287020 444628992 97095 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97095 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1798.22 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95772 0 0 0 179664 158 0 0 20 0 2 0 332287020 444628992 97095 33554432000 4194304 5964350 140733458209872 139722486560392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 434208

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16881
/proc/meminfo: memFree=27713008/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1798.69 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96493 0 0 0 179738 131 0 0 20 0 2 0 332287020 444628992 97118 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97118 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1799.02 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95795 0 0 0 179743 159 0 0 20 0 2 0 332287020 444628992 97118 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 434208

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16881
/proc/meminfo: memFree=27711768/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1799.1 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96504 0 0 0 179779 131 0 0 20 0 2 0 332287020 444628992 97129 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97129 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1799.43 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95806 0 0 0 179784 159 0 0 20 0 2 0 332287020 444628992 97129 33554432000 4194304 5964350 140733458209872 139722486560280 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 434208

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16881
/proc/meminfo: memFree=27711768/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1799.49 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96533 0 0 0 179818 131 0 0 20 0 2 0 332287020 444628992 97158 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97158 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1799.82 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95835 0 0 0 179823 159 0 0 20 0 2 0 332287020 444628992 97158 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 434208

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16881
/proc/meminfo: memFree=27711768/32873852 swapFree=6856/6856
[pid=16825] ppid=16823 vsize=434208 CPUtime=1799.59 cores=1,3,5,7
/proc/16825/stat : 16825 (wbo1.72) S 16823 16825 14594 0 -1 4202496 96544 0 0 0 179828 131 0 0 20 0 2 0 332287020 444628992 97169 33554432000 4194304 5964350 140733458209872 140733458209392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16825/statm: 108552 97169 190 433 0 108116 0
[pid=16825/tid=16826] ppid=16823 vsize=434208 CPUtime=1799.92 cores=1,3,5,7
/proc/16825/task/16826/stat : 16826 (wbo1.72) R 16823 16825 14594 0 -1 4202560 95846 0 0 0 179833 159 0 0 20 0 2 0 332287020 444628992 97169 33554432000 4194304 5964350 140733458209872 139722486560280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 434208

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.95
CPU user time (s): 1798.34
CPU system time (s): 1.60876
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 434208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.60875
maximum resident set size= 388688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96547
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= 131
involuntary context switches= 1846

runsolver used 5.99209 second user time and 13.096 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 20:26:51
IDJOB=3727558
IDBENCH=2897
IDSOLVER=2313
FILE ID=node128/3727558-1338661611
RUNJOBID= node128-1338650806-16013
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

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

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1074180010

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28108408 kB
Buffers:          523236 kB
Cached:          3328752 kB
SwapCached:          784 kB
Active:          1732696 kB
Inactive:        2142744 kB
Active(anon):      14628 kB
Inactive(anon):    11368 kB
Active(file):    1718068 kB
Inactive(file):  2131376 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             11120 kB
Writeback:             0 kB
AnonPages:         27568 kB
Mapped:            14772 kB
Shmem:               200 kB
Slab:             752496 kB
SReclaimable:     194696 kB
SUnreclaim:       557800 kB
KernelStack:        1472 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     142296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70496 MiB
End job on node128 at 2012-06-02 20:56:51