Trace number 3704407

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.86 1800.03

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704407-1338104174.opb.
0.00/0.00	c Instance file HOME/instance-3704407-1338104174.opb
0.00/0.00	c File size is 1446426 bytes.
0.10/0.11	c Highest Coefficient sum: 177
0.10/0.11	c ============================[ Problem Statistics ]=============================
0.10/0.11	c |                                                                             |
0.10/0.11	c |  Parsing time:          0.11         s                                      |
0.10/0.11	c |  Number Variables:      20944                                               |
0.10/0.11	c |  Number Clauses:        21122                                               |
0.10/0.11	c |  Number Cardinality:    176                                                 |
0.10/0.11	c |  Number PB Constraints: 0                                                   |
0.10/0.11	c |                                                                             |
0.10/0.12	c |  Problem Type:          Decision                                            |
0.10/0.12	c |  Objective Function:    None                                                |
0.10/0.12	c |                                                                             |
0.10/0.12	c ===============================================================================
1799.58/1800.02	c ===============================================================================
1799.58/1800.02	c Wall Clock Time: 1800.02 s
1799.58/1800.02	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-3704407-1338104174/watcher-3704407-1338104174 -o /tmp/evaluation-result-3704407-1338104174/solver-3704407-1338104174 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704407-1338104174.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.00 2.00 2.00 3/177 7768
/proc/meminfo: memFree=28256932/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=5840 CPUtime=0 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) R 7766 7768 5668 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 276544137 5980160 552 33554432000 4194304 5965102 140733836465456 140734602232872 5374802 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 1460 552 166 433 0 670 0

[startup+0.104277 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7768
/proc/meminfo: memFree=28256932/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=13736 CPUtime=0.1 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) R 7766 7768 5668 0 -1 4202496 2659 0 0 0 10 0 0 0 20 0 1 0 276544137 14065664 2612 33554432000 4194304 5965102 140733836465456 140734602232872 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 3434 2612 488 433 0 2644 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13736

[startup+0.200232 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7768
/proc/meminfo: memFree=28256932/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=0.19 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 6405 0 0 0 19 0 0 0 20 0 2 0 276544137 97398784 5468 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 5468 189 433 0 23343 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 95116

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7768
/proc/meminfo: memFree=28256932/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=0.29 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 6452 0 0 0 29 0 0 0 20 0 2 0 276544137 97398784 5515 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 5515 190 433 0 23343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95116

[startup+0.700129 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7768
/proc/meminfo: memFree=28256932/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=0.69 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 6749 0 0 0 69 0 0 0 20 0 2 0 276544137 97398784 5812 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 5812 190 433 0 23343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95116

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28233712/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=1.48 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 7219 0 0 0 148 0 0 0 20 0 2 0 276544137 97398784 6282 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 6282 190 433 0 23343 0
[pid=7768/tid=7770] ppid=7766 vsize=95116 CPUtime=1.37 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 3988 0 0 0 137 0 0 0 20 0 2 0 276544148 97398784 6282 33554432000 4194304 5965102 140733836465456 140221623781416 4393903 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95116

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28229976/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=3.09 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 8338 0 0 0 308 1 0 0 20 0 2 0 276544137 97398784 7401 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 7401 190 433 0 23343 0
[pid=7768/tid=7770] ppid=7766 vsize=95116 CPUtime=2.97 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 5107 0 0 0 297 0 0 0 20 0 2 0 276544148 97398784 7401 33554432000 4194304 5965102 140733836465456 140221623781384 4383033 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95116

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28221092/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=6.28 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 10152 0 0 0 627 1 0 0 20 0 2 0 276544137 97398784 9215 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 9215 190 433 0 23343 0
[pid=7768/tid=7770] ppid=7766 vsize=95116 CPUtime=6.17 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 6921 0 0 0 615 2 0 0 20 0 2 0 276544148 97398784 9215 33554432000 4194304 5965102 140733836465456 140221623781368 18446744073699066235 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) 95116

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28212580/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=12.69 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 11450 0 0 0 1267 2 0 0 20 0 2 0 276544137 97398784 10513 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 10513 190 433 0 23343 0
[pid=7768/tid=7770] ppid=7766 vsize=95116 CPUtime=12.57 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 8219 0 0 0 1255 2 0 0 20 0 2 0 276544148 97398784 10513 33554432000 4194304 5965102 140733836465456 140221623781368 18446744073699066235 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) 95116

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28198336/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=95116 CPUtime=25.48 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 14537 0 0 0 2546 2 0 0 20 0 2 0 276544137 97398784 13600 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 23779 13600 190 433 0 23343 0
[pid=7768/tid=7770] ppid=7766 vsize=95116 CPUtime=25.37 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 11306 0 0 0 2534 3 0 0 20 0 2 0 276544148 97398784 13600 33554432000 4194304 5965102 140733836465456 140221623781368 4401804 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) 95116

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28160936/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=160652 CPUtime=51.07 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 23403 0 0 0 5102 5 0 0 20 0 2 0 276544137 164507648 22466 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 40163 22466 190 433 0 39727 0
[pid=7768/tid=7770] ppid=7766 vsize=160652 CPUtime=50.97 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 20172 0 0 0 5091 6 0 0 20 0 2 0 276544148 164507648 22466 33554432000 4194304 5965102 140733836465456 140221623781368 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 160652

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7770
/proc/meminfo: memFree=28089780/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=226188 CPUtime=102.28 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 38810 0 0 0 10218 10 0 0 20 0 2 0 276544137 231616512 37873 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 56547 37873 190 433 0 56111 0
[pid=7768/tid=7770] ppid=7766 vsize=226188 CPUtime=102.17 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 35579 0 0 0 10205 12 0 0 20 0 2 0 276544148 231616512 37873 33554432000 4194304 5965102 140733836465456 140221623781416 4401143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 226188

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28446668/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=227272 CPUtime=162.24 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 41009 0 0 0 16213 11 0 0 20 0 2 0 276544137 232726528 40323 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 56818 40323 190 433 0 56382 0
[pid=7768/tid=7770] ppid=7766 vsize=227272 CPUtime=162.14 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 37778 0 0 0 16201 13 0 0 20 0 2 0 276544148 232726528 40323 33554432000 4194304 5965102 140733836465456 140221623781304 4401096 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) 227272

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7810
/proc/meminfo: memFree=28322572/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=292808 CPUtime=222.2 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 53618 0 0 0 22204 16 0 0 20 0 2 0 276544137 299835392 52908 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 73202 52908 190 433 0 72766 0
[pid=7768/tid=7770] ppid=7766 vsize=292808 CPUtime=222.1 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 50387 0 0 0 22190 20 0 0 20 0 2 0 276544148 299835392 52908 33554432000 4194304 5965102 140733836465456 140221623781368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 292808

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7813
/proc/meminfo: memFree=28255992/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=292808 CPUtime=282.18 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 59838 0 0 0 28199 19 0 0 20 0 2 0 276544137 299835392 59622 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 73202 59622 190 433 0 72766 0
[pid=7768/tid=7770] ppid=7766 vsize=292808 CPUtime=282.09 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 56607 0 0 0 28185 24 0 0 20 0 2 0 276544148 299835392 59622 33554432000 4194304 5965102 140733836465456 140221623781368 4383036 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 292808

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7813
/proc/meminfo: memFree=28252688/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=293348 CPUtime=342.17 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 60586 0 0 0 34198 19 0 0 20 0 2 0 276544137 300388352 60370 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 73337 60370 190 433 0 72901 0
[pid=7768/tid=7770] ppid=7766 vsize=293348 CPUtime=342.09 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 57355 0 0 0 34184 25 0 0 20 0 2 0 276544148 300388352 60370 33554432000 4194304 5965102 140733836465456 140221623781368 4383111 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 293348

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7813
/proc/meminfo: memFree=28175828/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=293348 CPUtime=402.15 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 68771 0 0 0 40193 22 0 0 20 0 2 0 276544137 300388352 68556 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 73337 68556 190 433 0 72901 0
[pid=7768/tid=7770] ppid=7766 vsize=293348 CPUtime=402.08 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 65540 0 0 0 40179 29 0 0 20 0 2 0 276544148 300388352 68556 33554432000 4194304 5965102 140733836465456 140221623781368 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 293348

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7813
/proc/meminfo: memFree=28166956/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=293348 CPUtime=462.12 cores=1,3,5,7

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

/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165056 0 0 0 124119 82 0 0 20 0 2 0 276544148 703868928 167953 33554432000 4194304 5965102 140733836465456 140221623781176 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 687372

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 7819
/proc/meminfo: memFree=27564052/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1301.96 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168321 0 0 0 130132 64 0 0 20 0 2 0 276544137 703868928 167987 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167987 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1302.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165090 0 0 0 130118 83 0 0 20 0 2 0 276544148 703868928 167987 33554432000 4194304 5965102 140733836465456 140221623781176 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 687372

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7819
/proc/meminfo: memFree=27565008/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1361.95 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168326 0 0 0 136131 64 0 0 20 0 2 0 276544137 703868928 167989 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167989 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1362 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165095 0 0 0 136116 84 0 0 20 0 2 0 276544148 703868928 167989 33554432000 4194304 5965102 140733836465456 140221623781176 4432647 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 687372

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7820
/proc/meminfo: memFree=27565284/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1421.95 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168326 0 0 0 142131 64 0 0 20 0 2 0 276544137 703868928 167989 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167989 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1422.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165095 0 0 0 142116 85 0 0 20 0 2 0 276544148 703868928 167989 33554432000 4194304 5965102 140733836465456 140221623781176 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 687372

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 7823
/proc/meminfo: memFree=27565572/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1481.93 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168326 0 0 0 148129 64 0 0 20 0 2 0 276544137 703868928 167989 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167989 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1482 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165095 0 0 0 148114 86 0 0 20 0 2 0 276544148 703868928 167989 33554432000 4194304 5965102 140733836465456 140221623781176 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 687372

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 7846
/proc/meminfo: memFree=27551696/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1541.93 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168326 0 0 0 154129 64 0 0 20 0 2 0 276544137 703868928 167989 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167989 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1542.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165095 0 0 0 154114 87 0 0 20 0 2 0 276544148 703868928 167989 33554432000 4194304 5965102 140733836465456 140221623781176 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 687372

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7846
/proc/meminfo: memFree=27535876/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1601.91 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 160127 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1602.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 160113 88 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 687372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7846
/proc/meminfo: memFree=27535876/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1661.91 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 166127 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1662.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 166112 89 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 687372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511884/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1721.9 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 172126 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1722.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 172111 90 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4401082 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 687372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511636/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1781.89 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 178125 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1782.01 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 178110 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4400963 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 687372

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1791.59 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179095 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1791.71 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179080 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 687372

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1794.79 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179415 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1794.91 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179400 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4382717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 687372

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1797.98 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179734 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1798.11 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179720 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 687372

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1798.78 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179814 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1798.91 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179800 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4382742 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 687372

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1799.19 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179855 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1799.31 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179840 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4382742 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 687372

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511760/32873648 swapFree=6844/6844
[pid=7768] ppid=7766 vsize=687372 CPUtime=1799.58 cores=1,3,5,7
/proc/7768/stat : 7768 (pwbo2.0) S 7766 7768 5668 0 -1 4202496 168327 0 0 0 179894 64 0 0 20 0 2 0 276544137 703868928 167990 33554432000 4194304 5965102 140733836465456 140733836464976 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7768/statm: 171843 167990 190 433 0 171407 0
[pid=7768/tid=7770] ppid=7766 vsize=687372 CPUtime=1799.71 cores=1,3,5,7
/proc/7768/task/7770/stat : 7770 (pwbo2.0) R 7766 7768 5668 0 -1 4202560 165096 0 0 0 179880 91 0 0 20 0 2 0 276544148 703868928 167990 33554432000 4194304 5965102 140733836465456 140221623781176 4222384 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 687372

Child status: 255
Real time (s): 1800.03
CPU time (s): 1799.86
CPU user time (s): 1798.94
CPU system time (s): 0.925859
CPU usage (%): 99.9908
Max. virtual memory (cumulated for all children) (KiB): 687372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 0.925859
maximum resident set size= 671972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168330
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= 205
involuntary context switches= 2064

runsolver used 6.47701 second user time and 18.7352 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 09:36:14
IDJOB=3704407
IDBENCH=90147
IDSOLVER=2280
FILE ID=node115/3704407-1338104174
RUNJOBID= node115-1338087550-5685
PBS_JOBID= 14624444
Free space on /tmp= 71664 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704407-1338104174/watcher-3704407-1338104174 -o /tmp/evaluation-result-3704407-1338104174/solver-3704407-1338104174 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704407-1338104174.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=1912893390

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:       32873648 kB
MemFree:        28256824 kB
Buffers:          301580 kB
Cached:          3089972 kB
SwapCached:            0 kB
Active:          1400020 kB
Inactive:        2404028 kB
Active(anon):     414904 kB
Inactive(anon):        0 kB
Active(file):     985116 kB
Inactive(file):  2404028 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6996 kB
Writeback:             0 kB
AnonPages:        540044 kB
Mapped:            15044 kB
Shmem:               200 kB
Slab:             671688 kB
SReclaimable:     116032 kB
SUnreclaim:       555656 kB
KernelStack:        1488 kB
PageTables:         4736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71656 MiB
End job on node115 at 2012-05-27 10:06:14