Trace number 3728470

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.48 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-0-100-0.wbo
MD5SUM12a88866bbd50b724bb180a8f6ce160e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.080987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 4848
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4847
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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 wbo file format. File HOME/instance-3728470-1338675274.wbo.
0.00/0.00	c Instance file HOME/instance-3728470-1338675274.wbo
0.00/0.00	c File size is 31499 bytes.
0.00/0.00	c Highest Coefficient sum: 46
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1885                                                |
0.00/0.00	c |  Number Clauses:        45                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 40                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3728470-1338675274/watcher-3728470-1338675274 -o /tmp/evaluation-result-3728470-1338675274/solver-3728470-1338675274 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728470-1338675274.wbo 

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.02 2.01 2.00 3/179 26943
/proc/meminfo: memFree=27936188/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=0 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 961 0 0 0 0 0 0 0 20 0 2 0 333652755 86196224 906 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 906 177 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=0 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 112 0 0 0 0 0 0 0 20 0 2 0 333652755 86196224 906 33554432000 4194304 5964350 140733387658672 140734715201080 5130712 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0170991 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26943
/proc/meminfo: memFree=27936188/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=0.01 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 1123 0 0 0 1 0 0 0 20 0 2 0 333652755 86196224 1068 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 1068 192 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=0 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 274 0 0 0 0 0 0 0 20 0 2 0 333652755 86196224 1068 33554432000 4194304 5964350 140733387658672 140734715201080 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84176

[startup+0.100309 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26943
/proc/meminfo: memFree=27936188/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=0.09 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 1367 0 0 0 9 0 0 0 20 0 2 0 333652755 86196224 1312 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 1312 193 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=0.08 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 518 0 0 0 8 0 0 0 20 0 2 0 333652755 86196224 1312 33554432000 4194304 5964350 140733387658672 140734715201080 4399858 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84176

[startup+0.300229 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26943
/proc/meminfo: memFree=27936188/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=0.29 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 1826 0 0 0 29 0 0 0 20 0 2 0 333652755 86196224 1771 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 1771 193 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=0.28 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 977 0 0 0 28 0 0 0 20 0 2 0 333652755 86196224 1771 33554432000 4194304 5964350 140733387658672 140079276480552 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84176

[startup+0.700252 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26943
/proc/meminfo: memFree=27936188/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=0.69 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 2698 0 0 0 69 0 0 0 20 0 2 0 333652755 86196224 2643 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 2643 193 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=0.68 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 1849 0 0 0 68 0 0 0 20 0 2 0 333652755 86196224 2643 33554432000 4194304 5964350 140733387658672 140079276480552 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84176

[startup+1.50025 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 26945
/proc/meminfo: memFree=27926176/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84176 CPUtime=1.48 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 4090 0 0 0 148 0 0 0 20 0 2 0 333652755 86196224 4035 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21044 4035 193 433 0 20608 0
[pid=26943/tid=26944] ppid=26941 vsize=84176 CPUtime=1.47 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 3241 0 0 0 147 0 0 0 20 0 2 0 333652755 86196224 4035 33554432000 4194304 5964350 140733387658672 140079276480504 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84176

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 26945
/proc/meminfo: memFree=27917620/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84320 CPUtime=3.08 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 5541 0 0 0 308 0 0 0 20 0 2 0 333652755 86343680 5486 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21080 5486 193 433 0 20644 0
[pid=26943/tid=26944] ppid=26941 vsize=84320 CPUtime=3.07 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 4692 0 0 0 307 0 0 0 20 0 2 0 333652755 86343680 5486 33554432000 4194304 5964350 140733387658672 140079276480504 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84320

[startup+6.30025 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 26945
/proc/meminfo: memFree=27911048/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84320 CPUtime=6.29 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 8074 0 0 0 627 2 0 0 20 0 2 0 333652755 86343680 8019 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21080 8019 193 433 0 20644 0
[pid=26943/tid=26944] ppid=26941 vsize=84320 CPUtime=6.26 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 7225 0 0 0 624 2 0 0 20 0 2 0 333652755 86343680 8019 33554432000 4194304 5964350 140733387658672 140079276480504 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84320

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26945
/proc/meminfo: memFree=27892108/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=84392 CPUtime=12.69 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 11583 0 0 0 1266 3 0 0 20 0 2 0 333652755 86417408 11528 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 21098 11528 193 433 0 20662 0
[pid=26943/tid=26944] ppid=26941 vsize=84392 CPUtime=12.65 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 10734 0 0 0 1262 3 0 0 20 0 2 0 333652755 86417408 11528 33554432000 4194304 5964350 140733387658672 140079276480504 4399998 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) 84392

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26945
/proc/meminfo: memFree=27863448/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=150036 CPUtime=25.48 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 18479 0 0 0 2543 5 0 0 20 0 2 0 333652755 153636864 18424 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 37509 18424 193 433 0 37073 0
[pid=26943/tid=26944] ppid=26941 vsize=150036 CPUtime=25.41 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 17630 0 0 0 2536 5 0 0 20 0 2 0 333652755 153636864 18424 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150036

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 26945
/proc/meminfo: memFree=27834836/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=150196 CPUtime=51.09 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 25348 0 0 0 5100 9 0 0 20 0 2 0 333652755 153800704 25293 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 37549 25293 193 433 0 37113 0
[pid=26943/tid=26944] ppid=26941 vsize=150196 CPUtime=50.95 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 24499 0 0 0 5087 8 0 0 20 0 2 0 333652755 153800704 25293 33554432000 4194304 5964350 140733387658672 140079276480504 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150196

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26945
/proc/meminfo: memFree=27790320/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=215972 CPUtime=102.28 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 36508 0 0 0 10215 13 0 0 20 0 2 0 333652755 221155328 36453 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 53993 36453 193 433 0 53557 0
[pid=26943/tid=26944] ppid=26941 vsize=215972 CPUtime=102.02 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 35659 0 0 0 10188 14 0 0 20 0 2 0 333652755 221155328 36453 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 215972

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26945
/proc/meminfo: memFree=27722740/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=281508 CPUtime=162.26 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 50493 0 0 0 16209 17 0 0 20 0 2 0 333652755 288264192 50438 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 70377 50438 193 433 0 69941 0
[pid=26943/tid=26944] ppid=26941 vsize=281508 CPUtime=161.87 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 49644 0 0 0 16168 19 0 0 20 0 2 0 333652755 288264192 50438 33554432000 4194304 5964350 140733387658672 140079276480312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 281508

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26946
/proc/meminfo: memFree=27692292/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=281940 CPUtime=222.22 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 54655 0 0 0 22203 19 0 0 20 0 2 0 333652755 288706560 54694 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 70485 54694 193 433 0 70049 0
[pid=26943/tid=26944] ppid=26941 vsize=281940 CPUtime=221.68 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 53806 0 0 0 22146 22 0 0 20 0 2 0 333652755 288706560 54694 33554432000 4194304 5964350 140733387658672 140079276480504 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 281940

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26946
/proc/meminfo: memFree=27665044/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=281940 CPUtime=282.17 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 59556 0 0 0 28196 21 0 0 20 0 2 0 333652755 288706560 59609 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 70485 59609 193 433 0 70049 0
[pid=26943/tid=26944] ppid=26941 vsize=281940 CPUtime=281.48 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 58707 0 0 0 28123 25 0 0 20 0 2 0 333652755 288706560 59609 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 281940

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26949
/proc/meminfo: memFree=27576028/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=348988 CPUtime=342.14 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 80598 0 0 0 34186 28 0 0 20 0 2 0 333652755 357363712 81346 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 87247 81346 193 433 0 86811 0
[pid=26943/tid=26944] ppid=26941 vsize=348988 CPUtime=341.31 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 79749 0 0 0 34098 33 0 0 20 0 2 0 333652755 357363712 81346 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 348988

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27027
/proc/meminfo: memFree=27874344/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=348988 CPUtime=402.11 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 80642 0 0 0 40182 29 0 0 20 0 2 0 333652755 357363712 81356 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 27112
/proc/meminfo: memFree=27459712/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=620276 CPUtime=1421.87 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 144033 0 0 0 142129 58 0 0 20 0 2 0 333652755 635162624 144939 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 155069 144939 193 433 0 154633 0
[pid=26943/tid=26944] ppid=26941 vsize=620276 CPUtime=1418.46 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 143184 0 0 0 141767 79 0 0 20 0 2 0 333652755 635162624 144939 33554432000 4194304 5964350 140733387658672 140079276480552 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 620276

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 27112
/proc/meminfo: memFree=27459836/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=620348 CPUtime=1481.86 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 144036 0 0 0 148128 58 0 0 20 0 2 0 333652755 635236352 144942 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 155087 144942 193 433 0 154651 0
[pid=26943/tid=26944] ppid=26941 vsize=620348 CPUtime=1478.3 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 143187 0 0 0 147750 80 0 0 20 0 2 0 333652755 635236352 144942 33554432000 4194304 5964350 140733387658672 140079276480552 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 620348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 27115
/proc/meminfo: memFree=27459704/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=620420 CPUtime=1541.85 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 144057 0 0 0 154127 58 0 0 20 0 2 0 333652755 635310080 144963 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 155105 144963 193 433 0 154669 0
[pid=26943/tid=26944] ppid=26941 vsize=620420 CPUtime=1538.15 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 143208 0 0 0 153734 81 0 0 20 0 2 0 333652755 635310080 144963 33554432000 4194304 5964350 140733387658672 140079276480552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 620420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27115
/proc/meminfo: memFree=27427976/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=620420 CPUtime=1601.84 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 144059 0 0 0 160126 58 0 0 20 0 2 0 333652755 635310080 144965 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 155105 144965 193 433 0 154669 0
[pid=26943/tid=26944] ppid=26941 vsize=620420 CPUtime=1598 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 143210 0 0 0 159718 82 0 0 20 0 2 0 333652755 635310080 144965 33554432000 4194304 5964350 140733387658672 140079276480552 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 620420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27115
/proc/meminfo: memFree=27381704/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=621392 CPUtime=1661.83 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 149489 0 0 0 166122 61 0 0 20 0 2 0 333652755 636305408 150395 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 155348 150395 193 433 0 154912 0
[pid=26943/tid=26944] ppid=26941 vsize=621392 CPUtime=1657.84 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 148640 0 0 0 165698 86 0 0 20 0 2 0 333652755 636305408 150395 33554432000 4194304 5964350 140733387658672 140079276480552 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 621392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27298492/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=689928 CPUtime=1721.8 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 159348 0 0 0 172113 67 0 0 20 0 2 0 333652755 706486272 160252 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172482 160252 193 433 0 172046 0
[pid=26943/tid=26944] ppid=26941 vsize=689928 CPUtime=1717.68 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 158499 0 0 0 171675 93 0 0 20 0 2 0 333652755 706486272 160252 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 689928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27249044/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1781.78 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 178109 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1777.52 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 177656 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4381951 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 690312

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27238752/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1791.39 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179070 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1787.1 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 178614 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 690312

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27235776/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1794.59 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179390 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1790.29 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 178933 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 690312

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27233172/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1797.78 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179709 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1793.47 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 179251 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 690312

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27232304/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1798.58 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179789 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1794.27 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 179331 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 690312

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27230816/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1798.99 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179830 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1794.68 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 179372 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4400352 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 690312

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27230816/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1799.38 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179869 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1795.07 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 179411 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 690312

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27116
/proc/meminfo: memFree=27230816/32873844 swapFree=7124/7124
[pid=26943] ppid=26941 vsize=690312 CPUtime=1799.48 cores=0,2,4,6
/proc/26943/stat : 26943 (wbo1.72) S 26941 26943 25363 0 -1 4202496 162596 0 0 0 179879 69 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140733387658192 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26943/statm: 172578 163508 193 433 0 172142 0
[pid=26943/tid=26944] ppid=26941 vsize=690312 CPUtime=1795.17 cores=0,2,4,6
/proc/26943/task/26944/stat : 26944 (wbo1.72) R 26941 26943 25363 0 -1 4202560 161747 0 0 0 179421 96 0 0 20 0 2 0 333652755 706879488 163508 33554432000 4194304 5964350 140733387658672 140079276480504 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 690312

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26943 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=221236
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=974851
# CPU time returned by wait4() is 1795.2
# while last known CPU time is 1799.48
#
# 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.48
CPU user time (s): 1798.79
CPU system time (s): 0.69
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 690312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 0.974851
maximum resident set size= 654044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162599
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= 241
involuntary context switches= 1916

runsolver used 5.71513 second user time and 18.7362 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 00:14:34
IDJOB=3728470
IDBENCH=79174
IDSOLVER=2315
FILE ID=node134/3728470-1338675274
RUNJOBID= node134-1338669646-26381
PBS_JOBID= 14636484
Free space on /tmp= 70356 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-0-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728470-1338675274/watcher-3728470-1338675274 -o /tmp/evaluation-result-3728470-1338675274/solver-3728470-1338675274 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728470-1338675274.wbo

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

MD5SUM BENCH= 12a88866bbd50b724bb180a8f6ce160e
RANDOM SEED=960330817

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27936452 kB
Buffers:          461628 kB
Cached:          3287612 kB
SwapCached:           76 kB
Active:          2017348 kB
Inactive:        2026156 kB
Active(anon):     286100 kB
Inactive(anon):    10508 kB
Active(file):    1731248 kB
Inactive(file):  2015648 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        339876 kB
Mapped:            11880 kB
Shmem:                96 kB
Slab:             754180 kB
SReclaimable:     195956 kB
SUnreclaim:       558224 kB
KernelStack:        1504 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 70348 MiB
End job on node134 at 2012-06-03 00:44:34