Trace number 3704260

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
pwbo 2.0? 1799.92 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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704260-1338091572.opb.
0.00/0.00	c Instance file HOME/instance-3704260-1338091572.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.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/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-3704260-1338091572/watcher-3704260-1338091572 -o /tmp/evaluation-result-3704260-1338091572/solver-3704260-1338091572 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704260-1338091572.opb 

running on 4 cores: 1,3,5,7

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.01 1.96 3/177 10046
/proc/meminfo: memFree=31144524/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 826 0 0 0 0 0 0 0 20 0 2 0 275285818 85708800 776 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20925 777 188 433 0 20489 0
[pid=10046/tid=10047] ppid=10044 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 2 0 275285818 85708800 777 33554432000 4194304 5965102 140735451163904 140735956350536 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0878041 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 10046
/proc/meminfo: memFree=31144524/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83700 CPUtime=0.08 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 1115 0 0 0 8 0 0 0 20 0 2 0 275285818 85708800 1065 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20925 1065 190 433 0 20489 0
[pid=10046/tid=10047] ppid=10044 vsize=83700 CPUtime=0.07 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 380 0 0 0 7 0 0 0 20 0 2 0 275285818 85708800 1065 33554432000 4194304 5965102 140735451163904 140735956350536 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83700

[startup+0.100254 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 10046
/proc/meminfo: memFree=31144524/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83700 CPUtime=0.09 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 1153 0 0 0 9 0 0 0 20 0 2 0 275285818 85708800 1103 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20925 1103 190 433 0 20489 0
[pid=10046/tid=10047] ppid=10044 vsize=83700 CPUtime=0.08 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 418 0 0 0 8 0 0 0 20 0 2 0 275285818 85708800 1103 33554432000 4194304 5965102 140735451163904 140735956350536 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300248 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 10046
/proc/meminfo: memFree=31144524/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83700 CPUtime=0.29 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 1604 0 0 0 29 0 0 0 20 0 2 0 275285818 85708800 1554 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20925 1555 190 433 0 20489 0
[pid=10046/tid=10047] ppid=10044 vsize=83700 CPUtime=0.28 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 870 0 0 0 28 0 0 0 20 0 2 0 275285818 85708800 1555 33554432000 4194304 5965102 140735451163904 140735956350536 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83700

[startup+0.700241 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 10046
/proc/meminfo: memFree=31144524/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83700 CPUtime=0.69 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 2370 0 0 0 69 0 0 0 20 0 2 0 275285818 85708800 2320 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20925 2320 190 433 0 20489 0
[pid=10046/tid=10047] ppid=10044 vsize=83700 CPUtime=0.68 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 1635 0 0 0 68 0 0 0 20 0 2 0 275285818 85708800 2320 33554432000 4194304 5965102 140735451163904 139825993377784 4383048 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 10048
/proc/meminfo: memFree=31134324/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83844 CPUtime=1.49 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 3258 0 0 0 148 1 0 0 20 0 2 0 275285818 85856256 3208 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20961 3208 190 433 0 20525 0
[pid=10046/tid=10047] ppid=10044 vsize=83844 CPUtime=1.48 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 2523 0 0 0 147 1 0 0 20 0 2 0 275285818 85856256 3208 33554432000 4194304 5965102 140735451163904 139825993377784 4401131 0 0 4096 16387 0 0 0 -1 3 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.01 1.96 3/179 10048
/proc/meminfo: memFree=31131588/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83844 CPUtime=3.09 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 3955 0 0 0 308 1 0 0 20 0 2 0 275285818 85856256 3905 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20961 3905 190 433 0 20525 0
[pid=10046/tid=10047] ppid=10044 vsize=83844 CPUtime=3.08 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 3220 0 0 0 307 1 0 0 20 0 2 0 275285818 85856256 3905 33554432000 4194304 5965102 140735451163904 139825993377784 4383069 0 0 4096 16387 0 0 0 -1 3 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.01 1.96 3/179 10048
/proc/meminfo: memFree=31121916/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83916 CPUtime=6.28 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 5699 0 0 0 627 1 0 0 20 0 2 0 275285818 85929984 5649 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20979 5649 190 433 0 20543 0
[pid=10046/tid=10047] ppid=10044 vsize=83916 CPUtime=6.28 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 4964 0 0 0 626 2 0 0 20 0 2 0 275285818 85929984 5649 33554432000 4194304 5965102 140735451163904 139825993377784 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83916

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 10048
/proc/meminfo: memFree=31113640/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83916 CPUtime=12.69 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 7489 0 0 0 1267 2 0 0 20 0 2 0 275285818 85929984 7439 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20979 7439 190 433 0 20543 0
[pid=10046/tid=10047] ppid=10044 vsize=83916 CPUtime=12.68 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 6754 0 0 0 1265 3 0 0 20 0 2 0 275285818 85929984 7439 33554432000 4194304 5965102 140735451163904 139825993377592 5137076 0 0 4096 16387 0 0 0 -1 3 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.01 1.96 3/179 10048
/proc/meminfo: memFree=31107192/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=83916 CPUtime=25.49 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 8463 0 0 0 2546 3 0 0 20 0 2 0 275285818 85929984 8413 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 20979 8413 190 433 0 20543 0
[pid=10046/tid=10047] ppid=10044 vsize=83916 CPUtime=25.49 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 7728 0 0 0 2545 4 0 0 20 0 2 0 275285818 85929984 8413 33554432000 4194304 5965102 140735451163904 139825993377592 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83916

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10048
/proc/meminfo: memFree=31094356/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=84600 CPUtime=51.08 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 10967 0 0 0 5103 5 0 0 20 0 2 0 275285818 86630400 10917 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 21150 10917 190 433 0 20714 0
[pid=10046/tid=10047] ppid=10044 vsize=84600 CPUtime=51.08 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 10232 0 0 0 5102 6 0 0 20 0 2 0 275285818 86630400 10917 33554432000 4194304 5965102 140735451163904 139825993377784 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84600

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10049
/proc/meminfo: memFree=31077516/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=86760 CPUtime=102.28 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 12698 0 0 0 10221 7 0 0 20 0 2 0 275285818 88842240 12632 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 21690 12632 190 433 0 21254 0
[pid=10046/tid=10047] ppid=10044 vsize=86760 CPUtime=102.29 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 11963 0 0 0 10220 9 0 0 20 0 2 0 275285818 88842240 12632 33554432000 4194304 5965102 140735451163904 139825993377832 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 86760

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10049
/proc/meminfo: memFree=31055960/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=86920 CPUtime=162.25 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 15929 0 0 0 16215 10 0 0 20 0 2 0 275285818 89006080 15876 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 21730 15876 190 433 0 21294 0
[pid=10046/tid=10047] ppid=10044 vsize=86920 CPUtime=162.26 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 15194 0 0 0 16213 13 0 0 20 0 2 0 275285818 89006080 15876 33554432000 4194304 5965102 140735451163904 139825993377784 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86920

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10049
/proc/meminfo: memFree=31033004/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=152816 CPUtime=222.23 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 19691 0 0 0 22212 11 0 0 20 0 2 0 275285818 156483584 19862 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 38204 19862 190 433 0 37768 0
[pid=10046/tid=10047] ppid=10044 vsize=152816 CPUtime=222.25 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 18956 0 0 0 22210 15 0 0 20 0 2 0 275285818 156483584 19862 33554432000 4194304 5965102 140735451163904 139825993377592 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 152816

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 10052
/proc/meminfo: memFree=31025596/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=154976 CPUtime=282.23 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 20390 0 0 0 28211 12 0 0 20 0 2 0 275285818 158695424 20546 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 38744 20546 190 433 0 38308 0
[pid=10046/tid=10047] ppid=10044 vsize=154976 CPUtime=282.25 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 19655 0 0 0 28208 17 0 0 20 0 2 0 275285818 158695424 20546 33554432000 4194304 5965102 140735451163904 139825993377832 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 154976

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31228044/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=154976 CPUtime=342.2 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 22076 0 0 0 34207 13 0 0 20 0 2 0 275285818 158695424 22288 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 38744 22288 190 433 0 38308 0
[pid=10046/tid=10047] ppid=10044 vsize=154976 CPUtime=342.25 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 21341 0 0 0 34206 19 0 0 20 0 2 0 275285818 158695424 22288 33554432000 4194304 5965102 140735451163904 139825993377784 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 154976

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10092
/proc/meminfo: memFree=31108444/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=158132 CPUtime=402.2 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 24522 0 0 0 40204 16 0 0 20 0 2 0 275285818 161927168 25238 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 35106 0 0 0 130172 50 0 0 20 0 2 0 275285818 176017408 36548 33554432000 4194304 5965102 140735451163904 139825993377784 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 171892

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 10100
/proc/meminfo: memFree=30456660/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=172684 CPUtime=1362.04 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 37334 0 0 0 136171 33 0 0 20 0 2 0 275285818 176828416 38041 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 43171 38041 190 433 0 42735 0
[pid=10046/tid=10047] ppid=10044 vsize=172684 CPUtime=1362.21 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 36599 0 0 0 136167 54 0 0 20 0 2 0 275285818 176828416 38041 33554432000 4194304 5965102 140735451163904 139825993377832 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 172684

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 10100
/proc/meminfo: memFree=30456660/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=172792 CPUtime=1422.03 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 37363 0 0 0 142170 33 0 0 20 0 2 0 275285818 176939008 38070 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 43198 38070 190 433 0 42762 0
[pid=10046/tid=10047] ppid=10044 vsize=172792 CPUtime=1422.21 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 36628 0 0 0 142166 55 0 0 20 0 2 0 275285818 176939008 38070 33554432000 4194304 5965102 140735451163904 139825993377832 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 172792

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/180 10103
/proc/meminfo: memFree=30370896/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=172900 CPUtime=1482.01 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 37410 0 0 0 148168 33 0 0 20 0 2 0 275285818 177049600 38126 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 43225 38126 190 433 0 42789 0
[pid=10046/tid=10047] ppid=10044 vsize=172900 CPUtime=1482.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 36675 0 0 0 148164 56 0 0 20 0 2 0 275285818 177049600 38126 33554432000 4194304 5965102 140735451163904 139825993377832 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 172900

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 10103
/proc/meminfo: memFree=30146088/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=173488 CPUtime=1542 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 38200 0 0 0 154166 34 0 0 20 0 2 0 275285818 177651712 38915 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 43372 38915 190 433 0 42936 0
[pid=10046/tid=10047] ppid=10044 vsize=173488 CPUtime=1542.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 37465 0 0 0 154162 58 0 0 20 0 2 0 275285818 177651712 38915 33554432000 4194304 5965102 140735451163904 139825993377832 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 173488

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30136136/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=239668 CPUtime=1601.99 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 40767 0 0 0 160161 38 0 0 20 0 2 0 275285818 245420032 41482 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 59917 41482 190 433 0 59481 0
[pid=10046/tid=10047] ppid=10044 vsize=239668 CPUtime=1602.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 40032 0 0 0 160157 63 0 0 20 0 2 0 275285818 245420032 41482 33554432000 4194304 5965102 140735451163904 139825993377784 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 239668

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 10104
/proc/meminfo: memFree=30124200/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=241176 CPUtime=1661.98 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 43704 0 0 0 166156 42 0 0 20 0 2 0 275285818 246964224 44419 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60294 44419 190 433 0 59858 0
[pid=10046/tid=10047] ppid=10044 vsize=241176 CPUtime=1662.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 42969 0 0 0 166152 68 0 0 20 0 2 0 275285818 246964224 44419 33554432000 4194304 5965102 140735451163904 139825993377784 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 241176

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 10104
/proc/meminfo: memFree=30121996/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=241176 CPUtime=1721.97 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 44150 0 0 0 172155 42 0 0 20 0 2 0 275285818 246964224 44865 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60294 44865 190 433 0 59858 0
[pid=10046/tid=10047] ppid=10044 vsize=241176 CPUtime=1722.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 43415 0 0 0 172151 69 0 0 20 0 2 0 275285818 246964224 44865 33554432000 4194304 5965102 140735451163904 139825993377832 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 241176

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30076400/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=241608 CPUtime=1781.96 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45425 0 0 0 178153 43 0 0 20 0 2 0 275285818 247406592 46140 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60402 46140 190 433 0 59966 0
[pid=10046/tid=10047] ppid=10044 vsize=241608 CPUtime=1782.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 44690 0 0 0 178149 71 0 0 20 0 2 0 275285818 247406592 46140 33554432000 4194304 5965102 140735451163904 139825993377592 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 241608

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30061024/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=241608 CPUtime=1791.57 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45428 0 0 0 179114 43 0 0 20 0 2 0 275285818 247406592 46143 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60402 46143 190 433 0 59966 0
[pid=10046/tid=10047] ppid=10044 vsize=241608 CPUtime=1791.8 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 44693 0 0 0 179109 71 0 0 20 0 2 0 275285818 247406592 46143 33554432000 4194304 5965102 140735451163904 139825993377592 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 241608

[startup+1795.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30054576/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=241608 CPUtime=1794.77 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45435 0 0 0 179434 43 0 0 20 0 2 0 275285818 247406592 46150 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60402 46150 190 433 0 59966 0
[pid=10046/tid=10047] ppid=10044 vsize=241608 CPUtime=1795 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 44700 0 0 0 179429 71 0 0 20 0 2 0 275285818 247406592 46150 33554432000 4194304 5965102 140735451163904 139825993377592 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 241608

[startup+1798.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30050608/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=242328 CPUtime=1797.97 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45841 0 0 0 179753 44 0 0 20 0 2 0 275285818 248143872 46556 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60582 46556 190 433 0 60146 0
[pid=10046/tid=10047] ppid=10044 vsize=242328 CPUtime=1798.2 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 45106 0 0 0 179748 72 0 0 20 0 2 0 275285818 248143872 46556 33554432000 4194304 5965102 140735451163904 139825993377784 4401009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 242328

[startup+1799.1 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10104
/proc/meminfo: memFree=30047136/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=242328 CPUtime=1798.77 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45926 0 0 0 179833 44 0 0 20 0 2 0 275285818 248143872 46641 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60582 46641 190 433 0 60146 0
[pid=10046/tid=10047] ppid=10044 vsize=242328 CPUtime=1799 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 45191 0 0 0 179828 72 0 0 20 0 2 0 275285818 248143872 46641 33554432000 4194304 5965102 140735451163904 139825993377832 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 242328

[startup+1799.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10104
/proc/meminfo: memFree=30045152/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=242328 CPUtime=1799.17 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 45992 0 0 0 179873 44 0 0 20 0 2 0 275285818 248143872 46707 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60582 46707 190 433 0 60146 0
[pid=10046/tid=10047] ppid=10044 vsize=242328 CPUtime=1799.4 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 45257 0 0 0 179868 72 0 0 20 0 2 0 275285818 248143872 46707 33554432000 4194304 5965102 140735451163904 139825993377832 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 242328

[startup+1799.9 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10104
/proc/meminfo: memFree=30045152/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=242328 CPUtime=1799.57 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 46064 0 0 0 179913 44 0 0 20 0 2 0 275285818 248143872 46779 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60582 46779 190 433 0 60146 0
[pid=10046/tid=10047] ppid=10044 vsize=242328 CPUtime=1799.8 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 45329 0 0 0 179908 72 0 0 20 0 2 0 275285818 248143872 46779 33554432000 4194304 5965102 140735451163904 139825993377784 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 242328

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10104
/proc/meminfo: memFree=30045152/32873844 swapFree=7108/7108
[pid=10046] ppid=10044 vsize=242328 CPUtime=1799.67 cores=1,3,5,7
/proc/10046/stat : 10046 (pwbo2.0) S 10044 10046 9022 0 -1 4202496 46077 0 0 0 179923 44 0 0 20 0 2 0 275285818 248143872 46792 33554432000 4194304 5965102 140735451163904 140735451163424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10046/statm: 60582 46792 190 433 0 60146 0
[pid=10046/tid=10047] ppid=10044 vsize=242328 CPUtime=1799.9 cores=1,3,5,7
/proc/10046/task/10047/stat : 10047 (pwbo2.0) R 10044 10046 9022 0 -1 4202560 45342 0 0 0 179918 72 0 0 20 0 2 0 275285818 248143872 46792 33554432000 4194304 5965102 140735451163904 139825993377784 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 242328

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.92
CPU user time (s): 1799.19
CPU system time (s): 0.734888
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 242328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.734888
maximum resident set size= 187184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46081
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= 66
involuntary context switches= 1851

runsolver used 8.08177 second user time and 10.1675 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 06:06:12
IDJOB=3704260
IDBENCH=2569
IDSOLVER=2280
FILE ID=node103/3704260-1338091572
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71584 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704260-1338091572/watcher-3704260-1338091572 -o /tmp/evaluation-result-3704260-1338091572/solver-3704260-1338091572 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704260-1338091572.opb

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1516770593

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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:        31144772 kB
Buffers:          290580 kB
Cached:           388660 kB
SwapCached:         4540 kB
Active:           756444 kB
Inactive:         141904 kB
Active(anon):     215268 kB
Inactive(anon):     6220 kB
Active(file):     541176 kB
Inactive(file):   135684 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        224936 kB
Mapped:            12368 kB
Shmem:                 8 kB
Slab:             690244 kB
SReclaimable:     132684 kB
SUnreclaim:       557560 kB
KernelStack:        1488 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71584 MiB
End job on node103 at 2012-05-27 06:36:13