Trace number 3727875

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
wbo 1.72? 1799.5 1800.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
MD5SUMb363732a49ff55c5c06709720571fcad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-439
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 829
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 12582
Number of bits of the biggest sum of numbers14
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727875-1338672741.opb.
0.00/0.00	c Instance file HOME/instance-3727875-1338672741.opb
0.00/0.00	c File size is 2491647 bytes.
0.19/0.20	c Cost Offset: -829
0.19/0.20	c Highest Coefficient sum: 12582
0.19/0.20	c ============================[ Problem Statistics ]=============================
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Parsing time:          0.20         s                                      |
0.19/0.20	c |  Number Variables:      40937                                               |
0.19/0.20	c |  Number Clauses:        40882                                               |
0.19/0.20	c |  Number Cardinality:    553                                                 |
0.19/0.20	c |  Number PB Constraints: 1                                                   |
0.19/0.20	c |                                                                             |
0.19/0.23	c |  Problem Type:          Optimization                                        |
0.19/0.23	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.23	c |                                                                             |
0.19/0.23	c ============================[ Search Statistics ]==============================
0.19/0.23	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.23	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.23	c ===============================================================================
0.19/0.27	c | 0.28      | 0  | -828         lb |  0                0                0.00  |
0.29/0.31	c | 0.31      | 0  | -827         lb |  0                0                0.00  |
0.29/0.37	c | 0.38      | 0  | -826         lb |  0                0                0.00  |
0.59/0.66	c | 0.67      | 0  | -825         lb |  0                0                0.00  |
4.59/4.69	c | 4.69      | 0  | -824         lb |  0                0                0.00  |
161.97/162.04	c | 162.05    | 0  | -823         lb |  0                0                0.00  |
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/1800.00	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-3727875-1338672741/watcher-3727875-1338672741 -o /tmp/evaluation-result-3727875-1338672741/solver-3727875-1338672741 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727875-1338672741.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: 2.01 2.01 1.93 3/177 333
/proc/meminfo: memFree=28302980/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=5712 CPUtime=0 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) R 331 333 32273 0 -1 4202496 352 0 0 0 0 0 0 0 20 0 1 0 333399541 5849088 305 33554432000 4194304 5964350 140733608773824 140734005564184 4344195 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/333/statm: 1428 306 164 433 0 383 0

[startup+0.0835969 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 333
/proc/meminfo: memFree=28302980/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=13880 CPUtime=0.08 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) R 331 333 32273 0 -1 4202496 2421 0 0 0 8 0 0 0 20 0 1 0 333399541 14213120 2374 33554432000 4194304 5964350 140733608773824 140734005564184 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/333/statm: 3470 2375 420 433 0 2425 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13880

[startup+0.100271 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 333
/proc/meminfo: memFree=28302980/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=15664 CPUtime=0.09 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) R 331 333 32273 0 -1 4202496 2991 0 0 0 9 0 0 0 20 0 1 0 333399541 16039936 2895 33554432000 4194304 5964350 140733608773824 140734005564184 4339092 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/333/statm: 3916 2896 467 433 0 2871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15664

[startup+0.300232 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 333
/proc/meminfo: memFree=28302980/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=104056 CPUtime=0.29 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 13716 0 0 0 28 1 0 0 20 0 2 0 333399541 106553344 11748 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 26014 11748 193 433 0 25578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104056

[startup+0.700163 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 333
/proc/meminfo: memFree=28302980/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=0.69 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 16064 0 0 0 67 2 0 0 20 0 2 0 333399541 102436864 13213 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 13213 198 433 0 24573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100036

[startup+1.50013 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 335
/proc/meminfo: memFree=28251892/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=1.49 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 16064 0 0 0 147 2 0 0 20 0 2 0 333399541 102436864 13213 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 13213 198 433 0 24573 0
[pid=333/tid=335] ppid=331 vsize=100036 CPUtime=1.29 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 10545 0 0 0 127 2 0 0 20 0 2 0 333399562 102436864 13213 33554432000 4194304 5964350 140733608773824 139835062761832 4389084 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100036

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 335
/proc/meminfo: memFree=28251016/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=3.09 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 16064 0 0 0 307 2 0 0 20 0 2 0 333399541 102436864 13213 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 13213 198 433 0 24573 0
[pid=333/tid=335] ppid=331 vsize=100036 CPUtime=2.89 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 10545 0 0 0 287 2 0 0 20 0 2 0 333399562 102436864 13213 33554432000 4194304 5964350 140733608773824 139835062761832 4389052 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100036

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 335
/proc/meminfo: memFree=28237748/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=6.29 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 19108 0 0 0 626 3 0 0 20 0 2 0 333399541 102436864 16256 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 16256 198 433 0 24573 0
[pid=333/tid=335] ppid=331 vsize=100036 CPUtime=6.07 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 13589 0 0 0 605 2 0 0 20 0 2 0 333399562 102436864 16256 33554432000 4194304 5964350 140733608773824 139835062761832 4389090 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100036

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 335
/proc/meminfo: memFree=28234816/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=12.69 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 19138 0 0 0 1266 3 0 0 20 0 2 0 333399541 102436864 16286 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 16286 198 433 0 24573 0
[pid=333/tid=335] ppid=331 vsize=100036 CPUtime=12.45 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 13619 0 0 0 1243 2 0 0 20 0 2 0 333399562 102436864 16286 33554432000 4194304 5964350 140733608773824 139835062761832 4389080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100036

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 335
/proc/meminfo: memFree=28213972/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=100036 CPUtime=25.48 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 23365 0 0 0 2544 4 0 0 20 0 2 0 333399541 102436864 20513 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 25009 20513 198 433 0 24573 0
[pid=333/tid=335] ppid=331 vsize=100036 CPUtime=25.22 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 17846 0 0 0 2518 4 0 0 20 0 2 0 333399562 102436864 20513 33554432000 4194304 5964350 140733608773824 139835062761272 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100036

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 336
/proc/meminfo: memFree=28169920/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=165572 CPUtime=51.09 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 32069 0 0 0 5101 8 0 0 20 0 2 0 333399541 169545728 29216 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 41393 29216 198 433 0 40957 0
[pid=333/tid=335] ppid=331 vsize=165572 CPUtime=50.75 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 26550 0 0 0 5068 7 0 0 20 0 2 0 333399562 169545728 29216 33554432000 4194304 5964350 140733608773824 139835062761272 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 165572

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 1.94 3/179 336
/proc/meminfo: memFree=28109828/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=231108 CPUtime=102.28 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 42913 0 0 0 10215 13 0 0 20 0 2 0 333399541 236654592 40060 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 57777 40060 198 433 0 57341 0
[pid=333/tid=335] ppid=331 vsize=231108 CPUtime=101.83 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 37394 0 0 0 10170 13 0 0 20 0 2 0 333399562 236654592 40060 33554432000 4194304 5964350 140733608773824 139835062761272 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 231108

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 336
/proc/meminfo: memFree=28056532/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=232732 CPUtime=162.27 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 52759 0 0 0 16211 16 0 0 20 0 2 0 333399541 238317568 49904 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 58183 49904 198 433 0 57747 0
[pid=333/tid=335] ppid=331 vsize=232732 CPUtime=161.67 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 47240 0 0 0 16150 17 0 0 20 0 2 0 333399562 238317568 49904 33554432000 4194304 5964350 140733608773824 139835062761880 5122169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 232732

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 336
/proc/meminfo: memFree=28045000/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=231108 CPUtime=222.26 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 52929 0 0 0 22210 16 0 0 20 0 2 0 333399541 236654592 49782 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 57777 49782 198 433 0 57341 0
[pid=333/tid=335] ppid=331 vsize=231108 CPUtime=221.52 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 47410 0 0 0 22134 18 0 0 20 0 2 0 333399562 236654592 49782 33554432000 4194304 5964350 140733608773824 139835062762424 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 231108

[startup+282.3 s]
/proc/loadavg: 2.12 2.03 1.95 3/179 336
/proc/meminfo: memFree=28002716/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=296644 CPUtime=282.25 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 62930 0 0 0 28206 19 0 0 20 0 2 0 333399541 303763456 59783 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 74161 59783 198 433 0 73725 0
[pid=333/tid=335] ppid=331 vsize=296644 CPUtime=281.36 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 57411 0 0 0 28114 22 0 0 20 0 2 0 333399562 303763456 59783 33554432000 4194304 5964350 140733608773824 139835062761272 4392616 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 296644

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 337
/proc/meminfo: memFree=27929928/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=362180 CPUtime=342.24 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 80506 0 0 0 34199 25 0 0 20 0 2 0 333399541 370872320 77355 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 90545 77355 198 433 0 90109 0
[pid=333/tid=335] ppid=331 vsize=362180 CPUtime=341.21 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 74987 0 0 0 34092 29 0 0 20 0 2 0 333399562 370872320 77355 33554432000 4194304 5964350 140733608773824 139835062761272 4389092 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 362180

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 337
/proc/meminfo: memFree=27918648/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=362180 CPUtime=402.23 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 82507 0 0 0 40198 25 0 0 20 0 2 0 333399541 370872320 79344 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 90545 79344 198 433 0 90109 0
[pid=333/tid=335] ppid=331 vsize=362180 CPUtime=401.06 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 76988 0 0 0 40076 30 0 0 20 0 2 0 333399562 370872320 79344 33554432000 4194304 5964350 140733608773824 139835062761272 4392749 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 362180

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/180 340
/proc/meminfo: memFree=27871604/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=430148 CPUtime=462.22 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 402
/proc/meminfo: memFree=26258256/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1086724 CPUtime=1421.93 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 266852 0 0 0 142073 120 0 0 20 0 2 0 333399541 1112805376 265212 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 271681 265212 198 433 0 271245 0
[pid=333/tid=335] ppid=331 vsize=1086724 CPUtime=1418.3 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 261333 0 0 0 141690 140 0 0 20 0 2 0 333399562 1112805376 265212 33554432000 4194304 5964350 140733608773824 139835062761464 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1086724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 402
/proc/meminfo: memFree=26188136/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1086724 CPUtime=1481.92 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 266884 0 0 0 148072 120 0 0 20 0 2 0 333399541 1112805376 265244 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 271681 265244 198 433 0 271245 0
[pid=333/tid=335] ppid=331 vsize=1086724 CPUtime=1478.14 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 261365 0 0 0 147673 141 0 0 20 0 2 0 333399562 1112805376 265244 33554432000 4194304 5964350 140733608773824 139835062761464 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1086724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 402
/proc/meminfo: memFree=26067620/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1541.9 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 276068 0 0 0 154065 125 0 0 20 0 2 0 333399541 1181782016 274428 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 274428 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1537.99 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 270549 0 0 0 153651 148 0 0 20 0 2 0 333399562 1181782016 274428 33554432000 4194304 5964350 140733608773824 139835062761512 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1154084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 403
/proc/meminfo: memFree=25962480/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1601.9 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 277036 0 0 0 160064 126 0 0 20 0 2 0 333399541 1181782016 275396 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 275396 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1597.83 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 271517 0 0 0 159634 149 0 0 20 0 2 0 333399562 1181782016 275396 33554432000 4194304 5964350 140733608773824 139835062761272 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1154084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 406
/proc/meminfo: memFree=25890604/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1661.89 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 277791 0 0 0 166063 126 0 0 20 0 2 0 333399541 1181782016 276150 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 276150 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1657.68 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 272272 0 0 0 165618 150 0 0 20 0 2 0 333399562 1181782016 276150 33554432000 4194304 5964350 140733608773824 139835062761272 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1154084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 430
/proc/meminfo: memFree=25834336/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1721.86 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278238 0 0 0 172060 126 0 0 20 0 2 0 333399541 1181782016 276771 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 276771 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1717.51 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 272719 0 0 0 171600 151 0 0 20 0 2 0 333399562 1181782016 276771 33554432000 4194304 5964350 140733608773824 139835062761272 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1154084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 430
/proc/meminfo: memFree=25784628/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1781.82 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278501 0 0 0 178056 126 0 0 20 0 2 0 333399541 1181782016 277476 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277476 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1777.32 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 272982 0 0 0 177580 152 0 0 20 0 2 0 333399562 1181782016 277476 33554432000 4194304 5964350 140733608773824 139835062761272 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1154084

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

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25783928/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1791.42 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278582 0 0 0 179016 126 0 0 20 0 2 0 333399541 1181782016 277576 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277576 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1786.9 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273063 0 0 0 178537 153 0 0 20 0 2 0 333399562 1181782016 277576 33554432000 4194304 5964350 140733608773824 139835062761336 4392717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 1154084

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25758904/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1794.61 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278593 0 0 0 179335 126 0 0 20 0 2 0 333399541 1181782016 277627 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277627 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1790.09 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273074 0 0 0 178856 153 0 0 20 0 2 0 333399562 1181782016 277627 33554432000 4194304 5964350 140733608773824 139835062761336 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 1154084

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25758904/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1797.8 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278596 0 0 0 179654 126 0 0 20 0 2 0 333399541 1181782016 277630 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277630 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1793.27 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273077 0 0 0 179174 153 0 0 20 0 2 0 333399562 1181782016 277630 33554432000 4194304 5964350 140733608773824 139835062761336 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1154084

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25759276/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1798.6 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278596 0 0 0 179734 126 0 0 20 0 2 0 333399541 1181782016 277630 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277630 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1794.07 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273077 0 0 0 179254 153 0 0 20 0 2 0 333399562 1181782016 277630 33554432000 4194304 5964350 140733608773824 139835062761336 4400462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 1154084

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25759400/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1799.01 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278596 0 0 0 179775 126 0 0 20 0 2 0 333399541 1181782016 277630 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277630 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1794.47 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273077 0 0 0 179294 153 0 0 20 0 2 0 333399562 1181782016 277630 33554432000 4194304 5964350 140733608773824 139835062761336 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 1154084

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25759400/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1799.4 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278596 0 0 0 179814 126 0 0 20 0 2 0 333399541 1181782016 277630 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277630 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1794.87 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273077 0 0 0 179334 153 0 0 20 0 2 0 333399562 1181782016 277630 33554432000 4194304 5964350 140733608773824 139835062761336 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1154084

[startup+1800 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 430
/proc/meminfo: memFree=25759400/32873648 swapFree=7116/7116
[pid=333] ppid=331 vsize=1154084 CPUtime=1799.5 cores=0,2,4,6
/proc/333/stat : 333 (wbo1.72) S 331 333 32273 0 -1 4202496 278596 0 0 0 179824 126 0 0 20 0 2 0 333399541 1181782016 277630 33554432000 4194304 5964350 140733608773824 140733608773344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/333/statm: 288521 277630 198 433 0 288085 0
[pid=333/tid=335] ppid=331 vsize=1154084 CPUtime=1794.97 cores=0,2,4,6
/proc/333/task/335/stat : 335 (wbo1.72) R 331 333 32273 0 -1 4202560 273077 0 0 0 179344 153 0 0 20 0 2 0 333399562 1181782016 277630 33554432000 4194304 5964350 140733608773824 139835062761336 4392739 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1154084

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 333 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=642324
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=583759
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.04
CPU time (s): 1799.5
CPU user time (s): 1798.24
CPU system time (s): 1.26
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 1154084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 1.58376
maximum resident set size= 1110528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278598
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= 273
involuntary context switches= 1864

runsolver used 3.9454 second user time and 12.1951 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 23:32:21
IDJOB=3727875
IDBENCH=90820
IDSOLVER=2313
FILE ID=node123/3727875-1338672741
RUNJOBID= node123-1338669317-32563
PBS_JOBID= 14636514
Free space on /tmp= 71296 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727875-1338672741/watcher-3727875-1338672741 -o /tmp/evaluation-result-3727875-1338672741/solver-3727875-1338672741 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727875-1338672741.opb

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

MD5SUM BENCH= b363732a49ff55c5c06709720571fcad
RANDOM SEED=255136238

node123.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.217
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.43
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.217
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.217
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		: 2667.217
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.217
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.217
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.217
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.217
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:        28303524 kB
Buffers:          481528 kB
Cached:          2205512 kB
SwapCached:         2272 kB
Active:          1814856 kB
Inactive:        1867612 kB
Active(anon):     990352 kB
Inactive(anon):     5516 kB
Active(file):     824504 kB
Inactive(file):  1862096 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:        998348 kB
Mapped:            11056 kB
Shmem:                 0 kB
Slab:             747892 kB
SReclaimable:     192176 kB
SUnreclaim:       555716 kB
KernelStack:        1488 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     166184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 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= 71264 MiB
End job on node123 at 2012-06-03 00:02:21