Trace number 3704140

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.0? 1799.52 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704140-1338088896.opb.
0.00/0.00	c Instance file HOME/instance-3704140-1338088896.opb
0.00/0.00	c File size is 1372125 bytes.
0.00/0.09	c Highest Coefficient sum: 7
0.00/0.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Parsing time:          0.10         s                                      |
0.00/0.09	c |  Number Variables:      1020                                                |
0.00/0.09	c |  Number Clauses:        43010                                               |
0.00/0.09	c |  Number Cardinality:    170                                                 |
0.00/0.09	c |  Number PB Constraints: 0                                                   |
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Problem Type:          Decision                                            |
0.00/0.09	c |  Objective Function:    None                                                |
0.00/0.09	c |                                                                             |
0.00/0.09	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3704140-1338088896/watcher-3704140-1338088896 -o /tmp/evaluation-result-3704140-1338088896/solver-3704140-1338088896 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704140-1338088896.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.06 1.83 1.83 2/177 13454
/proc/meminfo: memFree=27648960/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=4632 CPUtime=0 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) R 13452 13454 12898 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275015404 4743168 309 33554432000 4194304 5965102 140733333927104 140733290144632 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 1158 309 169 433 0 387 0

[startup+0.10554 s]
/proc/loadavg: 2.06 1.83 1.83 2/177 13454
/proc/meminfo: memFree=27648960/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87724 CPUtime=0.1 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 2513 0 0 0 10 0 0 0 20 0 2 0 275015404 89829376 2098 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21931 2100 176 433 0 21495 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 87724

[startup+0.200249 s]
/proc/loadavg: 2.06 1.83 1.83 2/177 13454
/proc/meminfo: memFree=27648960/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=0.19 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 3169 0 0 0 19 0 0 0 20 0 2 0 275015404 89608192 2669 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 2669 190 433 0 21441 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 87508

[startup+0.300279 s]
/proc/loadavg: 2.06 1.83 1.83 2/177 13454
/proc/meminfo: memFree=27648960/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=0.29 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 3368 0 0 0 29 0 0 0 20 0 2 0 275015404 89608192 2868 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 2868 190 433 0 21441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87508

[startup+0.700228 s]
/proc/loadavg: 2.06 1.83 1.83 2/177 13454
/proc/meminfo: memFree=27648960/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=0.68 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 4057 0 0 0 68 0 0 0 20 0 2 0 275015404 89608192 3557 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 3557 190 433 0 21441 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87508

[startup+1.50025 s]
/proc/loadavg: 2.05 1.84 1.83 3/179 13456
/proc/meminfo: memFree=27632980/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=1.49 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 5239 0 0 0 148 1 0 0 20 0 2 0 275015404 89608192 4739 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 4739 190 433 0 21441 0
[pid=13454/tid=13456] ppid=13452 vsize=87508 CPUtime=1.39 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 3247 0 0 0 138 1 0 0 20 0 2 0 275015414 89608192 4739 33554432000 4194304 5965102 140733333927104 139868610123768 4221120 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) 87508

[startup+3.10027 s]
/proc/loadavg: 2.05 1.84 1.83 3/179 13456
/proc/meminfo: memFree=27625912/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=3.09 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 7045 0 0 0 307 2 0 0 20 0 2 0 275015404 89608192 6545 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 6546 190 433 0 21441 0
[pid=13454/tid=13456] ppid=13452 vsize=87508 CPUtime=2.98 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 5054 0 0 0 296 2 0 0 20 0 2 0 275015414 89608192 6546 33554432000 4194304 5965102 140733333927104 139868610123576 5137076 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) 87508

[startup+6.30023 s]
/proc/loadavg: 2.05 1.84 1.83 3/179 13456
/proc/meminfo: memFree=27609796/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=87508 CPUtime=6.28 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 9160 0 0 0 626 2 0 0 20 0 2 0 275015404 89608192 8660 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 21877 8660 190 433 0 21441 0
[pid=13454/tid=13456] ppid=13452 vsize=87508 CPUtime=6.17 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 7168 0 0 0 615 2 0 0 20 0 2 0 275015414 89608192 8660 33554432000 4194304 5965102 140733333927104 139868610123768 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87508

[startup+12.7003 s]
/proc/loadavg: 2.04 1.84 1.83 3/179 13456
/proc/meminfo: memFree=27593680/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=88232 CPUtime=12.69 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 12712 0 0 0 1265 4 0 0 20 0 2 0 275015404 90349568 12212 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 22058 12212 190 433 0 21622 0
[pid=13454/tid=13456] ppid=13452 vsize=88232 CPUtime=12.56 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 10720 0 0 0 1252 4 0 0 20 0 2 0 275015414 90349568 12212 33554432000 4194304 5965102 140733333927104 139868610123768 4401116 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) 88232

[startup+25.5002 s]
/proc/loadavg: 2.04 1.85 1.83 3/179 13456
/proc/meminfo: memFree=27579808/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=88232 CPUtime=25.49 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 15417 0 0 0 2543 6 0 0 20 0 2 0 275015404 90349568 14917 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 22058 14917 190 433 0 21622 0
[pid=13454/tid=13456] ppid=13452 vsize=88232 CPUtime=25.32 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 13425 0 0 0 2526 6 0 0 20 0 2 0 275015414 90349568 14917 33554432000 4194304 5965102 140733333927104 139868610123768 4401050 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) 88232

[startup+51.1003 s]
/proc/loadavg: 2.02 1.86 1.83 3/179 13456
/proc/meminfo: memFree=27536016/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=154128 CPUtime=51.08 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 21895 0 0 0 5099 9 0 0 20 0 2 0 275015404 157827072 21395 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 38532 21395 190 433 0 38096 0
[pid=13454/tid=13456] ppid=13452 vsize=154128 CPUtime=50.86 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 19903 0 0 0 5077 9 0 0 20 0 2 0 275015414 157827072 21395 33554432000 4194304 5965102 140733333927104 139868610123816 4400960 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) 154128

[startup+102.3 s]
/proc/loadavg: 2.01 1.88 1.84 3/179 13456
/proc/meminfo: memFree=27472724/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=154668 CPUtime=102.27 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 30913 0 0 0 10212 15 0 0 20 0 2 0 275015404 158380032 30630 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 38667 30630 190 433 0 38231 0
[pid=13454/tid=13456] ppid=13452 vsize=154668 CPUtime=101.92 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 28921 0 0 0 10177 15 0 0 20 0 2 0 275015414 158380032 30630 33554432000 4194304 5965102 140733333927104 139868610123576 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 154668

[startup+162.3 s]
/proc/loadavg: 2.00 1.90 1.85 3/179 13456
/proc/meminfo: memFree=27396696/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=221012 CPUtime=162.22 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 43526 0 0 0 16197 25 0 0 20 0 2 0 275015404 226316288 43940 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 55253 43940 190 433 0 54817 0
[pid=13454/tid=13456] ppid=13452 vsize=221012 CPUtime=161.72 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 41534 0 0 0 16145 27 0 0 20 0 2 0 275015414 226316288 43940 33554432000 4194304 5965102 140733333927104 139868610123768 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 221012

[startup+222.307 s]
/proc/loadavg: 2.00 1.91 1.85 3/179 13457
/proc/meminfo: memFree=27357952/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=221012 CPUtime=222.21 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 45885 0 0 0 22195 26 0 0 20 0 2 0 275015404 226316288 46299 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 55253 46299 190 433 0 54817 0
[pid=13454/tid=13456] ppid=13452 vsize=221012 CPUtime=221.57 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 43893 0 0 0 22128 29 0 0 20 0 2 0 275015414 226316288 46299 33554432000 4194304 5965102 140733333927104 139868610123816 4401118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 221012

[startup+282.3 s]
/proc/loadavg: 2.00 1.93 1.86 3/179 13457
/proc/meminfo: memFree=27289616/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=286548 CPUtime=282.2 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 56952 0 0 0 28184 36 0 0 20 0 2 0 275015404 293425152 57366 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 71637 57366 190 433 0 71201 0
[pid=13454/tid=13456] ppid=13452 vsize=286548 CPUtime=281.41 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 54960 0 0 0 28101 40 0 0 20 0 2 0 275015414 293425152 57366 33554432000 4194304 5965102 140733333927104 139868610123768 4401064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 286548

[startup+342.3 s]
/proc/loadavg: 2.00 1.94 1.86 3/179 13457
/proc/meminfo: memFree=27230920/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=287764 CPUtime=342.17 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 64001 0 0 0 34174 43 0 0 20 0 2 0 275015404 294670336 64495 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 71941 64495 190 433 0 71505 0
[pid=13454/tid=13456] ppid=13452 vsize=287764 CPUtime=341.24 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 62009 0 0 0 34077 47 0 0 20 0 2 0 275015414 294670336 64495 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 287764

[startup+402.3 s]
/proc/loadavg: 2.00 1.95 1.87 3/179 13457
/proc/meminfo: memFree=27205240/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=287764 CPUtime=402.12 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 64820 0 0 0 40169 43 0 0 20 0 2 0 275015404 294670336 65363 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 71941 65363 190 433 0 71505 0
[pid=13454/tid=13456] ppid=13452 vsize=287764 CPUtime=401.05 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 62828 0 0 0 40056 49 0 0 20 0 2 0 275015414 294670336 65363 33554432000 4194304 5965102 140733333927104 139868610123576 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 287764

[startup+462.3 s]
/proc/loadavg: 2.00 1.95 1.87 3/179 13457
/proc/meminfo: memFree=27173844/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=287764 CPUtime=462.12 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13583
/proc/meminfo: memFree=27101764/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1361.9 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 118808 0 0 0 136090 100 0 0 20 0 2 0 275015404 564973568 120224 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 120224 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1358.49 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 116816 0 0 0 135730 119 0 0 20 0 2 0 275015414 564973568 120224 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 551732

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13584
/proc/meminfo: memFree=27097548/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1421.89 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 119005 0 0 0 142089 100 0 0 20 0 2 0 275015404 564973568 120421 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 120421 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1418.34 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 117013 0 0 0 141713 121 0 0 20 0 2 0 275015414 564973568 120421 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 551732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13584
/proc/meminfo: memFree=27096432/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1481.88 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 119174 0 0 0 148088 100 0 0 20 0 2 0 275015404 564973568 120590 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 120590 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1478.19 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 117182 0 0 0 147697 122 0 0 20 0 2 0 275015414 564973568 120590 33554432000 4194304 5965102 140733333927104 139868610123576 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 551732

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13584
/proc/meminfo: memFree=27094572/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1541.87 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 119323 0 0 0 154087 100 0 0 20 0 2 0 275015404 564973568 120739 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 120739 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1538.04 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 117331 0 0 0 153681 123 0 0 20 0 2 0 275015414 564973568 120739 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 551732

[startup+1602.3 s]
/proc/loadavg: 2.14 2.03 1.93 3/179 13584
/proc/meminfo: memFree=27093188/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1601.86 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 119513 0 0 0 160086 100 0 0 20 0 2 0 275015404 564973568 120929 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 120929 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1597.88 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 117521 0 0 0 159664 124 0 0 20 0 2 0 275015414 564973568 120929 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 551732

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 13584
/proc/meminfo: memFree=27083760/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1661.85 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 119861 0 0 0 166085 100 0 0 20 0 2 0 275015404 564973568 121451 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 121451 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1657.72 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 117869 0 0 0 165647 125 0 0 20 0 2 0 275015414 564973568 121451 33554432000 4194304 5965102 140733333927104 139868610123576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 551732

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/180 13588
/proc/meminfo: memFree=27073268/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1721.84 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 122308 0 0 0 172081 103 0 0 20 0 2 0 275015404 564973568 123897 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 123897 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1717.57 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 120316 0 0 0 171628 129 0 0 20 0 2 0 275015414 564973568 123897 33554432000 4194304 5965102 140733333927104 139868610123768 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 551732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27034216/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1781.83 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 126775 0 0 0 178075 108 0 0 20 0 2 0 275015404 564973568 128364 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 128364 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1777.41 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 124783 0 0 0 177606 135 0 0 20 0 2 0 275015414 564973568 128364 33554432000 4194304 5965102 140733333927104 139868610123816 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 551732

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27031488/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1791.53 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 127458 0 0 0 179045 108 0 0 20 0 2 0 275015404 564973568 129047 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129047 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1787.09 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 125466 0 0 0 178574 135 0 0 20 0 2 0 275015414 564973568 129047 33554432000 4194304 5965102 140733333927104 139868610123768 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 551732

[startup+1795.2 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27030620/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1794.73 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 127731 0 0 0 179364 109 0 0 20 0 2 0 275015404 564973568 129320 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129320 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1790.29 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 125739 0 0 0 178893 136 0 0 20 0 2 0 275015414 564973568 129320 33554432000 4194304 5965102 140733333927104 139868610123768 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 551732

[startup+1798.4 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27029752/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1797.92 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 127967 0 0 0 179683 109 0 0 20 0 2 0 275015404 564973568 129556 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129556 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1793.47 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 125975 0 0 0 179211 136 0 0 20 0 2 0 275015414 564973568 129556 33554432000 4194304 5965102 140733333927104 139868610123816 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 551732

[startup+1799.2 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27029256/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1798.72 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 128017 0 0 0 179763 109 0 0 20 0 2 0 275015404 564973568 129606 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129606 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1794.27 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 126025 0 0 0 179291 136 0 0 20 0 2 0 275015414 564973568 129606 33554432000 4194304 5965102 140733333927104 139868610123768 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 551732

[startup+1799.6 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27029008/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1799.13 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 128040 0 0 0 179804 109 0 0 20 0 2 0 275015404 564973568 129629 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129629 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1794.67 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 126048 0 0 0 179331 136 0 0 20 0 2 0 275015414 564973568 129629 33554432000 4194304 5965102 140733333927104 139868610123768 4401441 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 551732

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13588
/proc/meminfo: memFree=27029008/32873660 swapFree=7120/7120
[pid=13454] ppid=13452 vsize=551732 CPUtime=1799.52 cores=0,2,4,6
/proc/13454/stat : 13454 (pwbo2.0) S 13452 13454 12898 0 -1 4202496 128069 0 0 0 179843 109 0 0 20 0 2 0 275015404 564973568 129658 33554432000 4194304 5965102 140733333927104 140733333926624 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13454/statm: 137933 129658 190 433 0 137497 0
[pid=13454/tid=13456] ppid=13452 vsize=551732 CPUtime=1795.07 cores=0,2,4,6
/proc/13454/task/13456/stat : 13456 (pwbo2.0) R 13452 13454 12898 0 -1 4202560 126077 0 0 0 179371 136 0 0 20 0 2 0 275015414 564973568 129658 33554432000 4194304 5965102 140733333927104 139868610123768 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 551732

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13454 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=810299
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=376790
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.52
#
# 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.52
CPU user time (s): 1798.43
CPU system time (s): 1.09
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 551732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.81
system time used= 1.37679
maximum resident set size= 518644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128072
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= 234
involuntary context switches= 1844

runsolver used 2.68159 second user time and 7.13991 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 05:21:37
IDJOB=3704140
IDBENCH=1369
IDSOLVER=2280
FILE ID=node117/3704140-1338088896
RUNJOBID= node117-1338088587-12914
PBS_JOBID= 14624465
Free space on /tmp= 70084 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704140-1338088896/watcher-3704140-1338088896 -o /tmp/evaluation-result-3704140-1338088896/solver-3704140-1338088896 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704140-1338088896.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1393644229

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27649488 kB
Buffers:          304836 kB
Cached:          3958916 kB
SwapCached:            0 kB
Active:          2210444 kB
Inactive:        2139236 kB
Active(anon):      76696 kB
Inactive(anon):    11356 kB
Active(file):    2133748 kB
Inactive(file):  2127880 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6604 kB
Writeback:             8 kB
AnonPages:         92444 kB
Mapped:            15068 kB
Shmem:               200 kB
Slab:             734136 kB
SReclaimable:     178176 kB
SUnreclaim:       555960 kB
KernelStack:        1472 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     145448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70076 MiB
End job on node117 at 2012-05-27 05:51:37