Trace number 3727070

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

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
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 constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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 opb file format. File HOME/instance-3727070-1338658898.opb.
0.00/0.00	c Instance file HOME/instance-3727070-1338658898.opb
0.00/0.00	c File size is 8319 bytes.
0.00/0.00	c Highest Coefficient sum: 26
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:      500                                                 |
0.00/0.00	c |  Number Clauses:        25                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
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-3727070-1338658898/watcher-3727070-1338658898 -o /tmp/evaluation-result-3727070-1338658898/solver-3727070-1338658898 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727070-1338658898.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.00 2.00 2.00 3/177 2025
/proc/meminfo: memFree=28378260/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 2 0 332014120 85708800 768 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20925 768 182 433 0 20489 0
[pid=2025/tid=2026] ppid=2023 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 2 0 332014120 85708800 769 33554432000 4194304 5964350 140735908889936 140737226263288 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0387069 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2025
/proc/meminfo: memFree=28378260/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83700 CPUtime=0.03 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 942 0 0 0 3 0 0 0 20 0 2 0 332014120 85708800 891 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20925 892 184 433 0 20489 0
[pid=2025/tid=2026] ppid=2023 vsize=83700 CPUtime=0.02 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 209 0 0 0 2 0 0 0 20 0 2 0 332014120 85708800 892 33554432000 4194304 5964350 140735908889936 140737226263288 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83700

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2025
/proc/meminfo: memFree=28378260/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 1112 0 0 0 9 0 0 0 20 0 2 0 332014120 85708800 1061 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20925 1061 184 433 0 20489 0
[pid=2025/tid=2026] ppid=2023 vsize=83700 CPUtime=0.08 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 378 0 0 0 8 0 0 0 20 0 2 0 332014120 85708800 1061 33554432000 4194304 5964350 140735908889936 140737226263288 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2025
/proc/meminfo: memFree=28378260/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83700 CPUtime=0.29 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 1543 0 0 0 29 0 0 0 20 0 2 0 332014120 85708800 1492 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20925 1492 184 433 0 20489 0
[pid=2025/tid=2026] ppid=2023 vsize=83700 CPUtime=0.28 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 809 0 0 0 28 0 0 0 20 0 2 0 332014120 85708800 1492 33554432000 4194304 5964350 140735908889936 140737226263288 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83700

[startup+0.700255 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2025
/proc/meminfo: memFree=28378260/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83700 CPUtime=0.69 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 2332 0 0 0 69 0 0 0 20 0 2 0 332014120 85708800 2281 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20925 2281 184 433 0 20489 0
[pid=2025/tid=2026] ppid=2023 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 1598 0 0 0 68 0 0 0 20 0 2 0 332014120 85708800 2281 33554432000 4194304 5964350 140735908889936 139681123690296 4400436 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28368300/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83844 CPUtime=1.49 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 3212 0 0 0 149 0 0 0 20 0 2 0 332014120 85856256 3161 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20961 3161 184 433 0 20525 0
[pid=2025/tid=2026] ppid=2023 vsize=83844 CPUtime=1.48 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 2478 0 0 0 148 0 0 0 20 0 2 0 332014120 85856256 3161 33554432000 4194304 5964350 140735908889936 139681123690488 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83844

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28364076/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83844 CPUtime=3.09 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 4205 0 0 0 308 1 0 0 20 0 2 0 332014120 85856256 4154 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20961 4154 184 433 0 20525 0
[pid=2025/tid=2026] ppid=2023 vsize=83844 CPUtime=3.07 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 3471 0 0 0 306 1 0 0 20 0 2 0 332014120 85856256 4154 33554432000 4194304 5964350 140735908889936 139681123690536 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83844

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28354528/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83844 CPUtime=6.28 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 5676 0 0 0 627 1 0 0 20 0 2 0 332014120 85856256 5625 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20961 5625 184 433 0 20525 0
[pid=2025/tid=2026] ppid=2023 vsize=83844 CPUtime=6.27 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 4942 0 0 0 626 1 0 0 20 0 2 0 332014120 85856256 5625 33554432000 4194304 5964350 140735908889936 139681123690296 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83844

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28347220/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83916 CPUtime=12.69 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 6047 0 0 0 1267 2 0 0 20 0 2 0 332014120 85929984 5996 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20979 5996 184 433 0 20543 0
[pid=2025/tid=2026] ppid=2023 vsize=83916 CPUtime=12.65 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 5313 0 0 0 1264 1 0 0 20 0 2 0 332014120 85929984 5996 33554432000 4194304 5964350 140735908889936 139681123690296 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83916

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28332464/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=83916 CPUtime=25.48 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 7542 0 0 0 2546 2 0 0 20 0 2 0 332014120 85929984 7491 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 20979 7491 184 433 0 20543 0
[pid=2025/tid=2026] ppid=2023 vsize=83916 CPUtime=25.42 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 6808 0 0 0 2540 2 0 0 20 0 2 0 332014120 85929984 7491 33554432000 4194304 5964350 140735908889936 139681123690488 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83916

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28304020/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=85248 CPUtime=51.08 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 10545 0 0 0 5105 3 0 0 20 0 2 0 332014120 87293952 10494 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 21312 10494 184 433 0 20876 0
[pid=2025/tid=2026] ppid=2023 vsize=85248 CPUtime=50.95 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 9811 0 0 0 5092 3 0 0 20 0 2 0 332014120 87293952 10494 33554432000 4194304 5964350 140735908889936 139681123690488 4400007 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) 85248

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28249752/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=88252 CPUtime=102.28 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 17356 0 0 0 10221 7 0 0 20 0 2 0 332014120 90370048 17278 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 22063 17278 184 433 0 21627 0
[pid=2025/tid=2026] ppid=2023 vsize=88252 CPUtime=102.03 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 16622 0 0 0 10195 8 0 0 20 0 2 0 332014120 90370048 17278 33554432000 4194304 5964350 140735908889936 139681123690488 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 88252

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2027
/proc/meminfo: memFree=28228960/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=154076 CPUtime=162.25 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 21445 0 0 0 16216 9 0 0 20 0 2 0 332014120 157773824 21391 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 38519 21391 184 433 0 38083 0
[pid=2025/tid=2026] ppid=2023 vsize=154076 CPUtime=161.85 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 20711 0 0 0 16174 11 0 0 20 0 2 0 332014120 157773824 21391 33554432000 4194304 5964350 140735908889936 139681123690296 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 154076

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2028
/proc/meminfo: memFree=28208828/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=156308 CPUtime=222.22 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 21980 0 0 0 22213 9 0 0 20 0 2 0 332014120 160059392 22166 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 39077 22166 184 433 0 38641 0
[pid=2025/tid=2026] ppid=2023 vsize=156308 CPUtime=221.68 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 21246 0 0 0 22156 12 0 0 20 0 2 0 332014120 160059392 22166 33554432000 4194304 5964350 140735908889936 139681123690536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 156308

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2028
/proc/meminfo: memFree=28181968/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=160628 CPUtime=282.21 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 23142 0 0 0 28211 10 0 0 20 0 2 0 332014120 164483072 23313 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 40157 23313 184 433 0 39721 0
[pid=2025/tid=2026] ppid=2023 vsize=160628 CPUtime=281.53 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 22408 0 0 0 28139 14 0 0 20 0 2 0 332014120 164483072 23313 33554432000 4194304 5964350 140735908889936 139681123690488 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 160628

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2028
/proc/meminfo: memFree=28151336/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=161408 CPUtime=342.2 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 25636 0 0 0 34208 12 0 0 20 0 2 0 332014120 165281792 25807 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 40352 25807 184 433 0 39916 0
[pid=2025/tid=2026] ppid=2023 vsize=161408 CPUtime=341.37 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 24902 0 0 0 34120 17 0 0 20 0 2 0 332014120 165281792 25807 33554432000 4194304 5964350 140735908889936 139681123690296 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 161408

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2028
/proc/meminfo: memFree=28132228/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=163532 CPUtime=402.19 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 26309 0 0 0 40206 13 0 0 20 0 2 0 332014120 167456768 26494 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 2059
/proc/meminfo: memFree=27942668/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=251656 CPUtime=1422.01 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 47717 0 0 0 142175 26 0 0 20 0 2 0 332014120 257695744 48396 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 62914 48396 184 433 0 62478 0
[pid=2025/tid=2026] ppid=2023 vsize=251656 CPUtime=1418.59 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 46983 0 0 0 141812 47 0 0 20 0 2 0 332014120 257695744 48396 33554432000 4194304 5964350 140735908889936 139681123690296 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 251656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2060
/proc/meminfo: memFree=27939312/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=252088 CPUtime=1482 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 48576 0 0 0 148173 27 0 0 20 0 2 0 332014120 258138112 49255 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63022 49255 184 433 0 62586 0
[pid=2025/tid=2026] ppid=2023 vsize=252088 CPUtime=1478.44 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 47842 0 0 0 147796 48 0 0 20 0 2 0 332014120 258138112 49255 33554432000 4194304 5964350 140735908889936 139681123690488 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 252088

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 2060
/proc/meminfo: memFree=27934724/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=252160 CPUtime=1541.98 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 49789 0 0 0 154171 27 0 0 20 0 2 0 332014120 258211840 50468 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63040 50468 184 433 0 62604 0
[pid=2025/tid=2026] ppid=2023 vsize=252160 CPUtime=1538.28 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 49055 0 0 0 153778 50 0 0 20 0 2 0 332014120 258211840 50468 33554432000 4194304 5964350 140735908889936 139681123690536 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 252160

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2060
/proc/meminfo: memFree=27931620/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=252556 CPUtime=1601.97 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 50545 0 0 0 160169 28 0 0 20 0 2 0 332014120 258617344 51222 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63139 51222 184 433 0 62703 0
[pid=2025/tid=2026] ppid=2023 vsize=252556 CPUtime=1598.13 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 49811 0 0 0 159761 52 0 0 20 0 2 0 332014120 258617344 51222 33554432000 4194304 5964350 140735908889936 139681123690488 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 252556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2099
/proc/meminfo: memFree=28279228/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=253092 CPUtime=1661.96 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 51218 0 0 0 166167 29 0 0 20 0 2 0 332014120 259166208 51911 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63273 51911 184 433 0 62837 0
[pid=2025/tid=2026] ppid=2023 vsize=253092 CPUtime=1657.97 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 50484 0 0 0 165743 54 0 0 20 0 2 0 332014120 259166208 51911 33554432000 4194304 5964350 140735908889936 139681123690536 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) 253092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2102
/proc/meminfo: memFree=28249436/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=253720 CPUtime=1721.95 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52295 0 0 0 172165 30 0 0 20 0 2 0 332014120 259809280 52988 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63430 52988 184 433 0 62994 0
[pid=2025/tid=2026] ppid=2023 vsize=253720 CPUtime=1717.82 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51561 0 0 0 171726 56 0 0 20 0 2 0 332014120 259809280 52988 33554432000 4194304 5964350 140735908889936 139681123690488 4399998 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) 253720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28206428/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254116 CPUtime=1781.93 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52683 0 0 0 178163 30 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63529 53373 184 433 0 63093 0
[pid=2025/tid=2026] ppid=2023 vsize=254116 CPUtime=1777.66 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51949 0 0 0 177709 57 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 139681123690536 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 254116

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28202460/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254116 CPUtime=1791.54 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52683 0 0 0 179124 30 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63529 53373 184 433 0 63093 0
[pid=2025/tid=2026] ppid=2023 vsize=254116 CPUtime=1787.24 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51949 0 0 0 178667 57 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 139681123690536 4400011 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) 254116

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28202212/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254116 CPUtime=1794.74 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52683 0 0 0 179444 30 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63529 53373 184 433 0 63093 0
[pid=2025/tid=2026] ppid=2023 vsize=254116 CPUtime=1790.44 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51949 0 0 0 178987 57 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 139681123690536 4399998 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) 254116

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28201840/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254116 CPUtime=1797.93 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52683 0 0 0 179763 30 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63529 53373 184 433 0 63093 0
[pid=2025/tid=2026] ppid=2023 vsize=254116 CPUtime=1793.62 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51949 0 0 0 179305 57 0 0 20 0 2 0 332014120 260214784 53373 33554432000 4194304 5964350 140735908889936 139681123690536 4400011 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) 254116

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28201840/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254116 CPUtime=1798.73 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52693 0 0 0 179843 30 0 0 20 0 2 0 332014120 260214784 53383 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63529 53383 184 433 0 63093 0
[pid=2025/tid=2026] ppid=2023 vsize=254116 CPUtime=1794.42 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51959 0 0 0 179385 57 0 0 20 0 2 0 332014120 260214784 53383 33554432000 4194304 5964350 140735908889936 139681123690536 4400007 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) 254116

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28201716/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254188 CPUtime=1799.14 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52694 0 0 0 179884 30 0 0 20 0 2 0 332014120 260288512 53384 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63547 53384 184 433 0 63111 0
[pid=2025/tid=2026] ppid=2023 vsize=254188 CPUtime=1794.82 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51960 0 0 0 179425 57 0 0 20 0 2 0 332014120 260288512 53384 33554432000 4194304 5964350 140735908889936 139681123690536 4220672 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) 254188

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28201716/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254188 CPUtime=1799.53 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52695 0 0 0 179923 30 0 0 20 0 2 0 332014120 260288512 53385 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63547 53385 184 433 0 63111 0
[pid=2025/tid=2026] ppid=2023 vsize=254188 CPUtime=1795.22 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51961 0 0 0 179465 57 0 0 20 0 2 0 332014120 260288512 53385 33554432000 4194304 5964350 140735908889936 139681123690536 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) 254188

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2103
/proc/meminfo: memFree=28201716/32873844 swapFree=7632/7632
[pid=2025] ppid=2023 vsize=254188 CPUtime=1799.63 cores=0,2,4,6
/proc/2025/stat : 2025 (wbo1.72) S 2023 2025 31928 0 -1 4202496 52695 0 0 0 179933 30 0 0 20 0 2 0 332014120 260288512 53385 33554432000 4194304 5964350 140735908889936 140735908889456 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2025/statm: 63547 53385 184 433 0 63111 0
[pid=2025/tid=2026] ppid=2023 vsize=254188 CPUtime=1795.32 cores=0,2,4,6
/proc/2025/task/2026/stat : 2026 (wbo1.72) R 2023 2025 31928 0 -1 4202560 51961 0 0 0 179475 57 0 0 20 0 2 0 332014120 260288512 53385 33554432000 4194304 5964350 140735908889936 139681123690536 4400035 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) 254188

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2025 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=757155
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=583911
# 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.33
CPU system time (s): 0.3
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 254188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 0.583911
maximum resident set size= 213552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52698
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= 86
involuntary context switches= 1970

runsolver used 2.68159 second user time and 7.14091 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-02 19:41:38
IDJOB=3727070
IDBENCH=2569
IDSOLVER=2313
FILE ID=node141/3727070-1338658898
RUNJOBID= node141-1338651369-931
PBS_JOBID= 14636439
Free space on /tmp= 70736 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727070-1338658898/watcher-3727070-1338658898 -o /tmp/evaluation-result-3727070-1338658898/solver-3727070-1338658898 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727070-1338658898.opb

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1446574734

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28378996 kB
Buffers:          378740 kB
Cached:          3078048 kB
SwapCached:          216 kB
Active:          1329084 kB
Inactive:        2287476 kB
Active(anon):     150228 kB
Inactive(anon):    11300 kB
Active(file):    1178856 kB
Inactive(file):  2276176 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        166552 kB
Mapped:            11788 kB
Shmem:               172 kB
Slab:             738044 kB
SReclaimable:     180504 kB
SUnreclaim:       557540 kB
KernelStack:        1488 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70732 MiB
End job on node141 at 2012-06-02 20:11:38