Trace number 3704649

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.7? 1799.84 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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704649-1338080201.opb.
0.00/0.00	c Instance file HOME/instance-3704649-1338080201.opb
0.00/0.00	c File size is 1372125 bytes.
0.00/0.08	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.09         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.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3704649-1338080201/watcher-3704649-1338080201 -o /tmp/evaluation-result-3704649-1338080201/solver-3704649-1338080201 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704649-1338080201.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14707
/proc/meminfo: memFree=30950808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=4628 CPUtime=0 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) R 14705 14707 12452 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 274146033 4739072 317 33554432000 4194304 5963574 140737004735008 140737004732888 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 1157 318 170 432 0 387 0

[startup+0.100242 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14707
/proc/meminfo: memFree=30950808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87720 CPUtime=0.09 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 2530 0 0 0 9 0 0 0 20 0 2 0 274146033 89825280 2115 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21930 2115 177 432 0 21495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87720

[startup+0.200192 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14707
/proc/meminfo: memFree=30950808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=0.19 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 3174 0 0 0 19 0 0 0 20 0 2 0 274146033 89604096 2674 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 2674 185 432 0 21441 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 87504

[startup+0.300181 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14707
/proc/meminfo: memFree=30950808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=0.29 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 3373 0 0 0 29 0 0 0 20 0 2 0 274146033 89604096 2873 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 2873 185 432 0 21441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87504

[startup+0.700122 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14707
/proc/meminfo: memFree=30950808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=0.68 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 4061 0 0 0 68 0 0 0 20 0 2 0 274146033 89604096 3561 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 3561 185 432 0 21441 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87504

[startup+1.50022 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30935556/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=1.49 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 5235 0 0 0 148 1 0 0 20 0 2 0 274146033 89604096 4735 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 4735 185 432 0 21441 0
[pid=14707/tid=14709] ppid=14705 vsize=87504 CPUtime=1.39 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 3242 0 0 0 139 0 0 0 20 0 2 0 274146042 89604096 4735 33554432000 4194304 5963574 140737004735008 140653416273960 4399639 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87504

[startup+3.10025 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30929216/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=3.08 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 7041 0 0 0 307 1 0 0 20 0 2 0 274146033 89604096 6541 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 6541 185 432 0 21441 0
[pid=14707/tid=14709] ppid=14705 vsize=87504 CPUtime=3 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 5048 0 0 0 298 2 0 0 20 0 2 0 274146042 89604096 6541 33554432000 4194304 5963574 140737004735008 140653416273912 4400078 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) 87504

[startup+6.30023 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30916584/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=87504 CPUtime=6.29 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 9156 0 0 0 627 2 0 0 20 0 2 0 274146033 89604096 8656 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 21876 8656 185 432 0 21441 0
[pid=14707/tid=14709] ppid=14705 vsize=87504 CPUtime=6.19 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 7163 0 0 0 617 2 0 0 20 0 2 0 274146042 89604096 8656 33554432000 4194304 5963574 140737004735008 140653416273912 4399633 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87504

[startup+12.7003 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30903364/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=88228 CPUtime=12.68 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 12725 0 0 0 1265 3 0 0 20 0 2 0 274146033 90345472 12219 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 22057 12219 185 432 0 21622 0
[pid=14707/tid=14709] ppid=14705 vsize=88228 CPUtime=12.59 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 10732 0 0 0 1256 3 0 0 20 0 2 0 274146042 90345472 12219 33554432000 4194304 5963574 140737004735008 140653416273848 4381137 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) 88228

[startup+25.5002 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 14709
/proc/meminfo: memFree=30882244/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=88228 CPUtime=25.47 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 15535 0 0 0 2542 5 0 0 20 0 2 0 274146033 90345472 15022 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 22057 15022 185 432 0 21622 0
[pid=14707/tid=14709] ppid=14705 vsize=88228 CPUtime=25.38 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 13542 0 0 0 2533 5 0 0 20 0 2 0 274146042 90345472 15022 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88228

[startup+51.1004 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 14709
/proc/meminfo: memFree=30849236/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=154124 CPUtime=51.06 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 21922 0 0 0 5099 7 0 0 20 0 2 0 274146033 157822976 21414 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 38531 21414 185 432 0 38096 0
[pid=14707/tid=14709] ppid=14705 vsize=154124 CPUtime=50.96 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 19929 0 0 0 5089 7 0 0 20 0 2 0 274146042 157822976 21414 33554432000 4194304 5963574 140737004735008 140653416273960 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 154124

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30784856/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=154664 CPUtime=102.25 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 31048 0 0 0 10213 12 0 0 20 0 2 0 274146033 158375936 30539 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 38666 30539 185 432 0 38231 0
[pid=14707/tid=14709] ppid=14705 vsize=154664 CPUtime=102.17 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 29055 0 0 0 10203 14 0 0 20 0 2 0 274146042 158375936 30539 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 154664

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14709
/proc/meminfo: memFree=30718536/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=221008 CPUtime=162.24 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 43805 0 0 0 16200 24 0 0 20 0 2 0 274146033 226312192 43296 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 55252 43296 185 432 0 54817 0
[pid=14707/tid=14709] ppid=14705 vsize=221008 CPUtime=162.17 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 41812 0 0 0 16191 26 0 0 20 0 2 0 274146042 226312192 43296 33554432000 4194304 5963574 140737004735008 140653416273720 4399500 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 221008

[startup+222.307 s]
/proc/loadavg: 2.11 2.06 2.01 3/180 14712
/proc/meminfo: memFree=30684788/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=221008 CPUtime=222.23 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 47289 0 0 0 22196 27 0 0 20 0 2 0 274146033 226312192 46780 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 55252 46780 185 432 0 54817 0
[pid=14707/tid=14709] ppid=14705 vsize=221008 CPUtime=222.17 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 45296 0 0 0 22186 31 0 0 20 0 2 0 274146042 226312192 46780 33554432000 4194304 5963574 140737004735008 140653416273912 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 221008

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/180 14813
/proc/meminfo: memFree=30965668/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=286544 CPUtime=282.21 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 57834 0 0 0 28179 42 0 0 20 0 2 0 274146033 293421056 57409 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 71636 57409 185 432 0 71201 0
[pid=14707/tid=14709] ppid=14705 vsize=286544 CPUtime=282.16 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 55841 0 0 0 28169 47 0 0 20 0 2 0 274146042 293421056 57409 33554432000 4194304 5963574 140737004735008 140653416273912 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 286544

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/180 14814
/proc/meminfo: memFree=30870824/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=287760 CPUtime=342.16 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 63996 0 0 0 34166 50 0 0 20 0 2 0 274146033 294666240 63649 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 71940 63649 185 432 0 71505 0
[pid=14707/tid=14709] ppid=14705 vsize=287760 CPUtime=342.12 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 62003 0 0 0 34156 56 0 0 20 0 2 0 274146042 294666240 63649 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 287760

[startup+402.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/180 14814
/proc/meminfo: memFree=30855308/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=287760 CPUtime=402.14 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 64848 0 0 0 40163 51 0 0 20 0 2 0 274146033 294666240 64510 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 71940 64510 185 432 0 71505 0
[pid=14707/tid=14709] ppid=14705 vsize=287760 CPUtime=402.11 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 62855 0 0 0 40154 57 0 0 20 0 2 0 274146042 294666240 64510 33554432000 4194304 5963574 140737004735008 140653416273720 4399482 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 287760

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/180 14814
/proc/meminfo: memFree=30787808/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=353296 CPUtime=462.13 cores=1,3,5,7

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

/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 115999 0 0 0 124059 146 0 0 20 0 2 0 274146042 564969472 118571 33554432000 4194304 5963574 140737004735008 140653416273912 4378352 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 551728

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 14820
/proc/meminfo: memFree=30313348/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1301.93 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 118399 0 0 0 130065 128 0 0 20 0 2 0 274146033 564969472 118978 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 118978 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1302.05 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 116406 0 0 0 130057 148 0 0 20 0 2 0 274146042 564969472 118978 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 551728

[startup+1362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/180 15029
/proc/meminfo: memFree=30298240/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1361.92 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 118816 0 0 0 136064 128 0 0 20 0 2 0 274146033 564969472 119394 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 119394 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1362.06 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 116823 0 0 0 136057 149 0 0 20 0 2 0 274146042 564969472 119394 33554432000 4194304 5963574 140737004735008 140653416273720 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 551728

[startup+1422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/180 15031
/proc/meminfo: memFree=30268176/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1421.92 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 118964 0 0 0 142064 128 0 0 20 0 2 0 274146033 564969472 119542 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 119542 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1422.06 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 116971 0 0 0 142056 150 0 0 20 0 2 0 274146042 564969472 119542 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 551728

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 15031
/proc/meminfo: memFree=30242020/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1481.9 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 119086 0 0 0 148062 128 0 0 20 0 2 0 274146033 564969472 119664 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 119664 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1482.06 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 117093 0 0 0 148055 151 0 0 20 0 2 0 274146042 564969472 119664 33554432000 4194304 5963574 140737004735008 140653416273720 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 551728

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15032
/proc/meminfo: memFree=30215132/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1541.88 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 119337 0 0 0 154059 129 0 0 20 0 2 0 274146033 564969472 120026 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 120026 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1542.05 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 117344 0 0 0 154053 152 0 0 20 0 2 0 274146042 564969472 120026 33554432000 4194304 5963574 140737004735008 140653416273720 4399546 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 551728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15032
/proc/meminfo: memFree=30193144/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1601.86 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 119497 0 0 0 160057 129 0 0 20 0 2 0 274146033 564969472 120497 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 120497 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1602.03 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 117504 0 0 0 160049 154 0 0 20 0 2 0 274146042 564969472 120497 33554432000 4194304 5963574 140737004735008 140653416273720 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 551728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30172564/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1661.85 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 119890 0 0 0 166056 129 0 0 20 0 2 0 274146033 564969472 120890 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 120890 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1662.03 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 117897 0 0 0 166048 155 0 0 20 0 2 0 274146042 564969472 120890 33554432000 4194304 5963574 140737004735008 140653416273720 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 551728

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15032
/proc/meminfo: memFree=30150780/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1721.84 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 120705 0 0 0 172054 130 0 0 20 0 2 0 274146033 564969472 121876 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 121876 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1722.03 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 118712 0 0 0 172046 157 0 0 20 0 2 0 274146042 564969472 121876 33554432000 4194304 5963574 140737004735008 140653416273912 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 551728

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15032
/proc/meminfo: memFree=30116804/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1781.83 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 125321 0 0 0 178047 136 0 0 20 0 2 0 274146033 564969472 126492 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 126492 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1782.03 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 123328 0 0 0 178039 164 0 0 20 0 2 0 274146042 564969472 126492 33554432000 4194304 5963574 140737004735008 140653416273912 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 551728

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

[startup+1792.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30113952/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1791.54 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126032 0 0 0 179016 138 0 0 20 0 2 0 274146033 564969472 127203 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127203 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1791.74 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124039 0 0 0 179009 165 0 0 20 0 2 0 274146042 564969472 127203 33554432000 4194304 5963574 140737004735008 140653416273912 4399474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 551728

[startup+1795.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30113208/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1794.74 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126251 0 0 0 179336 138 0 0 20 0 2 0 274146033 564969472 127422 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127422 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1794.94 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124258 0 0 0 179328 166 0 0 20 0 2 0 274146042 564969472 127422 33554432000 4194304 5963574 140737004735008 140653416273912 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 551728

[startup+1798.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30112216/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1797.92 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126460 0 0 0 179654 138 0 0 20 0 2 0 274146033 564969472 127631 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127631 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1798.13 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124467 0 0 0 179647 166 0 0 20 0 2 0 274146042 564969472 127631 33554432000 4194304 5963574 140737004735008 140653416273912 4399482 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 551728

[startup+1799.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30111968/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1798.73 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126513 0 0 0 179734 139 0 0 20 0 2 0 274146033 564969472 127684 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127684 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1798.93 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124520 0 0 0 179727 166 0 0 20 0 2 0 274146042 564969472 127684 33554432000 4194304 5963574 140737004735008 140653416273912 4399482 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 551728

[startup+1799.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30111596/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1799.14 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126538 0 0 0 179775 139 0 0 20 0 2 0 274146033 564969472 127709 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127709 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1799.34 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124545 0 0 0 179767 167 0 0 20 0 2 0 274146042 564969472 127709 33554432000 4194304 5963574 140737004735008 140653416273960 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 551728

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15032
/proc/meminfo: memFree=30111596/32873648 swapFree=7112/7112
[pid=14707] ppid=14705 vsize=551728 CPUtime=1799.53 cores=1,3,5,7
/proc/14707/stat : 14707 (wbo1.7) S 14705 14707 12452 0 -1 4202496 126559 0 0 0 179814 139 0 0 20 0 2 0 274146033 564969472 127730 33554432000 4194304 5963574 140737004735008 140737004734528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14707/statm: 137932 127730 185 432 0 137497 0
[pid=14707/tid=14709] ppid=14705 vsize=551728 CPUtime=1799.73 cores=1,3,5,7
/proc/14707/task/14709/stat : 14709 (wbo1.7) R 14705 14707 12452 0 -1 4202560 124566 0 0 0 179806 167 0 0 20 0 2 0 274146042 564969472 127730 33554432000 4194304 5963574 140737004735008 140653416273960 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 551728

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.15
CPU system time (s): 1.68674
CPU usage (%): 99.9909
Max. virtual memory (cumulated for all children) (KiB): 551728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 1.68674
maximum resident set size= 510924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126560
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= 230
involuntary context switches= 2243

runsolver used 6.70198 second user time and 13.245 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 02:56:41
IDJOB=3704649
IDBENCH=1369
IDSOLVER=2283
FILE ID=node126/3704649-1338080201
RUNJOBID= node126-1338077272-12469
PBS_JOBID= 14624421
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1917128010

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30951452 kB
Buffers:          248712 kB
Cached:           548748 kB
SwapCached:        17756 kB
Active:          1080884 kB
Inactive:          43896 kB
Active(anon):     308740 kB
Inactive(anon):    20464 kB
Active(file):     772144 kB
Inactive(file):    23432 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              6908 kB
Writeback:             0 kB
AnonPages:        317036 kB
Mapped:            10352 kB
Shmem:                 0 kB
Slab:             655436 kB
SReclaimable:      99744 kB
SUnreclaim:       555692 kB
KernelStack:        1472 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     160272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71344 MiB
End job on node126 at 2012-05-27 03:26:41