Trace number 3727213

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727213-1338670279.opb.
0.00/0.00	c Instance file HOME/instance-3727213-1338670279.opb
0.00/0.00	c File size is 1342841 bytes.
0.09/0.10	c Highest Coefficient sum: 165
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Parsing time:          0.10         s                                      |
0.09/0.10	c |  Number Variables:      19516                                               |
0.09/0.10	c |  Number Clauses:        19682                                               |
0.09/0.10	c |  Number Cardinality:    164                                                 |
0.09/0.10	c |  Number PB Constraints: 0                                                   |
0.09/0.10	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3727213-1338670279/watcher-3727213-1338670279 -o /tmp/evaluation-result-3727213-1338670279/solver-3727213-1338670279 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727213-1338670279.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.01 2.02 2.16 3/177 23860
/proc/meminfo: memFree=28170296/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=5560 CPUtime=0 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) R 23858 23860 23469 0 -1 4202496 586 0 0 0 0 0 0 0 20 0 1 0 333156438 5693440 538 33554432000 4194304 5964350 140736072949424 140735935491144 5179535 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 1426 542 163 433 0 662 0

[startup+0.0533139 s]
/proc/loadavg: 2.01 2.02 2.16 3/177 23860
/proc/meminfo: memFree=28170296/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=10568 CPUtime=0.04 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) R 23858 23860 23469 0 -1 4202496 1927 0 0 0 4 0 0 0 20 0 1 0 333156438 10821632 1846 33554432000 4194304 5964350 140736072949424 140735935491144 4348832 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 2642 1846 322 433 0 1878 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10568

[startup+0.100268 s]
/proc/loadavg: 2.01 2.02 2.16 3/177 23860
/proc/meminfo: memFree=28170296/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=12764 CPUtime=0.09 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) R 23858 23860 23469 0 -1 4202496 2632 0 0 0 9 0 0 0 20 0 1 0 333156438 13070336 2551 33554432000 4194304 5964350 140736072949424 140735935491144 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 3191 2552 485 433 0 2427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12764

[startup+0.300179 s]
/proc/loadavg: 2.01 2.02 2.16 3/177 23860
/proc/meminfo: memFree=28170296/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=0.29 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 6191 0 0 0 28 1 0 0 20 0 2 0 333156438 96227328 5278 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 5278 186 433 0 23057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93972

[startup+0.700131 s]
/proc/loadavg: 2.01 2.02 2.16 3/177 23860
/proc/meminfo: memFree=28170296/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=0.69 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 6453 0 0 0 68 1 0 0 20 0 2 0 333156438 96227328 5540 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 5540 186 433 0 23057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93972

[startup+1.50023 s]
/proc/loadavg: 2.01 2.02 2.16 3/179 23862
/proc/meminfo: memFree=28148580/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=1.49 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 7039 0 0 0 148 1 0 0 20 0 2 0 333156438 96227328 6126 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 6126 186 433 0 23057 0
[pid=23860/tid=23862] ppid=23858 vsize=93972 CPUtime=1.38 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 3943 0 0 0 138 0 0 0 20 0 2 0 333156448 96227328 6126 33554432000 4194304 5964350 140736072949424 139844352808952 5136340 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) 93972

[startup+3.10026 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 23862
/proc/meminfo: memFree=28145232/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=3.08 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 8126 0 0 0 307 1 0 0 20 0 2 0 333156438 96227328 7213 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 7213 186 433 0 23057 0
[pid=23860/tid=23862] ppid=23858 vsize=93972 CPUtime=2.98 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 5030 0 0 0 297 1 0 0 20 0 2 0 333156448 96227328 7213 33554432000 4194304 5964350 140736072949424 139844352808952 5136340 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) 93972

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 23862
/proc/meminfo: memFree=28136048/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=6.28 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 10191 0 0 0 626 2 0 0 20 0 2 0 333156438 96227328 9278 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 9278 186 433 0 23057 0
[pid=23860/tid=23862] ppid=23858 vsize=93972 CPUtime=6.18 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 7096 0 0 0 616 2 0 0 20 0 2 0 333156448 96227328 9279 33554432000 4194304 5964350 140736072949424 139844352808952 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 93972

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 23862
/proc/meminfo: memFree=28123532/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=12.69 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 12521 0 0 0 1265 4 0 0 20 0 2 0 333156438 96227328 11608 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 11608 186 433 0 23057 0
[pid=23860/tid=23862] ppid=23858 vsize=93972 CPUtime=12.58 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 9425 0 0 0 1254 4 0 0 20 0 2 0 333156448 96227328 11608 33554432000 4194304 5964350 140736072949424 139844352808952 4403484 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93972

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 23862
/proc/meminfo: memFree=28097484/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=93972 CPUtime=25.48 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 14252 0 0 0 2544 4 0 0 20 0 2 0 333156438 96227328 13339 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 23493 13339 186 433 0 23057 0
[pid=23860/tid=23862] ppid=23858 vsize=93972 CPUtime=25.38 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 11156 0 0 0 2533 5 0 0 20 0 2 0 333156448 96227328 13339 33554432000 4194304 5964350 140736072949424 139844352808760 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93972

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.15 3/179 23862
/proc/meminfo: memFree=27996004/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=159508 CPUtime=51.08 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 29447 0 0 0 5097 11 0 0 20 0 2 0 333156438 163336192 28534 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 39877 28534 186 433 0 39441 0
[pid=23860/tid=23862] ppid=23858 vsize=159508 CPUtime=50.98 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 26351 0 0 0 5087 11 0 0 20 0 2 0 333156448 163336192 28534 33554432000 4194304 5964350 140736072949424 139844352808952 4400355 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) 159508

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.14 3/179 23862
/proc/meminfo: memFree=27940212/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=160232 CPUtime=102.26 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 32939 0 0 0 10214 12 0 0 20 0 2 0 333156438 164077568 32042 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 40058 32042 186 433 0 39622 0
[pid=23860/tid=23862] ppid=23858 vsize=160232 CPUtime=102.17 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 29843 0 0 0 10204 13 0 0 20 0 2 0 333156448 164077568 32042 33554432000 4194304 5964350 140736072949424 139844352808952 4381521 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 160232

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.13 3/179 23863
/proc/meminfo: memFree=27891720/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=226128 CPUtime=162.21 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 44679 0 0 0 16205 16 0 0 20 0 2 0 333156438 231555072 43772 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 56532 43772 186 433 0 56096 0
[pid=23860/tid=23862] ppid=23858 vsize=226128 CPUtime=162.14 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 41583 0 0 0 16195 19 0 0 20 0 2 0 333156448 231555072 43772 33554432000 4194304 5964350 140736072949424 139844352808952 4381675 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 226128

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 23863
/proc/meminfo: memFree=27838212/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=291664 CPUtime=222.21 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 54787 0 0 0 22201 20 0 0 20 0 2 0 333156438 298663936 53880 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 72916 53880 186 433 0 72480 0
[pid=23860/tid=23862] ppid=23858 vsize=291664 CPUtime=222.14 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 51691 0 0 0 22191 23 0 0 20 0 2 0 333156448 298663936 53880 33554432000 4194304 5964350 140736072949424 139844352808760 4400035 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) 291664

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 23863
/proc/meminfo: memFree=27802032/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=291664 CPUtime=282.19 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 56218 0 0 0 28199 20 0 0 20 0 2 0 333156438 298663936 55311 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 72916 55311 186 433 0 72480 0
[pid=23860/tid=23862] ppid=23858 vsize=291664 CPUtime=282.14 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 53122 0 0 0 28190 24 0 0 20 0 2 0 333156448 298663936 55311 33554432000 4194304 5964350 140736072949424 139844352808952 4222464 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) 291664

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 23863
/proc/meminfo: memFree=27659308/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=357740 CPUtime=342.16 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 81841 0 0 0 34188 28 0 0 20 0 2 0 333156438 366325760 80918 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 89435 80918 186 433 0 88999 0
[pid=23860/tid=23862] ppid=23858 vsize=357740 CPUtime=342.12 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 78745 0 0 0 34179 33 0 0 20 0 2 0 333156448 366325760 80918 33554432000 4194304 5964350 140736072949424 139844352808952 4381521 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 357740

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 23863
/proc/meminfo: memFree=27646292/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=357740 CPUtime=402.13 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 85046 0 0 0 40184 29 0 0 20 0 2 0 333156438 366325760 84113 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 89435 84113 186 433 0 88999 0
[pid=23860/tid=23862] ppid=23858 vsize=357740 CPUtime=402.11 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 81950 0 0 0 40176 35 0 0 20 0 2 0 333156448 366325760 84113 33554432000 4194304 5964350 140736072949424 139844352808760 4400035 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) 357740

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 23864
/proc/meminfo: memFree=27645840/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=357740 CPUtime=462.1 cores=1,3,5,7

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

/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 110418 0 0 0 130147 63 0 0 20 0 2 0 333156448 501370880 113110 33554432000 4194304 5964350 140736072949424 139844352809128 4392755 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 489620

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/179 23896
/proc/meminfo: memFree=27361596/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=489620 CPUtime=1361.93 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 113514 0 0 0 136149 44 0 0 20 0 2 0 333156438 501370880 113110 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 122405 113110 186 433 0 121969 0
[pid=23860/tid=23862] ppid=23858 vsize=489620 CPUtime=1362.09 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 110418 0 0 0 136145 64 0 0 20 0 2 0 333156448 501370880 113110 33554432000 4194304 5964350 140736072949424 139844352809128 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 489620

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.01 3/179 23896
/proc/meminfo: memFree=27350436/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=489620 CPUtime=1421.93 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 116427 0 0 0 142147 46 0 0 20 0 2 0 333156438 501370880 116023 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 122405 116023 186 433 0 121969 0
[pid=23860/tid=23862] ppid=23858 vsize=489620 CPUtime=1422.1 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 113331 0 0 0 142142 68 0 0 20 0 2 0 333156448 501370880 116023 33554432000 4194304 5964350 140736072949424 139844352808952 4392658 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 489620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23896
/proc/meminfo: memFree=27328612/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=489620 CPUtime=1481.91 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 116467 0 0 0 148145 46 0 0 20 0 2 0 333156438 501370880 116063 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 122405 116063 186 433 0 121969 0
[pid=23860/tid=23862] ppid=23858 vsize=489620 CPUtime=1482.1 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 113371 0 0 0 148141 69 0 0 20 0 2 0 333156448 501370880 116063 33554432000 4194304 5964350 140736072949424 139844352808760 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 489620

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 23896
/proc/meminfo: memFree=27264380/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=555156 CPUtime=1541.91 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 122666 0 0 0 154142 49 0 0 20 0 2 0 333156438 568479744 122262 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 138789 122262 186 433 0 138353 0
[pid=23860/tid=23862] ppid=23858 vsize=555156 CPUtime=1542.1 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 119570 0 0 0 154138 72 0 0 20 0 2 0 333156448 568479744 122262 33554432000 4194304 5964350 140736072949424 139844352808760 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 555156

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23896
/proc/meminfo: memFree=27189552/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1601.9 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 140859 0 0 0 160134 56 0 0 20 0 2 0 333156438 635588608 140455 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 140455 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1602.1 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 137763 0 0 0 160130 80 0 0 20 0 2 0 333156448 635588608 140455 33554432000 4194304 5964350 140736072949424 139844352808952 4381894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 620692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23897
/proc/meminfo: memFree=27189180/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1661.89 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 140861 0 0 0 166133 56 0 0 20 0 2 0 333156438 635588608 140457 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 140457 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1662.11 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 137765 0 0 0 166130 81 0 0 20 0 2 0 333156448 635588608 140457 33554432000 4194304 5964350 140736072949424 139844352808952 4381913 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 620692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23897
/proc/meminfo: memFree=27189180/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1721.88 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 140867 0 0 0 172132 56 0 0 20 0 2 0 333156438 635588608 140463 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 140463 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1722.11 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 137771 0 0 0 172129 82 0 0 20 0 2 0 333156448 635588608 140463 33554432000 4194304 5964350 140736072949424 139844352808952 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 620692

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/180 23939
/proc/meminfo: memFree=27537736/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1781.87 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 144924 0 0 0 178130 57 0 0 20 0 2 0 333156438 635588608 144520 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 144520 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1782.11 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 141828 0 0 0 178126 85 0 0 20 0 2 0 333156448 635588608 144520 33554432000 4194304 5964350 140736072949424 139844352808760 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 620692

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

[startup+1791.91 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27461184/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1791.47 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 147246 0 0 0 179089 58 0 0 20 0 2 0 333156438 635588608 146840 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 146840 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1791.72 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 144150 0 0 0 179086 86 0 0 20 0 2 0 333156448 635588608 146840 33554432000 4194304 5964350 140736072949424 139844352808952 4381640 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 620692

[startup+1795.1 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27432912/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1794.67 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 149122 0 0 0 179408 59 0 0 20 0 2 0 333156438 635588608 148716 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 148716 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1794.92 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 146026 0 0 0 179406 86 0 0 20 0 2 0 333156448 635588608 148716 33554432000 4194304 5964350 140736072949424 139844352808760 4381521 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 620692

[startup+1798.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27420556/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1797.85 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 149972 0 0 0 179726 59 0 0 20 0 2 0 333156438 635588608 149586 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 149586 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1798.11 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 146876 0 0 0 179724 87 0 0 20 0 2 0 333156448 635588608 149586 33554432000 4194304 5964350 140736072949424 139844352808952 4400029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 620692

[startup+1799.1 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27413860/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1798.65 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 150333 0 0 0 179806 59 0 0 20 0 2 0 333156438 635588608 149947 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 149947 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1798.91 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 147237 0 0 0 179804 87 0 0 20 0 2 0 333156448 635588608 149947 33554432000 4194304 5964350 140736072949424 139844352808952 4381521 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 620692

[startup+1799.5 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27405304/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1799.07 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 150473 0 0 0 179847 60 0 0 20 0 2 0 333156438 635588608 150087 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 150087 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1799.31 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 147377 0 0 0 179844 87 0 0 20 0 2 0 333156448 635588608 150087 33554432000 4194304 5964350 140736072949424 139844352808952 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 620692

[startup+1799.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27405304/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1799.46 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 150616 0 0 0 179886 60 0 0 20 0 2 0 333156438 635588608 150230 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 150232 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1799.7 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 147522 0 0 0 179883 87 0 0 20 0 2 0 333156448 635588608 150232 33554432000 4194304 5964350 140736072949424 139844352808952 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 620692

[startup+1800 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 23939
/proc/meminfo: memFree=27405304/32873844 swapFree=7116/7116
[pid=23860] ppid=23858 vsize=620692 CPUtime=1799.56 cores=1,3,5,7
/proc/23860/stat : 23860 (wbo1.72) S 23858 23860 23469 0 -1 4202496 150652 0 0 0 179896 60 0 0 20 0 2 0 333156438 635588608 150266 33554432000 4194304 5964350 140736072949424 140736072948944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23860/statm: 155173 150266 186 433 0 154737 0
[pid=23860/tid=23862] ppid=23858 vsize=620692 CPUtime=1799.81 cores=1,3,5,7
/proc/23860/task/23862/stat : 23862 (wbo1.72) R 23858 23860 23469 0 -1 4202560 147556 0 0 0 179894 87 0 0 20 0 2 0 333156448 635588608 150266 33554432000 4194304 5964350 140736072949424 139844352808952 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 620692

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.94
CPU user time (s): 1799.04
CPU system time (s): 0.899863
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 620692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 0.899863
maximum resident set size= 601076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150655
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= 222
involuntary context switches= 1954

runsolver used 3.10253 second user time and 9.03163 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-02 22:51:19
IDJOB=3727213
IDBENCH=90170
IDSOLVER=2313
FILE ID=node108/3727213-1338670279
RUNJOBID= node108-1338668451-23659
PBS_JOBID= 14636525
Free space on /tmp= 71464 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K164.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727213-1338670279/watcher-3727213-1338670279 -o /tmp/evaluation-result-3727213-1338670279/solver-3727213-1338670279 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727213-1338670279.opb

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=1887298432

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.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		: 2666.273
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.273
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:        28170940 kB
Buffers:          317020 kB
Cached:          3504408 kB
SwapCached:           80 kB
Active:          1940736 kB
Inactive:        1962208 kB
Active(anon):      69084 kB
Inactive(anon):    13064 kB
Active(file):    1871652 kB
Inactive(file):  1949144 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             13304 kB
Writeback:             0 kB
AnonPages:         86320 kB
Mapped:            14980 kB
Shmem:               172 kB
Slab:             662840 kB
SReclaimable:     104896 kB
SUnreclaim:       557944 kB
KernelStack:        1488 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71460 MiB
End job on node108 at 2012-06-02 23:21:19