Trace number 3704078

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.0? (TO) 1800.08 902.324

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704078-1338099590.opb.
0.00/0.00	c Instance file HOME/instance-3704078-1338099590.opb
0.00/0.00	c File size is 28237927 bytes.
3.30/3.39	c Cost Offset: -986673
3.30/3.39	c Highest Coefficient sum: 63476
3.30/3.39	c ============================[ Problem Statistics ]=============================
3.30/3.39	c |                                                                             |
3.30/3.39	c |  Parsing time:          3.39         s                                      |
3.30/3.39	c |  Number Variables:      400896                                              |
3.30/3.39	c |  Number Clauses:        400785                                              |
3.30/3.39	c |  Number Cardinality:    1977                                                |
3.30/3.39	c |  Number PB Constraints: 1                                                   |
3.30/3.39	c |                                                                             |
3.79/3.74	c |  Problem Type:          Optimization                                        |
3.79/3.74	c |  Objective Function:    PB Constraint                                       |
3.79/3.74	c |                                                                             |
3.79/3.74	c ===============================================================================
1800.08/902.21	c ===============================================================================
1800.08/902.21	c Wall Clock Time: 902.21 s
1800.08/902.21	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-3704078-1338099590/watcher-3704078-1338099590 -o /tmp/evaluation-result-3704078-1338099590/solver-3704078-1338099590 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704078-1338099590.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: 4.00 4.00 3.96 4/178 13511
/proc/meminfo: memFree=30416656/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=32692 CPUtime=0 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 276087663 33476608 566 33554432000 4194304 5965102 140733226114576 140733578695096 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 8173 566 168 433 0 842 0

[startup+0.100941 s]
/proc/loadavg: 4.00 4.00 3.96 4/178 13511
/proc/meminfo: memFree=30416656/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=47940 CPUtime=0.09 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 4492 0 0 0 9 0 0 0 20 0 1 0 276087663 49090560 4363 33554432000 4194304 5965102 140733226114576 140733226112600 5156888 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 11985 4365 416 433 0 4654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47940

[startup+0.200287 s]
/proc/loadavg: 4.00 4.00 3.96 4/178 13511
/proc/meminfo: memFree=30416656/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=58612 CPUtime=0.19 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 7431 0 0 0 18 1 0 0 20 0 1 0 276087663 60018688 7132 33554432000 4194304 5965102 140733226114576 140733226112600 4345753 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 14653 7133 685 433 0 7322 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58612

[startup+0.300276 s]
/proc/loadavg: 4.00 4.00 3.96 4/178 13511
/proc/meminfo: memFree=30416656/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=68628 CPUtime=0.28 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 10325 0 0 0 27 1 0 0 20 0 1 0 276087663 70275072 9929 33554432000 4194304 5965102 140733226114576 140733226112600 4355732 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 17157 9929 931 433 0 9826 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68628

[startup+0.700243 s]
/proc/loadavg: 4.00 4.00 3.96 4/178 13511
/proc/meminfo: memFree=30416656/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=113676 CPUtime=0.69 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 21743 0 0 0 65 4 0 0 20 0 1 0 276087663 116404224 20817 33554432000 4194304 5965102 140733226114576 140733226112600 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 28419 20819 1884 433 0 21088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113676

[startup+1.50024 s]
/proc/loadavg: 3.92 3.98 3.96 4/179 13512
/proc/meminfo: memFree=30297068/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=208196 CPUtime=1.48 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 43299 0 0 0 140 8 0 0 20 0 1 0 276087663 213192704 44890 33554432000 4194304 5965102 140733226114576 140733226112568 5160528 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 52049 44890 3623 433 0 44718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208196

[startup+3.10022 s]
/proc/loadavg: 3.92 3.98 3.96 4/179 13512
/proc/meminfo: memFree=30191400/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=327484 CPUtime=3.08 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) R 13509 13511 11438 0 -1 4202496 71664 0 0 0 296 12 0 0 20 0 1 0 276087663 335343616 75239 33554432000 4194304 5965102 140733226114576 140733226112552 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 81871 75244 6565 433 0 74540 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 327484

[startup+6.30036 s]
/proc/loadavg: 3.93 3.98 3.96 5/181 13514
/proc/meminfo: memFree=29717680/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=889656 CPUtime=8.91 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 167187 0 0 0 812 79 0 0 20 0 3 0 276087663 911007744 184774 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 222414 184774 198 433 0 221978 0
[pid=13511/tid=13513] ppid=13509 vsize=889656 CPUtime=2.85 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 69576 0 0 0 230 55 0 0 20 0 3 0 276088003 911007744 184774 33554432000 4194304 5965102 140733226114576 140412328757592 5131650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=889656 CPUtime=2.79 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 21492 0 0 0 267 12 0 0 20 0 3 0 276088003 911007744 184774 33554432000 4194304 5965102 140733226114576 140412318267704 4383014 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 889656

[startup+12.7004 s]
/proc/loadavg: 3.93 3.98 3.96 5/182 13517
/proc/meminfo: memFree=29639168/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=889656 CPUtime=21.71 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 182784 0 0 0 2086 85 0 0 20 0 3 0 276087663 911007744 192721 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 222414 192721 199 433 0 221978 0
[pid=13511/tid=13513] ppid=13509 vsize=889656 CPUtime=9.24 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 84720 0 0 0 865 59 0 0 20 0 3 0 276088003 911007744 192721 33554432000 4194304 5965102 140733226114576 140412328757592 4450134 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=889656 CPUtime=9.17 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 21945 0 0 0 904 13 0 0 20 0 3 0 276088003 911007744 192721 33554432000 4194304 5965102 140733226114576 140412318267224 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 889656

[startup+25.5005 s]
/proc/loadavg: 3.94 3.98 3.96 5/182 13517
/proc/meminfo: memFree=29562860/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=1020728 CPUtime=47.31 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 189276 0 0 0 4640 91 0 0 20 0 3 0 276087663 1045225472 211607 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 255182 211607 199 433 0 254746 0
[pid=13511/tid=13513] ppid=13509 vsize=1020728 CPUtime=22.01 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 90690 0 0 0 2137 64 0 0 20 0 3 0 276088003 1045225472 211607 33554432000 4194304 5965102 140733226114576 140412328757544 5123038 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=1020728 CPUtime=21.94 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 22467 0 0 0 2179 15 0 0 20 0 3 0 276088003 1045225472 211607 33554432000 4194304 5965102 140733226114576 140412318267640 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.31
Current children cumulated vsize (KiB) 1020728

[startup+51.1005 s]
/proc/loadavg: 3.96 3.98 3.96 5/182 13517
/proc/meminfo: memFree=29369236/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=1217336 CPUtime=98.5 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 209966 0 0 0 9741 109 0 0 20 0 3 0 276087663 1246552064 261646 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 304334 261646 199 433 0 303898 0
[pid=13511/tid=13513] ppid=13509 vsize=1217336 CPUtime=47.54 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 110127 0 0 0 4677 77 0 0 20 0 3 0 276088003 1246552064 261646 33554432000 4194304 5965102 140733226114576 140412328757592 4397303 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=1217336 CPUtime=47.47 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 23720 0 0 0 4730 17 0 0 20 0 3 0 276088003 1246552064 261646 33554432000 4194304 5965102 140733226114576 140412318267704 4404630 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.5
Current children cumulated vsize (KiB) 1217336

[startup+102.3 s]
/proc/loadavg: 3.98 3.98 3.96 5/181 13518
/proc/meminfo: memFree=29077764/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=1553424 CPUtime=200.9 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 242120 0 0 0 19955 135 0 0 20 0 3 0 276087663 1590706176 332311 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 388356 332311 199 433 0 387920 0
[pid=13511/tid=13513] ppid=13509 vsize=1553424 CPUtime=98.62 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 141631 0 0 0 9760 102 0 0 20 0 3 0 276088003 1590706176 332311 33554432000 4194304 5965102 140733226114576 140412328757512 5134986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=1553424 CPUtime=98.54 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 24370 0 0 0 9834 20 0 0 20 0 3 0 276088003 1590706176 332311 33554432000 4194304 5965102 140733226114576 140412318267752 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 200.9
Current children cumulated vsize (KiB) 1553424

[startup+162.3 s]
/proc/loadavg: 4.07 4.00 3.96 5/181 13518
/proc/meminfo: memFree=28658684/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=2045072 CPUtime=320.84 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 300899 0 0 0 31894 190 0 0 20 0 3 0 276087663 2094153728 424835 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 511268 424835 199 433 0 510832 0
[pid=13511/tid=13513] ppid=13509 vsize=2045072 CPUtime=158.46 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 200042 0 0 0 15689 157 0 0 20 0 3 0 276088003 2094153728 424835 33554432000 4194304 5965102 140733226114576 140412328757656 5139774 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=2045072 CPUtime=158.35 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 24738 0 0 0 15813 22 0 0 20 0 3 0 276088003 2094153728 424835 33554432000 4194304 5965102 140733226114576 140412318267704 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 320.84
Current children cumulated vsize (KiB) 2045072

[startup+222.307 s]
/proc/loadavg: 4.02 4.00 3.96 5/181 13518
/proc/meminfo: memFree=28375992/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=2348148 CPUtime=440.75 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 454440 0 0 0 43733 342 0 0 20 0 3 0 276087663 2404503552 499256 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 587037 499256 199 433 0 586601 0
[pid=13511/tid=13513] ppid=13509 vsize=2348148 CPUtime=218.31 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 352619 0 0 0 21523 308 0 0 20 0 3 0 276088003 2404503552 499256 33554432000 4194304 5965102 140733226114576 140412328757656 4407376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=2348148 CPUtime=218.13 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 25702 0 0 0 21787 26 0 0 20 0 3 0 276088003 2404503552 499256 33554432000 4194304 5965102 140733226114576 140412318267704 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 440.75
Current children cumulated vsize (KiB) 2348148

[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/181 13518
/proc/meminfo: memFree=27989596/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=2765968 CPUtime=560.71 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 643311 0 0 0 55558 513 0 0 20 0 3 0 276087663 2832351232 594327 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 691492 594327 199 433 0 691056 0
[pid=13511/tid=13513] ppid=13509 vsize=2765968 CPUtime=278.15 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 540479 0 0 0 27339 476 0 0 20 0 3 0 276088003 2832351232 594327 33554432000 4194304 5965102 140733226114576 140412328757784 4446367 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=2765968 CPUtime=277.96 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 26713 0 0 0 27765 31 0 0 20 0 3 0 276088003 2832351232 594327 33554432000 4194304 5965102 140733226114576 140412318267704 4390125 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 560.71
Current children cumulated vsize (KiB) 2765968

[startup+342.3 s]
/proc/loadavg: 4.07 4.02 3.97 5/181 13518
/proc/meminfo: memFree=27664292/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=3060836 CPUtime=680.69 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 859667 0 0 0 67398 671 0 0 20 0 3 0 276087663 3134296064 675662 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 765209 675662 199 433 0 764773 0
[pid=13511/tid=13513] ppid=13509 vsize=3060836 CPUtime=338 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 756070 0 0 0 33167 633 0 0 20 0 3 0 276088003 3134296064 675662 33554432000 4194304 5965102 140733226114576 140412328757592 4446567 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=3060836 CPUtime=337.8 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 27478 0 0 0 33747 33 0 0 20 0 3 0 276088003 3134296064 675662 33554432000 4194304 5965102 140733226114576 140412318267752 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.69
Current children cumulated vsize (KiB) 3060836

[startup+402.3 s]

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

Current children cumulated CPU time (s) 1040.55
Current children cumulated vsize (KiB) 4146244

[startup+582.3 s]
/proc/loadavg: 3.97 3.98 3.96 5/181 13560
/proc/meminfo: memFree=26391160/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=4457604 CPUtime=1160.52 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1327685 0 0 0 114863 1189 0 0 20 0 3 0 276087663 4564586496 995162 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1114401 995162 199 433 0 1113965 0
[pid=13511/tid=13513] ppid=13509 vsize=4457604 CPUtime=577.38 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1221562 0 0 0 56593 1145 0 0 20 0 3 0 276088003 4564586496 995162 33554432000 4194304 5965102 140733226114576 140412328758200 5139855 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=4457604 CPUtime=577.07 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 30004 0 0 0 57664 43 0 0 20 0 3 0 276088003 4564586496 995162 33554432000 4194304 5965102 140733226114576 140412318267704 4393912 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.52
Current children cumulated vsize (KiB) 4457604

[startup+642.3 s]
/proc/loadavg: 3.99 3.98 3.96 5/182 13563
/proc/meminfo: memFree=26103048/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=4762720 CPUtime=1280.43 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1484552 0 0 0 126685 1358 0 0 20 0 3 0 276087663 4877025280 1070530 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1190680 1070530 199 433 0 1190244 0
[pid=13511/tid=13513] ppid=13509 vsize=4762720 CPUtime=637.22 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1377469 0 0 0 62408 1314 0 0 20 0 3 0 276088003 4877025280 1070530 33554432000 4194304 5965102 140733226114576 140412328758200 4401667 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=4762720 CPUtime=636.85 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 30964 0 0 0 63639 46 0 0 20 0 3 0 276088003 4877025280 1070530 33554432000 4194304 5965102 140733226114576 140412318267704 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.43
Current children cumulated vsize (KiB) 4762720

[startup+702.3 s]
/proc/loadavg: 3.99 3.98 3.96 5/181 13564
/proc/meminfo: memFree=25968488/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=4867140 CPUtime=1400.41 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1529659 0 0 0 138609 1432 0 0 20 0 3 0 276087663 4983951360 1084261 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1216785 1084261 199 433 0 1216349 0
[pid=13511/tid=13513] ppid=13509 vsize=4867140 CPUtime=697.06 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1421931 0 0 0 68320 1386 0 0 20 0 3 0 276088003 4983951360 1084261 33554432000 4194304 5965102 140733226114576 140412328758200 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=4867140 CPUtime=696.69 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 31609 0 0 0 69620 49 0 0 20 0 3 0 276088003 4983951360 1084261 33554432000 4194304 5965102 140733226114576 140412318267704 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.41
Current children cumulated vsize (KiB) 4867140

[startup+762.3 s]
/proc/loadavg: 4.05 4.00 3.97 5/181 13564
/proc/meminfo: memFree=25842340/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=5108948 CPUtime=1520.39 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1590548 0 0 0 150518 1521 0 0 20 0 3 0 276087663 5231562752 1134294 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1277237 1134294 199 433 0 1276801 0
[pid=13511/tid=13513] ppid=13509 vsize=5108948 CPUtime=756.91 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1481713 0 0 0 74216 1475 0 0 20 0 3 0 276088003 5231562752 1134294 33554432000 4194304 5965102 140733226114576 140412328757832 4376299 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=5108948 CPUtime=756.53 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 32716 0 0 0 75602 51 0 0 20 0 3 0 276088003 5231562752 1134294 33554432000 4194304 5965102 140733226114576 140412318267704 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.39
Current children cumulated vsize (KiB) 5108948

[startup+822.3 s]
/proc/loadavg: 4.10 4.02 3.97 5/181 13564
/proc/meminfo: memFree=25813792/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=5186784 CPUtime=1640.35 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1655372 0 0 0 162423 1612 0 0 20 0 3 0 276087663 5311266816 1159930 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1296696 1159930 199 433 0 1296260 0
[pid=13511/tid=13513] ppid=13509 vsize=5186784 CPUtime=816.74 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1545372 0 0 0 80110 1564 0 0 20 0 3 0 276088003 5311266816 1159930 33554432000 4194304 5965102 140733226114576 140412328758088 4445838 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=5186784 CPUtime=816.36 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 33881 0 0 0 81582 54 0 0 20 0 3 0 276088003 5311266816 1159930 33554432000 4194304 5965102 140733226114576 140412318267704 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.35
Current children cumulated vsize (KiB) 5186784

[startup+882.307 s]
/proc/loadavg: 4.03 4.01 3.97 5/180 13564
/proc/meminfo: memFree=25637376/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=5305556 CPUtime=1760.28 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1699339 0 0 0 174331 1697 0 0 20 0 3 0 276087663 5432889344 1184348 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1326389 1184348 199 433 0 1325953 0
[pid=13511/tid=13513] ppid=13509 vsize=5305556 CPUtime=876.59 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1588415 0 0 0 86009 1650 0 0 20 0 3 0 276088003 5432889344 1184348 33554432000 4194304 5965102 140733226114576 140412328757832 4376299 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=5305556 CPUtime=876.16 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 34805 0 0 0 87560 56 0 0 20 0 3 0 276088003 5432889344 1184348 33554432000 4194304 5965102 140733226114576 140412318267752 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.28
Current children cumulated vsize (KiB) 5305556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.2 s]
/proc/loadavg: 4.02 4.01 3.97 5/180 13564
/proc/meminfo: memFree=25688776/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=5194820 CPUtime=1800.08 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1711723 0 0 0 178283 1725 0 0 20 0 3 0 276087663 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1298705 1171207 199 433 0 1298269 0
[pid=13511/tid=13513] ppid=13509 vsize=5194820 CPUtime=896.44 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1600504 0 0 0 87967 1677 0 0 20 0 3 0 276088003 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140412328758088 4393899 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=5194820 CPUtime=896.01 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 35100 0 0 0 89544 57 0 0 20 0 3 0 276088003 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140412318267752 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 5194820

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

############
# WARNING:
# current cumulated CPU time (1798.1 s) is less than in the last sample (1800.08 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.97998 s) to the 'lost time'.

[startup+902.2 s]
/proc/loadavg: 4.02 4.01 3.97 5/180 13564
/proc/meminfo: memFree=25688776/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=5194820 CPUtime=1800.08 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) S 13509 13511 11438 0 -1 4202496 1711723 0 0 0 178283 1725 0 0 20 0 3 0 276087663 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140733226114096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 1298705 1171207 199 433 0 1298269 0
[pid=13511/tid=13513] ppid=13509 vsize=5194820 CPUtime=896.44 cores=0,2,4,6
/proc/13511/task/13513/stat : 13513 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 1600504 0 0 0 87967 1677 0 0 20 0 3 0 276088003 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140412328758088 4393899 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=5194820 CPUtime=896.01 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4202560 35100 0 0 0 89544 57 0 0 20 0 3 0 276088003 5319495680 1171207 33554432000 4194304 5965102 140733226114576 140412318267752 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 5194820

[startup+902.312 s]
/proc/loadavg: 4.02 4.01 3.97 5/180 13564
/proc/meminfo: memFree=25688776/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=0 CPUtime=1798.1 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) Z 13509 13511 11438 0 -1 4202508 1711724 0 0 0 178065 1745 0 0 20 0 2 0 276087663 0 0 33554432000 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 0 0 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=0 CPUtime=896.11 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4203588 35100 0 0 0 89544 67 0 0 20 0 2 0 276088003 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 0
#
############


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

[startup+902.312 s]
/proc/loadavg: 4.02 4.01 3.97 5/180 13564
/proc/meminfo: memFree=25688776/32873844 swapFree=7364/7364
[pid=13511] ppid=13509 vsize=0 CPUtime=1798.1 cores=0,2,4,6
/proc/13511/stat : 13511 (pwbo2.0) Z 13509 13511 11438 0 -1 4202508 1711724 0 0 0 178065 1745 0 0 20 0 2 0 276087663 0 0 33554432000 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13511/statm: 0 0 0 0 0 0 0
[pid=13511/tid=13514] ppid=13509 vsize=0 CPUtime=896.11 cores=0,2,4,6
/proc/13511/task/13514/stat : 13514 (pwbo2.0) R 13509 13511 11438 0 -1 4203588 35100 0 0 0 89544 67 0 0 20 0 2 0 276088003 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13511 and gives
#  childrusage.ru_utime.tv_sec=1778
#  childrusage.ru_utime.tv_usec=382644
#  childrusage.ru_stime.tv_sec=17
#  childrusage.ru_stime.tv_usec=606323
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1798.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.97998
#  lost CPU user time (s): 2.17993
#  lost CPU system time (s): -0.200001

Real time (s): 902.324
CPU time (s): 1800.08
CPU user time (s): 1782.83
CPU system time (s): 17.25
CPU usage (%): 199.494
Max. virtual memory (cumulated for all children) (KiB): 5371092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.38
system time used= 17.6063
maximum resident set size= 4796376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1711724
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= 7015
involuntary context switches= 1882

runsolver used 1.9917 second user time and 5.20321 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 08:19:51
IDJOB=3704078
IDBENCH=90871
IDSOLVER=2279
FILE ID=node109/3704078-1338099590
RUNJOBID= node109-1338088487-11454
PBS_JOBID= 14624462
Free space on /tmp= 71316 MiB

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

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

MD5SUM BENCH= 87bd09f9145dfb6c08f481f891635aef
RANDOM SEED=1778805647

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30416392 kB
Buffers:          252872 kB
Cached:           585080 kB
SwapCached:            0 kB
Active:          1529184 kB
Inactive:         134776 kB
Active(anon):     817604 kB
Inactive(anon):    10916 kB
Active(file):     711580 kB
Inactive(file):   123860 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33036 kB
Writeback:             4 kB
AnonPages:        835164 kB
Mapped:            15092 kB
Shmem:               200 kB
Slab:             651496 kB
SReclaimable:      93932 kB
SUnreclaim:       557564 kB
KernelStack:        1512 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71288 MiB
End job on node109 at 2012-05-27 08:34:55