Trace number 3726385

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.51 901.999

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1427
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 905768
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 905768
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-3726385-1338667532.opb.
0.00/0.00	c Instance file HOME/instance-3726385-1338667532.opb
0.00/0.00	c File size is 28233526 bytes.
3.08/3.13	c Cost Offset: -905768
3.08/3.13	c Highest Coefficient sum: 63456
3.08/3.13	c ============================[ Problem Statistics ]=============================
3.08/3.13	c |                                                                             |
3.08/3.13	c |  Parsing time:          3.13         s                                      |
3.08/3.13	c |  Number Variables:      400896                                              |
3.08/3.13	c |  Number Clauses:        400785                                              |
3.08/3.13	c |  Number Cardinality:    1977                                                |
3.08/3.13	c |  Number PB Constraints: 1                                                   |
3.08/3.13	c |                                                                             |
3.61/3.47	c |  Problem Type:          Optimization                                        |
3.61/3.47	c |  Objective Function:    PB Constraint                                       |
3.61/3.47	c |                                                                             |
3.61/3.47	c ===============================================================================
1800.12/901.91	c ===============================================================================
1800.12/901.91	c Wall Clock Time: 901.91 s
1800.12/901.91	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-3726385-1338667532/watcher-3726385-1338667532 -o /tmp/evaluation-result-3726385-1338667532/solver-3726385-1338667532 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726385-1338667532.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: 1.85 1.97 1.99 4/175 7754
/proc/meminfo: memFree=27386748/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/7754/stat : 7754 (runsolver) D 7750 7754 7711 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 332879310 12095488 50 33554432000 4194304 5436572 140737291475152 140737291471448 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/7754/statm: 2953 50 31 304 0 2645 0

[startup+0.011174 s]
/proc/loadavg: 1.85 1.97 1.99 4/175 7754
/proc/meminfo: memFree=27386748/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=32812 CPUtime=0 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 332879310 33599488 554 33554432000 4194304 5964478 140734377011232 140737291471032 4395199 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 8203 554 166 433 0 874 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 32812

[startup+0.100241 s]
/proc/loadavg: 1.85 1.97 1.99 4/175 7754
/proc/meminfo: memFree=27386748/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=48104 CPUtime=0.08 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 4585 0 0 0 8 0 0 0 20 0 1 0 332879310 49258496 4455 33554432000 4194304 5964478 140734377011232 140737291471032 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 12059 4456 423 433 0 4730 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48104

[startup+0.300222 s]
/proc/loadavg: 1.85 1.97 1.99 4/175 7754
/proc/meminfo: memFree=27386748/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=69852 CPUtime=0.28 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 10655 0 0 0 27 1 0 0 20 0 1 0 332879310 71528448 10258 33554432000 4194304 5964478 140734377011232 140737291471032 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 17463 10259 975 433 0 10134 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69852

[startup+0.700154 s]
/proc/loadavg: 1.85 1.97 1.99 4/175 7754
/proc/meminfo: memFree=27386748/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=118716 CPUtime=0.68 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 23844 0 0 0 65 3 0 0 20 0 1 0 332879310 121565184 22403 33554432000 4194304 5964478 140734377011232 140734377009496 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 29679 22404 2017 433 0 22350 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 118716

[startup+1.50021 s]
/proc/loadavg: 1.85 1.97 1.99 4/177 7756
/proc/meminfo: memFree=27147032/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=213296 CPUtime=1.48 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 45616 0 0 0 141 7 0 0 20 0 1 0 332879310 218415104 46695 33554432000 4194304 5964478 140734377011232 140734377009496 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 53324 46703 3852 433 0 45995 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213296

[startup+3.10027 s]
/proc/loadavg: 1.85 1.97 1.99 4/177 7756
/proc/meminfo: memFree=26919360/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=336876 CPUtime=3.08 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) R 7750 7754 7711 0 -1 4202496 74712 0 0 0 296 12 0 0 20 0 1 0 332879310 344961024 78286 33554432000 4194304 5964478 140734377011232 140734377009608 5156202 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 84219 78287 7003 433 0 76890 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 336876

[startup+6.30022 s]
/proc/loadavg: 1.87 1.97 1.99 6/181 7760
/proc/meminfo: memFree=25933956/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=877716 CPUtime=9.38 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 164420 0 0 0 904 34 0 0 20 0 3 0 332879310 898781184 186412 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 219429 186412 197 433 0 218993 0
[pid=7754/tid=7757] ppid=7750 vsize=877716 CPUtime=3.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 62122 0 0 0 297 15 0 0 20 0 3 0 332879623 898781184 186412 33554432000 4194304 5964478 140734377011232 140077779827224 5122467 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=877716 CPUtime=3.11 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 25933 0 0 0 305 6 0 0 20 0 3 0 332879623 898781184 186412 33554432000 4194304 5964478 140734377011232 140077769336952 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 877716

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 6/181 7760
/proc/meminfo: memFree=25878616/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=894040 CPUtime=22.18 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 175430 0 0 0 2180 38 0 0 20 0 3 0 332879310 915496960 190166 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 223510 190166 197 433 0 223074 0
[pid=7754/tid=7757] ppid=7750 vsize=894040 CPUtime=9.52 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 72966 0 0 0 934 18 0 0 20 0 3 0 332879623 915496960 190166 33554432000 4194304 5964478 140734377011232 140077779827224 4395420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=894040 CPUtime=9.51 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 26099 0 0 0 944 7 0 0 20 0 3 0 332879623 915496960 190166 33554432000 4194304 5964478 140734377011232 140077769337144 4392882 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 894040

[startup+25.5004 s]
/proc/loadavg: 2.47 2.10 2.03 6/181 7760
/proc/meminfo: memFree=25804604/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=1025112 CPUtime=47.78 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 195952 0 0 0 4732 46 0 0 20 0 3 0 332879310 1049714688 212603 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 256278 212603 197 433 0 255842 0
[pid=7754/tid=7757] ppid=7750 vsize=1025112 CPUtime=22.33 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 93210 0 0 0 2207 26 0 0 20 0 3 0 332879623 1049714688 212603 33554432000 4194304 5964478 140734377011232 140077779827224 4445794 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=1025112 CPUtime=22.31 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 26377 0 0 0 2223 8 0 0 20 0 3 0 332879623 1049714688 212603 33554432000 4194304 5964478 140734377011232 140077769337144 4399854 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.78
Current children cumulated vsize (KiB) 1025112

[startup+51.1003 s]
/proc/loadavg: 2.99 2.26 2.08 6/181 7760
/proc/meminfo: memFree=25543184/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=1287256 CPUtime=98.97 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 223581 0 0 0 9834 63 0 0 20 0 3 0 332879310 1318150144 265328 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 321814 265328 197 433 0 321378 0
[pid=7754/tid=7757] ppid=7750 vsize=1287256 CPUtime=47.92 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 120563 0 0 0 4750 42 0 0 20 0 3 0 332879623 1318150144 265328 33554432000 4194304 5964478 140734377011232 140077779827224 5139166 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=1287256 CPUtime=47.91 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 26653 0 0 0 4783 8 0 0 20 0 3 0 332879623 1318150144 265328 33554432000 4194304 5964478 140734377011232 140077769337144 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 98.97
Current children cumulated vsize (KiB) 1287256

[startup+102.307 s]
/proc/loadavg: 3.56 2.52 2.18 6/181 7761
/proc/meminfo: memFree=25201052/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=1639544 CPUtime=201.36 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 237539 0 0 0 20053 83 0 0 20 0 3 0 332879310 1678893056 334977 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 409886 334977 197 433 0 409450 0
[pid=7754/tid=7757] ppid=7750 vsize=1639544 CPUtime=99.13 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 133673 0 0 0 9850 63 0 0 20 0 3 0 332879623 1678893056 334977 33554432000 4194304 5964478 140734377011232 140077779827032 5122249 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=1639544 CPUtime=99.11 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 27501 0 0 0 9901 10 0 0 20 0 3 0 332879623 1678893056 334977 33554432000 4194304 5964478 140734377011232 140077769337144 4389170 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 1639544

[startup+162.3 s]
/proc/loadavg: 3.84 2.79 2.29 6/181 7761
/proc/meminfo: memFree=24868592/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=2032760 CPUtime=321.33 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 287745 0 0 0 32020 113 0 0 20 0 3 0 332879310 2081546240 417891 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 508190 417891 197 433 0 507754 0
[pid=7754/tid=7757] ppid=7750 vsize=2032760 CPUtime=159.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 183342 0 0 0 15820 92 0 0 20 0 3 0 332879623 2081546240 417891 33554432000 4194304 5964478 140734377011232 140077779826984 5130994 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=2032760 CPUtime=159.11 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 28038 0 0 0 15898 13 0 0 20 0 3 0 332879623 2081546240 417891 33554432000 4194304 5964478 140734377011232 140077769337192 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 321.33
Current children cumulated vsize (KiB) 2032760

[startup+222.3 s]
/proc/loadavg: 3.94 3.01 2.40 6/181 7761
/proc/meminfo: memFree=24549252/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=2405640 CPUtime=441.3 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 417777 0 0 0 43919 211 0 0 20 0 3 0 332879310 2463375360 502085 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 601410 502085 197 433 0 600974 0
[pid=7754/tid=7757] ppid=7750 vsize=2405640 CPUtime=219.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 312868 0 0 0 21721 191 0 0 20 0 3 0 332879623 2463375360 502085 33554432000 4194304 5964478 140734377011232 140077779827096 5139118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=2405640 CPUtime=219.11 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 28544 0 0 0 21897 14 0 0 20 0 3 0 332879623 2463375360 502085 33554432000 4194304 5964478 140734377011232 140077769337144 4389164 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 441.3
Current children cumulated vsize (KiB) 2405640

[startup+282.3 s]
/proc/loadavg: 3.98 3.18 2.49 6/182 7764
/proc/meminfo: memFree=24255728/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=2663756 CPUtime=561.24 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 571909 0 0 0 55776 348 0 0 20 0 3 0 332879310 2727686144 568133 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 665939 568133 197 433 0 665503 0
[pid=7754/tid=7757] ppid=7750 vsize=2663756 CPUtime=279.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 466178 0 0 0 27585 327 0 0 20 0 3 0 332879623 2727686144 568133 33554432000 4194304 5964478 140734377011232 140077779827128 4395797 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=2663756 CPUtime=279.06 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 29366 0 0 0 27889 17 0 0 20 0 3 0 332879623 2727686144 568133 33554432000 4194304 5964478 140734377011232 140077769337144 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 561.24
Current children cumulated vsize (KiB) 2663756

[startup+342.3 s]
/proc/loadavg: 4.10 3.36 2.60 6/181 7764
/proc/meminfo: memFree=23996016/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3073304 CPUtime=681.19 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 779550 0 0 0 67609 510 0 0 20 0 3 0 332879310 3147063296 648447 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 768326 648447 197 433 0 767890 0
[pid=7754/tid=7757] ppid=7750 vsize=3073304 CPUtime=339.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 673356 0 0 0 33424 488 0 0 20 0 3 0 332879623 3147063296 648447 33554432000 4194304 5964478 140734377011232 140077779827096 5133973 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3073304 CPUtime=339.03 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 29829 0 0 0 33884 19 0 0 20 0 3 0 332879623 3147063296 648447 33554432000 4194304 5964478 140734377011232 140077769336952 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 681.19
Current children cumulated vsize (KiB) 3073304

[startup+402.3 s]
/proc/loadavg: 4.07 3.49 2.68 6/180 7764
/proc/meminfo: memFree=23589004/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3384656 CPUtime=801.12 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 931481 0 0 0 79467 645 0 0 20 0 3 0 332879310 3465887744 731149 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 846164 731149 197 433 0 845728 0
[pid=7754/tid=7757] ppid=7750 vsize=3384656 CPUtime=399.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 824787 0 0 0 39287 624 0 0 20 0 3 0 332879623 3465887744 731149 33554432000 4194304 5964478 140734377011232 140077779827128 4445054 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3384656 CPUtime=399 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 30329 0 0 0 39879 21 0 0 20 0 3 0 332879623 3465887744 731149 33554432000 4194304 5964478 140734377011232 140077769337144 4389129 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 801.12
Current children cumulated vsize (KiB) 3384656

[startup+462.3 s]
/proc/loadavg: 4.06 3.59 2.77 6/181 7765
/proc/meminfo: memFree=23266680/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3654840 CPUtime=921.09 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1080455 0 0 0 91363 746 0 0 20 0 3 0 332879310 3742556160 788881 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 913710 788881 197 433 0 913274 0
[pid=7754/tid=7757] ppid=7750 vsize=3654840 CPUtime=459.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 973259 0 0 0 45187 724 0 0 20 0 3 0 332879623 3742556160 788881 33554432000 4194304 5964478 140734377011232 140077779827640 4389132 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3654840 CPUtime=458.99 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 30831 0 0 0 45877 22 0 0 20 0 3 0 332879623 3742556160 788881 33554432000 4194304 5964478 140734377011232 140077769337192 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 921.09
Current children cumulated vsize (KiB) 3654840

[startup+522.3 s]
/proc/loadavg: 4.06 3.68 2.85 6/181 7765
/proc/meminfo: memFree=23132176/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3720376 CPUtime=1041.08 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1113568 0 0 0 103330 778 0 0 20 0 3 0 332879310 3809665024 809640 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 930094 809640 197 433 0 929658 0
[pid=7754/tid=7757] ppid=7750 vsize=3720376 CPUtime=519.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1005866 0 0 0 51155 756 0 0 20 0 3 0 332879623 3809665024 809640 33554432000 4194304 5964478 140734377011232 140077779827640 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3720376 CPUtime=518.99 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 31337 0 0 0 51875 24 0 0 20 0 3 0 332879623 3809665024 809640 33554432000 4194304 5964478 140734377011232 140077769337144 4389129 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1041.08
Current children cumulated vsize (KiB) 3720376

[startup+582.3 s]
/proc/loadavg: 4.05 3.75 2.92 6/181 7765
/proc/meminfo: memFree=22978052/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3822820 CPUtime=1161.02 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1137039 0 0 0 115298 804 0 0 20 0 3 0 332879310 3914567680 836178 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 955705 836178 197 433 0 955269 0
[pid=7754/tid=7757] ppid=7750 vsize=3822820 CPUtime=579.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1028779 0 0 0 57129 782 0 0 20 0 3 0 332879623 3914567680 836178 33554432000 4194304 5964478 140734377011232 140077779827640 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3822820 CPUtime=578.96 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 31895 0 0 0 57870 26 0 0 20 0 3 0 332879623 3914567680 836178 33554432000 4194304 5964478 140734377011232 140077769337144 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1161.02
Current children cumulated vsize (KiB) 3822820

[startup+642.3 s]
/proc/loadavg: 4.02 3.79 2.99 6/181 7765
/proc/meminfo: memFree=22828904/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=3953892 CPUtime=1281.01 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1166133 0 0 0 127263 838 0 0 20 0 3 0 332879310 4048785408 859522 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 988473 859522 197 433 0 988037 0
[pid=7754/tid=7757] ppid=7750 vsize=3953892 CPUtime=639.12 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1057399 0 0 0 63095 817 0 0 20 0 3 0 332879623 4048785408 859522 33554432000 4194304 5964478 140734377011232 140077779827528 4403557 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=3953892 CPUtime=638.96 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 32369 0 0 0 63869 27 0 0 20 0 3 0 332879623 4048785408 859522 33554432000 4194304 5964478 140734377011232 140077769337144 4387951 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1281.01
Current children cumulated vsize (KiB) 3953892

[startup+702.3 s]
/proc/loadavg: 4.00 3.83 3.05 6/181 7765
/proc/meminfo: memFree=22642092/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4011144 CPUtime=1400.97 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1236577 0 0 0 139217 880 0 0 20 0 3 0 332879310 4107411456 881494 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1002786 881494 197 433 0 1002350 0
[pid=7754/tid=7757] ppid=7750 vsize=4011144 CPUtime=699.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1127371 0 0 0 69052 859 0 0 20 0 3 0 332879623 4107411456 881494 33554432000 4194304 5964478 140734377011232 140077779827096 4403717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4011144 CPUtime=698.95 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 32841 0 0 0 69866 29 0 0 20 0 3 0 332879623 4107411456 881494 33554432000 4194304 5964478 140734377011232 140077769337144 4392918 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1400.97
Current children cumulated vsize (KiB) 4011144

[startup+762.307 s]
/proc/loadavg: 4.00 3.86 3.10 6/181 7766
/proc/meminfo: memFree=22422884/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4187416 CPUtime=1520.96 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1305694 0 0 0 151176 920 0 0 20 0 3 0 332879310 4287913984 919390 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1046854 919390 197 433 0 1046418 0
[pid=7754/tid=7757] ppid=7750 vsize=4187416 CPUtime=759.11 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1195624 0 0 0 75013 898 0 0 20 0 3 0 332879623 4287913984 919390 33554432000 4194304 5964478 140734377011232 140077779827096 4867446 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4187416 CPUtime=758.95 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 33705 0 0 0 75863 32 0 0 20 0 3 0 332879623 4287913984 919390 33554432000 4194304 5964478 140734377011232 140077769337144 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1520.96
Current children cumulated vsize (KiB) 4187416

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 3.16 6/181 7766
/proc/meminfo: memFree=22244152/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4269272 CPUtime=1640.93 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1340059 0 0 0 163142 951 0 0 20 0 3 0 332879310 4371734528 937283 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1067318 937283 197 433 0 1066882 0
[pid=7754/tid=7757] ppid=7750 vsize=4269272 CPUtime=819.1 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1229000 0 0 0 80982 928 0 0 20 0 3 0 332879623 4371734528 937283 33554432000 4194304 5964478 140734377011232 140077779827096 5122424 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4269272 CPUtime=818.95 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 34694 0 0 0 81860 35 0 0 20 0 3 0 332879623 4371734528 937283 33554432000 4194304 5964478 140734377011232 140077769337144 4389110 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1640.93
Current children cumulated vsize (KiB) 4269272

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.21 6/182 7769
/proc/meminfo: memFree=22181736/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4281572 CPUtime=1760.91 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1374478 0 0 0 175111 980 0 0 20 0 3 0 332879310 4384329728 947629 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1070393 947629 197 433 0 1069957 0
[pid=7754/tid=7757] ppid=7750 vsize=4281572 CPUtime=879.1 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1262693 0 0 0 86953 957 0 0 20 0 3 0 332879623 4384329728 947629 33554432000 4194304 5964478 140734377011232 140077779827640 4403500 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4281572 CPUtime=878.95 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 35420 0 0 0 87858 37 0 0 20 0 3 0 332879623 4384329728 947629 33554432000 4194304 5964478 140734377011232 140077769337144 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1760.91
Current children cumulated vsize (KiB) 4281572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.00 3.90 3.22 3/179 7770
/proc/meminfo: memFree=23566120/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4306176 CPUtime=1800.12 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1382831 0 0 0 179023 989 0 0 20 0 3 0 332879310 4409524224 953775 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1076544 953775 197 433 0 1076108 0
[pid=7754/tid=7757] ppid=7750 vsize=4306176 CPUtime=898.71 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1270834 0 0 0 88905 966 0 0 20 0 3 0 332879623 4409524224 953775 33554432000 4194304 5964478 140734377011232 140077779827640 4392879 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4306176 CPUtime=898.56 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 35632 0 0 0 89819 37 0 0 20 0 3 0 332879623 4409524224 953775 33554432000 4194304 5964478 140734377011232 140077769336952 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 4306176

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

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

[startup+901.9 s]
/proc/loadavg: 4.00 3.90 3.22 3/179 7770
/proc/meminfo: memFree=23566120/32873648 swapFree=6860/6860
[pid=7754] ppid=7750 vsize=4306176 CPUtime=1800.12 cores=1,3,5,7
/proc/7754/stat : 7754 (pwbo2.02) S 7750 7754 7711 0 -1 4202496 1382831 0 0 0 179023 989 0 0 20 0 3 0 332879310 4409524224 953775 33554432000 4194304 5964478 140734377011232 140734377010752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7754/statm: 1076544 953775 197 433 0 1076108 0
[pid=7754/tid=7757] ppid=7750 vsize=4306176 CPUtime=898.71 cores=1,3,5,7
/proc/7754/task/7757/stat : 7757 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 1270834 0 0 0 88905 966 0 0 20 0 3 0 332879623 4409524224 953775 33554432000 4194304 5964478 140734377011232 140077779827640 4392879 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7754/tid=7758] ppid=7750 vsize=4306176 CPUtime=898.56 cores=1,3,5,7
/proc/7754/task/7758/stat : 7758 (pwbo2.02) R 7750 7754 7711 0 -1 4202560 35632 0 0 0 89819 37 0 0 20 0 3 0 332879623 4409524224 953775 33554432000 4194304 5964478 140734377011232 140077769336952 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 4306176

Child status: 0
Real time (s): 901.999
CPU time (s): 1800.51
CPU user time (s): 1790.24
CPU system time (s): 10.2634
CPU usage (%): 199.613
Max. virtual memory (cumulated for all children) (KiB): 4400344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.24
system time used= 10.2634
maximum resident set size= 3891184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1382833
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= 6314
involuntary context switches= 1952

runsolver used 1.86372 second user time and 5.14322 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 22:05:33
IDJOB=3726385
IDBENCH=91035
IDSOLVER=2309
FILE ID=node116/3726385-1338667532
RUNJOBID= node116-1338667532-7728
PBS_JOBID= 14636521
Free space on /tmp= 70980 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE1.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-3726385-1338667532/watcher-3726385-1338667532 -o /tmp/evaluation-result-3726385-1338667532/solver-3726385-1338667532 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726385-1338667532.opb

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=2094981556

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27387260 kB
Buffers:          501208 kB
Cached:          4086812 kB
SwapCached:         3028 kB
Active:          2176248 kB
Inactive:        2423656 kB
Active(anon):       2060 kB
Inactive(anon):     8512 kB
Active(file):    2174188 kB
Inactive(file):  2415144 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             66208 kB
Writeback:             0 kB
AnonPages:         15228 kB
Mapped:            11164 kB
Shmem:                68 kB
Slab:             748340 kB
SReclaimable:     192156 kB
SUnreclaim:       556184 kB
KernelStack:        1432 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71004 MiB
End job on node116 at 2012-06-02 22:20:37