Trace number 3704342

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.54 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
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-3704342-1338098789.opb.
0.00/0.00	c Instance file HOME/instance-3704342-1338098789.opb
0.00/0.00	c File size is 33569425 bytes.
2.29/2.32	c Highest Coefficient sum: 568
2.29/2.32	c ============================[ Problem Statistics ]=============================
2.29/2.32	c |                                                                             |
2.29/2.32	c |  Parsing time:          2.32         s                                      |
2.29/2.32	c |  Number Variables:      33692                                               |
2.29/2.32	c |  Number Clauses:        664296                                              |
2.29/2.32	c |  Number Cardinality:    2643                                                |
2.29/2.32	c |  Number PB Constraints: 74746                                               |
2.29/2.32	c |                                                                             |
2.39/2.42	c |  Problem Type:          Decision                                            |
2.39/2.42	c |  Objective Function:    None                                                |
2.39/2.42	c |                                                                             |
2.39/2.42	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-3704342-1338098789/watcher-3704342-1338098789 -o /tmp/evaluation-result-3704342-1338098789/solver-3704342-1338098789 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704342-1338098789.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20687
/proc/meminfo: memFree=27909820/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=35924 CPUtime=0 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 309 0 0 0 0 0 0 0 20 0 1 0 276007470 36786176 261 33554432000 4194304 5965102 140735532110368 140735908203560 5179915 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 8981 261 172 433 0 349 0

[startup+0.00838304 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20687
/proc/meminfo: memFree=27909820/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=35924 CPUtime=0 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 337 0 0 0 0 0 0 0 20 0 1 0 276007470 36786176 289 33554432000 4194304 5965102 140735532110368 140735908203560 5115014 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 8981 289 179 433 0 349 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35924

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20687
/proc/meminfo: memFree=27909820/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=40124 CPUtime=0.09 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 1689 0 0 0 9 0 0 0 20 0 1 0 276007470 41086976 1608 33554432000 4194304 5965102 140735532110368 140735908203560 5131621 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 10031 1609 498 433 0 1399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40124

[startup+0.300196 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20687
/proc/meminfo: memFree=27909820/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=48736 CPUtime=0.29 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 4539 0 0 0 29 0 0 0 20 0 1 0 276007470 49905664 4393 33554432000 4194304 5965102 140735532110368 140735908203560 4396569 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 12184 4393 1202 433 0 3552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48736

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20687
/proc/meminfo: memFree=27909820/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=65616 CPUtime=0.69 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 10182 0 0 0 68 1 0 0 20 0 1 0 276007470 67190784 9907 33554432000 4194304 5965102 140735532110368 140735908203560 5120616 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 16404 9908 2616 433 0 7772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65616

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20688
/proc/meminfo: memFree=27868512/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=98944 CPUtime=1.49 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) R 20685 20687 18256 0 -1 4202496 21294 0 0 0 147 2 0 0 20 0 1 0 276007470 101318656 20762 33554432000 4194304 5965102 140735532110368 140735532108312 5135785 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 24736 20763 5543 433 0 16104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98944

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20688
/proc/meminfo: memFree=27825296/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=242260 CPUtime=3.09 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 61274 0 0 0 300 9 0 0 20 0 2 0 276007470 248074240 50565 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 60565 50565 189 433 0 60129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 242260

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27703892/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=242260 CPUtime=6.28 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 62538 0 0 0 619 9 0 0 20 0 2 0 276007470 248074240 51829 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 60565 51829 190 433 0 60129 0
[pid=20687/tid=20689] ppid=20685 vsize=242260 CPUtime=3.95 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 30285 0 0 0 390 5 0 0 20 0 2 0 276007703 248074240 51829 33554432000 4194304 5965102 140735532110368 140216765929464 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 242260

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27696724/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=242260 CPUtime=12.69 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 64174 0 0 0 1259 10 0 0 20 0 2 0 276007470 248074240 53465 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 60565 53465 190 433 0 60129 0
[pid=20687/tid=20689] ppid=20685 vsize=242260 CPUtime=10.33 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 31921 0 0 0 1027 6 0 0 20 0 2 0 276007703 248074240 53465 33554432000 4194304 5965102 140735532110368 140216765929272 4400966 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242260

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27684380/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=307796 CPUtime=25.48 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 67189 0 0 0 2537 11 0 0 20 0 2 0 276007470 315183104 56480 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 76949 56480 190 433 0 76513 0
[pid=20687/tid=20689] ppid=20685 vsize=307796 CPUtime=23.1 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 34936 0 0 0 2303 7 0 0 20 0 2 0 276007703 315183104 56480 33554432000 4194304 5965102 140735532110368 140216765929272 18446744073699066235 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) 307796

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27662152/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=307796 CPUtime=51.08 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 72294 0 0 0 5094 14 0 0 20 0 2 0 276007470 315183104 61585 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 76949 61585 190 433 0 76513 0
[pid=20687/tid=20689] ppid=20685 vsize=307796 CPUtime=48.64 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 40041 0 0 0 4855 9 0 0 20 0 2 0 276007703 315183104 61585 33554432000 4194304 5965102 140735532110368 140216765929272 4401096 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) 307796

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27600332/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=307796 CPUtime=102.28 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 81196 0 0 0 10208 20 0 0 20 0 2 0 276007470 315183104 70487 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 76949 70487 190 433 0 76513 0
[pid=20687/tid=20689] ppid=20685 vsize=307796 CPUtime=99.71 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 48943 0 0 0 9954 17 0 0 20 0 2 0 276007703 315183104 70487 33554432000 4194304 5965102 140735532110368 140216765929464 4401041 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) 307796

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27563220/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=373332 CPUtime=162.26 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 88661 0 0 0 16200 26 0 0 20 0 2 0 276007470 382291968 77953 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 93333 77953 190 433 0 92897 0
[pid=20687/tid=20689] ppid=20685 vsize=373332 CPUtime=159.55 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 56408 0 0 0 15931 24 0 0 20 0 2 0 276007703 382291968 77953 33554432000 4194304 5965102 140735532110368 140216765929512 4400992 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) 373332

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20693
/proc/meminfo: memFree=27530256/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=373332 CPUtime=222.24 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 93693 0 0 0 22193 31 0 0 20 0 2 0 276007470 382291968 83514 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 93333 83514 190 433 0 92897 0
[pid=20687/tid=20689] ppid=20685 vsize=373332 CPUtime=219.38 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 61440 0 0 0 21909 29 0 0 20 0 2 0 276007703 382291968 83514 33554432000 4194304 5965102 140735532110368 140216765929464 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 373332

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20693
/proc/meminfo: memFree=27470220/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=438868 CPUtime=282.19 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 99061 0 0 0 28185 34 0 0 20 0 2 0 276007470 449400832 89619 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 109717 89619 190 433 0 109281 0
[pid=20687/tid=20689] ppid=20685 vsize=438868 CPUtime=279.19 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 66808 0 0 0 27886 33 0 0 20 0 2 0 276007703 449400832 89619 33554432000 4194304 5965102 140735532110368 140216765929272 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 438868

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20693
/proc/meminfo: memFree=27418232/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=438868 CPUtime=342.16 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 104333 0 0 0 34178 38 0 0 20 0 2 0 276007470 449400832 95186 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 109717 95186 190 433 0 109281 0
[pid=20687/tid=20689] ppid=20685 vsize=438868 CPUtime=339.01 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 72080 0 0 0 33862 39 0 0 20 0 2 0 276007703 449400832 95186 33554432000 4194304 5965102 140735532110368 140216765929464 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 438868

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20693
/proc/meminfo: memFree=27389028/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=438868 CPUtime=402.15 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 109353 0 0 0 40171 44 0 0 20 0 2 0 276007470 449400832 100199 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 109717 100199 190 433 0 109281 0
[pid=20687/tid=20689] ppid=20685 vsize=438868 CPUtime=398.85 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 77100 0 0 0 39840 45 0 0 20 0 2 0 276007703 449400832 100199 33554432000 4194304 5965102 140735532110368 140216765929464 4393903 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 438868

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20693
/proc/meminfo: memFree=27367764/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=504404 CPUtime=462.14 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 113912 0 0 0 46167 47 0 0 20 0 2 0 276007470 516509696 104758 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 126101 104758 190 433 0 125665 0
[pid=20687/tid=20689] ppid=20685 vsize=504404 CPUtime=458.7 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 81659 0 0 0 45822 48 0 0 20 0 2 0 276007703 516509696 104758 33554432000 4194304 5965102 140735532110368 140216765929464 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26979020/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=701012 CPUtime=1421.92 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 168202 0 0 0 142106 86 0 0 20 0 2 0 276007470 717836288 163265 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 175253 163265 190 433 0 174817 0
[pid=20687/tid=20689] ppid=20685 vsize=701012 CPUtime=1416.16 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 135949 0 0 0 141513 103 0 0 20 0 2 0 276007703 717836288 163265 33554432000 4194304 5965102 140735532110368 140216765929464 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 701012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20742
/proc/meminfo: memFree=27397088/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=701012 CPUtime=1481.91 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 172182 0 0 0 148101 90 0 0 20 0 2 0 276007470 717836288 167245 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 175253 167245 190 433 0 174817 0
[pid=20687/tid=20689] ppid=20685 vsize=701012 CPUtime=1476.01 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 139929 0 0 0 147493 108 0 0 20 0 2 0 276007703 717836288 167245 33554432000 4194304 5965102 140735532110368 140216765929464 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 701012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20742
/proc/meminfo: memFree=27330040/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1541.9 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 174822 0 0 0 154097 93 0 0 20 0 2 0 276007470 784945152 169885 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 169885 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1535.85 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 142569 0 0 0 153474 111 0 0 20 0 2 0 276007703 784945152 169885 33554432000 4194304 5965102 140735532110368 140216765929464 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 766548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20742
/proc/meminfo: memFree=27301812/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1601.9 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 177221 0 0 0 160094 96 0 0 20 0 2 0 276007470 784945152 172284 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 172284 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1595.7 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 144968 0 0 0 159455 115 0 0 20 0 2 0 276007703 784945152 172284 33554432000 4194304 5965102 140735532110368 140216765929272 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 766548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20742
/proc/meminfo: memFree=27264404/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1661.88 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 179656 0 0 0 166091 97 0 0 20 0 2 0 276007470 784945152 175585 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 175585 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1655.54 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 147403 0 0 0 165437 117 0 0 20 0 2 0 276007703 784945152 175585 33554432000 4194304 5965102 140735532110368 140216765929464 4401146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 766548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27235688/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1721.85 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 181135 0 0 0 172085 100 0 0 20 0 2 0 276007470 784945152 179222 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 179222 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1715.36 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 148882 0 0 0 171415 121 0 0 20 0 2 0 276007703 784945152 179222 33554432000 4194304 5965102 140735532110368 140216765929400 4400960 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) 766548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27224032/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1781.84 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 183772 0 0 0 178083 101 0 0 20 0 2 0 276007470 784945152 181857 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 181857 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1775.21 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 151519 0 0 0 177398 123 0 0 20 0 2 0 276007703 784945152 181857 33554432000 4194304 5965102 140735532110368 140216765929272 4400960 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) 766548

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27219568/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1791.45 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 184839 0 0 0 179043 102 0 0 20 0 2 0 276007470 784945152 182924 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 182924 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1784.79 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152586 0 0 0 178355 124 0 0 20 0 2 0 276007703 784945152 182924 33554432000 4194304 5965102 140735532110368 140216765929464 4400960 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) 766548

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27217708/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1794.65 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185189 0 0 0 179363 102 0 0 20 0 2 0 276007470 784945152 183274 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183274 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1787.98 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152936 0 0 0 178674 124 0 0 20 0 2 0 276007703 784945152 183274 33554432000 4194304 5965102 140735532110368 140216765929272 4221120 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) 766548

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27216220/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1797.84 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185191 0 0 0 179682 102 0 0 20 0 2 0 276007470 784945152 183276 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183276 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1791.17 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152938 0 0 0 178993 124 0 0 20 0 2 0 276007703 784945152 183276 33554432000 4194304 5965102 140735532110368 140216765929272 4400960 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) 766548

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27215352/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1798.64 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185197 0 0 0 179762 102 0 0 20 0 2 0 276007470 784945152 183282 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183282 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1791.97 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152944 0 0 0 179073 124 0 0 20 0 2 0 276007703 784945152 183282 33554432000 4194304 5965102 140735532110368 140216765929464 4374392 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) 766548

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27214608/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1799.04 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185212 0 0 0 179802 102 0 0 20 0 2 0 276007470 784945152 183297 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183297 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1792.37 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152959 0 0 0 179113 124 0 0 20 0 2 0 276007703 784945152 183297 33554432000 4194304 5965102 140735532110368 140216765929464 4401118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 766548

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27214608/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1799.44 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185231 0 0 0 179842 102 0 0 20 0 2 0 276007470 784945152 183316 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183316 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1792.76 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152978 0 0 0 179152 124 0 0 20 0 2 0 276007703 784945152 183316 33554432000 4194304 5965102 140735532110368 140216765929464 4401127 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) 766548

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20743
/proc/meminfo: memFree=27214608/32873844 swapFree=6856/6856
[pid=20687] ppid=20685 vsize=766548 CPUtime=1799.54 cores=0,2,4,6
/proc/20687/stat : 20687 (pwbo2.0) S 20685 20687 18256 0 -1 4202496 185240 0 0 0 179852 102 0 0 20 0 2 0 276007470 784945152 183325 33554432000 4194304 5965102 140735532110368 140735532109888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20687/statm: 191637 183325 190 433 0 191201 0
[pid=20687/tid=20689] ppid=20685 vsize=766548 CPUtime=1792.86 cores=0,2,4,6
/proc/20687/task/20689/stat : 20689 (pwbo2.0) R 20685 20687 18256 0 -1 4202560 152987 0 0 0 179161 125 0 0 20 0 2 0 276007703 784945152 183325 33554432000 4194304 5965102 140735532110368 140216765929512 4401559 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) 766548

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20687 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=906284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=309800
# CPU time returned by wait4() is 1795.22
# 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.52
CPU system time (s): 1.02
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 766548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.3098
maximum resident set size= 733320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185245
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= 268
involuntary context switches= 1865

runsolver used 3.32349 second user time and 7.28989 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 08:06:30
IDJOB=3704342
IDBENCH=89805
IDSOLVER=2280
FILE ID=node106/3704342-1338098789
RUNJOBID= node106-1338087979-18272
PBS_JOBID= 14624450
Free space on /tmp= 71340 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704342-1338098789/watcher-3704342-1338098789 -o /tmp/evaluation-result-3704342-1338098789/solver-3704342-1338098789 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704342-1338098789.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=1325681049

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        27910564 kB
Buffers:          320628 kB
Cached:          3609392 kB
SwapCached:            0 kB
Active:          1410564 kB
Inactive:        2743236 kB
Active(anon):     225848 kB
Inactive(anon):        0 kB
Active(file):    1184716 kB
Inactive(file):  2743236 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             38288 kB
Writeback:             8 kB
AnonPages:        229876 kB
Mapped:            15132 kB
Shmem:               200 kB
Slab:             670436 kB
SReclaimable:     112868 kB
SUnreclaim:       557568 kB
KernelStack:        1464 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71340 MiB
End job on node106 at 2012-05-27 08:36:30