Trace number 3726379

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.62 902.213

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null10mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM87bd09f9145dfb6c08f481f891635aef
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45746
Best CPU time to get the best result obtained on this benchmark1633.63
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 1783
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 986673
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 986673
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-3726379-1338660052.opb.
0.00/0.00	c Instance file HOME/instance-3726379-1338660052.opb
0.00/0.00	c File size is 28237927 bytes.
3.19/3.28	c Cost Offset: -986673
3.19/3.28	c Highest Coefficient sum: 63476
3.19/3.28	c ============================[ Problem Statistics ]=============================
3.19/3.28	c |                                                                             |
3.19/3.28	c |  Parsing time:          3.28         s                                      |
3.19/3.28	c |  Number Variables:      400896                                              |
3.19/3.28	c |  Number Clauses:        400785                                              |
3.19/3.28	c |  Number Cardinality:    1977                                                |
3.19/3.28	c |  Number PB Constraints: 1                                                   |
3.19/3.28	c |                                                                             |
3.78/3.62	c |  Problem Type:          Optimization                                        |
3.78/3.62	c |  Objective Function:    PB Constraint                                       |
3.78/3.62	c |                                                                             |
3.78/3.62	c ===============================================================================
1800.10/902.11	c ===============================================================================
1800.10/902.11	c Wall Clock Time: 902.12 s
1800.10/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-3726379-1338660052/watcher-3726379-1338660052 -o /tmp/evaluation-result-3726379-1338660052/solver-3726379-1338660052 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726379-1338660052.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.97 3.95 4/180 5295
/proc/meminfo: memFree=28020168/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=32692 CPUtime=0 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 619 0 0 0 0 0 0 0 20 0 1 0 332130038 33476608 571 33554432000 4194304 5964478 140735205018704 140736400858536 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 8173 572 168 433 0 842 0

[startup+0.101184 s]
/proc/loadavg: 3.92 3.97 3.95 4/180 5295
/proc/meminfo: memFree=28020168/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=48336 CPUtime=0.09 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 4641 0 0 0 9 0 0 0 20 0 1 0 332130038 49496064 4511 33554432000 4194304 5964478 140735205018704 140735205017192 5159876 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 12084 4519 428 433 0 4753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48336

[startup+0.200299 s]
/proc/loadavg: 3.92 3.97 3.95 4/180 5295
/proc/meminfo: memFree=28020168/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=62700 CPUtime=0.19 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 7692 0 0 0 18 1 0 0 20 0 1 0 332130038 64204800 7392 33554432000 4194304 5964478 140735205018704 140735205017192 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 15675 7393 706 433 0 8344 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62700

[startup+0.300315 s]
/proc/loadavg: 3.92 3.97 3.95 4/180 5295
/proc/meminfo: memFree=28020168/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=69288 CPUtime=0.29 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 10532 0 0 0 27 2 0 0 20 0 1 0 332130038 70950912 10135 33554432000 4194304 5964478 140735205018704 140735205017192 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 17322 10135 956 433 0 9991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69288

[startup+0.700228 s]
/proc/loadavg: 3.92 3.97 3.95 4/180 5295
/proc/meminfo: memFree=28020168/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=115128 CPUtime=0.68 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 22540 0 0 0 65 3 0 0 20 0 1 0 332130038 117891072 21613 33554432000 4194304 5964478 140735205018704 140735205017112 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 28782 21613 1949 433 0 21451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115128

[startup+1.50024 s]
/proc/loadavg: 3.92 3.97 3.95 4/181 5296
/proc/meminfo: memFree=27897124/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=210308 CPUtime=1.49 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 44747 0 0 0 142 7 0 0 20 0 1 0 332130038 215355392 45315 33554432000 4194304 5964478 140735205018704 140735205017176 4396073 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 52577 45316 3718 433 0 45246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210308

[startup+3.10023 s]
/proc/loadavg: 3.92 3.97 3.95 4/182 5297
/proc/meminfo: memFree=27784760/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=332104 CPUtime=3.09 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) R 5293 5295 2131 0 -1 4202496 73797 0 0 0 298 11 0 0 20 0 1 0 332130038 340074496 76349 33554432000 4194304 5964478 140735205018704 140735205017080 5156202 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 83026 76349 6728 433 0 75695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 332104

[startup+6.30031 s]
/proc/loadavg: 3.93 3.97 3.95 5/184 5299
/proc/meminfo: memFree=27295960/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=889656 CPUtime=9.17 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 168058 0 0 0 879 38 0 0 20 0 3 0 332130038 911007744 188674 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 222414 188674 196 433 0 221978 0
[pid=5295/tid=5298] ppid=5293 vsize=889656 CPUtime=2.98 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 69613 0 0 0 276 22 0 0 20 0 3 0 332130367 911007744 188674 33554432000 4194304 5964478 140735205018704 139791351544072 5139118 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=889656 CPUtime=2.96 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 21510 0 0 0 291 5 0 0 20 0 3 0 332130367 911007744 188674 33554432000 4194304 5964478 140735205018704 139791341054264 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 889656

[startup+12.7003 s]
/proc/loadavg: 3.93 3.97 3.95 5/184 5322
/proc/meminfo: memFree=27265564/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=889656 CPUtime=21.96 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 176380 0 0 0 2155 41 0 0 20 0 3 0 332130038 911007744 188347 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 222414 188347 197 433 0 221978 0
[pid=5295/tid=5298] ppid=5293 vsize=889656 CPUtime=9.38 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 77277 0 0 0 914 24 0 0 20 0 3 0 332130367 911007744 188347 33554432000 4194304 5964478 140735205018704 139791351544344 5134528 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=889656 CPUtime=9.36 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 22168 0 0 0 931 5 0 0 20 0 3 0 332130367 911007744 188347 33554432000 4194304 5964478 140735205018704 139791341054312 4392761 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 889656

[startup+25.5067 s]
/proc/loadavg: 3.95 3.97 3.95 5/184 5322
/proc/meminfo: memFree=27151588/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=1037256 CPUtime=47.57 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 188272 0 0 0 4709 48 0 0 20 0 3 0 332130038 1062150144 215298 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 259314 215298 197 433 0 258878 0
[pid=5295/tid=5298] ppid=5293 vsize=1037256 CPUtime=22.18 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 88914 0 0 0 2186 32 0 0 20 0 3 0 332130367 1062150144 215298 33554432000 4194304 5964478 140735205018704 139791351544648 5130768 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1037256 CPUtime=22.17 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 22423 0 0 0 2211 6 0 0 20 0 3 0 332130367 1062150144 215298 33554432000 4194304 5964478 140735205018704 139791341054312 4389147 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.57
Current children cumulated vsize (KiB) 1037256

[startup+51.1003 s]
/proc/loadavg: 3.96 3.97 3.95 5/184 5322
/proc/meminfo: memFree=26967488/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=1299400 CPUtime=98.74 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 221990 0 0 0 9807 67 0 0 20 0 3 0 332130038 1330585600 260699 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 324850 260699 197 433 0 324414 0
[pid=5295/tid=5298] ppid=5293 vsize=1299400 CPUtime=47.77 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 122445 0 0 0 4727 50 0 0 20 0 3 0 332130367 1330585600 260699 33554432000 4194304 5964478 140735205018704 139791351544344 5142509 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1299400 CPUtime=47.76 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 22610 0 0 0 4770 6 0 0 20 0 3 0 332130367 1330585600 260699 33554432000 4194304 5964478 140735205018704 139791341054312 4403603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.74
Current children cumulated vsize (KiB) 1299400

[startup+102.3 s]
/proc/loadavg: 3.98 3.97 3.95 5/183 5322
/proc/meminfo: memFree=26647960/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=1700820 CPUtime=201.1 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 240677 0 0 0 20020 90 0 0 20 0 3 0 332130038 1741639680 336388 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 425205 336388 197 433 0 424769 0
[pid=5295/tid=5298] ppid=5293 vsize=1700820 CPUtime=98.96 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 140807 0 0 0 9822 74 0 0 20 0 3 0 332130367 1741639680 336388 33554432000 4194304 5964478 140735205018704 139791351544344 5130994 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1700820 CPUtime=98.94 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 22935 0 0 0 9886 8 0 0 20 0 3 0 332130367 1741639680 336388 33554432000 4194304 5964478 140735205018704 139791341054312 4392882 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.1
Current children cumulated vsize (KiB) 1700820

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/183 5322
/proc/meminfo: memFree=26287340/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=2110612 CPUtime=321.06 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 284050 0 0 0 31962 144 0 0 20 0 3 0 332130038 2161266688 425094 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 527653 425094 197 433 0 527217 0
[pid=5295/tid=5298] ppid=5293 vsize=2110612 CPUtime=158.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 183110 0 0 0 15767 128 0 0 20 0 3 0 332130367 2161266688 425094 33554432000 4194304 5964478 140735205018704 139791351544152 5130842 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=2110612 CPUtime=158.94 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 24005 0 0 0 15884 10 0 0 20 0 3 0 332130367 2161266688 425094 33554432000 4194304 5964478 140735205018704 139791341054264 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 321.06
Current children cumulated vsize (KiB) 2110612

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/183 5322
/proc/meminfo: memFree=25986912/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=2442308 CPUtime=441 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 477283 0 0 0 43790 310 0 0 20 0 3 0 332130038 2500923392 499488 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 610577 499488 197 433 0 610141 0
[pid=5295/tid=5298] ppid=5293 vsize=2442308 CPUtime=218.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 375242 0 0 0 21602 293 0 0 20 0 3 0 332130367 2500923392 499488 33554432000 4194304 5964478 140735205018704 139791351544152 5130901 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=2442308 CPUtime=218.89 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 25106 0 0 0 21877 12 0 0 20 0 3 0 332130367 2500923392 499488 33554432000 4194304 5964478 140735205018704 139791341054264 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 441
Current children cumulated vsize (KiB) 2442308

[startup+282.3 s]
/proc/loadavg: 4.07 3.99 3.96 5/183 5322
/proc/meminfo: memFree=25588524/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=2839624 CPUtime=560.96 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 616218 0 0 0 55653 443 0 0 20 0 3 0 332130038 2907774976 590525 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 709906 590525 197 433 0 709470 0
[pid=5295/tid=5298] ppid=5293 vsize=2839624 CPUtime=278.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 513155 0 0 0 27468 427 0 0 20 0 3 0 332130367 2907774976 590525 33554432000 4194304 5964478 140735205018704 139791351544152 4429821 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=2839624 CPUtime=278.88 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 26128 0 0 0 27874 14 0 0 20 0 3 0 332130367 2907774976 590525 33554432000 4194304 5964478 140735205018704 139791341054264 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 560.96
Current children cumulated vsize (KiB) 2839624

[startup+342.307 s]
/proc/loadavg: 4.06 4.00 3.96 5/183 5323
/proc/meminfo: memFree=25327640/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=3126292 CPUtime=680.91 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 767364 0 0 0 67503 588 0 0 20 0 3 0 332130038 3201323008 662089 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 781573 662089 197 433 0 781137 0
[pid=5295/tid=5298] ppid=5293 vsize=3126292 CPUtime=338.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 663242 0 0 0 33324 571 0 0 20 0 3 0 332130367 3201323008 662089 33554432000 4194304 5964478 140735205018704 139791351544216 5130792 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=3126292 CPUtime=338.86 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 27187 0 0 0 33869 17 0 0 20 0 3 0 332130367 3201323008 662089 33554432000 4194304 5964478 140735205018704 139791341054312 4392882 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 680.91
Current children cumulated vsize (KiB) 3126292

[startup+402.3 s]
/proc/loadavg: 3.23 3.81 3.90 3/175 5348
/proc/meminfo: memFree=25895944/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=3552404 CPUtime=800.87 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 890265 0 0 0 79363 724 0 0 20 0 3 0 332130038 3637661696 768268 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 888101 768268 197 433 0 887665 0
[pid=5295/tid=5298] ppid=5293 vsize=3552404 CPUtime=398.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 785742 0 0 0 39188 707 0 0 20 0 3 0 332130367 3637661696 768268 33554432000 4194304 5964478 140735205018704 139791351544216 4445443 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=3552404 CPUtime=398.84 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 27588 0 0 0 39866 18 0 0 20 0 3 0 332130367 3637661696 768268 33554432000 4194304 5964478 140735205018704 139791341054312 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 800.87
Current children cumulated vsize (KiB) 3552404

[startup+462.3 s]
/proc/loadavg: 2.45 3.48 3.78 3/175 5348
/proc/meminfo: memFree=25557548/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=3824876 CPUtime=920.81 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1057961 0 0 0 91216 865 0 0 20 0 3 0 332130038 3916673024 841435 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 956219 841435 197 433 0 955783 0
[pid=5295/tid=5298] ppid=5293 vsize=3824876 CPUtime=458.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 952868 0 0 0 45048 847 0 0 20 0 3 0 332130367 3916673024 841435 33554432000 4194304 5964478 140735205018704 139791351544072 5139166 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=3824876 CPUtime=458.81 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 28158 0 0 0 45862 19 0 0 20 0 3 0 332130367 3916673024 841435 33554432000 4194304 5964478 140735205018704 139791341054168 4389170 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 920.81
Current children cumulated vsize (KiB) 3824876

[startup+522.3 s]
/proc/loadavg: 2.16 3.20 3.66 3/175 5348
/proc/meminfo: memFree=25262512/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=4183156 CPUtime=1040.77 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1178546 0 0 0 103085 992 0 0 20 0 3 0 332130038 4283551744 906418 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1045789 906418 197 433 0 1045353 0
[pid=5295/tid=5298] ppid=5293 vsize=4183156 CPUtime=518.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1072894 0 0 0 50921 974 0 0 20 0 3 0 332130367 4283551744 906418 33554432000 4194304 5964478 140735205018704 139791351544152 4445505 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=4183156 CPUtime=518.78 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 28717 0 0 0 51857 21 0 0 20 0 3 0 332130367 4283551744 906418 33554432000 4194304 5964478 140735205018704 139791341054264 4392882 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1040.77
Current children cumulated vsize (KiB) 4183156

[startup+582.3 s]
/proc/loadavg: 2.06 2.98 3.56 3/176 5351
/proc/meminfo: memFree=24971776/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=4486228 CPUtime=1160.74 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1283553 0 0 0 114960 1114 0 0 20 0 3 0 332130038 4593897472 987521 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1121557 987521 197 433 0 1121121 0
[pid=5295/tid=5298] ppid=5293 vsize=4486228 CPUtime=578.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1177403 0 0 0 56799 1096 0 0 20 0 3 0 332130367 4593897472 987521 33554432000 4194304 5964478 140735205018704 139791351544760 5130842 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=4486228 CPUtime=578.78 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 29215 0 0 0 57854 24 0 0 20 0 3 0 332130367 4593897472 987521 33554432000 4194304 5964478 140735205018704 139791341054264 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1160.74
Current children cumulated vsize (KiB) 4486228

[startup+642.3 s]
/proc/loadavg: 2.02 2.80 3.46 3/175 5352
/proc/meminfo: memFree=24683072/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=4867140 CPUtime=1280.72 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1412798 0 0 0 126800 1272 0 0 20 0 3 0 332130038 4983951360 1059275 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1216785 1059275 197 433 0 1216349 0
[pid=5295/tid=5298] ppid=5293 vsize=4867140 CPUtime=638.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1305784 0 0 0 62641 1254 0 0 20 0 3 0 332130367 4983951360 1059275 33554432000 4194304 5964478 140735205018704 139791351544760 4399915 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=4867140 CPUtime=638.78 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 30079 0 0 0 63853 25 0 0 20 0 3 0 332130367 4983951360 1059275 33554432000 4194304 5964478 140735205018704 139791341054264 4389100 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1280.72
Current children cumulated vsize (KiB) 4867140

[startup+702.3 s]
/proc/loadavg: 2.01 2.65 3.36 3/175 5352
/proc/meminfo: memFree=24531816/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=4947192 CPUtime=1400.59 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1443960 0 0 0 138715 1344 0 0 20 0 3 0 332130038 5065924608 1097066 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1236798 1097066 197 433 0 1236362 0
[pid=5295/tid=5298] ppid=5293 vsize=4947192 CPUtime=698.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1335518 0 0 0 68570 1325 0 0 20 0 3 0 332130367 5065924608 1097066 33554432000 4194304 5964478 140735205018704 139791351544072 4422556 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=4947192 CPUtime=698.66 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 31507 0 0 0 69838 28 0 0 20 0 3 0 332130367 5065924608 1097066 33554432000 4194304 5964478 140735205018704 139791341054264 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1400.59
Current children cumulated vsize (KiB) 4947192

[startup+762.3 s]
/proc/loadavg: 2.00 2.53 3.27 3/175 5352
/proc/meminfo: memFree=24481960/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=5174484 CPUtime=1520.56 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1498548 0 0 0 150627 1429 0 0 20 0 3 0 332130038 5298671616 1129335 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1293621 1129335 197 433 0 1293185 0
[pid=5295/tid=5298] ppid=5293 vsize=5174484 CPUtime=758.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1389220 0 0 0 74485 1410 0 0 20 0 3 0 332130367 5298671616 1129335 33554432000 4194304 5964478 140735205018704 139791351544760 4445519 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=5174484 CPUtime=758.66 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 32393 0 0 0 75836 30 0 0 20 0 3 0 332130367 5298671616 1129335 33554432000 4194304 5964478 140735205018704 139791341054264 4399912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.56
Current children cumulated vsize (KiB) 5174484

[startup+822.3 s]
/proc/loadavg: 2.04 2.45 3.20 3/175 5352
/proc/meminfo: memFree=24388036/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=5129284 CPUtime=1640.5 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1546199 0 0 0 162542 1508 0 0 20 0 3 0 332130038 5252386816 1132836 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1282321 1132836 197 433 0 1281885 0
[pid=5295/tid=5298] ppid=5293 vsize=5129284 CPUtime=818.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1435968 0 0 0 80406 1489 0 0 20 0 3 0 332130367 5252386816 1132836 33554432000 4194304 5964478 140735205018704 139791351544760 4403581 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=5129284 CPUtime=818.64 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 33296 0 0 0 81831 33 0 0 20 0 3 0 332130367 5252386816 1132836 33554432000 4194304 5964478 140735205018704 139791341054264 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.5
Current children cumulated vsize (KiB) 5129284

[startup+882.3 s]
/proc/loadavg: 2.01 2.36 3.12 3/175 5352
/proc/meminfo: memFree=24210732/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=5317860 CPUtime=1760.48 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1597242 0 0 0 174451 1597 0 0 20 0 3 0 332130038 5445488640 1177178 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1329465 1177178 197 433 0 1329029 0
[pid=5295/tid=5298] ppid=5293 vsize=5317860 CPUtime=878.95 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1486253 0 0 0 86317 1578 0 0 20 0 3 0 332130367 5445488640 1177178 33554432000 4194304 5964478 140735205018704 139791351544648 4445296 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=5317860 CPUtime=878.64 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 34054 0 0 0 87829 35 0 0 20 0 3 0 332130367 5445488640 1177178 33554432000 4194304 5964478 140735205018704 139791341054264 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.48
Current children cumulated vsize (KiB) 5317860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 2.01 2.34 3.09 3/175 5352
/proc/meminfo: memFree=24151520/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=5395700 CPUtime=1800.1 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1617840 0 0 0 178383 1627 0 0 20 0 3 0 332130038 5525196800 1192005 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1348925 1192005 197 433 0 1348489 0
[pid=5295/tid=5298] ppid=5293 vsize=5395700 CPUtime=898.76 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1506666 0 0 0 88269 1607 0 0 20 0 3 0 332130367 5525196800 1192005 33554432000 4194304 5964478 140735205018704 139791351544392 5122301 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=5395700 CPUtime=898.45 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 34239 0 0 0 89810 35 0 0 20 0 3 0 332130367 5525196800 1192005 33554432000 4194304 5964478 140735205018704 139791341054264 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 5395700

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: 2.01 2.34 3.09 3/175 5352
/proc/meminfo: memFree=24151520/32873844 swapFree=7380/7380
[pid=5295] ppid=5293 vsize=5395700 CPUtime=1800.1 cores=0,2,4,6
/proc/5295/stat : 5295 (pwbo2.02) S 5293 5295 2131 0 -1 4202496 1617840 0 0 0 178383 1627 0 0 20 0 3 0 332130038 5525196800 1192005 33554432000 4194304 5964478 140735205018704 140735205018224 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5295/statm: 1348925 1192005 197 433 0 1348489 0
[pid=5295/tid=5298] ppid=5293 vsize=5395700 CPUtime=898.76 cores=0,2,4,6
/proc/5295/task/5298/stat : 5298 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 1506666 0 0 0 88269 1607 0 0 20 0 3 0 332130367 5525196800 1192005 33554432000 4194304 5964478 140735205018704 139791351544392 5122301 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=5395700 CPUtime=898.45 cores=0,2,4,6
/proc/5295/task/5299/stat : 5299 (pwbo2.02) R 5293 5295 2131 0 -1 4202560 34239 0 0 0 89810 35 0 0 20 0 3 0 332130367 5525196800 1192005 33554432000 4194304 5964478 140735205018704 139791341054264 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 5395700

Child status: 0
Real time (s): 902.213
CPU time (s): 1800.62
CPU user time (s): 1783.97
CPU system time (s): 16.6475
CPU usage (%): 199.578
Max. virtual memory (cumulated for all children) (KiB): 5426372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.97
system time used= 16.6475
maximum resident set size= 4798592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1617841
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= 6346
involuntary context switches= 2342

runsolver used 1.68174 second user time and 5.39418 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-02 20:00:52
IDJOB=3726379
IDBENCH=90871
IDSOLVER=2309
FILE ID=node133/3726379-1338660052
RUNJOBID= node133-1338651663-3449
PBS_JOBID= 14636447
Free space on /tmp= 70448 MiB

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

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

MD5SUM BENCH= 87bd09f9145dfb6c08f481f891635aef
RANDOM SEED=993547671

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28020168 kB
Buffers:          363120 kB
Cached:          2705800 kB
SwapCached:          676 kB
Active:          2257824 kB
Inactive:        1722560 kB
Active(anon):     902768 kB
Inactive(anon):    10240 kB
Active(file):    1355056 kB
Inactive(file):  1712320 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             33124 kB
Writeback:             0 kB
AnonPages:        917328 kB
Mapped:            11184 kB
Shmem:                 0 kB
Slab:             733484 kB
SReclaimable:     175252 kB
SUnreclaim:       558232 kB
KernelStack:        1480 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     199872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 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= 70452 MiB
End job on node133 at 2012-06-02 20:15:57