Trace number 3726517

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 NameAnswerCPU timeWall clock time
pwbo 2.02? 1799.9 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726517-1338651533.opb.
0.00/0.00	c Instance file HOME/instance-3726517-1338651533.opb
0.00/0.00	c File size is 1337368 bytes.
0.00/0.10	c Highest Coefficient sum: 227
0.00/0.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Parsing time:          0.10         s                                      |
0.00/0.10	c |  Number Variables:      14400                                               |
0.00/0.10	c |  Number Clauses:        480                                                 |
0.00/0.10	c |  Number Cardinality:    608                                                 |
0.00/0.10	c |  Number PB Constraints: 0                                                   |
0.00/0.10	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726517-1338651533/watcher-3726517-1338651533 -o /tmp/evaluation-result-3726517-1338651533/solver-3726517-1338651533 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726517-1338651533.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: 0.92 1.02 1.33 3/177 22278
/proc/meminfo: memFree=31740544/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=5348 CPUtime=0 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) R 22276 22278 20708 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 331281850 5476352 477 33554432000 4194304 5964478 140734140692224 140734140691640 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 1337 485 172 433 0 574 0

[startup+0.106047 s]
/proc/loadavg: 0.92 1.02 1.33 3/177 22278
/proc/meminfo: memFree=31740544/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92964 CPUtime=0.09 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 3425 0 0 0 9 0 0 0 20 0 2 0 331281850 95195136 3050 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23241 3050 176 433 0 22805 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92964

[startup+0.200217 s]
/proc/loadavg: 0.92 1.02 1.33 3/177 22278
/proc/meminfo: memFree=31740544/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=0.18 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 5814 0 0 0 18 0 0 0 20 0 2 0 331281850 95027200 5076 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 5076 185 433 0 22764 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 92800

[startup+0.300237 s]
/proc/loadavg: 0.92 1.02 1.33 3/177 22278
/proc/meminfo: memFree=31740544/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=0.28 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 5949 0 0 0 28 0 0 0 20 0 2 0 331281850 95027200 5211 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 5211 186 433 0 22764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92800

[startup+0.700125 s]
/proc/loadavg: 0.92 1.02 1.33 3/177 22278
/proc/meminfo: memFree=31740544/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=0.69 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 6499 0 0 0 68 1 0 0 20 0 2 0 331281850 95027200 5761 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 5761 186 433 0 22764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92800

[startup+1.50021 s]
/proc/loadavg: 0.92 1.02 1.33 3/179 22280
/proc/meminfo: memFree=31707536/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=1.48 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 7521 0 0 0 147 1 0 0 20 0 2 0 331281850 95027200 6783 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 6783 186 433 0 22764 0
[pid=22278/tid=22280] ppid=22276 vsize=92800 CPUtime=1.38 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 4449 0 0 0 136 2 0 0 20 0 2 0 331281860 95027200 6783 33554432000 4194304 5964478 140734140692224 140531884337144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92800

[startup+3.10026 s]
/proc/loadavg: 0.92 1.02 1.33 3/179 22280
/proc/meminfo: memFree=31692136/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=3.08 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 9555 0 0 0 306 2 0 0 20 0 2 0 331281850 95027200 8817 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 8817 186 433 0 22764 0
[pid=22278/tid=22280] ppid=22276 vsize=92800 CPUtime=2.98 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 6483 0 0 0 296 2 0 0 20 0 2 0 331281860 95027200 8817 33554432000 4194304 5964478 140734140692224 140531884337144 4373438 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92800

[startup+6.30025 s]
/proc/loadavg: 1.01 1.04 1.34 3/179 22280
/proc/meminfo: memFree=31661260/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=6.28 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 13541 0 0 0 626 2 0 0 20 0 2 0 331281850 95027200 12803 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 12803 186 433 0 22764 0
[pid=22278/tid=22280] ppid=22276 vsize=92800 CPUtime=6.18 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 10469 0 0 0 615 3 0 0 20 0 2 0 331281860 95027200 12803 33554432000 4194304 5964478 140734140692224 140531884337192 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 92800

[startup+12.7003 s]
/proc/loadavg: 1.09 1.05 1.34 3/179 22280
/proc/meminfo: memFree=31628828/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=92800 CPUtime=12.68 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 17785 0 0 0 1265 3 0 0 20 0 2 0 331281850 95027200 17047 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 23200 17047 186 433 0 22764 0
[pid=22278/tid=22280] ppid=22276 vsize=92800 CPUtime=12.58 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 14713 0 0 0 1254 4 0 0 20 0 2 0 331281860 95027200 17047 33554432000 4194304 5964478 140734140692224 140531884337144 4388541 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92800

[startup+25.5067 s]
/proc/loadavg: 1.29 1.10 1.35 3/179 22319
/proc/meminfo: memFree=31624100/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=158336 CPUtime=25.48 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 29235 0 0 0 2542 6 0 0 20 0 2 0 331281850 162136064 28500 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 39584 28500 186 433 0 39148 0
[pid=22278/tid=22280] ppid=22276 vsize=158336 CPUtime=25.38 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 26163 0 0 0 2532 6 0 0 20 0 2 0 331281860 162136064 28500 33554432000 4194304 5964478 140734140692224 140531884337192 4392723 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158336

[startup+51.1003 s]
/proc/loadavg: 1.53 1.17 1.37 3/179 22320
/proc/meminfo: memFree=31559116/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=223872 CPUtime=51.07 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 41335 0 0 0 5098 9 0 0 20 0 2 0 331281850 229244928 40589 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 55968 40589 186 433 0 55532 0
[pid=22278/tid=22280] ppid=22276 vsize=223872 CPUtime=50.96 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 38263 0 0 0 5087 9 0 0 20 0 2 0 331281860 229244928 40589 33554432000 4194304 5964478 140734140692224 140531884337144 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 223872

[startup+102.3 s]
/proc/loadavg: 1.79 1.29 1.40 3/180 22323
/proc/meminfo: memFree=31431804/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=289408 CPUtime=102.23 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 68325 0 0 0 10209 14 0 0 20 0 2 0 331281850 296353792 67569 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 72352 67569 186 433 0 71916 0
[pid=22278/tid=22280] ppid=22276 vsize=289408 CPUtime=102.14 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 65253 0 0 0 10199 15 0 0 20 0 2 0 331281860 296353792 67569 33554432000 4194304 5964478 140734140692224 140531884337144 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 289408

[startup+162.3 s]
/proc/loadavg: 1.92 1.42 1.43 3/179 22323
/proc/meminfo: memFree=31263456/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=486016 CPUtime=162.21 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 105313 0 0 0 16197 24 0 0 20 0 2 0 331281850 497680384 105056 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 121504 105056 186 433 0 121068 0
[pid=22278/tid=22280] ppid=22276 vsize=486016 CPUtime=162.13 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 102241 0 0 0 16186 27 0 0 20 0 2 0 331281860 497680384 105056 33554432000 4194304 5964478 140734140692224 140531884337144 4382008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 486016

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.46 3/179 22323
/proc/meminfo: memFree=31172048/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=552276 CPUtime=222.2 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 122657 0 0 0 22191 29 0 0 20 0 2 0 331281850 565530624 122395 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 138069 122395 186 433 0 137633 0
[pid=22278/tid=22280] ppid=22276 vsize=552276 CPUtime=222.14 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 119585 0 0 0 22182 32 0 0 20 0 2 0 331281860 565530624 122395 33554432000 4194304 5964478 140734140692224 140531884337144 4381960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 552276

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.49 3/179 22323
/proc/meminfo: memFree=31092840/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=617812 CPUtime=282.17 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 139250 0 0 0 28183 34 0 0 20 0 2 0 331281850 632639488 138971 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 154453 138971 186 433 0 154017 0
[pid=22278/tid=22280] ppid=22276 vsize=617812 CPUtime=282.12 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 136178 0 0 0 28174 38 0 0 20 0 2 0 331281860 632639488 138971 33554432000 4194304 5964478 140734140692224 140531884336952 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 617812

[startup+407.862 s]
/proc/loadavg: 2.41 1.75 1.55 2/173 22581
/proc/meminfo: memFree=31196144/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=617812 CPUtime=407.7 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 150931 0 0 0 40734 36 0 0 20 0 2 0 331281850 632639488 150630 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 154453 150630 186 433 0 154017 0
[pid=22278/tid=22280] ppid=22276 vsize=617812 CPUtime=407.67 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 147859 0 0 0 40725 42 0 0 20 0 2 0 331281860 632639488 150630 33554432000 4194304 5964478 140734140692224 140531884337144 4222384 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 407.7
Current children cumulated vsize (KiB) 617812

[startup+408.021 s]
/proc/loadavg: 2.41 1.75 1.55 2/173 22581
/proc/meminfo: memFree=31196144/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=617812 CPUtime=407.86 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 150933 0 0 0 40750 36 0 0 20 0 2 0 331281850 632639488 150630 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 154453 150630 186 433 0 154017 0
[pid=22278/tid=22280] ppid=22276 vsize=617812 CPUtime=407.83 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 147861 0 0 0 40740 43 0 0 20 0 2 0 331281860 632639488 150630 33554432000 4194304 5964478 140734140692224 140531884337144 4400103 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 407.86
Current children cumulated vsize (KiB) 617812

[startup+467.893 s]
/proc/loadavg: 2.41 1.75 1.55 2/173 22581
/proc/meminfo: memFree=31196144/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=683348 CPUtime=467.71 cores=1,3,5,7

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

/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 256492 0 0 0 130119 88 0 0 20 0 2 0 331281860 1102770176 259150 33554432000 4194304 5964478 140734140692224 140531884337144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 1076924

[startup+1362.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/180 23175
/proc/meminfo: memFree=30572804/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1076924 CPUtime=1361.9 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 259592 0 0 0 136122 68 0 0 20 0 2 0 331281850 1102770176 259152 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 269231 259152 186 433 0 268795 0
[pid=22278/tid=22280] ppid=22276 vsize=1076924 CPUtime=1362.04 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 256520 0 0 0 136115 89 0 0 20 0 2 0 331281860 1102770176 259152 33554432000 4194304 5964478 140734140692224 140531884337144 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1076924

[startup+1422.31 s]
/proc/loadavg: 2.12 2.16 2.18 3/179 23175
/proc/meminfo: memFree=30554088/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1076924 CPUtime=1421.9 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 259592 0 0 0 142122 68 0 0 20 0 2 0 331281850 1102770176 259152 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 269231 259152 186 433 0 268795 0
[pid=22278/tid=22280] ppid=22276 vsize=1076924 CPUtime=1422.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 256520 0 0 0 142115 90 0 0 20 0 2 0 331281860 1102770176 259152 33554432000 4194304 5964478 140734140692224 140531884337144 4381993 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1076924

[startup+1482.3 s]
/proc/loadavg: 2.10 2.14 2.17 3/179 23176
/proc/meminfo: memFree=30450920/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1142460 CPUtime=1481.89 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 272749 0 0 0 148117 72 0 0 20 0 2 0 331281850 1169879040 272309 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 285615 272309 186 433 0 285179 0
[pid=22278/tid=22280] ppid=22276 vsize=1142460 CPUtime=1482.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 269677 0 0 0 148110 95 0 0 20 0 2 0 331281860 1169879040 272309 33554432000 4194304 5964478 140734140692224 140531884337144 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1142460

[startup+1542.3 s]
/proc/loadavg: 2.04 2.11 2.16 3/179 23176
/proc/meminfo: memFree=30324812/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1541.87 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 303311 0 0 0 154105 82 0 0 20 0 2 0 331281850 1304096768 302871 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 302871 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1542.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 300239 0 0 0 154099 106 0 0 20 0 2 0 331281860 1304096768 302871 33554432000 4194304 5964478 140734140692224 140531884337144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1273532

[startup+1602.3 s]
/proc/loadavg: 2.01 2.09 2.15 3/179 23176
/proc/meminfo: memFree=30269384/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1601.87 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 305661 0 0 0 160103 84 0 0 20 0 2 0 331281850 1304096768 305221 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 305221 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1602.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 302589 0 0 0 160097 108 0 0 20 0 2 0 331281860 1304096768 305221 33554432000 4194304 5964478 140734140692224 140531884337144 4382029 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1273532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.14 3/179 23176
/proc/meminfo: memFree=30231936/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1661.86 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 305661 0 0 0 166102 84 0 0 20 0 2 0 331281850 1304096768 305221 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 305221 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1662.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 302589 0 0 0 166096 109 0 0 20 0 2 0 331281860 1304096768 305221 33554432000 4194304 5964478 140734140692224 140531884337144 4381974 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1273532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.12 3/179 23176
/proc/meminfo: memFree=30217180/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1721.85 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 305661 0 0 0 172101 84 0 0 20 0 2 0 331281850 1304096768 305221 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 305221 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1722.05 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 302589 0 0 0 172095 110 0 0 20 0 2 0 331281860 1304096768 305221 33554432000 4194304 5964478 140734140692224 140531884337144 4400103 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1273532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30196348/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1781.84 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 310658 0 0 0 178099 85 0 0 20 0 2 0 331281850 1304096768 310218 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 310218 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1782.06 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 307586 0 0 0 178094 112 0 0 20 0 2 0 331281860 1304096768 310218 33554432000 4194304 5964478 140734140692224 140531884337144 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1273532

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

[startup+1782.8 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30196348/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1782.34 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 310802 0 0 0 178149 85 0 0 20 0 2 0 331281850 1304096768 310362 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 310362 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1782.56 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 307730 0 0 0 178144 112 0 0 20 0 2 0 331281860 1304096768 310362 33554432000 4194304 5964478 140734140692224 140531884337144 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1273532

[startup+1789.2 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30187420/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1788.74 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 312958 0 0 0 178789 85 0 0 20 0 2 0 331281850 1304096768 312518 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 312518 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1788.96 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 309886 0 0 0 178783 113 0 0 20 0 2 0 331281860 1304096768 312518 33554432000 4194304 5964478 140734140692224 140531884337144 4381993 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 1273532

[startup+1795.6 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30181592/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1795.14 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 314268 0 0 0 179428 86 0 0 20 0 2 0 331281850 1304096768 313828 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 313828 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1795.36 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 311196 0 0 0 179423 113 0 0 20 0 2 0 331281860 1304096768 313828 33554432000 4194304 5964478 140734140692224 140531884337144 4381960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 1273532

[startup+1797.2 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30180724/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1796.74 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 314376 0 0 0 179588 86 0 0 20 0 2 0 331281850 1304096768 313936 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 313936 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1796.96 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 311304 0 0 0 179583 113 0 0 20 0 2 0 331281860 1304096768 313936 33554432000 4194304 5964478 140734140692224 140531884337144 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 1273532

[startup+1798.8 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30178988/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1798.34 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 314781 0 0 0 179748 86 0 0 20 0 2 0 331281850 1304096768 314341 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 314341 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1798.56 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 311709 0 0 0 179743 113 0 0 20 0 2 0 331281860 1304096768 314341 33554432000 4194304 5964478 140734140692224 140531884337144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.34
Current children cumulated vsize (KiB) 1273532

[startup+1799.61 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30178740/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1799.15 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 314842 0 0 0 179829 86 0 0 20 0 2 0 331281850 1304096768 314402 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 314402 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1799.36 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 311770 0 0 0 179823 113 0 0 20 0 2 0 331281860 1304096768 314402 33554432000 4194304 5964478 140734140692224 140531884337144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 1273532

[startup+1800 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 23177
/proc/meminfo: memFree=30178740/32873844 swapFree=7116/7116
[pid=22278] ppid=22276 vsize=1273532 CPUtime=1799.54 cores=1,3,5,7
/proc/22278/stat : 22278 (pwbo2.02) S 22276 22278 20708 0 -1 4202496 314883 0 0 0 179868 86 0 0 20 0 2 0 331281850 1304096768 314443 33554432000 4194304 5964478 140734140692224 140734140691744 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22278/statm: 318383 314443 186 433 0 317947 0
[pid=22278/tid=22280] ppid=22276 vsize=1273532 CPUtime=1799.76 cores=1,3,5,7
/proc/22278/task/22280/stat : 22280 (pwbo2.02) R 22276 22278 20708 0 -1 4202560 311811 0 0 0 179863 113 0 0 20 0 2 0 331281860 1304096768 314443 33554432000 4194304 5964478 140734140692224 140531884337144 4381996 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 1273532

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.9
CPU user time (s): 1798.74
CPU system time (s): 1.16382
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 1273532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.16382
maximum resident set size= 1257784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314886
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= 298
involuntary context switches= 2173

runsolver used 2.79957 second user time and 7.2539 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 17:38:53
IDJOB=3726517
IDBENCH=1153
IDSOLVER=2310
FILE ID=node103/3726517-1338651533
RUNJOBID= node103-1338651532-22211
PBS_JOBID= 14636477
Free space on /tmp= 71132 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726517-1338651533/watcher-3726517-1338651533 -o /tmp/evaluation-result-3726517-1338651533/solver-3726517-1338651533 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726517-1338651533.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1924790971

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31740816 kB
Buffers:          117560 kB
Cached:           243168 kB
SwapCached:         5600 kB
Active:           101560 kB
Inactive:         276148 kB
Active(anon):      14636 kB
Inactive(anon):     4628 kB
Active(file):      86924 kB
Inactive(file):   271520 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:             12400 kB
Writeback:             0 kB
AnonPages:         19148 kB
Mapped:             9228 kB
Shmem:                 0 kB
Slab:             617664 kB
SReclaimable:      58528 kB
SUnreclaim:       559136 kB
KernelStack:        1400 kB
PageTables:         3756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 71124 MiB
End job on node103 at 2012-06-02 18:08:53