Trace number 3704081

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM021b67803848f7a62860711c4015132a
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.09
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 1605
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 993246
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 993246
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-3704081-1338099900.opb.
0.00/0.00	c Instance file HOME/instance-3704081-1338099900.opb
0.00/0.00	c File size is 28236195 bytes.
3.09/3.18	c Cost Offset: -993246
3.09/3.18	c Highest Coefficient sum: 68234
3.09/3.18	c ============================[ Problem Statistics ]=============================
3.09/3.18	c |                                                                             |
3.09/3.18	c |  Parsing time:          3.19         s                                      |
3.09/3.18	c |  Number Variables:      400896                                              |
3.09/3.18	c |  Number Clauses:        400785                                              |
3.09/3.18	c |  Number Cardinality:    1977                                                |
3.09/3.18	c |  Number PB Constraints: 1                                                   |
3.09/3.18	c |                                                                             |
3.72/3.52	c |  Problem Type:          Optimization                                        |
3.72/3.52	c |  Objective Function:    PB Constraint                                       |
3.72/3.52	c |                                                                             |
3.72/3.52	c ===============================================================================
1800.15/902.01	c ===============================================================================
1800.15/902.01	c Wall Clock Time: 902.02 s
1800.15/902.01	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-3704081-1338099900/watcher-3704081-1338099900 -o /tmp/evaluation-result-3704081-1338099900/solver-3704081-1338099900 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704081-1338099900.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.86 3.94 3.88 4/178 22169
/proc/meminfo: memFree=27092324/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=33572 CPUtime=0 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 776 0 0 0 0 0 0 0 20 0 1 0 276115536 34377728 728 33554432000 4194304 5965102 140734924458192 140734924455608 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 8393 728 171 433 0 1063 0

[startup+0.0650161 s]
/proc/loadavg: 3.86 3.94 3.88 4/178 22169
/proc/meminfo: memFree=27092324/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=44892 CPUtime=0.05 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 3672 0 0 0 5 0 0 0 20 0 1 0 276115536 45969408 3509 33554432000 4194304 5965102 140734924458192 140734924455608 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 11223 3512 333 433 0 3893 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44892

[startup+0.100282 s]
/proc/loadavg: 3.86 3.94 3.88 4/178 22169
/proc/meminfo: memFree=27092324/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=50736 CPUtime=0.09 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 4795 0 0 0 9 0 0 0 20 0 1 0 276115536 51953664 4632 33554432000 4194304 5965102 140734924458192 140734924455608 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 12684 4636 435 433 0 5354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50736

[startup+0.30029 s]
/proc/loadavg: 3.86 3.94 3.88 4/178 22169
/proc/meminfo: memFree=27092324/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=69836 CPUtime=0.29 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 10704 0 0 0 28 1 0 0 20 0 1 0 276115536 71512064 10274 33554432000 4194304 5965102 140734924458192 140734924455608 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 17459 10275 975 433 0 10129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69836

[startup+0.700283 s]
/proc/loadavg: 3.86 3.94 3.88 4/178 22169
/proc/meminfo: memFree=27092324/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=116296 CPUtime=0.69 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 23165 0 0 0 66 3 0 0 20 0 1 0 276115536 119087104 22205 33554432000 4194304 5965102 140734924458192 140734924456200 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 29074 22206 2002 433 0 21744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116296

[startup+1.50029 s]
/proc/loadavg: 3.86 3.94 3.88 4/179 22170
/proc/meminfo: memFree=26976180/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=212392 CPUtime=1.49 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 45786 0 0 0 142 7 0 0 20 0 1 0 276115536 217489408 46321 33554432000 4194304 5965102 140734924458192 140734924456280 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 53098 46322 3815 433 0 45768 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212392

[startup+3.10024 s]
/proc/loadavg: 3.88 3.94 3.88 4/179 22170
/proc/meminfo: memFree=26857672/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=336748 CPUtime=3.09 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) R 22167 22169 20135 0 -1 4202496 75373 0 0 0 298 11 0 0 20 0 1 0 276115536 344829952 78403 33554432000 4194304 5965102 140734924458192 140734924456200 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 84187 78403 6897 433 0 76857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336748

[startup+6.30031 s]
/proc/loadavg: 3.88 3.94 3.88 5/181 22172
/proc/meminfo: memFree=26371548/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=891600 CPUtime=9.29 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 166096 0 0 0 890 39 0 0 20 0 3 0 276115536 912998400 187115 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 222900 187115 198 433 0 222464 0
[pid=22169/tid=22171] ppid=22167 vsize=891600 CPUtime=3.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 64111 0 0 0 289 18 0 0 20 0 3 0 276115855 912998400 187115 33554432000 4194304 5965102 140734924458192 140084647447064 4450195 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=891600 CPUtime=3.07 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 24811 0 0 0 297 10 0 0 20 0 3 0 276115855 912998400 187115 33554432000 4194304 5965102 140734924458192 140084636956904 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 891600

[startup+12.7002 s]
/proc/loadavg: 3.89 3.94 3.88 5/181 22172
/proc/meminfo: memFree=26310776/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=957136 CPUtime=22.09 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 173314 0 0 0 2167 42 0 0 20 0 3 0 276115536 980107264 198243 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 239284 198243 199 433 0 238848 0
[pid=22169/tid=22171] ppid=22167 vsize=957136 CPUtime=9.47 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 71237 0 0 0 927 20 0 0 20 0 3 0 276115855 980107264 198243 33554432000 4194304 5965102 140734924458192 140084647447064 4408203 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=957136 CPUtime=9.46 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 24903 0 0 0 936 10 0 0 20 0 3 0 276115855 980107264 198243 33554432000 4194304 5965102 140734924458192 140084636956984 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.09
Current children cumulated vsize (KiB) 957136

[startup+25.5004 s]
/proc/loadavg: 3.91 3.94 3.89 5/181 22172
/proc/meminfo: memFree=26217948/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=1022672 CPUtime=47.69 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 203039 0 0 0 4718 51 0 0 20 0 3 0 276115536 1047216128 216794 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 255668 216794 199 433 0 255232 0
[pid=22169/tid=22171] ppid=22167 vsize=1022672 CPUtime=22.27 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 100548 0 0 0 2198 29 0 0 20 0 3 0 276115855 1047216128 216794 33554432000 4194304 5965102 140734924458192 140084647446872 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=1022672 CPUtime=22.26 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 25317 0 0 0 2216 10 0 0 20 0 3 0 276115855 1047216128 216794 33554432000 4194304 5965102 140734924458192 140084636956792 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.69
Current children cumulated vsize (KiB) 1022672

[startup+51.1004 s]
/proc/loadavg: 3.94 3.94 3.89 5/181 22172
/proc/meminfo: memFree=26075444/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=1202968 CPUtime=98.88 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 238645 0 0 0 9817 71 0 0 20 0 3 0 276115536 1231839232 250643 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 300742 250643 199 433 0 300306 0
[pid=22169/tid=22171] ppid=22167 vsize=1202968 CPUtime=47.87 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 135712 0 0 0 4738 49 0 0 20 0 3 0 276115855 1231839232 250643 33554432000 4194304 5965102 140734924458192 140084647447000 5131557 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=1202968 CPUtime=47.86 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 25759 0 0 0 4775 11 0 0 20 0 3 0 276115855 1231839232 250643 33554432000 4194304 5965102 140734924458192 140084636956920 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.88
Current children cumulated vsize (KiB) 1202968

[startup+102.3 s]
/proc/loadavg: 3.97 3.95 3.89 5/182 22174
/proc/meminfo: memFree=25768684/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=1612508 CPUtime=201.28 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 269325 0 0 0 20031 97 0 0 20 0 3 0 276115536 1651208192 324743 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 403127 324743 199 433 0 402691 0
[pid=22169/tid=22171] ppid=22167 vsize=1612508 CPUtime=99.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 165537 0 0 0 9833 75 0 0 20 0 3 0 276115855 1651208192 324743 33554432000 4194304 5965102 140734924458192 140084647446824 5123123 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=1612508 CPUtime=99.07 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 26614 0 0 0 9894 13 0 0 20 0 3 0 276115855 1651208192 324743 33554432000 4194304 5965102 140734924458192 140084636956984 4404660 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.28
Current children cumulated vsize (KiB) 1612508

[startup+162.3 s]
/proc/loadavg: 3.93 3.94 3.89 5/181 22215
/proc/meminfo: memFree=25862708/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=2005724 CPUtime=321.24 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 299866 0 0 0 31992 132 0 0 20 0 3 0 276115536 2053861376 417493 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 501431 417493 199 433 0 500995 0
[pid=22169/tid=22171] ppid=22167 vsize=2005724 CPUtime=159.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 195224 0 0 0 15799 109 0 0 20 0 3 0 276115855 2053861376 417493 33554432000 4194304 5965102 140734924458192 140084647446824 5135448 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=2005724 CPUtime=159.06 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 27468 0 0 0 15890 16 0 0 20 0 3 0 276115855 2053861376 417493 33554432000 4194304 5965102 140734924458192 140084636956984 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.24
Current children cumulated vsize (KiB) 2005724

[startup+222.307 s]
/proc/loadavg: 3.97 3.95 3.90 5/181 22215
/proc/meminfo: memFree=25324772/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=2349980 CPUtime=441.19 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 398650 0 0 0 43857 262 0 0 20 0 3 0 276115536 2406379520 497189 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 587495 497189 199 433 0 587059 0
[pid=22169/tid=22171] ppid=22167 vsize=2349980 CPUtime=219.09 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 293219 0 0 0 21671 238 0 0 20 0 3 0 276115855 2406379520 497189 33554432000 4194304 5965102 140734924458192 140084647447064 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=2349980 CPUtime=219.01 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 28257 0 0 0 21883 18 0 0 20 0 3 0 276115855 2406379520 497189 33554432000 4194304 5965102 140734924458192 140084636956984 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.19
Current children cumulated vsize (KiB) 2349980

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.90 5/181 22215
/proc/meminfo: memFree=24956508/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=2706284 CPUtime=561.1 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 612713 0 0 0 55685 425 0 0 20 0 3 0 276115536 2771234816 578899 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 676571 578899 199 433 0 676135 0
[pid=22169/tid=22171] ppid=22167 vsize=2706284 CPUtime=279.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 505898 0 0 0 27507 401 0 0 20 0 3 0 276115855 2771234816 578899 33554432000 4194304 5965102 140734924458192 140084647446936 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=2706284 CPUtime=278.95 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 29641 0 0 0 27874 21 0 0 20 0 3 0 276115855 2771234816 578899 33554432000 4194304 5965102 140734924458192 140084636956984 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.1
Current children cumulated vsize (KiB) 2706284

[startup+342.3 s]
/proc/loadavg: 4.04 3.97 3.91 5/182 22218
/proc/meminfo: memFree=24509696/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=3021656 CPUtime=681.06 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 768408 0 0 0 67534 572 0 0 20 0 3 0 276115536 3094175744 646461 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 755414 646461 199 433 0 754978 0
[pid=22169/tid=22171] ppid=22167 vsize=3021656 CPUtime=339.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 660319 0 0 0 33360 548 0 0 20 0 3 0 276115855 3094175744 646461 33554432000 4194304 5965102 140734924458192 140084647446936 5123080 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=3021656 CPUtime=338.93 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 30915 0 0 0 33869 24 0 0 20 0 3 0 276115855 3094175744 646461 33554432000 4194304 5965102 140734924458192 140084636956984 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.06
Current children cumulated vsize (KiB) 3021656

[startup+402.3 s]
/proc/loadavg: 4.01 3.97 3.91 5/180 22218
/proc/meminfo: memFree=24135996/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=3464092 CPUtime=801.01 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 918214 0 0 0 79386 715 0 0 20 0 3 0 276115536 3547230208 754024 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 866023 754024 199 433 0 865587 0
[pid=22169/tid=22171] ppid=22167 vsize=3464092 CPUtime=399.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 809308 0 0 0 39217 690 0 0 20 0 3 0 276115855 3547230208 754024 33554432000 4194304 5965102 140734924458192 140084647446872 5139774 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=3464092 CPUtime=398.9 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 31732 0 0 0 39865 25 0 0 20 0 3 0 276115855 3547230208 754024 33554432000 4194304 5965102 140734924458192 140084636956984 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.01
Current children cumulated vsize (KiB) 3464092

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23747992/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=3783484 CPUtime=920.92 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1081880 0 0 0 91237 855 0 0 20 0 3 0 276115536 3874287616 836689 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 945871 836689 199 433 0 945435 0
[pid=22169/tid=22171] ppid=22167 vsize=3783484 CPUtime=459.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 972281 0 0 0 45077 830 0 0 20 0 3 0 276115855 3874287616 836689 33554432000 4194304 5965102 140734924458192 140084647446936 5139822 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=3783484 CPUtime=458.85 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 32425 0 0 0 45858 27 0 0 20 0 3 0 276115855 3874287616 836689 33554432000 4194304 5965102 140734924458192 140084636957032 4394037 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920.92
Current children cumulated vsize (KiB) 3783484

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23376064/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4119452 CPUtime=1040.88 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1202215 0 0 0 103125 963 0 0 20 0 3 0 276115536 4218318848 917373 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1029863 917373 199 433 0 1029427 0
[pid=22169/tid=22171] ppid=22167 vsize=4119452 CPUtime=519.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1091982 0 0 0 50969 938 0 0 20 0 3 0 276115855 4218318848 917373 33554432000 4194304 5965102 140734924458192 140084647446872 5131557 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4119452 CPUtime=518.82 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 33059 0 0 0 51853 29 0 0 20 0 3 0 276115855 4218318848 917373 33554432000 4194304 5965102 140734924458192 140084636957032 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.88
Current children cumulated vsize (KiB) 4119452

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23101048/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4369288 CPUtime=1160.85 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1249115 0 0 0 115067 1018 0 0 20 0 3 0 276115536 4474150912 973870 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1092322 973870 199 433 0 1091886 0
[pid=22169/tid=22171] ppid=22167 vsize=4369288 CPUtime=579.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1138218 0 0 0 56914 993 0 0 20 0 3 0 276115855 4474150912 973870 33554432000 4194304 5965102 140734924458192 140084647447480 5143165 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4369288 CPUtime=578.82 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 33723 0 0 0 57851 31 0 0 20 0 3 0 276115855 4474150912 973870 33554432000 4194304 5965102 140734924458192 140084636956984 4404660 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.85
Current children cumulated vsize (KiB) 4369288

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23027188/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4373308 CPUtime=1280.83 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1301500 0 0 0 127017 1066 0 0 20 0 3 0 276115536 4478267392 975805 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1093327 975805 199 433 0 1092891 0
[pid=22169/tid=22171] ppid=22167 vsize=4373308 CPUtime=639.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1189839 0 0 0 62867 1040 0 0 20 0 3 0 276115855 4478267392 975805 33554432000 4194304 5965102 140734924458192 140084647447480 4404580 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4373308 CPUtime=638.82 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 34487 0 0 0 63849 33 0 0 20 0 3 0 276115855 4478267392 975805 33554432000 4194304 5965102 140734924458192 140084636956984 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.83
Current children cumulated vsize (KiB) 4373308

[startup+702.3 s]
/proc/loadavg: 4.07 3.99 3.92 5/181 22219
/proc/meminfo: memFree=22889728/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4504380 CPUtime=1400.81 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1350879 0 0 0 138966 1115 0 0 20 0 3 0 276115536 4612485120 1004058 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1126095 1004058 199 433 0 1125659 0
[pid=22169/tid=22171] ppid=22167 vsize=4504380 CPUtime=699.07 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1238493 0 0 0 68818 1089 0 0 20 0 3 0 276115855 4612485120 1004058 33554432000 4194304 5965102 140734924458192 140084647446936 4400955 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4504380 CPUtime=698.81 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 35212 0 0 0 69846 35 0 0 20 0 3 0 276115855 4612485120 1004058 33554432000 4194304 5965102 140734924458192 140084636956792 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.81
Current children cumulated vsize (KiB) 4504380

[startup+762.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 22220
/proc/meminfo: memFree=22771012/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4598540 CPUtime=1520.79 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1376145 0 0 0 150934 1145 0 0 20 0 3 0 276115536 4708904960 1028870 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1149635 1028870 199 433 0 1149199 0
[pid=22169/tid=22171] ppid=22167 vsize=4598540 CPUtime=759.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1263178 0 0 0 74789 1119 0 0 20 0 3 0 276115855 4708904960 1028870 33554432000 4194304 5965102 140734924458192 140084647446936 4410314 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4598540 CPUtime=758.81 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 35793 0 0 0 75843 38 0 0 20 0 3 0 276115855 4708904960 1028870 33554432000 4194304 5965102 140734924458192 140084636956920 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.79
Current children cumulated vsize (KiB) 4598540

[startup+822.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/181 22220
/proc/meminfo: memFree=22722288/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4635452 CPUtime=1640.76 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1413379 0 0 0 162900 1176 0 0 20 0 3 0 276115536 4746702848 1040576 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1158863 1040576 199 433 0 1158427 0
[pid=22169/tid=22171] ppid=22167 vsize=4635452 CPUtime=819.08 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1299987 0 0 0 80757 1151 0 0 20 0 3 0 276115855 4746702848 1040576 33554432000 4194304 5965102 140734924458192 140084647447368 4400894 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4635452 CPUtime=818.8 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 36218 0 0 0 81841 39 0 0 20 0 3 0 276115855 4746702848 1040576 33554432000 4194304 5965102 140734924458192 140084636957032 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.76
Current children cumulated vsize (KiB) 4635452

[startup+882.307 s]
/proc/loadavg: 4.02 4.00 3.92 5/181 22220
/proc/meminfo: memFree=22513312/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4955180 CPUtime=1760.74 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1434560 0 0 0 174868 1206 0 0 20 0 3 0 276115536 5074104320 1091824 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1238795 1091824 199 433 0 1238359 0
[pid=22169/tid=22171] ppid=22167 vsize=4955180 CPUtime=879.09 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1320504 0 0 0 86728 1181 0 0 20 0 3 0 276115855 5074104320 1091824 33554432000 4194304 5965102 140734924458192 140084647447112 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4955180 CPUtime=878.79 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 36882 0 0 0 87838 41 0 0 20 0 3 0 276115855 5074104320 1091824 33554432000 4194304 5965102 140734924458192 140084636956984 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.74
Current children cumulated vsize (KiB) 4955180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.01 4.00 3.92 5/182 22223
/proc/meminfo: memFree=22490240/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4955180 CPUtime=1800.15 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1446091 0 0 0 178787 1228 0 0 20 0 3 0 276115536 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1238795 1097248 199 433 0 1238359 0
[pid=22169/tid=22171] ppid=22167 vsize=4955180 CPUtime=898.8 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1331910 0 0 0 88677 1203 0 0 20 0 3 0 276115855 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140084647446936 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4955180 CPUtime=898.5 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 37007 0 0 0 89809 41 0 0 20 0 3 0 276115855 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140084636956984 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 4955180

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

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

[startup+902 s]
/proc/loadavg: 4.01 4.00 3.92 5/182 22223
/proc/meminfo: memFree=22490240/32873648 swapFree=7104/7104
[pid=22169] ppid=22167 vsize=4955180 CPUtime=1800.15 cores=0,2,4,6
/proc/22169/stat : 22169 (pwbo2.0) S 22167 22169 20135 0 -1 4202496 1446091 0 0 0 178787 1228 0 0 20 0 3 0 276115536 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140734924457712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22169/statm: 1238795 1097248 199 433 0 1238359 0
[pid=22169/tid=22171] ppid=22167 vsize=4955180 CPUtime=898.8 cores=0,2,4,6
/proc/22169/task/22171/stat : 22171 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 1331910 0 0 0 88677 1203 0 0 20 0 3 0 276115855 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140084647446936 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22169/tid=22172] ppid=22167 vsize=4955180 CPUtime=898.5 cores=0,2,4,6
/proc/22169/task/22172/stat : 22172 (pwbo2.0) R 22167 22169 20135 0 -1 4202560 37007 0 0 0 89809 41 0 0 20 0 3 0 276115855 5074104320 1097248 33554432000 4194304 5965102 140734924458192 140084636956984 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 4955180

Child status: 0
Real time (s): 902.116
CPU time (s): 1800.62
CPU user time (s): 1787.95
CPU system time (s): 12.6701
CPU usage (%): 199.6
Max. virtual memory (cumulated for all children) (KiB): 5020716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.95
system time used= 12.6701
maximum resident set size= 4438176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1446093
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= 6036
involuntary context switches= 2126

runsolver used 2.17067 second user time and 4.99424 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 08:25:01
IDJOB=3704081
IDBENCH=90888
IDSOLVER=2279
FILE ID=node127/3704081-1338099900
RUNJOBID= node127-1338087073-20151
PBS_JOBID= 14624433
Free space on /tmp= 71144 MiB

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

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

MD5SUM BENCH= 021b67803848f7a62860711c4015132a
RANDOM SEED=1224590297

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        27092968 kB
Buffers:          365868 kB
Cached:          3343380 kB
SwapCached:            0 kB
Active:          2351380 kB
Inactive:        2597840 kB
Active(anon):    1242140 kB
Inactive(anon):        0 kB
Active(file):    1109240 kB
Inactive(file):  2597840 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32980 kB
Writeback:             0 kB
AnonPages:       1248840 kB
Mapped:            15252 kB
Shmem:               200 kB
Slab:             690948 kB
SReclaimable:     135152 kB
SUnreclaim:       555796 kB
KernelStack:        1464 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     400288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    843776 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= 71112 MiB
End job on node127 at 2012-05-27 08:40:05