Trace number 3728199

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 NameAnswerCPU timeWall clock time
wbo 1.72? 1799.63 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-66-100-0.wbo
MD5SUM92adeb187a48a927ab5078673cfa945b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.028994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints11
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 551
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 550
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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 wbo file format. File HOME/instance-3728199-1338672061.wbo.
0.00/0.00	c Instance file HOME/instance-3728199-1338672061.wbo
0.00/0.00	c File size is 7125 bytes.
0.00/0.00	c Highest Coefficient sum: 22
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      431                                                 |
0.00/0.00	c |  Number Clauses:        21                                                  |
0.00/0.00	c |  Number Cardinality:    13                                                  |
0.00/0.00	c |  Number PB Constraints: 7                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3728199-1338672061/watcher-3728199-1338672061 -o /tmp/evaluation-result-3728199-1338672061/solver-3728199-1338672061 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728199-1338672061.wbo 

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: 1.92 1.98 1.99 3/177 24217
/proc/meminfo: memFree=27924504/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=0 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 810 0 0 0 0 0 0 0 20 0 2 0 333273145 85688320 1272 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 1273 191 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 84 0 0 0 0 0 0 0 20 0 2 0 333273145 85688320 1273 33554432000 4194304 5964350 140733814562384 140735200916488 5136340 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0356319 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24217
/proc/meminfo: memFree=27924504/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=0.03 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 920 0 0 0 3 0 0 0 20 0 2 0 333273145 85688320 1382 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 1382 193 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=0.02 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 193 0 0 0 2 0 0 0 20 0 2 0 333273145 85688320 1382 33554432000 4194304 5964350 140733814562384 140735200916488 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83680

[startup+0.100248 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24217
/proc/meminfo: memFree=27924504/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=0.09 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 1110 0 0 0 9 0 0 0 20 0 2 0 333273145 85688320 1572 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 1572 193 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=0.08 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 383 0 0 0 8 0 0 0 20 0 2 0 333273145 85688320 1572 33554432000 4194304 5964350 140733814562384 140735200916488 4400017 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83680

[startup+0.300214 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24217
/proc/meminfo: memFree=27924504/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=0.29 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 1451 0 0 0 29 0 0 0 20 0 2 0 333273145 85688320 1913 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 1913 193 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=0.28 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 724 0 0 0 28 0 0 0 20 0 2 0 333273145 85688320 1913 33554432000 4194304 5964350 140733814562384 140456247683064 4399976 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83680

[startup+0.700203 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24217
/proc/meminfo: memFree=27924504/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=0.69 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 1939 0 0 0 69 0 0 0 20 0 2 0 333273145 85688320 2401 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 2401 193 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=0.68 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 1212 0 0 0 68 0 0 0 20 0 2 0 333273145 85688320 2401 33554432000 4194304 5964350 140733814562384 140456247682872 4399998 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83680

[startup+1.50021 s]
/proc/loadavg: 1.92 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27914132/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83680 CPUtime=1.49 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 2876 0 0 0 149 0 0 0 20 0 2 0 333273145 85688320 3338 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20920 3338 193 433 0 20484 0
[pid=24217/tid=24218] ppid=24215 vsize=83680 CPUtime=1.48 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 2149 0 0 0 148 0 0 0 20 0 2 0 333273145 85688320 3338 33554432000 4194304 5964350 140733814562384 140456247682872 4381880 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83680

[startup+3.10021 s]
/proc/loadavg: 1.92 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27909908/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83824 CPUtime=3.09 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 3705 0 0 0 308 1 0 0 20 0 2 0 333273145 85835776 4167 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20956 4167 193 433 0 20520 0
[pid=24217/tid=24218] ppid=24215 vsize=83824 CPUtime=3.07 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 2978 0 0 0 307 0 0 0 20 0 2 0 333273145 85835776 4167 33554432000 4194304 5964350 140733814562384 140456247682872 4388112 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83824

[startup+6.30021 s]
/proc/loadavg: 1.93 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27903460/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83824 CPUtime=6.29 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 5127 0 0 0 628 1 0 0 20 0 2 0 333273145 85835776 5589 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20956 5589 193 433 0 20520 0
[pid=24217/tid=24218] ppid=24215 vsize=83824 CPUtime=6.26 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 4400 0 0 0 625 1 0 0 20 0 2 0 333273145 85835776 5589 33554432000 4194304 5964350 140733814562384 140456247683064 4400035 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83824

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27897940/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=83896 CPUtime=12.69 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 6206 0 0 0 1267 2 0 0 20 0 2 0 333273145 85909504 6668 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 20974 6668 193 433 0 20538 0
[pid=24217/tid=24218] ppid=24215 vsize=83896 CPUtime=12.64 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 5479 0 0 0 1263 1 0 0 20 0 2 0 333273145 85909504 6668 33554432000 4194304 5964350 140733814562384 140456247683064 4400017 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83896

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27888268/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=84040 CPUtime=25.49 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 8695 0 0 0 2546 3 0 0 20 0 2 0 333273145 86056960 9157 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 21010 9157 193 433 0 20574 0
[pid=24217/tid=24218] ppid=24215 vsize=84040 CPUtime=25.41 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 7968 0 0 0 2539 2 0 0 20 0 2 0 333273145 86056960 9157 33554432000 4194304 5964350 140733814562384 140456247682872 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84040

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 4/179 24219
/proc/meminfo: memFree=27879768/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=84148 CPUtime=51.08 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 10762 0 0 0 5105 3 0 0 20 0 2 0 333273145 86167552 11224 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 21037 11224 193 433 0 20601 0
[pid=24217/tid=24218] ppid=24215 vsize=84148 CPUtime=50.94 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 10035 0 0 0 5091 3 0 0 20 0 2 0 333273145 86167552 11224 33554432000 4194304 5964350 140733814562384 140456247683064 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84148

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 4/179 24220
/proc/meminfo: memFree=27867028/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=84292 CPUtime=102.26 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 12774 0 0 0 10222 4 0 0 20 0 2 0 333273145 86315008 13279 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 21073 13279 193 433 0 20637 0
[pid=24217/tid=24218] ppid=24215 vsize=84292 CPUtime=102 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 12047 0 0 0 10195 5 0 0 20 0 2 0 333273145 86315008 13279 33554432000 4194304 5964350 140733814562384 140456247682872 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84292

[startup+162.3 s]
/proc/loadavg: 2.14 2.02 2.00 4/179 24220
/proc/meminfo: memFree=27844560/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=85892 CPUtime=162.24 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 16931 0 0 0 16217 7 0 0 20 0 2 0 333273145 87953408 18188 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 21473 18188 193 433 0 21037 0
[pid=24217/tid=24218] ppid=24215 vsize=85892 CPUtime=161.84 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 16204 0 0 0 16175 9 0 0 20 0 2 0 333273145 87953408 18188 33554432000 4194304 5964350 140733814562384 140456247682872 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 85892

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 4/179 24220
/proc/meminfo: memFree=27808532/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=152868 CPUtime=222.23 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 22034 0 0 0 22214 9 0 0 20 0 2 0 333273145 156536832 23291 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 38217 23291 193 433 0 37781 0
[pid=24217/tid=24218] ppid=24215 vsize=152868 CPUtime=221.68 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 21307 0 0 0 22156 12 0 0 20 0 2 0 333273145 156536832 23291 33554432000 4194304 5964350 140733814562384 140456247683064 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 152868

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 2.00 4/179 24220
/proc/meminfo: memFree=27788784/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=155088 CPUtime=282.2 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 25383 0 0 0 28209 11 0 0 20 0 2 0 333273145 158810112 26660 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 38772 26660 193 433 0 38336 0
[pid=24217/tid=24218] ppid=24215 vsize=155088 CPUtime=281.51 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 24656 0 0 0 28136 15 0 0 20 0 2 0 333273145 158810112 26660 33554432000 4194304 5964350 140733814562384 140456247683096 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 155088

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 24220
/proc/meminfo: memFree=27822428/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=155304 CPUtime=342.19 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 25577 0 0 0 34208 11 0 0 20 0 2 0 333273145 159031296 26897 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 38826 26897 193 433 0 38390 0
[pid=24217/tid=24218] ppid=24215 vsize=155304 CPUtime=341.36 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 24850 0 0 0 34120 16 0 0 20 0 2 0 333273145 159031296 26897 33554432000 4194304 5964350 140733814562384 140456247682872 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 155304

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 24221
/proc/meminfo: memFree=27804324/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=157464 CPUtime=402.18 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 30131 0 0 0 40204 14 0 0 20 0 2 0 333273145 161243136 31451 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24269
/proc/meminfo: memFree=27359572/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=233688 CPUtime=1422 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 52404 0 0 0 142171 29 0 0 20 0 2 0 333273145 239296512 53810 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 58422 53810 193 433 0 57986 0
[pid=24217/tid=24218] ppid=24215 vsize=233688 CPUtime=1418.57 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 51677 0 0 0 141807 50 0 0 20 0 2 0 333273145 239296512 53810 33554432000 4194304 5964350 140733814562384 140456247683064 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 233688

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24269
/proc/meminfo: memFree=27353372/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=299476 CPUtime=1481.99 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 53960 0 0 0 148168 31 0 0 20 0 2 0 333273145 306663424 55366 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 74869 55366 193 433 0 74433 0
[pid=24217/tid=24218] ppid=24215 vsize=299476 CPUtime=1478.42 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 53233 0 0 0 147790 52 0 0 20 0 2 0 333273145 306663424 55366 33554432000 4194304 5964350 140733814562384 140456247683064 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 299476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24269
/proc/meminfo: memFree=27317044/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=299476 CPUtime=1541.97 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 55355 0 0 0 154165 32 0 0 20 0 2 0 333273145 306663424 56761 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 74869 56761 193 433 0 74433 0
[pid=24217/tid=24218] ppid=24215 vsize=299476 CPUtime=1538.26 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 54628 0 0 0 153771 55 0 0 20 0 2 0 333273145 306663424 56761 33554432000 4194304 5964350 140733814562384 140456247683112 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 299476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24269
/proc/meminfo: memFree=27295128/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=299656 CPUtime=1601.96 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 55399 0 0 0 160164 32 0 0 20 0 2 0 333273145 306847744 56805 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 74914 56805 193 433 0 74478 0
[pid=24217/tid=24218] ppid=24215 vsize=299656 CPUtime=1598.11 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 54672 0 0 0 159755 56 0 0 20 0 2 0 333273145 306847744 56805 33554432000 4194304 5964350 140733814562384 140456247683112 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 299656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24270
/proc/meminfo: memFree=27129580/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=300712 CPUtime=1661.96 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 55587 0 0 0 166164 32 0 0 20 0 2 0 333273145 307929088 56993 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75178 56993 193 433 0 74742 0
[pid=24217/tid=24218] ppid=24215 vsize=300712 CPUtime=1657.96 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 54860 0 0 0 165739 57 0 0 20 0 2 0 333273145 307929088 56993 33554432000 4194304 5964350 140733814562384 140456247683112 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 300712

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24271
/proc/meminfo: memFree=26972092/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1721.95 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60560 0 0 0 172159 36 0 0 20 0 2 0 333273145 308998144 61966 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61966 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1717.8 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59833 0 0 0 171718 62 0 0 20 0 2 0 333273145 308998144 61966 33554432000 4194304 5964350 140733814562384 140456247683064 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 301756

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 24274
/proc/meminfo: memFree=26897312/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1781.94 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60561 0 0 0 178158 36 0 0 20 0 2 0 333273145 308998144 61967 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61967 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1777.65 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59834 0 0 0 177702 63 0 0 20 0 2 0 333273145 308998144 61967 33554432000 4194304 5964350 140733814562384 140456247683064 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 301756

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1791.54 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179118 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1787.23 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 178660 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 301756

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1794.74 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179438 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1790.43 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 178980 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 301756

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1797.93 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179757 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1793.61 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 179298 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 301756

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1798.73 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179837 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1794.41 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 179378 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 301756

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1799.14 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179878 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1794.81 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 179418 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 301756

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1799.53 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179917 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1795.21 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 179458 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 301756

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24274
/proc/meminfo: memFree=26897188/32873844 swapFree=7128/7128
[pid=24217] ppid=24215 vsize=301756 CPUtime=1799.63 cores=0,2,4,6
/proc/24217/stat : 24217 (wbo1.72) S 24215 24217 23718 0 -1 4202496 60562 0 0 0 179927 36 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140733814561904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24217/statm: 75439 61968 193 433 0 75003 0
[pid=24217/tid=24218] ppid=24215 vsize=301756 CPUtime=1795.31 cores=0,2,4,6
/proc/24217/task/24218/stat : 24218 (wbo1.72) R 24215 24217 23718 0 -1 4202560 59835 0 0 0 179468 63 0 0 20 0 2 0 333273145 308998144 61968 33554432000 4194304 5964350 140733814562384 140456247683064 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 301756

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24217 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=688165
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=646901
# CPU time returned by wait4() is 1795.34
# while last known CPU time is 1799.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.63
CPU user time (s): 1799.27
CPU system time (s): 0.36
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 301756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 0.646901
maximum resident set size= 247884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60565
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= 85
involuntary context switches= 2011

runsolver used 3.2625 second user time and 8.01778 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-02 23:21:01
IDJOB=3728199
IDBENCH=78718
IDSOLVER=2315
FILE ID=node105/3728199-1338672061
RUNJOBID= node105-1338670261-24072
PBS_JOBID= 14636526
Free space on /tmp= 71272 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--soft-66-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728199-1338672061/watcher-3728199-1338672061 -o /tmp/evaluation-result-3728199-1338672061/solver-3728199-1338672061 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728199-1338672061.wbo

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

MD5SUM BENCH= 92adeb187a48a927ab5078673cfa945b
RANDOM SEED=834164611

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27924504 kB
Buffers:          531336 kB
Cached:          3376940 kB
SwapCached:         1700 kB
Active:          1088772 kB
Inactive:        2983556 kB
Active(anon):     160104 kB
Inactive(anon):     4808 kB
Active(file):     928668 kB
Inactive(file):  2978748 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        153788 kB
Mapped:             9612 kB
Shmem:                 0 kB
Slab:             736924 kB
SReclaimable:     178568 kB
SUnreclaim:       558356 kB
KernelStack:        1496 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     176340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71264 MiB
End job on node105 at 2012-06-02 23:51:02