Trace number 3726391

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.2 902.029

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35819
Best CPU time to get the best result obtained on this benchmark746.384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 891819
Number of bits of the biggest sum of numbers20
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726391-1338668077.opb.
0.00/0.00	c Instance file HOME/instance-3726391-1338668077.opb
0.00/0.00	c File size is 28227229 bytes.
3.09/3.33	c Cost Offset: -891819
3.09/3.33	c Highest Coefficient sum: 64048
4.78/4.13	c ============================[ Problem Statistics ]=============================
4.78/4.13	c |                                                                             |
4.78/4.13	c |  Parsing time:          3.33         s                                      |
4.78/4.13	c |  Number Variables:      400896                                              |
4.78/4.13	c |  Number Clauses:        400785                                              |
4.78/4.13	c |  Number Cardinality:    1977                                                |
4.78/4.13	c |  Number PB Constraints: 1                                                   |
4.78/4.13	c |                                                                             |
4.78/4.13	c |  Problem Type:          Optimization                                        |
4.78/4.13	c |  Objective Function:    PB Constraint                                       |
4.78/4.13	c |                                                                             |
4.78/4.13	c ===============================================================================
1800.20/902.01	c ===============================================================================
1800.20/902.01	c Wall Clock Time: 902.02 s
1800.20/902.01	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-3726391-1338668077/watcher-3726391-1338668077 -o /tmp/evaluation-result-3726391-1338668077/solver-3726391-1338668077 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726391-1338668077.opb 

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: 1.84 1.97 1.99 5/175 2270
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=32828 CPUtime=0 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 332932224 33615872 566 33554432000 4194304 5964478 140734634989216 140737168737736 4353628 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 8207 566 167 433 0 879 0

[startup+0.0122919 s]
/proc/loadavg: 1.84 1.97 1.99 5/175 2270
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=34076 CPUtime=0 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 945 0 0 0 0 0 0 0 20 0 1 0 332932224 34893824 898 33554432000 4194304 5964478 140734634989216 140737168737736 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 8519 899 179 433 0 1191 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 34076

[startup+0.10022 s]
/proc/loadavg: 1.84 1.97 1.99 5/175 2270
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=48040 CPUtime=0.09 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 4499 0 0 0 9 0 0 0 20 0 1 0 332932224 49192960 4370 33554432000 4194304 5964478 140734634989216 140737168737736 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 12010 4371 417 433 0 4682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48040

[startup+0.300218 s]
/proc/loadavg: 1.84 1.97 1.99 5/175 2270
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=68940 CPUtime=0.29 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 10356 0 0 0 28 1 0 0 20 0 1 0 332932224 70594560 9960 33554432000 4194304 5964478 140734634989216 140734634987880 4348612 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 17235 9960 941 433 0 9907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68940

[startup+0.700216 s]
/proc/loadavg: 1.84 1.97 1.99 5/175 2270
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=114348 CPUtime=0.69 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 22062 0 0 0 66 3 0 0 20 0 1 0 332932224 117092352 21136 33554432000 4194304 5964478 140734634989216 140734634987704 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 28587 21137 1914 433 0 21259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114348

[startup+1.50022 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2272
/proc/meminfo: memFree=28818044/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=208868 CPUtime=1.49 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 44456 0 0 0 142 7 0 0 20 0 1 0 332932224 213880832 45025 33554432000 4194304 5964478 140734634989216 140734634987688 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 52217 45026 3659 433 0 44889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208868

[startup+3.10026 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2272
/proc/meminfo: memFree=28615748/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=329580 CPUtime=3.09 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) R 2266 2270 2034 0 -1 4202496 72850 0 0 0 297 12 0 0 20 0 1 0 332932224 337489920 75914 33554432000 4194304 5964478 140734634989216 140734634987592 4429955 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2270/statm: 82395 75914 6637 433 0 75067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 329580

[startup+6.30024 s]
/proc/loadavg: 2.26 2.05 2.02 5/181 2276
/proc/meminfo: memFree=27663448/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=889672 CPUtime=9.14 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 162392 0 0 0 877 37 0 0 20 0 3 0 332932224 911024128 178126 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 222418 178126 196 433 0 221982 0
[pid=2270/tid=2273] ppid=2266 vsize=889672 CPUtime=2.92 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 65796 0 0 0 273 19 0 0 20 0 3 0 332932557 911024128 178126 33554432000 4194304 5964478 140734634989216 140134438775320 4396263 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=889672 CPUtime=2.88 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 19883 0 0 0 281 7 0 0 20 0 3 0 332932557 911024128 178126 33554432000 4194304 5964478 140734634989216 140134428285240 4389147 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 889672

[startup+12.7003 s]
/proc/loadavg: 2.48 2.10 2.03 5/181 2276
/proc/meminfo: memFree=27538012/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=889672 CPUtime=21.93 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 165234 0 0 0 2155 38 0 0 20 0 3 0 332932224 911024128 189747 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 222418 189747 197 433 0 221982 0
[pid=2270/tid=2273] ppid=2266 vsize=889672 CPUtime=9.3 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 67990 0 0 0 911 19 0 0 20 0 3 0 332932557 911024128 189747 33554432000 4194304 5964478 140734634989216 140134438775128 4392872 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=889672 CPUtime=9.26 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 20531 0 0 0 919 7 0 0 20 0 3 0 332932557 911024128 189747 33554432000 4194304 5964478 140734634989216 140134428285288 4403343 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (KiB) 889672

[startup+25.5004 s]
/proc/loadavg: 2.89 2.21 2.07 5/181 2276
/proc/meminfo: memFree=27501244/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=889672 CPUtime=47.53 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 166831 0 0 0 4714 39 0 0 20 0 3 0 332932224 911024128 192188 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 222418 192188 197 433 0 221982 0
[pid=2270/tid=2273] ppid=2266 vsize=889672 CPUtime=22.07 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 68210 0 0 0 2188 19 0 0 20 0 3 0 332932557 911024128 192188 33554432000 4194304 5964478 140734634989216 140134438775624 4392680 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=889672 CPUtime=22.02 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 21908 0 0 0 2195 7 0 0 20 0 3 0 332932557 911024128 192188 33554432000 4194304 5964478 140734634989216 140134428285240 4403717 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 889672

[startup+51.1004 s]
/proc/loadavg: 3.33 2.37 2.12 5/181 2276
/proc/meminfo: memFree=27489472/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=889672 CPUtime=98.71 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 169535 0 0 0 9830 41 0 0 20 0 3 0 332932224 911024128 193513 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 222418 193513 197 433 0 221982 0
[pid=2270/tid=2273] ppid=2266 vsize=889672 CPUtime=47.6 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 69580 0 0 0 4741 19 0 0 20 0 3 0 332932557 911024128 193513 33554432000 4194304 5964478 140734634989216 140134438775624 4399946 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=889672 CPUtime=47.54 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 23242 0 0 0 4746 8 0 0 20 0 3 0 332932557 911024128 193513 33554432000 4194304 5964478 140734634989216 140134428285240 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.71
Current children cumulated vsize (KiB) 889672

[startup+102.3 s]
/proc/loadavg: 3.71 2.62 2.22 5/181 2276
/proc/meminfo: memFree=27428088/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=201.09 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 173146 0 0 0 20064 45 0 0 20 0 3 0 332932224 978132992 202342 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 202342 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=98.68 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 71641 0 0 0 9846 22 0 0 20 0 3 0 332932557 978132992 202342 33554432000 4194304 5964478 140734634989216 140134438775080 4392717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=98.6 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 24792 0 0 0 9847 13 0 0 20 0 3 0 332932557 978132992 202342 33554432000 4194304 5964478 140734634989216 140134428285176 4388850 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.09
Current children cumulated vsize (KiB) 955208

[startup+162.3 s]
/proc/loadavg: 3.89 2.87 2.33 5/181 2276
/proc/meminfo: memFree=27385524/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=321.06 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 175605 0 0 0 32058 48 0 0 20 0 3 0 332932224 978132992 208221 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 208221 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=158.52 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72849 0 0 0 15829 23 0 0 20 0 3 0 332932557 978132992 208221 33554432000 4194304 5964478 140734634989216 140134438775128 4392829 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=158.44 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 26043 0 0 0 15829 15 0 0 20 0 3 0 332932557 978132992 208221 33554432000 4194304 5964478 140734634989216 140134428285240 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.06
Current children cumulated vsize (KiB) 955208

[startup+222.307 s]
/proc/loadavg: 3.96 3.07 2.43 5/181 2277
/proc/meminfo: memFree=27363548/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=441.05 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 177800 0 0 0 44054 51 0 0 20 0 3 0 332932224 978132992 210414 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 210414 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=218.37 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72851 0 0 0 21813 24 0 0 20 0 3 0 332932557 978132992 210414 33554432000 4194304 5964478 140734634989216 140134438775128 4392805 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=218.29 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 28236 0 0 0 21809 20 0 0 20 0 3 0 332932557 978132992 210414 33554432000 4194304 5964478 140734634989216 140134428284760 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.05
Current children cumulated vsize (KiB) 955208

[startup+282.3 s]
/proc/loadavg: 3.98 3.24 2.52 5/181 2277
/proc/meminfo: memFree=27329184/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=561 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 178937 0 0 0 56048 52 0 0 20 0 3 0 332932224 978132992 211540 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 211540 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=278.2 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72862 0 0 0 27795 25 0 0 20 0 3 0 332932557 978132992 211540 33554432000 4194304 5964478 140734634989216 140134438775128 4388824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=278.13 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 29362 0 0 0 27791 22 0 0 20 0 3 0 332932557 978132992 211540 33554432000 4194304 5964478 140734634989216 140134428285288 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561
Current children cumulated vsize (KiB) 955208

[startup+342.3 s]
/proc/loadavg: 3.99 3.37 2.61 5/182 2280
/proc/meminfo: memFree=27332720/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=680.96 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 180447 0 0 0 68041 55 0 0 20 0 3 0 332932224 978132992 213027 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 213027 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=338.02 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72885 0 0 0 33776 26 0 0 20 0 3 0 332932557 978132992 213027 33554432000 4194304 5964478 140734634989216 140134438775128 4392738 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=337.97 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 30849 0 0 0 33772 25 0 0 20 0 3 0 332932557 978132992 213027 33554432000 4194304 5964478 140734634989216 140134428285240 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.96
Current children cumulated vsize (KiB) 955208

[startup+402.3 s]
/proc/loadavg: 3.99 3.48 2.70 5/181 2280
/proc/meminfo: memFree=27325508/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=800.93 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 181655 0 0 0 80035 58 0 0 20 0 3 0 332932224 978132992 214321 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 214321 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=397.86 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72895 0 0 0 39759 27 0 0 20 0 3 0 332932557 978132992 214321 33554432000 4194304 5964478 140734634989216 140134438775128 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=397.82 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 32047 0 0 0 39753 29 0 0 20 0 3 0 332932557 978132992 214321 33554432000 4194304 5964478 140734634989216 140134428285240 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 800.93
Current children cumulated vsize (KiB) 955208

[startup+462.3 s]
/proc/loadavg: 3.99 3.58 2.78 5/181 2280
/proc/meminfo: memFree=27304844/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=920.91 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 182733 0 0 0 92031 60 0 0 20 0 3 0 332932224 978132992 215399 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 215399 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=457.7 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72895 0 0 0 45743 27 0 0 20 0 3 0 332932557 978132992 215399 33554432000 4194304 5964478 140734634989216 140134438775128 4403500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=457.67 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 33125 0 0 0 45736 31 0 0 20 0 3 0 332932557 978132992 215399 33554432000 4194304 5964478 140734634989216 140134428285240 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920.91
Current children cumulated vsize (KiB) 955208

[startup+522.3 s]
/proc/loadavg: 3.99 3.65 2.85 5/181 2281
/proc/meminfo: memFree=27299212/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=1040.89 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 183259 0 0 0 104029 60 0 0 20 0 3 0 332932224 978132992 216250 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 216250 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=517.55 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72895 0 0 0 51727 28 0 0 20 0 3 0 332932557 978132992 216250 33554432000 4194304 5964478 140734634989216 140134438775128 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=517.51 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 33651 0 0 0 51718 33 0 0 20 0 3 0 332932557 978132992 216250 33554432000 4194304 5964478 140734634989216 140134428285240 4389170 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.89
Current children cumulated vsize (KiB) 955208

[startup+582.3 s]
/proc/loadavg: 4.07 3.74 2.93 5/181 2281
/proc/meminfo: memFree=27301116/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=955208 CPUtime=1160.87 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 185370 0 0 0 116024 63 0 0 20 0 3 0 332932224 978132992 218863 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 238802 218863 198 433 0 238366 0
[pid=2270/tid=2273] ppid=2266 vsize=955208 CPUtime=577.4 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 72896 0 0 0 57711 29 0 0 20 0 3 0 332932557 978132992 218863 33554432000 4194304 5964478 140734634989216 140134438775128 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=955208 CPUtime=577.36 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 35761 0 0 0 57699 37 0 0 20 0 3 0 332932557 978132992 218863 33554432000 4194304 5964478 140734634989216 140134428285240 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.87
Current children cumulated vsize (KiB) 955208

[startup+642.3 s]
/proc/loadavg: 4.02 3.78 2.99 5/181 2281
/proc/meminfo: memFree=27265784/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1280.86 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 187072 0 0 0 128020 66 0 0 20 0 3 0 332932224 1045241856 221076 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 221076 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=637.24 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 63694 30 0 0 20 0 3 0 332932557 1045241856 221076 33554432000 4194304 5964478 140734634989216 140134438775128 5139166 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=637.2 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 37144 0 0 0 63680 40 0 0 20 0 3 0 332932557 1045241856 221076 33554432000 4194304 5964478 140734634989216 140134428285240 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.86
Current children cumulated vsize (KiB) 1020744

[startup+702.3 s]
/proc/loadavg: 4.01 3.82 3.05 5/181 2281
/proc/meminfo: memFree=27270112/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1400.84 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 188100 0 0 0 140016 68 0 0 20 0 3 0 332932224 1045241856 218557 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 218557 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=697.09 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 69678 31 0 0 20 0 3 0 332932557 1045241856 218557 33554432000 4194304 5964478 140734634989216 140134438775624 4403500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=697.05 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 38172 0 0 0 69662 43 0 0 20 0 3 0 332932557 1045241856 218557 33554432000 4194304 5964478 140734634989216 140134428285240 4392863 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.84
Current children cumulated vsize (KiB) 1020744

[startup+762.3 s]
/proc/loadavg: 4.00 3.85 3.11 5/181 2281
/proc/meminfo: memFree=27262396/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1520.84 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 189244 0 0 0 152014 70 0 0 20 0 3 0 332932224 1045241856 219701 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 219701 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=756.94 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 75662 32 0 0 20 0 3 0 332932557 1045241856 219701 33554432000 4194304 5964478 140734634989216 140134438775624 4403671 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=756.9 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 39316 0 0 0 75644 46 0 0 20 0 3 0 332932557 1045241856 219701 33554432000 4194304 5964478 140734634989216 140134428285240 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.84
Current children cumulated vsize (KiB) 1020744

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.16 5/181 2282
/proc/meminfo: memFree=27257464/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1640.8 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 190181 0 0 0 164008 72 0 0 20 0 3 0 332932224 1045241856 220638 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 220638 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=816.78 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 81645 33 0 0 20 0 3 0 332932557 1045241856 220638 33554432000 4194304 5964478 140734634989216 140134438775624 4389160 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=816.74 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 40253 0 0 0 81624 50 0 0 20 0 3 0 332932557 1045241856 220638 33554432000 4194304 5964478 140734634989216 140134428285240 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.8
Current children cumulated vsize (KiB) 1020744

[startup+882.307 s]
/proc/loadavg: 4.00 3.89 3.21 5/181 2282
/proc/meminfo: memFree=27253280/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1760.79 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 191018 0 0 0 176006 73 0 0 20 0 3 0 332932224 1045241856 221475 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 221475 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=876.64 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 87630 34 0 0 20 0 3 0 332932557 1045241856 221475 33554432000 4194304 5964478 140734634989216 140134438775624 4389170 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=876.6 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 41090 0 0 0 87608 52 0 0 20 0 3 0 332932557 1045241856 221475 33554432000 4194304 5964478 140734634989216 140134428285240 4392918 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.79
Current children cumulated vsize (KiB) 1020744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.00 3.90 3.23 6/181 2282
/proc/meminfo: memFree=27250768/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1800.2 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 191554 0 0 0 179946 74 0 0 20 0 3 0 332932224 1045241856 222011 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 222011 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 89595 34 0 0 20 0 3 0 332932557 1045241856 222011 33554432000 4194304 5964478 140734634989216 140134438775624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=896.25 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 41626 0 0 0 89573 52 0 0 20 0 3 0 332932557 1045241856 222011 33554432000 4194304 5964478 140734634989216 140134428285240 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1020744

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+902 s]
/proc/loadavg: 4.00 3.90 3.23 6/181 2282
/proc/meminfo: memFree=27250768/32873844 swapFree=7644/7644
[pid=2270] ppid=2266 vsize=1020744 CPUtime=1800.2 cores=0,2,4,6
/proc/2270/stat : 2270 (pwbo2.02) S 2266 2270 2034 0 -1 4202496 191554 0 0 0 179946 74 0 0 20 0 3 0 332932224 1045241856 222011 33554432000 4194304 5964478 140734634989216 140734634988736 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2270/statm: 255186 222011 198 433 0 254750 0
[pid=2270/tid=2273] ppid=2266 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/2270/task/2273/stat : 2273 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 73215 0 0 0 89595 34 0 0 20 0 3 0 332932557 1045241856 222011 33554432000 4194304 5964478 140734634989216 140134438775624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2270/tid=2274] ppid=2266 vsize=1020744 CPUtime=896.25 cores=0,2,4,6
/proc/2270/task/2274/stat : 2274 (pwbo2.02) R 2266 2270 2034 0 -1 4202560 41626 0 0 0 89573 52 0 0 20 0 3 0 332932557 1045241856 222011 33554432000 4194304 5964478 140734634989216 140134428285240 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1020744

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2270 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=911132
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=17845
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.029
CPU time (s): 1800.2
CPU user time (s): 1799.46
CPU system time (s): 0.74
CPU usage (%): 199.572
Max. virtual memory (cumulated for all children) (KiB): 1020744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 1.01784
maximum resident set size= 888056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191557
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= 6765
involuntary context switches= 1972

runsolver used 1.60176 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 22:14:38
IDJOB=3726391
IDBENCH=91064
IDSOLVER=2309
FILE ID=node147/3726391-1338668077
RUNJOBID= node147-1338668077-2243
PBS_JOBID= 14636494
Free space on /tmp= 70732 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726391-1338668077/watcher-3726391-1338668077 -o /tmp/evaluation-result-3726391-1338668077/solver-3726391-1338668077 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726391-1338668077.opb

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=621907808

node147.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.951
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	: 5333.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        29041676 kB
Buffers:          427712 kB
Cached:          2537368 kB
SwapCached:         3380 kB
Active:          1480400 kB
Inactive:        1490424 kB
Active(anon):       1864 kB
Inactive(anon):     5920 kB
Active(file):    1478536 kB
Inactive(file):  1484504 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             65816 kB
Writeback:             0 kB
AnonPages:         12864 kB
Mapped:             8696 kB
Shmem:                 0 kB
Slab:             722172 kB
SReclaimable:     162524 kB
SUnreclaim:       559648 kB
KernelStack:        1416 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104668 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= 70720 MiB
End job on node147 at 2012-06-02 22:29:42