Trace number 3704781

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.7? 1799.54 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
MD5SUMa4a494535709e59392e65403b829113d
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.119981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
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 86
Number of bits of the biggest sum of numbers7
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704781-1338097944.opb.
0.00/0.00	c Instance file HOME/instance-3704781-1338097944.opb
0.00/0.00	c File size is 121623 bytes.
0.00/0.01	c Highest Coefficient sum: 86
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6800                                                |
0.00/0.01	c |  Number Clauses:        85                                                  |
0.00/0.01	c |  Number Cardinality:    80                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3704781-1338097944/watcher-3704781-1338097944 -o /tmp/evaluation-result-3704781-1338097944/solver-3704781-1338097944 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704781-1338097944.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.06 2.02 2.00 2/177 31317
/proc/meminfo: memFree=28701044/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=4396 CPUtime=0 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) R 31315 31317 27916 0 -1 4202496 561 0 0 0 0 0 0 0 20 0 1 0 275920269 4501504 513 33554432000 4194304 5963574 140735860717344 140733933083400 4394942 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 1099 513 162 432 0 634 0

[startup+0.0445969 s]
/proc/loadavg: 2.06 2.02 2.00 2/177 31317
/proc/meminfo: memFree=28701044/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=0.03 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 2151 0 0 0 3 0 0 0 20 0 2 0 275920269 87875584 1933 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 1933 184 432 0 21019 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85816

[startup+0.100669 s]
/proc/loadavg: 2.06 2.02 2.00 2/177 31317
/proc/meminfo: memFree=28701044/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=0.09 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 2363 0 0 0 9 0 0 0 20 0 2 0 275920269 87875584 2145 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 2145 185 432 0 21019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85816

[startup+0.301052 s]
/proc/loadavg: 2.06 2.02 2.00 2/177 31317
/proc/meminfo: memFree=28701044/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=0.29 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 2813 0 0 0 29 0 0 0 20 0 2 0 275920269 87875584 2595 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 2595 185 432 0 21019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85816

[startup+0.701045 s]
/proc/loadavg: 2.06 2.02 2.00 2/177 31317
/proc/meminfo: memFree=28701044/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=0.68 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 3516 0 0 0 68 0 0 0 20 0 2 0 275920269 87875584 3298 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 3298 185 432 0 21019 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85816

[startup+1.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28686512/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=1.49 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 4896 0 0 0 148 1 0 0 20 0 2 0 275920269 87875584 4678 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 4678 185 432 0 21019 0
[pid=31317/tid=31319] ppid=31315 vsize=85816 CPUtime=1.47 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 3644 0 0 0 146 1 0 0 20 0 2 0 275920271 87875584 4678 33554432000 4194304 5963574 140735860717344 140048698714152 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85816

[startup+3.10107 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28679188/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=3.08 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 7326 0 0 0 307 1 0 0 20 0 2 0 275920269 87875584 7108 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 7108 185 432 0 21019 0
[pid=31317/tid=31319] ppid=31315 vsize=85816 CPUtime=3.06 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 6074 0 0 0 305 1 0 0 20 0 2 0 275920271 87875584 7108 33554432000 4194304 5963574 140735860717344 140048698714104 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85816

[startup+6.30019 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28664060/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=6.29 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 9465 0 0 0 626 3 0 0 20 0 2 0 275920269 87875584 9247 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 9247 185 432 0 21019 0
[pid=31317/tid=31319] ppid=31315 vsize=85816 CPUtime=6.25 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 8213 0 0 0 623 2 0 0 20 0 2 0 275920271 87875584 9247 33554432000 4194304 5963574 140735860717344 140048698714104 4381529 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85816

[startup+12.7011 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28649452/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=85816 CPUtime=12.68 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 13573 0 0 0 1264 4 0 0 20 0 2 0 275920269 87875584 13355 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 21454 13355 185 432 0 21019 0
[pid=31317/tid=31319] ppid=31315 vsize=85816 CPUtime=12.64 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 12321 0 0 0 1260 4 0 0 20 0 2 0 275920271 87875584 13355 33554432000 4194304 5963574 140735860717344 140048698714104 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85816

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28618004/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=151352 CPUtime=25.48 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 20467 0 0 0 2542 6 0 0 20 0 2 0 275920269 154984448 20249 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 37838 20249 185 432 0 37403 0
[pid=31317/tid=31319] ppid=31315 vsize=151352 CPUtime=25.4 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 19215 0 0 0 2534 6 0 0 20 0 2 0 275920271 154984448 20249 33554432000 4194304 5963574 140735860717344 140048698714104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151352

[startup+51.1011 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31319
/proc/meminfo: memFree=28582860/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=151676 CPUtime=51.08 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 29264 0 0 0 5099 9 0 0 20 0 2 0 275920269 155316224 29046 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 37919 29046 185 432 0 37484 0
[pid=31317/tid=31319] ppid=31315 vsize=151676 CPUtime=50.94 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 28012 0 0 0 5085 9 0 0 20 0 2 0 275920271 155316224 29046 33554432000 4194304 5963574 140735860717344 140048698713912 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151676

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31320
/proc/meminfo: memFree=28485172/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=282908 CPUtime=102.28 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 52578 0 0 0 10213 15 0 0 20 0 2 0 275920269 289697792 52360 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 70727 52360 185 432 0 70292 0
[pid=31317/tid=31319] ppid=31315 vsize=282908 CPUtime=102.01 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 51326 0 0 0 10185 16 0 0 20 0 2 0 275920271 289697792 52360 33554432000 4194304 5963574 140735860717344 140048698714104 4391318 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 282908

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31320
/proc/meminfo: memFree=28320788/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=414220 CPUtime=162.26 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 90024 0 0 0 16201 25 0 0 20 0 2 0 275920269 424161280 89806 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 103555 89806 185 432 0 103120 0
[pid=31317/tid=31319] ppid=31315 vsize=414220 CPUtime=161.86 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 88772 0 0 0 16159 27 0 0 20 0 2 0 275920271 424161280 89806 33554432000 4194304 5963574 140735860717344 140048698714104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 414220

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31320
/proc/meminfo: memFree=28290284/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=414220 CPUtime=222.25 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 90036 0 0 0 22200 25 0 0 20 0 2 0 275920269 424161280 89639 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 103555 89639 185 432 0 103120 0
[pid=31317/tid=31319] ppid=31315 vsize=414220 CPUtime=221.7 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 88784 0 0 0 22142 28 0 0 20 0 2 0 275920271 424161280 89639 33554432000 4194304 5963574 140735860717344 140048698714136 4381096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 414220

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 31320
/proc/meminfo: memFree=28254676/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=414220 CPUtime=282.23 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 90064 0 0 0 28198 25 0 0 20 0 2 0 275920269 424161280 89695 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 103555 89695 185 432 0 103120 0
[pid=31317/tid=31319] ppid=31315 vsize=414220 CPUtime=281.53 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 88812 0 0 0 28124 29 0 0 20 0 2 0 275920271 424161280 89695 33554432000 4194304 5963574 140735860717344 140048698714136 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 414220

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 31320
/proc/meminfo: memFree=28195436/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=479756 CPUtime=342.2 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 104415 0 0 0 34191 29 0 0 20 0 2 0 275920269 491270144 104018 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 119939 104018 185 432 0 119504 0
[pid=31317/tid=31319] ppid=31315 vsize=479756 CPUtime=341.35 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 103163 0 0 0 34101 34 0 0 20 0 2 0 275920271 491270144 104018 33554432000 4194304 5963574 140735860717344 140048698714104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 479756

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 31321
/proc/meminfo: memFree=28080580/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=610828 CPUtime=402.16 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 133630 0 0 0 40180 36 0 0 20 0 2 0 275920269 625487872 133240 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 152707 133240 185 432 0 152272 0
[pid=31317/tid=31319] ppid=31315 vsize=610828 CPUtime=401.18 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 132378 0 0 0 40076 42 0 0 20 0 2 0 275920271 625487872 133240 33554432000 4194304 5963574 140735860717344 140048698714104 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 610828

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 31324
/proc/meminfo: memFree=28009640/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=676364 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 31393
/proc/meminfo: memFree=27952876/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1421.9 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 251639 0 0 0 142120 70 0 0 20 0 2 0 275920269 1096613888 251904 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 251904 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1418.46 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 250387 0 0 0 141755 91 0 0 20 0 2 0 275920271 1096613888 251904 33554432000 4194304 5963574 140735860717344 140048698714136 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1070912

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31393
/proc/meminfo: memFree=27950140/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1481.88 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 251640 0 0 0 148118 70 0 0 20 0 2 0 275920269 1096613888 251569 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 251569 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1478.3 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 250388 0 0 0 147738 92 0 0 20 0 2 0 275920271 1096613888 251569 33554432000 4194304 5963574 140735860717344 140048698714136 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1070912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31393
/proc/meminfo: memFree=27934020/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1541.87 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 251640 0 0 0 154117 70 0 0 20 0 2 0 275920269 1096613888 251569 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 251569 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1538.15 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 250388 0 0 0 153722 93 0 0 20 0 2 0 275920271 1096613888 251569 33554432000 4194304 5963574 140735860717344 140048698714136 4399614 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1070912

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31394
/proc/meminfo: memFree=27934024/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1601.86 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 251640 0 0 0 160116 70 0 0 20 0 2 0 275920269 1096613888 251569 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 251569 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1597.99 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 250388 0 0 0 159705 94 0 0 20 0 2 0 275920271 1096613888 251569 33554432000 4194304 5963574 140735860717344 140048698714136 4381216 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1070912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31397
/proc/meminfo: memFree=27933628/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1661.86 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 251640 0 0 0 166116 70 0 0 20 0 2 0 275920269 1096613888 251569 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 251569 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1657.84 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 250388 0 0 0 165689 95 0 0 20 0 2 0 275920271 1096613888 251569 33554432000 4194304 5963574 140735860717344 140048698714136 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1070912

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31397
/proc/meminfo: memFree=27907988/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1070912 CPUtime=1721.85 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 258958 0 0 0 172112 73 0 0 20 0 2 0 275920269 1096613888 258887 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 267728 258887 185 432 0 267293 0
[pid=31317/tid=31319] ppid=31315 vsize=1070912 CPUtime=1717.69 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 257706 0 0 0 171670 99 0 0 20 0 2 0 275920271 1096613888 258887 33554432000 4194304 5963574 140735860717344 140048698714104 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1070912

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27857644/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1781.84 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270875 0 0 0 178106 78 0 0 20 0 2 0 275920269 1164275712 270804 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270804 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1777.53 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269623 0 0 0 177648 105 0 0 20 0 2 0 275920271 1164275712 270804 33554432000 4194304 5963574 140735860717344 140048698714104 4381565 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1136988

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27857644/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1791.45 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270877 0 0 0 179067 78 0 0 20 0 2 0 275920269 1164275712 270806 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270806 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1787.11 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269625 0 0 0 178606 105 0 0 20 0 2 0 275920271 1164275712 270806 33554432000 4194304 5963574 140735860717344 140048698714104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 1136988

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1794.65 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179387 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1790.31 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 178926 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 1136988

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1797.84 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179706 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1793.49 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 179244 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 1136988

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1798.64 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179786 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1794.29 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 179324 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 1136988

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1799.05 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179827 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1794.7 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 179365 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 1136988

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1799.44 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179866 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1795.09 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 179404 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4399522 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 1136988

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31397
/proc/meminfo: memFree=27856892/32873648 swapFree=6844/6844
[pid=31317] ppid=31315 vsize=1136988 CPUtime=1799.54 cores=0,2,4,6
/proc/31317/stat : 31317 (wbo1.7) S 31315 31317 27916 0 -1 4202496 270880 0 0 0 179876 78 0 0 20 0 2 0 275920269 1164275712 270809 33554432000 4194304 5963574 140735860717344 140735860716864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31317/statm: 284247 270809 185 432 0 283812 0
[pid=31317/tid=31319] ppid=31315 vsize=1136988 CPUtime=1795.19 cores=0,2,4,6
/proc/31317/task/31319/stat : 31319 (wbo1.7) R 31315 31317 27916 0 -1 4202560 269628 0 0 0 179414 105 0 0 20 0 2 0 275920271 1164275712 270809 33554432000 4194304 5963574 140735860717344 140048698714104 4400040 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 1136988

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31317 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=71837
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.76
CPU system time (s): 0.78
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1136988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.07184
maximum resident set size= 1083240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270881
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= 313
involuntary context switches= 1881

runsolver used 2.70059 second user time and 7.13392 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 07:52:24
IDJOB=3704781
IDBENCH=2580
IDSOLVER=2283
FILE ID=node124/3704781-1338097944
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71428 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704781-1338097944/watcher-3704781-1338097944 -o /tmp/evaluation-result-3704781-1338097944/solver-3704781-1338097944 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704781-1338097944.opb

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

MD5SUM BENCH= a4a494535709e59392e65403b829113d
RANDOM SEED=1225914035

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28701192 kB
Buffers:          327832 kB
Cached:          2668812 kB
SwapCached:            0 kB
Active:          1253552 kB
Inactive:        2113032 kB
Active(anon):     372064 kB
Inactive(anon):        0 kB
Active(file):     881488 kB
Inactive(file):  2113032 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        322760 kB
Mapped:            15128 kB
Shmem:               200 kB
Slab:             667696 kB
SReclaimable:     112216 kB
SUnreclaim:       555480 kB
KernelStack:        1488 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     147240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71420 MiB
End job on node124 at 2012-05-27 08:22:24