Trace number 3727072

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.96 1800

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUMa451a3aa708ebb54c76171e0e43da9df
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.022996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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-3727072-1338659811.opb.
0.00/0.00	c Instance file HOME/instance-3727072-1338659811.opb
0.00/0.00	c File size is 17372 bytes.
0.00/0.00	c Highest Coefficient sum: 36
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:      1050                                                |
0.00/0.00	c |  Number Clauses:        35                                                  |
0.00/0.00	c |  Number Cardinality:    30                                                  |
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.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3727072-1338659811/watcher-3727072-1338659811 -o /tmp/evaluation-result-3727072-1338659811/solver-3727072-1338659811 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727072-1338659811.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.02 2.01 2.00 3/175 16710
/proc/meminfo: memFree=28094684/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=0 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 922 0 0 0 0 0 0 0 20 0 2 0 332106996 85966848 869 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 869 182 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=0 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 2 0 332106997 85966848 870 33554432000 4194304 5964350 140734793111248 140734610808392 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.010731 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16710
/proc/meminfo: memFree=28094684/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=0 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 941 0 0 0 0 0 0 0 20 0 2 0 332106996 85966848 888 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 888 183 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=0 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 162 0 0 0 0 0 0 0 20 0 2 0 332106997 85966848 888 33554432000 4194304 5964350 140734793111248 140734610808392 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83952

[startup+0.100285 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16710
/proc/meminfo: memFree=28094684/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=0.09 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 1238 0 0 0 9 0 0 0 20 0 2 0 332106996 85966848 1185 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 1185 184 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=0.08 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 459 0 0 0 8 0 0 0 20 0 2 0 332106997 85966848 1185 33554432000 4194304 5964350 140734793111248 140734610808392 5136340 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) 83952

[startup+0.300252 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16710
/proc/meminfo: memFree=28094684/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=0.29 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 1696 0 0 0 29 0 0 0 20 0 2 0 332106996 85966848 1643 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 1643 184 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=0.28 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 917 0 0 0 28 0 0 0 20 0 2 0 332106997 85966848 1643 33554432000 4194304 5964350 140734793111248 140734610808392 5136340 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) 83952

[startup+0.700254 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16710
/proc/meminfo: memFree=28094684/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=0.69 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 2570 0 0 0 69 0 0 0 20 0 2 0 332106996 85966848 2517 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 2517 184 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=0.68 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 1791 0 0 0 68 0 0 0 20 0 2 0 332106997 85966848 2517 33554432000 4194304 5964350 140734793111248 140734610808392 4400035 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) 83952

[startup+1.50025 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16712
/proc/meminfo: memFree=28081756/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=83952 CPUtime=1.49 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 3980 0 0 0 149 0 0 0 20 0 2 0 332106996 85966848 3927 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 20988 3927 184 433 0 20552 0
[pid=16710/tid=16711] ppid=16708 vsize=83952 CPUtime=1.48 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 3201 0 0 0 148 0 0 0 20 0 2 0 332106997 85966848 3927 33554432000 4194304 5964350 140734793111248 139870384134136 4381949 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) 83952

[startup+3.10025 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16712
/proc/meminfo: memFree=28072820/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=84096 CPUtime=3.09 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 5135 0 0 0 309 0 0 0 20 0 2 0 332106996 86114304 5082 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 21024 5082 184 433 0 20588 0
[pid=16710/tid=16711] ppid=16708 vsize=84096 CPUtime=3.08 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 4356 0 0 0 308 0 0 0 20 0 2 0 332106997 86114304 5082 33554432000 4194304 5964350 140734793111248 139870384133944 4399976 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) 84096

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16712
/proc/meminfo: memFree=28052856/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=84168 CPUtime=6.28 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 7022 0 0 0 628 0 0 0 20 0 2 0 332106996 86188032 6969 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 21042 6969 184 433 0 20606 0
[pid=16710/tid=16711] ppid=16708 vsize=84168 CPUtime=6.28 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 6243 0 0 0 628 0 0 0 20 0 2 0 332106997 86188032 6969 33554432000 4194304 5964350 140734793111248 139870384134136 4400007 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) 84168

[startup+12.7003 s]
/proc/loadavg: 2.10 2.02 2.01 3/177 16712
/proc/meminfo: memFree=28018060/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=84168 CPUtime=12.69 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 10197 0 0 0 1267 2 0 0 20 0 2 0 332106996 86188032 10144 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 21042 10144 184 433 0 20606 0
[pid=16710/tid=16711] ppid=16708 vsize=84168 CPUtime=12.69 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 9418 0 0 0 1266 3 0 0 20 0 2 0 332106997 86188032 10144 33554432000 4194304 5964350 140734793111248 139870384133944 4399861 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) 84168

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16712
/proc/meminfo: memFree=27961988/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=149812 CPUtime=25.49 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 17764 0 0 0 2544 5 0 0 20 0 2 0 332106996 153407488 17711 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 37453 17711 184 433 0 37017 0
[pid=16710/tid=16711] ppid=16708 vsize=149812 CPUtime=25.48 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 16985 0 0 0 2543 5 0 0 20 0 2 0 332106997 153407488 17711 33554432000 4194304 5964350 140734793111248 139870384134088 4399840 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) 149812

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 16712
/proc/meminfo: memFree=27881108/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=149972 CPUtime=51.08 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 25445 0 0 0 5100 8 0 0 20 0 2 0 332106996 153571328 25392 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 37493 25392 184 433 0 37057 0
[pid=16710/tid=16711] ppid=16708 vsize=149972 CPUtime=51.08 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 24666 0 0 0 5099 9 0 0 20 0 2 0 332106997 153571328 25392 33554432000 4194304 5964350 140734793111248 139870384134136 5136340 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) 149972

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16713
/proc/meminfo: memFree=27796100/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=150212 CPUtime=102.25 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 31404 0 0 0 10214 11 0 0 20 0 2 0 332106996 153817088 31414 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 37553 31414 184 433 0 37117 0
[pid=16710/tid=16711] ppid=16708 vsize=150212 CPUtime=102.26 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 30625 0 0 0 10213 13 0 0 20 0 2 0 332106997 153817088 31414 33554432000 4194304 5964350 140734793111248 139870384133944 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150212

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16713
/proc/meminfo: memFree=27681904/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=215748 CPUtime=162.2 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 39703 0 0 0 16206 14 0 0 20 0 2 0 332106996 220925952 40011 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 53937 40011 184 433 0 53501 0
[pid=16710/tid=16711] ppid=16708 vsize=215748 CPUtime=162.23 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 38924 0 0 0 16206 17 0 0 20 0 2 0 332106997 220925952 40011 33554432000 4194304 5964350 140734793111248 139870384134136 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 215748

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16716
/proc/meminfo: memFree=27603212/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=284020 CPUtime=222.2 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 52931 0 0 0 22200 20 0 0 20 0 2 0 332106996 290836480 53239 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 71005 53239 184 433 0 70569 0
[pid=16710/tid=16711] ppid=16708 vsize=284020 CPUtime=222.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 52152 0 0 0 22200 24 0 0 20 0 2 0 332106997 290836480 53239 33554432000 4194304 5964350 140734793111248 139870384133944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 284020

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16738
/proc/meminfo: memFree=27538080/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=284164 CPUtime=282.19 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 62479 0 0 0 28194 25 0 0 20 0 2 0 332106996 290983936 62787 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 71041 62787 184 433 0 70605 0
[pid=16710/tid=16711] ppid=16708 vsize=284164 CPUtime=282.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 61700 0 0 0 28194 30 0 0 20 0 2 0 332106997 290983936 62787 33554432000 4194304 5964350 140734793111248 139870384134136 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 284164

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 16738
/proc/meminfo: memFree=27465156/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=351192 CPUtime=342.18 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 80452 0 0 0 34185 33 0 0 20 0 2 0 332106996 359620608 80760 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 87798 80760 184 433 0 87362 0
[pid=16710/tid=16711] ppid=16708 vsize=351192 CPUtime=342.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 79673 0 0 0 34185 39 0 0 20 0 2 0 332106997 359620608 80760 33554432000 4194304 5964350 140734793111248 139870384134136 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 351192

[startup+402.3 s]
/proc/loadavg: 2.10 2.02 2.01 3/177 16739
/proc/meminfo: memFree=27376524/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=422272 CPUtime=402.15 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 94132 0 0 0 40174 41 0 0 20 0 2 0 332106996 432406528 94480 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 93442 0 0 0 130162 61 0 0 20 0 2 0 332106997 432406528 95334 33554432000 4194304 5964350 140734793111248 139870384134168 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 422272

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 16745
/proc/meminfo: memFree=26859588/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=422272 CPUtime=1361.95 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 94221 0 0 0 136154 41 0 0 20 0 2 0 332106996 432406528 95334 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105568 95334 184 433 0 105132 0
[pid=16710/tid=16711] ppid=16708 vsize=422272 CPUtime=1362.22 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 93442 0 0 0 136160 62 0 0 20 0 2 0 332106997 432406528 95334 33554432000 4194304 5964350 140734793111248 139870384134168 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 422272

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 16748
/proc/meminfo: memFree=26840920/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=422272 CPUtime=1421.95 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 94221 0 0 0 142154 41 0 0 20 0 2 0 332106996 432406528 95334 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105568 95334 184 433 0 105132 0
[pid=16710/tid=16711] ppid=16708 vsize=422272 CPUtime=1422.23 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 93442 0 0 0 142160 63 0 0 20 0 2 0 332106997 432406528 95334 33554432000 4194304 5964350 140734793111248 139870384134168 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 422272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16748
/proc/meminfo: memFree=26831928/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423260 CPUtime=1481.94 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96454 0 0 0 148150 44 0 0 20 0 2 0 332106996 433418240 97567 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105815 97567 184 433 0 105379 0
[pid=16710/tid=16711] ppid=16708 vsize=423260 CPUtime=1482.23 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95675 0 0 0 148156 67 0 0 20 0 2 0 332106997 433418240 97567 33554432000 4194304 5964350 140734793111248 139870384134136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 423260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16748
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423260 CPUtime=1541.93 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96454 0 0 0 154149 44 0 0 20 0 2 0 332106996 433418240 97171 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105815 97171 184 433 0 105379 0
[pid=16710/tid=16711] ppid=16708 vsize=423260 CPUtime=1542.23 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95675 0 0 0 154155 68 0 0 20 0 2 0 332106997 433418240 97171 33554432000 4194304 5964350 140734793111248 139870384134168 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 423260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423260 CPUtime=1601.92 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96457 0 0 0 160148 44 0 0 20 0 2 0 332106996 433418240 97174 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105815 97174 184 433 0 105379 0
[pid=16710/tid=16711] ppid=16708 vsize=423260 CPUtime=1602.23 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95678 0 0 0 160154 69 0 0 20 0 2 0 332106997 433418240 97174 33554432000 4194304 5964350 140734793111248 139870384134168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 423260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1661.91 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96493 0 0 0 166147 44 0 0 20 0 2 0 332106996 433971200 97210 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97210 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1662.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95714 0 0 0 166154 70 0 0 20 0 2 0 332106997 433971200 97210 33554432000 4194304 5964350 140734793111248 139870384134312 5179520 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 423800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833044/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1721.9 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96497 0 0 0 172146 44 0 0 20 0 2 0 332106996 433971200 97214 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97214 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1722.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95718 0 0 0 172153 71 0 0 20 0 2 0 332106997 433971200 97214 33554432000 4194304 5964350 140734793111248 139870384134312 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 423800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26832792/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1781.89 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96533 0 0 0 178145 44 0 0 20 0 2 0 332106996 433971200 97249 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97249 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1782.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95754 0 0 0 178152 72 0 0 20 0 2 0 332106997 433971200 97249 33554432000 4194304 5964350 140734793111248 139870384134312 4379039 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 423800

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1791.5 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179106 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1791.85 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179113 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 423800

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1794.7 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179426 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1795.05 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179433 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 423800

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1797.89 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179745 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1798.24 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179752 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 423800

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16788
/proc/meminfo: memFree=27721136/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1798.69 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179825 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1799.04 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179832 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 423800

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16788
/proc/meminfo: memFree=27717788/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1799.09 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179865 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1799.45 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179873 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 423800

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16788
/proc/meminfo: memFree=27717788/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1799.49 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179905 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1799.84 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179912 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 423800

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16788
/proc/meminfo: memFree=27717788/32873852 swapFree=6856/6856
[pid=16710] ppid=16708 vsize=423800 CPUtime=1799.59 cores=1,3,5,7
/proc/16710/stat : 16710 (wbo1.72) S 16708 16710 14594 0 -1 4202496 96534 0 0 0 179915 44 0 0 20 0 2 0 332106996 433971200 97592 33554432000 4194304 5964350 140734793111248 140734793110768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16710/statm: 105950 97592 184 433 0 105514 0
[pid=16710/tid=16711] ppid=16708 vsize=423800 CPUtime=1799.94 cores=1,3,5,7
/proc/16710/task/16711/stat : 16711 (wbo1.72) R 16708 16710 14594 0 -1 4202560 95755 0 0 0 179922 72 0 0 20 0 2 0 332106997 433971200 97592 33554432000 4194304 5964350 140734793111248 139870384134312 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 423800

Child status: 255
Real time (s): 1800
CPU time (s): 1799.96
CPU user time (s): 1799.23
CPU system time (s): 0.733888
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 423800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.733888
maximum resident set size= 390380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96537
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= 138
involuntary context switches= 1844

runsolver used 2.6616 second user time and 7.16091 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 19:56:51
IDJOB=3727072
IDBENCH=2600
IDSOLVER=2313
FILE ID=node128/3727072-1338659811
RUNJOBID= node128-1338650806-16013
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

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

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

MD5SUM BENCH= a451a3aa708ebb54c76171e0e43da9df
RANDOM SEED=1471800442

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28094684 kB
Buffers:          523064 kB
Cached:          3328600 kB
SwapCached:          784 kB
Active:          1745600 kB
Inactive:        2142976 kB
Active(anon):      27704 kB
Inactive(anon):    11368 kB
Active(file):    1717896 kB
Inactive(file):  2131608 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             11180 kB
Writeback:             0 kB
AnonPages:         40472 kB
Mapped:            14776 kB
Shmem:               200 kB
Slab:             752504 kB
SReclaimable:     194688 kB
SUnreclaim:       557816 kB
KernelStack:        1472 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     143492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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= 70500 MiB
End job on node128 at 2012-06-02 20:26:51