Trace number 3704854

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.51 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704854-1338110439.opb.
0.00/0.00	c Instance file HOME/instance-3704854-1338110439.opb
0.00/0.00	c File size is 50888302 bytes.
3.09/3.18	c Highest Coefficient sum: 691
3.09/3.81	c ============================[ Problem Statistics ]=============================
3.09/3.81	c |                                                                             |
3.09/3.81	c |  Parsing time:          3.19         s                                      |
3.09/3.81	c |  Number Variables:      48411                                               |
3.09/3.81	c |  Number Clauses:        1009495                                             |
3.09/3.81	c |  Number Cardinality:    3524                                                |
3.09/3.81	c |  Number PB Constraints: 110271                                              |
3.09/3.81	c |                                                                             |
3.09/3.81	c |  Problem Type:          Decision                                            |
3.09/3.81	c |  Objective Function:    None                                                |
3.09/3.81	c |                                                                             |
3.09/3.81	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3704854-1338110439/watcher-3704854-1338110439 -o /tmp/evaluation-result-3704854-1338110439/solver-3704854-1338110439 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704854-1338110439.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.12 2.03 2.01 3/175 11418
/proc/meminfo: memFree=29634940/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=52832 CPUtime=0 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 277169484 54099968 286 33554432000 4194304 5963574 140734156591936 140735556933368 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 13208 286 176 432 0 349 0

[startup+0.0327549 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 11418
/proc/meminfo: memFree=29634940/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=54308 CPUtime=0.02 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 768 0 0 0 2 0 0 0 20 0 1 0 277169484 55611392 720 33554432000 4194304 5963574 140734156591936 140735556933368 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 13577 720 273 432 0 718 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 54308

[startup+0.100218 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 11418
/proc/meminfo: memFree=29634940/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=57604 CPUtime=0.09 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 1868 0 0 0 9 0 0 0 20 0 1 0 277169484 58986496 1787 33554432000 4194304 5963574 140734156591936 140735556933368 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 14401 1787 543 432 0 1542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57604

[startup+0.30021 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 11418
/proc/meminfo: memFree=29634940/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=66812 CPUtime=0.29 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 4974 0 0 0 29 0 0 0 20 0 1 0 277169484 68415488 4828 33554432000 4194304 5963574 140734156591936 140735556933368 4342340 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 16703 4829 1320 432 0 3844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66812

[startup+0.700211 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 11418
/proc/meminfo: memFree=29634940/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=87000 CPUtime=0.69 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 11268 0 0 0 68 1 0 0 20 0 1 0 277169484 89088000 10994 33554432000 4194304 5963574 140734156591936 140735556933368 5179276 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 21750 11016 2881 432 0 8891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87000

[startup+1.50022 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 11419
/proc/meminfo: memFree=29549420/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=122672 CPUtime=1.49 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 23663 0 0 0 146 3 0 0 20 0 1 0 277169484 125616128 23129 33554432000 4194304 5963574 140734156591936 140734156590600 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 30668 23130 6094 432 0 17809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122672

[startup+3.10027 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 11419
/proc/meminfo: memFree=29460752/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=195040 CPUtime=3.09 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) R 11416 11418 9313 0 -1 4202496 45426 0 0 0 302 7 0 0 20 0 1 0 277169484 199720960 45911 33554432000 4194304 5963574 140734156591936 140734156590424 4568433 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 48760 45911 12262 432 0 35901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 195040

[startup+6.30042 s]
/proc/loadavg: 2.19 2.05 2.01 3/178 11421
/proc/meminfo: memFree=29128152/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=359244 CPUtime=6.29 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 89893 0 0 0 613 16 0 0 20 0 2 0 277169484 367865856 77802 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 89811 77802 187 432 0 89376 0
[pid=11418/tid=11421] ppid=11416 vsize=359244 CPUtime=3.09 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 43046 0 0 0 301 8 0 0 20 0 2 0 277169802 367865856 77802 33554432000 4194304 5963574 140734156591936 140709685208888 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 359244

[startup+12.7004 s]
/proc/loadavg: 2.18 2.04 2.01 3/178 11421
/proc/meminfo: memFree=28895840/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=359244 CPUtime=12.69 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 91453 0 0 0 1252 17 0 0 20 0 2 0 277169484 367865856 79362 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 89811 79362 187 432 0 89376 0
[pid=11418/tid=11421] ppid=11416 vsize=359244 CPUtime=9.48 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 44606 0 0 0 939 9 0 0 20 0 2 0 277169802 367865856 79362 33554432000 4194304 5963574 140734156591936 140709685208888 4392498 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 359244

[startup+25.5004 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 11421
/proc/meminfo: memFree=28888408/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=359244 CPUtime=25.48 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 93622 0 0 0 2530 18 0 0 20 0 2 0 277169484 367865856 81531 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 89811 81531 187 432 0 89376 0
[pid=11418/tid=11421] ppid=11416 vsize=359244 CPUtime=22.24 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 46775 0 0 0 2213 11 0 0 20 0 2 0 277169802 367865856 81531 33554432000 4194304 5963574 140734156591936 140709685208888 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 359244

[startup+51.1003 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 11421
/proc/meminfo: memFree=28866660/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=424780 CPUtime=51.08 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 99388 0 0 0 5085 23 0 0 20 0 2 0 277169484 434974720 87297 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 106195 87297 187 432 0 105760 0
[pid=11418/tid=11421] ppid=11416 vsize=424780 CPUtime=47.77 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 52541 0 0 0 4762 15 0 0 20 0 2 0 277169802 434974720 87297 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 424780

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 11421
/proc/meminfo: memFree=28829320/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=424780 CPUtime=102.28 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 107135 0 0 0 10199 29 0 0 20 0 2 0 277169484 434974720 95044 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 106195 95044 187 432 0 105760 0
[pid=11418/tid=11421] ppid=11416 vsize=424780 CPUtime=98.84 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 60288 0 0 0 9862 22 0 0 20 0 2 0 277169802 434974720 95044 33554432000 4194304 5963574 140734156591936 140709685209080 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 424780

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11421
/proc/meminfo: memFree=28792956/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=490316 CPUtime=162.27 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 113827 0 0 0 16192 35 0 0 20 0 2 0 277169484 502083584 101736 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 122579 101736 187 432 0 122144 0
[pid=11418/tid=11421] ppid=11416 vsize=490316 CPUtime=158.69 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 66980 0 0 0 15839 30 0 0 20 0 2 0 277169802 502083584 101736 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 490316

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 11421
/proc/meminfo: memFree=28759200/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=490316 CPUtime=222.26 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 118879 0 0 0 22187 39 0 0 20 0 2 0 277169484 502083584 106786 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 122579 106786 187 432 0 122144 0
[pid=11418/tid=11421] ppid=11416 vsize=490316 CPUtime=218.52 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 72032 0 0 0 21818 34 0 0 20 0 2 0 277169802 502083584 106786 33554432000 4194304 5963574 140734156591936 140709685208888 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 490316

[startup+282.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11422
/proc/meminfo: memFree=28725320/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=490316 CPUtime=282.25 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 125040 0 0 0 28180 45 0 0 20 0 2 0 277169484 502083584 112947 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 122579 112947 187 432 0 122144 0
[pid=11418/tid=11421] ppid=11416 vsize=490316 CPUtime=278.37 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 78193 0 0 0 27795 42 0 0 20 0 2 0 277169802 502083584 112947 33554432000 4194304 5963574 140734156591936 140709685209080 4400168 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 490316

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 11422
/proc/meminfo: memFree=28696856/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=555852 CPUtime=342.24 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 129679 0 0 0 34172 52 0 0 20 0 2 0 277169484 569192448 117586 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 138963 117586 187 432 0 138528 0
[pid=11418/tid=11421] ppid=11416 vsize=555852 CPUtime=338.21 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 82832 0 0 0 33772 49 0 0 20 0 2 0 277169802 569192448 117586 33554432000 4194304 5963574 140734156591936 140709685209080 4400006 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 555852

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11423
/proc/meminfo: memFree=28668124/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=555852 CPUtime=402.23 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 134845 0 0 0 40166 57 0 0 20 0 2 0 277169484 569192448 122752 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 138963 122752 187 432 0 138528 0
[pid=11418/tid=11421] ppid=11416 vsize=555852 CPUtime=398.05 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 87998 0 0 0 39750 55 0 0 20 0 2 0 277169802 569192448 122752 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 555852

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11423
/proc/meminfo: memFree=28642572/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=555852 CPUtime=462.22 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 139765 0 0 0 46158 64 0 0 20 0 2 0 277169484 569192448 127672 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 138963 127672 187 432 0 138528 0
[pid=11418/tid=11421] ppid=11416 vsize=555852 CPUtime=457.89 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 92918 0 0 0 45727 62 0 0 20 0 2 0 277169802 569192448 127672 33554432000 4194304 5963574 140734156591936 140709685209080 4399627 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11432
/proc/meminfo: memFree=28312792/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=817996 CPUtime=1361.92 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 192645 0 0 0 136064 128 0 0 20 0 2 0 277169484 837627904 185383 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 204499 185383 187 432 0 204064 0
[pid=11418/tid=11421] ppid=11416 vsize=817996 CPUtime=1355.36 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 145798 0 0 0 135396 140 0 0 20 0 2 0 277169802 837627904 185383 33554432000 4194304 5963574 140734156591936 140709685208888 4399971 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 817996

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11432
/proc/meminfo: memFree=28284544/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=817996 CPUtime=1421.89 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 197238 0 0 0 142054 135 0 0 20 0 2 0 277169484 837627904 190177 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 204499 190177 187 432 0 204064 0
[pid=11418/tid=11421] ppid=11416 vsize=817996 CPUtime=1415.18 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 150391 0 0 0 141370 148 0 0 20 0 2 0 277169802 837627904 190177 33554432000 4194304 5963574 140734156591936 140709685208888 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 817996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11432
/proc/meminfo: memFree=28254668/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=817996 CPUtime=1481.86 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 201546 0 0 0 148046 140 0 0 20 0 2 0 277169484 837627904 194973 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 204499 194973 187 432 0 204064 0
[pid=11418/tid=11421] ppid=11416 vsize=817996 CPUtime=1475.01 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 154699 0 0 0 147346 155 0 0 20 0 2 0 277169802 837627904 194973 33554432000 4194304 5963574 140734156591936 140709685208888 4392399 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 817996

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11433
/proc/meminfo: memFree=28233960/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=817996 CPUtime=1541.84 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 204211 0 0 0 154041 143 0 0 20 0 2 0 277169484 837627904 197637 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 204499 197637 187 432 0 204064 0
[pid=11418/tid=11421] ppid=11416 vsize=817996 CPUtime=1534.85 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 157364 0 0 0 153326 159 0 0 20 0 2 0 277169802 837627904 197637 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 817996

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11433
/proc/meminfo: memFree=28215048/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1601.85 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 206597 0 0 0 160039 146 0 0 20 0 2 0 277169484 904736768 200023 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 200023 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1594.69 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 159750 0 0 0 159307 162 0 0 20 0 2 0 277169802 904736768 200023 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 883532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11433
/proc/meminfo: memFree=28200044/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1661.82 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 208662 0 0 0 166034 148 0 0 20 0 2 0 277169484 904736768 202088 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 202088 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1654.53 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 161815 0 0 0 165287 166 0 0 20 0 2 0 277169802 904736768 202088 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 883532

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 11433
/proc/meminfo: memFree=28188140/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1721.82 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 210848 0 0 0 172030 152 0 0 20 0 2 0 277169484 904736768 204273 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 204273 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1714.37 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 164001 0 0 0 171267 170 0 0 20 0 2 0 277169802 904736768 204273 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 883532

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 11436
/proc/meminfo: memFree=28174492/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1781.82 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 212543 0 0 0 178028 154 0 0 20 0 2 0 277169484 904736768 205968 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 205968 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1774.22 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 165696 0 0 0 177250 172 0 0 20 0 2 0 277169802 904736768 205968 33554432000 4194304 5963574 140734156591936 140709685209080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 883532

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

[startup+1792.61 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 11436
/proc/meminfo: memFree=28172508/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1792.12 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 212913 0 0 0 179058 154 0 0 20 0 2 0 277169484 904736768 206338 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206338 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1784.49 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166066 0 0 0 178276 173 0 0 20 0 2 0 277169802 904736768 206338 33554432000 4194304 5963574 140734156591936 140709685208888 4399459 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1792.12
Current children cumulated vsize (KiB) 883532

[startup+1795.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 11475
/proc/meminfo: memFree=29093896/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1795.32 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 213013 0 0 0 179378 154 0 0 20 0 2 0 277169484 904736768 206438 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206438 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1787.69 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166166 0 0 0 178596 173 0 0 20 0 2 0 277169802 904736768 206438 33554432000 4194304 5963574 140734156591936 140709685209080 4392399 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.32
Current children cumulated vsize (KiB) 883532

[startup+1797.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 11475
/proc/meminfo: memFree=29087548/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1796.91 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 213068 0 0 0 179537 154 0 0 20 0 2 0 277169484 904736768 206493 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206493 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1789.28 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166221 0 0 0 178755 173 0 0 20 0 2 0 277169802 904736768 206493 33554432000 4194304 5963574 140734156591936 140709685208888 4399968 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 883532

[startup+1799 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11475
/proc/meminfo: memFree=29084084/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1798.51 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 213108 0 0 0 179697 154 0 0 20 0 2 0 277169484 904736768 206533 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206533 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1790.87 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166261 0 0 0 178914 173 0 0 20 0 2 0 277169802 904736768 206533 33554432000 4194304 5963574 140734156591936 140709685209080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 883532

[startup+1799.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11475
/proc/meminfo: memFree=29082596/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1799.31 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 213139 0 0 0 179777 154 0 0 20 0 2 0 277169484 904736768 206564 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206564 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1791.67 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166292 0 0 0 178994 173 0 0 20 0 2 0 277169802 904736768 206564 33554432000 4194304 5963574 140734156591936 140709685209080 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 883532

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11475
/proc/meminfo: memFree=29082596/32873852 swapFree=7624/7624
[pid=11418] ppid=11416 vsize=883532 CPUtime=1799.51 cores=1,3,5,7
/proc/11418/stat : 11418 (wbo1.7) S 11416 11418 9313 0 -1 4202496 213144 0 0 0 179797 154 0 0 20 0 2 0 277169484 904736768 206569 33554432000 4194304 5963574 140734156591936 140734156591456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11418/statm: 220883 206569 187 432 0 220448 0
[pid=11418/tid=11421] ppid=11416 vsize=883532 CPUtime=1791.87 cores=1,3,5,7
/proc/11418/task/11421/stat : 11421 (wbo1.7) R 11416 11418 9313 0 -1 4202560 166297 0 0 0 179014 173 0 0 20 0 2 0 277169802 904736768 206569 33554432000 4194304 5963574 140734156591936 140709685209128 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 883532

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11418 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=258383
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=825722
# CPU time returned by wait4() is 1795.08
# while last known CPU time is 1799.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.51
CPU user time (s): 1797.97
CPU system time (s): 1.54
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 883532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 1.82572
maximum resident set size= 826288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213147
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= 244
involuntary context switches= 1844

runsolver used 3.17152 second user time and 7.49186 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 11:20:40
IDJOB=3704854
IDBENCH=89735
IDSOLVER=2283
FILE ID=node131/3704854-1338110439
RUNJOBID= node131-1338085200-9330
PBS_JOBID= 14624427
Free space on /tmp= 71568 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704854-1338110439/watcher-3704854-1338110439 -o /tmp/evaluation-result-3704854-1338110439/solver-3704854-1338110439 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704854-1338110439.opb

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=1774419576

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29635452 kB
Buffers:          318432 kB
Cached:          1900804 kB
SwapCached:         2168 kB
Active:           860240 kB
Inactive:        1542108 kB
Active(anon):     184664 kB
Inactive(anon):      808 kB
Active(file):     675576 kB
Inactive(file):  1541300 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099036 kB
Dirty:            172264 kB
Writeback:             0 kB
AnonPages:        190392 kB
Mapped:            81716 kB
Shmem:                 0 kB
Slab:             695092 kB
SReclaimable:     136704 kB
SUnreclaim:       558388 kB
KernelStack:        1432 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     309800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 71672 MiB
End job on node131 at 2012-05-27 11:50:40