Trace number 3726362

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.65 902.174

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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-3726362-1338668405.opb.
0.00/0.00	c Instance file HOME/instance-3726362-1338668405.opb
0.00/0.00	c File size is 28225771 bytes.
3.09/3.46	c Cost Offset: -784454
3.09/3.46	c Highest Coefficient sum: 64475
3.09/3.79	c ============================[ Problem Statistics ]=============================
3.09/3.79	c |                                                                             |
3.09/3.79	c |  Parsing time:          3.46         s                                      |
3.09/3.79	c |  Number Variables:      400896                                              |
3.09/3.79	c |  Number Clauses:        400785                                              |
3.09/3.79	c |  Number Cardinality:    1977                                                |
3.09/3.79	c |  Number PB Constraints: 1                                                   |
3.09/3.79	c |                                                                             |
3.09/3.82	c |  Problem Type:          Optimization                                        |
3.09/3.82	c |  Objective Function:    Cardinality Constraint                              |
3.09/3.82	c |                                                                             |
3.09/3.82	c ===============================================================================
1800.17/902.11	c ===============================================================================
1800.17/902.11	c Wall Clock Time: 902.11 s
1800.17/902.11	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-3726362-1338668405/watcher-3726362-1338668405 -o /tmp/evaluation-result-3726362-1338668405/solver-3726362-1338668405 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726362-1338668405.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: 4.00 3.90 3.22 3/175 17651
/proc/meminfo: memFree=27949668/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=33572 CPUtime=0 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 753 0 0 0 0 0 0 0 20 0 1 0 332966478 34377728 707 33554432000 4194304 5964478 140737380576640 140736023614008 5179243 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 8393 716 170 433 0 1065 0

[startup+0.028 s]
/proc/loadavg: 4.00 3.90 3.22 3/175 17651
/proc/meminfo: memFree=27949668/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=38076 CPUtime=0.02 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 1948 0 0 0 2 0 0 0 20 0 1 0 332966478 38989824 1901 33554432000 4194304 5964478 140737380576640 140736023614008 4344880 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 9519 1901 232 433 0 2191 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38076

[startup+0.100277 s]
/proc/loadavg: 4.00 3.90 3.22 3/175 17651
/proc/meminfo: memFree=27949668/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=50596 CPUtime=0.09 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 4729 0 0 0 8 1 0 0 20 0 1 0 332966478 51810304 4600 33554432000 4194304 5964478 140737380576640 140736023614008 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 12649 4601 433 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50596

[startup+0.300236 s]
/proc/loadavg: 4.00 3.90 3.22 3/175 17651
/proc/meminfo: memFree=27949668/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=69468 CPUtime=0.29 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 10513 0 0 0 27 2 0 0 20 0 1 0 332966478 71135232 10117 33554432000 4194304 5964478 140737380576640 140736023614008 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 17367 10117 960 433 0 10039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69468

[startup+0.700232 s]
/proc/loadavg: 4.00 3.90 3.22 3/175 17651
/proc/meminfo: memFree=27949668/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=114612 CPUtime=0.69 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 22196 0 0 0 64 5 0 0 20 0 1 0 332966478 117362688 21270 33554432000 4194304 5964478 140737380576640 140736023614008 5136420 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 28653 21271 1924 433 0 21325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114612

[startup+1.50025 s]
/proc/loadavg: 4.00 3.90 3.22 3/176 17652
/proc/meminfo: memFree=27734788/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=208076 CPUtime=1.49 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 43876 0 0 0 141 8 0 0 20 0 1 0 332966478 213069824 44445 33554432000 4194304 5964478 140737380576640 140737380574984 4396073 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 52019 44445 3588 433 0 44691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208076

[startup+3.10025 s]
/proc/loadavg: 3.84 3.86 3.21 3/176 17652
/proc/meminfo: memFree=27525500/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=323904 CPUtime=3.09 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) R 17649 17651 17516 0 -1 4202496 71501 0 0 0 296 13 0 0 20 0 1 0 332966478 331677696 74054 33554432000 4194304 5964478 140737380576640 140737380575016 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 80976 74054 6435 433 0 73648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323904

[startup+6.30041 s]
/proc/loadavg: 3.84 3.86 3.21 5/180 17656
/proc/meminfo: memFree=26522792/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=885700 CPUtime=8.93 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 162125 0 0 0 846 47 0 0 20 0 3 0 332966478 906956800 181405 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 221425 181405 197 433 0 220989 0
[pid=17651/tid=17655] ppid=17649 vsize=885700 CPUtime=2.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 63689 0 0 0 259 21 0 0 20 0 3 0 332966824 906956800 181405 33554432000 4194304 5964478 140737380576640 140340503136520 5122467 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=885700 CPUtime=2.72 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 21460 0 0 0 259 13 0 0 20 0 3 0 332966824 906956800 181405 33554432000 4194304 5964478 140737380576640 140340492646152 4381996 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 885700

[startup+12.7071 s]
/proc/loadavg: 3.86 3.87 3.22 5/179 17656
/proc/meminfo: memFree=26477744/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=885700 CPUtime=21.74 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 167767 0 0 0 2123 51 0 0 20 0 3 0 332966478 906956800 189004 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 221425 189004 197 433 0 220989 0
[pid=17651/tid=17655] ppid=17649 vsize=885700 CPUtime=9.2 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 69077 0 0 0 895 25 0 0 20 0 3 0 332966824 906956800 189004 33554432000 4194304 5964478 140737380576640 140340503136792 5122424 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=885700 CPUtime=9.13 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 21714 0 0 0 900 13 0 0 20 0 3 0 332966824 906956800 189004 33554432000 4194304 5964478 140737380576640 140340492646712 4392863 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 885700

[startup+25.5004 s]
/proc/loadavg: 3.88 3.87 3.23 5/180 17657
/proc/meminfo: memFree=26404300/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=951236 CPUtime=47.32 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 174852 0 0 0 4676 56 0 0 20 0 3 0 332966478 974065664 206343 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 237809 206343 197 433 0 237373 0
[pid=17651/tid=17655] ppid=17649 vsize=951236 CPUtime=21.99 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 75956 0 0 0 2171 28 0 0 20 0 3 0 332966824 974065664 206343 33554432000 4194304 5964478 140737380576640 140340503136792 5139118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=951236 CPUtime=21.92 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 21920 0 0 0 2178 14 0 0 20 0 3 0 332966824 974065664 206343 33554432000 4194304 5964478 140737380576640 140340492646712 4403343 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.32
Current children cumulated vsize (KiB) 951236

[startup+51.1003 s]
/proc/loadavg: 3.93 3.88 3.25 5/180 17657
/proc/meminfo: memFree=26298392/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1016772 CPUtime=98.52 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 182022 0 0 0 9790 62 0 0 20 0 3 0 332966478 1041174528 219284 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 254193 219284 197 433 0 253757 0
[pid=17651/tid=17655] ppid=17649 vsize=1016772 CPUtime=47.6 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 82704 0 0 0 4726 34 0 0 20 0 3 0 332966824 1041174528 219284 33554432000 4194304 5964478 140737380576640 140340503137096 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1016772 CPUtime=47.52 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 22342 0 0 0 4737 15 0 0 20 0 3 0 332966824 1041174528 219284 33554432000 4194304 5964478 140737380576640 140340492646712 4403613 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 98.52
Current children cumulated vsize (KiB) 1016772

[startup+102.3 s]
/proc/loadavg: 3.97 3.90 3.29 5/179 17657
/proc/meminfo: memFree=26165476/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1147856 CPUtime=200.88 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 217711 0 0 0 20005 83 0 0 20 0 3 0 332966478 1175404544 252701 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 286964 252701 197 433 0 286528 0
[pid=17651/tid=17655] ppid=17649 vsize=1147856 CPUtime=98.79 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 117339 0 0 0 9824 55 0 0 20 0 3 0 332966824 1175404544 252701 33554432000 4194304 5964478 140737380576640 140340503136792 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1147856 CPUtime=98.71 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 23396 0 0 0 9854 17 0 0 20 0 3 0 332966824 1175404544 252701 33554432000 4194304 5964478 140737380576640 140340492646712 4400091 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 200.88
Current children cumulated vsize (KiB) 1147856

[startup+162.307 s]
/proc/loadavg: 3.99 3.91 3.33 5/179 17657
/proc/meminfo: memFree=25967812/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1344464 CPUtime=320.87 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 239199 0 0 0 31985 102 0 0 20 0 3 0 332966478 1376731136 292859 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 336116 292859 197 433 0 335680 0
[pid=17651/tid=17655] ppid=17649 vsize=1344464 CPUtime=158.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 137224 0 0 0 15808 72 0 0 20 0 3 0 332966824 1376731136 292859 33554432000 4194304 5964478 140737380576640 140340503137096 5179584 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1344464 CPUtime=158.71 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 24999 0 0 0 15850 21 0 0 20 0 3 0 332966824 1376731136 292859 33554432000 4194304 5964478 140737380576640 140340492646712 4399854 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 320.87
Current children cumulated vsize (KiB) 1344464

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.37 5/179 17657
/proc/meminfo: memFree=25759580/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1500140 CPUtime=440.83 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 253819 0 0 0 43965 118 0 0 20 0 3 0 332966478 1536143360 331915 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 375035 331915 197 433 0 374599 0
[pid=17651/tid=17655] ppid=17649 vsize=1500140 CPUtime=218.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 151277 0 0 0 21793 87 0 0 20 0 3 0 332966824 1536143360 331915 33554432000 4194304 5964478 140737380576640 140340503137096 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1500140 CPUtime=218.7 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 25566 0 0 0 21846 24 0 0 20 0 3 0 332966824 1536143360 331915 33554432000 4194304 5964478 140737380576640 140340492646712 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 440.83
Current children cumulated vsize (KiB) 1500140

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.41 5/179 17657
/proc/meminfo: memFree=25641316/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1696748 CPUtime=560.81 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 273448 0 0 0 55945 136 0 0 20 0 3 0 332966478 1737469952 369840 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 424187 369840 197 433 0 423751 0
[pid=17651/tid=17655] ppid=17649 vsize=1696748 CPUtime=278.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 170019 0 0 0 27776 104 0 0 20 0 3 0 332966824 1737469952 369840 33554432000 4194304 5964478 140737380576640 140340503136600 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1696748 CPUtime=278.7 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 26453 0 0 0 27843 27 0 0 20 0 3 0 332966824 1737469952 369840 33554432000 4194304 5964478 140737380576640 140340492646712 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 560.81
Current children cumulated vsize (KiB) 1696748

[startup+342.3 s]
/proc/loadavg: 4.04 3.96 3.45 5/179 17658
/proc/meminfo: memFree=25532508/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=1827820 CPUtime=680.78 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 293766 0 0 0 67924 154 0 0 20 0 3 0 332966478 1871687680 396434 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 456955 396434 197 433 0 456519 0
[pid=17651/tid=17655] ppid=17649 vsize=1827820 CPUtime=338.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 189216 0 0 0 33759 121 0 0 20 0 3 0 332966824 1871687680 396434 33554432000 4194304 5964478 140737380576640 140340503136792 5135657 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=1827820 CPUtime=338.69 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 27574 0 0 0 33839 30 0 0 20 0 3 0 332966824 1871687680 396434 33554432000 4194304 5964478 140737380576640 140340492646712 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 680.78
Current children cumulated vsize (KiB) 1827820

[startup+402.3 s]
/proc/loadavg: 4.07 3.98 3.48 5/179 17658
/proc/meminfo: memFree=25398700/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2024428 CPUtime=800.75 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 300747 0 0 0 79906 169 0 0 20 0 3 0 332966478 2073014272 429135 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 506107 429135 197 433 0 505671 0
[pid=17651/tid=17655] ppid=17649 vsize=2024428 CPUtime=398.8 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 195512 0 0 0 39745 135 0 0 20 0 3 0 332966824 2073014272 429135 33554432000 4194304 5964478 140737380576640 140340503136792 5130901 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2024428 CPUtime=398.68 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 28259 0 0 0 39835 33 0 0 20 0 3 0 332966824 2073014272 429135 33554432000 4194304 5964478 140737380576640 140340492646712 4392859 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.75
Current children cumulated vsize (KiB) 2024428

[startup+462.3 s]
/proc/loadavg: 4.02 3.98 3.51 5/179 17658
/proc/meminfo: memFree=25320064/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2089964 CPUtime=920.73 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 309747 0 0 0 91890 183 0 0 20 0 3 0 332966478 2140123136 449344 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 522491 449344 197 433 0 522055 0
[pid=17651/tid=17655] ppid=17649 vsize=2089964 CPUtime=458.81 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 203618 0 0 0 45734 147 0 0 20 0 3 0 332966824 2140123136 449344 33554432000 4194304 5964478 140737380576640 140340503136792 5135617 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2089964 CPUtime=458.68 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 29153 0 0 0 45833 35 0 0 20 0 3 0 332966824 2140123136 449344 33554432000 4194304 5964478 140737380576640 140340492646648 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.73
Current children cumulated vsize (KiB) 2089964

[startup+522.3 s]
/proc/loadavg: 4.01 3.98 3.54 5/179 17658
/proc/meminfo: memFree=25195232/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2286572 CPUtime=1040.71 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 321339 0 0 0 103874 197 0 0 20 0 3 0 332966478 2341449728 483087 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 571643 483087 197 433 0 571207 0
[pid=17651/tid=17655] ppid=17649 vsize=2286572 CPUtime=518.81 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 214439 0 0 0 51722 159 0 0 20 0 3 0 332966824 2341449728 483087 33554432000 4194304 5964478 140737380576640 140340503137096 5130901 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2286572 CPUtime=518.68 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 29924 0 0 0 51829 39 0 0 20 0 3 0 332966824 2341449728 483087 33554432000 4194304 5964478 140737380576640 140340492646712 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.71
Current children cumulated vsize (KiB) 2286572

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 3.57 5/179 17658
/proc/meminfo: memFree=24950184/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2417644 CPUtime=1160.69 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 326888 0 0 0 115858 211 0 0 20 0 3 0 332966478 2475667456 514846 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 604411 514846 197 433 0 603975 0
[pid=17651/tid=17655] ppid=17649 vsize=2417644 CPUtime=578.81 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 219187 0 0 0 57710 171 0 0 20 0 3 0 332966824 2475667456 514846 33554432000 4194304 5964478 140737380576640 140340503136600 4429792 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2417644 CPUtime=578.67 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 30725 0 0 0 57824 43 0 0 20 0 3 0 332966824 2475667456 514846 33554432000 4194304 5964478 140737380576640 140340492646712 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.69
Current children cumulated vsize (KiB) 2417644

[startup+642.3 s]
/proc/loadavg: 4.00 3.98 3.59 5/180 17662
/proc/meminfo: memFree=24847044/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2548716 CPUtime=1280.65 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 333149 0 0 0 127844 221 0 0 20 0 3 0 332966478 2609885184 535796 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 637179 535796 197 433 0 636743 0
[pid=17651/tid=17655] ppid=17649 vsize=2548716 CPUtime=638.81 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 224770 0 0 0 63701 180 0 0 20 0 3 0 332966824 2609885184 535796 33554432000 4194304 5964478 140737380576640 140340503136792 5142509 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2548716 CPUtime=638.66 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 31403 0 0 0 63820 46 0 0 20 0 3 0 332966824 2609885184 535796 33554432000 4194304 5964478 140737380576640 140340492646712 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.65
Current children cumulated vsize (KiB) 2548716

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.61 5/179 17662
/proc/meminfo: memFree=24771836/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2614252 CPUtime=1400.65 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 343164 0 0 0 139832 233 0 0 20 0 3 0 332966478 2676994048 553480 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 653563 553480 197 433 0 653127 0
[pid=17651/tid=17655] ppid=17649 vsize=2614252 CPUtime=698.82 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 234507 0 0 0 69691 191 0 0 20 0 3 0 332966824 2676994048 553480 33554432000 4194304 5964478 140737380576640 140340503136792 4409030 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2614252 CPUtime=698.67 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 31681 0 0 0 69819 48 0 0 20 0 3 0 332966824 2676994048 553480 33554432000 4194304 5964478 140737380576640 140340492646712 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.65
Current children cumulated vsize (KiB) 2614252

[startup+762.3 s]
/proc/loadavg: 4.00 3.98 3.64 5/179 17662
/proc/meminfo: memFree=24605580/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2876396 CPUtime=1520.62 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 358303 0 0 0 151810 252 0 0 20 0 3 0 332966478 2945429504 594453 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 719099 594453 197 433 0 718663 0
[pid=17651/tid=17655] ppid=17649 vsize=2876396 CPUtime=758.82 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 248639 0 0 0 75673 209 0 0 20 0 3 0 332966824 2945429504 594453 33554432000 4194304 5964478 140737380576640 140340503136552 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2876396 CPUtime=758.67 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 32688 0 0 0 75815 52 0 0 20 0 3 0 332966824 2945429504 594453 33554432000 4194304 5964478 140737380576640 140340492646712 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.62
Current children cumulated vsize (KiB) 2876396

[startup+822.307 s]
/proc/loadavg: 4.00 3.98 3.65 5/179 17662
/proc/meminfo: memFree=24498968/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=2941932 CPUtime=1640.61 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 370249 0 0 0 163792 269 0 0 20 0 3 0 332966478 3012538368 620279 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 735483 620279 197 433 0 735047 0
[pid=17651/tid=17655] ppid=17649 vsize=2941932 CPUtime=818.82 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 259724 0 0 0 81658 224 0 0 20 0 3 0 332966824 3012538368 620279 33554432000 4194304 5964478 140737380576640 140340503136792 4403603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=2941932 CPUtime=818.67 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 33549 0 0 0 81812 55 0 0 20 0 3 0 332966824 3012538368 620279 33554432000 4194304 5964478 140737380576640 140340492646712 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.61
Current children cumulated vsize (KiB) 2941932

[startup+882.3 s]
/proc/loadavg: 4.00 3.98 3.67 5/179 17662
/proc/meminfo: memFree=24372412/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=3138540 CPUtime=1760.57 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 376316 0 0 0 175777 280 0 0 20 0 3 0 332966478 3213864960 650027 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 784635 650027 197 433 0 784199 0
[pid=17651/tid=17655] ppid=17649 vsize=3138540 CPUtime=878.81 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 265047 0 0 0 87648 233 0 0 20 0 3 0 332966824 3213864960 650027 33554432000 4194304 5964478 140737380576640 140340503136792 5130994 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=3138540 CPUtime=878.67 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 34293 0 0 0 87808 59 0 0 20 0 3 0 332966824 3213864960 650027 33554432000 4194304 5964478 140737380576640 140340492646712 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.57
Current children cumulated vsize (KiB) 3138540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.00 3.98 3.68 3/175 17663
/proc/meminfo: memFree=25341320/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=3138540 CPUtime=1800.17 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 379797 0 0 0 179731 286 0 0 20 0 3 0 332966478 3213864960 656013 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 784635 656013 197 433 0 784199 0
[pid=17651/tid=17655] ppid=17649 vsize=3138540 CPUtime=898.62 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 268186 0 0 0 89624 238 0 0 20 0 3 0 332966824 3213864960 656013 33554432000 4194304 5964478 140737380576640 140340503136600 5122467 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=3138540 CPUtime=898.47 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 34635 0 0 0 89786 61 0 0 20 0 3 0 332966824 3213864960 656013 33554432000 4194304 5964478 140737380576640 140340492646712 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 3138540

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

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

[startup+902.1 s]
/proc/loadavg: 4.00 3.98 3.68 3/175 17663
/proc/meminfo: memFree=25341320/32873852 swapFree=6856/6856
[pid=17651] ppid=17649 vsize=3138540 CPUtime=1800.17 cores=1,3,5,7
/proc/17651/stat : 17651 (pwbo2.02) S 17649 17651 17516 0 -1 4202496 379797 0 0 0 179731 286 0 0 20 0 3 0 332966478 3213864960 656013 33554432000 4194304 5964478 140737380576640 140737380576160 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17651/statm: 784635 656013 197 433 0 784199 0
[pid=17651/tid=17655] ppid=17649 vsize=3138540 CPUtime=898.62 cores=1,3,5,7
/proc/17651/task/17655/stat : 17655 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 268186 0 0 0 89624 238 0 0 20 0 3 0 332966824 3213864960 656013 33554432000 4194304 5964478 140737380576640 140340503136600 5122467 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17651/tid=17656] ppid=17649 vsize=3138540 CPUtime=898.47 cores=1,3,5,7
/proc/17651/task/17656/stat : 17656 (pwbo2.02) R 17649 17651 17516 0 -1 4202560 34635 0 0 0 89786 61 0 0 20 0 3 0 332966824 3213864960 656013 33554432000 4194304 5964478 140737380576640 140340492646712 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 3138540

Child status: 0
Real time (s): 902.174
CPU time (s): 1800.65
CPU user time (s): 1797.43
CPU system time (s): 3.21651
CPU usage (%): 199.59
Max. virtual memory (cumulated for all children) (KiB): 3204076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.43
system time used= 3.21651
maximum resident set size= 2640356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379798
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= 8538
involuntary context switches= 2210

runsolver used 2.04169 second user time and 5.66514 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 22:20:06
IDJOB=3726362
IDBENCH=91120
IDSOLVER=2309
FILE ID=node128/3726362-1338668405
RUNJOBID= node128-1338667500-17533
PBS_JOBID= 14636502
Free space on /tmp= 70380 MiB

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

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=833288131

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27952304 kB
Buffers:          524512 kB
Cached:          3474684 kB
SwapCached:          784 kB
Active:          1878328 kB
Inactive:        2148436 kB
Active(anon):      18456 kB
Inactive(anon):    11368 kB
Active(file):    1859872 kB
Inactive(file):  2137068 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             66216 kB
Writeback:            12 kB
AnonPages:         33892 kB
Mapped:            15752 kB
Shmem:               200 kB
Slab:             754708 kB
SReclaimable:     196508 kB
SUnreclaim:       558200 kB
KernelStack:        1432 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     144124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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= 70408 MiB
End job on node128 at 2012-06-02 22:35:10