Trace number 3726950

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
wbo 1.72? 1799.51 1800

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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726950-1338651450.opb.
0.00/0.00	c Instance file HOME/instance-3726950-1338651450.opb
0.00/0.00	c File size is 1372125 bytes.
0.01/0.09	c Highest Coefficient sum: 7
0.01/0.09	c ============================[ Problem Statistics ]=============================
0.01/0.09	c |                                                                             |
0.01/0.09	c |  Parsing time:          0.09         s                                      |
0.01/0.09	c |  Number Variables:      1020                                                |
0.01/0.09	c |  Number Clauses:        43010                                               |
0.01/0.09	c |  Number Cardinality:    170                                                 |
0.01/0.09	c |  Number PB Constraints: 0                                                   |
0.01/0.09	c |                                                                             |
0.01/0.09	c |  Problem Type:          Decision                                            |
0.01/0.09	c |  Objective Function:    None                                                |
0.01/0.09	c |                                                                             |
0.01/0.09	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3726950-1338651450/watcher-3726950-1338651450 -o /tmp/evaluation-result-3726950-1338651450/solver-3726950-1338651450 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726950-1338651450.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.32 3/173 16393
/proc/meminfo: memFree=31794220/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=4632 CPUtime=0 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) R 16391 16393 14738 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 331273568 4743168 309 33554432000 4194304 5964350 140734933285712 140733280405592 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 1158 309 167 433 0 387 0

[startup+0.014725 s]
/proc/loadavg: 0.92 1.02 1.32 3/173 16393
/proc/meminfo: memFree=31794220/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=5116 CPUtime=0.01 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) R 16391 16393 14738 0 -1 4202496 482 0 0 0 1 0 0 0 20 0 1 0 331273568 5238784 434 33554432000 4194304 5964350 140734933285712 140734933284088 5119872 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 1279 434 197 433 0 508 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5116

[startup+0.100158 s]
/proc/loadavg: 0.92 1.02 1.32 3/173 16393
/proc/meminfo: memFree=31794220/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87652 CPUtime=0.09 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 2327 0 0 0 9 0 0 0 20 0 2 0 331273568 89755648 1911 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21913 1911 176 433 0 21477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87652

[startup+0.300154 s]
/proc/loadavg: 0.92 1.02 1.32 3/173 16393
/proc/meminfo: memFree=31794220/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87508 CPUtime=0.29 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 3366 0 0 0 29 0 0 0 20 0 2 0 331273568 89608192 2865 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21877 2865 184 433 0 21441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87508

[startup+0.700117 s]
/proc/loadavg: 0.92 1.02 1.32 3/173 16393
/proc/meminfo: memFree=31794220/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87508 CPUtime=0.68 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 4115 0 0 0 68 0 0 0 20 0 2 0 331273568 89608192 3626 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21877 3626 184 433 0 21441 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87508

[startup+1.50027 s]
/proc/loadavg: 0.92 1.02 1.32 3/179 16427
/proc/meminfo: memFree=31747596/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87508 CPUtime=1.48 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 5365 0 0 0 147 1 0 0 20 0 2 0 331273568 89608192 4876 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21877 4876 184 433 0 21441 0
[pid=16393/tid=16414] ppid=16391 vsize=87508 CPUtime=1.38 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 3372 0 0 0 138 0 0 0 20 0 2 0 331273577 89608192 4876 33554432000 4194304 5964350 140734933285712 140723592980280 5136340 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) 87508

[startup+3.10032 s]
/proc/loadavg: 1.09 1.05 1.33 3/179 16427
/proc/meminfo: memFree=31734320/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87508 CPUtime=3.08 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 7285 0 0 0 307 1 0 0 20 0 2 0 331273568 89608192 6796 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21877 6796 184 433 0 21441 0
[pid=16393/tid=16414] ppid=16391 vsize=87508 CPUtime=2.98 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 5292 0 0 0 297 1 0 0 20 0 2 0 331273577 89608192 6796 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 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) 87508

[startup+6.30028 s]
/proc/loadavg: 1.09 1.05 1.33 3/179 16427
/proc/meminfo: memFree=31711760/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=87508 CPUtime=6.28 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 9183 0 0 0 626 2 0 0 20 0 2 0 331273568 89608192 8694 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 21877 8694 184 433 0 21441 0
[pid=16393/tid=16414] ppid=16391 vsize=87508 CPUtime=6.17 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 7190 0 0 0 616 1 0 0 20 0 2 0 331273577 89608192 8694 33554432000 4194304 5964350 140734933285712 140723592980280 5136340 0 0 4096 16387 0 0 0 -1 3 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: 1.23 1.08 1.34 3/179 16427
/proc/meminfo: memFree=31679468/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=88232 CPUtime=12.68 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 13152 0 0 0 1265 3 0 0 20 0 2 0 331273568 90349568 12663 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 22058 12663 184 433 0 21622 0
[pid=16393/tid=16414] ppid=16391 vsize=88232 CPUtime=12.55 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 11159 0 0 0 1253 2 0 0 20 0 2 0 331273577 90349568 12663 33554432000 4194304 5964350 140734933285712 140723592980472 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88232

[startup+25.5004 s]
/proc/loadavg: 1.34 1.11 1.34 3/179 16427
/proc/meminfo: memFree=31639804/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=88232 CPUtime=25.48 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 15523 0 0 0 2544 4 0 0 20 0 2 0 331273568 90349568 15034 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 22058 15034 184 433 0 21622 0
[pid=16393/tid=16414] ppid=16391 vsize=88232 CPUtime=25.32 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 13530 0 0 0 2529 3 0 0 20 0 2 0 331273577 90349568 15034 33554432000 4194304 5964350 140734933285712 140723592980280 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88232

[startup+51.1004 s]
/proc/loadavg: 1.57 1.18 1.36 3/179 16427
/proc/meminfo: memFree=31572864/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=154128 CPUtime=51.08 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 21894 0 0 0 5100 8 0 0 20 0 2 0 331273568 157827072 21405 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 38532 21405 184 433 0 38096 0
[pid=16393/tid=16414] ppid=16391 vsize=154128 CPUtime=50.85 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 19901 0 0 0 5078 7 0 0 20 0 2 0 331273577 157827072 21405 33554432000 4194304 5964350 140734933285712 140723592980520 4399840 0 0 4096 16387 0 0 0 -1 3 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: 1.83 1.31 1.39 3/179 16427
/proc/meminfo: memFree=31512964/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=154668 CPUtime=102.24 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 30928 0 0 0 10210 14 0 0 20 0 2 0 331273568 158380032 30436 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 38667 30436 184 433 0 38231 0
[pid=16393/tid=16414] ppid=16391 vsize=154668 CPUtime=101.89 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 28935 0 0 0 10175 14 0 0 20 0 2 0 331273577 158380032 30436 33554432000 4194304 5964350 140734933285712 140723592980280 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 154668

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.43 3/180 16430
/proc/meminfo: memFree=31417772/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=220204 CPUtime=162.2 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 42758 0 0 0 16194 26 0 0 20 0 2 0 331273568 225488896 42267 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 55051 42267 184 433 0 54615 0
[pid=16393/tid=16414] ppid=16391 vsize=220204 CPUtime=161.71 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 40765 0 0 0 16143 28 0 0 20 0 2 0 331273577 225488896 42267 33554432000 4194304 5964350 140734933285712 140723592980520 4399872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 220204

[startup+222.307 s]
/proc/loadavg: 1.97 1.54 1.46 3/179 16431
/proc/meminfo: memFree=31409024/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=221012 CPUtime=222.21 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 44307 0 0 0 22192 29 0 0 20 0 2 0 331273568 226316288 43816 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 55253 43816 184 433 0 54817 0
[pid=16393/tid=16414] ppid=16391 vsize=221012 CPUtime=221.56 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 42314 0 0 0 22125 31 0 0 20 0 2 0 331273577 226316288 43816 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 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: 1.99 1.61 1.49 3/179 16431
/proc/meminfo: memFree=31353100/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=286548 CPUtime=282.19 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 54719 0 0 0 28176 43 0 0 20 0 2 0 331273568 293425152 54228 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 71637 54228 184 433 0 71201 0
[pid=16393/tid=16414] ppid=16391 vsize=286548 CPUtime=281.4 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 52726 0 0 0 28094 46 0 0 20 0 2 0 331273577 293425152 54228 33554432000 4194304 5964350 140734933285712 140723592980472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 286548

[startup+342.3 s]
/proc/loadavg: 2.05 1.70 1.53 3/180 16432
/proc/meminfo: memFree=31286360/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=286548 CPUtime=342.14 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 62057 0 0 0 34163 51 0 0 20 0 2 0 331273568 293425152 61646 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 71637 61646 184 433 0 71201 0
[pid=16393/tid=16414] ppid=16391 vsize=286548 CPUtime=341.21 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 60064 0 0 0 34065 56 0 0 20 0 2 0 331273577 293425152 61646 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 286548

[startup+402.3 s]
/proc/loadavg: 2.02 1.75 1.55 3/179 16432
/proc/meminfo: memFree=31230548/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=287764 CPUtime=402.13 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 64449 0 0 0 40159 54 0 0 20 0 2 0 331273568 294670336 64555 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 71941 64555 184 433 0 71505 0
[pid=16393/tid=16414] ppid=16391 vsize=287764 CPUtime=401.05 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 62456 0 0 0 40046 59 0 0 20 0 2 0 331273577 294670336 64555 33554432000 4194304 5964350 140734933285712 140723592980280 4400003 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 287764

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.58 3/179 16432
/proc/meminfo: memFree=31215156/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=287764 CPUtime=462.12 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/180 16441
/proc/meminfo: memFree=30676764/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1361.9 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 118425 0 0 0 136064 126 0 0 20 0 2 0 331273568 564973568 118971 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 118971 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1358.46 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 116432 0 0 0 135701 145 0 0 20 0 2 0 331273577 564973568 118971 33554432000 4194304 5964350 140734933285712 140723592980280 4399962 0 0 4096 16387 0 0 0 -1 3 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.12 2.00 1.83 3/180 16464
/proc/meminfo: memFree=30646344/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1421.9 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 118820 0 0 0 142064 126 0 0 20 0 2 0 331273568 564973568 119365 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 119365 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1418.31 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 116827 0 0 0 141684 147 0 0 20 0 2 0 331273577 564973568 119365 33554432000 4194304 5964350 140734933285712 140723592980280 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 551732

[startup+1482.3 s]
/proc/loadavg: 2.17 2.03 1.85 3/179 16465
/proc/meminfo: memFree=30633588/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1481.88 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 118995 0 0 0 148062 126 0 0 20 0 2 0 331273568 564973568 119540 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 119540 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1478.15 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 117002 0 0 0 147667 148 0 0 20 0 2 0 331273577 564973568 119540 33554432000 4194304 5964350 140734933285712 140723592980280 4220672 0 0 4096 16387 0 0 0 -1 3 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.09 2.04 1.86 3/179 16465
/proc/meminfo: memFree=30632332/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1541.88 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 119115 0 0 0 154062 126 0 0 20 0 2 0 331273568 564973568 119660 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 119660 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1538 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 117122 0 0 0 153651 149 0 0 20 0 2 0 331273577 564973568 119660 33554432000 4194304 5964350 140734933285712 140723592980280 4399921 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 551732

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.87 3/179 16465
/proc/meminfo: memFree=30630408/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1601.86 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 119322 0 0 0 160060 126 0 0 20 0 2 0 331273568 564973568 119867 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 119867 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1597.83 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 117329 0 0 0 159633 150 0 0 20 0 2 0 331273577 564973568 119867 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 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.01 2.02 1.87 3/179 16465
/proc/meminfo: memFree=30629416/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1661.86 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 119507 0 0 0 166059 127 0 0 20 0 2 0 331273568 564973568 120052 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 120052 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1657.68 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 117514 0 0 0 165617 151 0 0 20 0 2 0 331273577 564973568 120052 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 551732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.88 3/179 16465
/proc/meminfo: memFree=30627048/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1721.84 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 119679 0 0 0 172057 127 0 0 20 0 2 0 331273568 564973568 120400 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 120400 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1717.52 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 117686 0 0 0 171600 152 0 0 20 0 2 0 331273577 564973568 120400 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 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.89 3/179 16466
/proc/meminfo: memFree=30624352/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1781.82 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120071 0 0 0 178055 127 0 0 20 0 2 0 331273568 564973568 120889 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 120889 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1777.34 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118078 0 0 0 177581 153 0 0 20 0 2 0 331273577 564973568 120889 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
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.89 3/179 16466
/proc/meminfo: memFree=30623964/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1791.51 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120163 0 0 0 179024 127 0 0 20 0 2 0 331273568 564973568 120976 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 120976 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1787.02 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118170 0 0 0 178548 154 0 0 20 0 2 0 331273577 564973568 120976 33554432000 4194304 5964350 140734933285712 140723592980280 4400342 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 551732

[startup+1795.2 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623840/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1794.71 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120164 0 0 0 179344 127 0 0 20 0 2 0 331273568 564973568 120977 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 120977 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1790.21 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118171 0 0 0 178867 154 0 0 20 0 2 0 331273577 564973568 120977 33554432000 4194304 5964350 140734933285712 140723592980280 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 551732

[startup+1798.4 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623592/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1797.91 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120326 0 0 0 179663 128 0 0 20 0 2 0 331273568 564973568 121139 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 121139 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1793.4 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118333 0 0 0 179186 154 0 0 20 0 2 0 331273577 564973568 121139 33554432000 4194304 5964350 140734933285712 140723592980472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 551732

[startup+1799.2 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623344/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1798.71 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120379 0 0 0 179743 128 0 0 20 0 2 0 331273568 564973568 121192 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 121192 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1794.19 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118386 0 0 0 179265 154 0 0 20 0 2 0 331273577 564973568 121192 33554432000 4194304 5964350 140734933285712 140723592980472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 551732

[startup+1799.6 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30622724/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1799.12 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120420 0 0 0 179784 128 0 0 20 0 2 0 331273568 564973568 121233 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 121233 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1794.6 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118427 0 0 0 179306 154 0 0 20 0 2 0 331273577 564973568 121233 33554432000 4194304 5964350 140734933285712 140723592980472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 551732

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30622724/32873844 swapFree=8656/8656
[pid=16393] ppid=16391 vsize=551732 CPUtime=1799.51 cores=1,3,5,7
/proc/16393/stat : 16393 (wbo1.72) S 16391 16393 14738 0 -1 4202496 120446 0 0 0 179823 128 0 0 20 0 2 0 331273568 564973568 121259 33554432000 4194304 5964350 140734933285712 140734933285232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16393/statm: 137933 121259 184 433 0 137497 0
[pid=16393/tid=16414] ppid=16391 vsize=551732 CPUtime=1794.99 cores=1,3,5,7
/proc/16393/task/16414/stat : 16414 (wbo1.72) R 16391 16393 14738 0 -1 4202560 118453 0 0 0 179345 154 0 0 20 0 2 0 331273577 564973568 121259 33554432000 4194304 5964350 140734933285712 140723592980472 4399953 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 551732

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16393 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=544339
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=558763
# CPU time returned by wait4() is 1795.1
# while last known CPU time is 1799.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.51
CPU user time (s): 1798.23
CPU system time (s): 1.28
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 551732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.54
system time used= 1.55876
maximum resident set size= 485048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120449
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= 233
involuntary context switches= 1959

runsolver used 3.80642 second user time and 9.64053 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-02 17:37:30
IDJOB=3726950
IDBENCH=1369
IDSOLVER=2313
FILE ID=node102/3726950-1338651450
RUNJOBID= node102-1338651450-16319
PBS_JOBID= 14636478
Free space on /tmp= 71188 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726950-1338651450/watcher-3726950-1338651450 -o /tmp/evaluation-result-3726950-1338651450/solver-3726950-1338651450 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726950-1338651450.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=47596745

node102.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.178
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.35
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.178
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.90
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.178
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.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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	: 5438.54
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.178
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.178
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:        31794756 kB
Buffers:          117120 kB
Cached:           204112 kB
SwapCached:         5544 kB
Active:            83900 kB
Inactive:         245820 kB
Active(anon):       4876 kB
Inactive(anon):     5524 kB
Active(file):      79024 kB
Inactive(file):   240296 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097164 kB
Dirty:             12408 kB
Writeback:             8 kB
AnonPages:         11316 kB
Mapped:             8624 kB
Shmem:                 0 kB
Slab:             606664 kB
SReclaimable:      47908 kB
SUnreclaim:       558756 kB
KernelStack:        1400 kB
PageTables:         3768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105024 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= 71176 MiB
End job on node102 at 2012-06-02 18:07:31