Trace number 3704868

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-20.opb
MD5SUM63ab8977587973d616491fbff2cc242b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-3704868-1338110151.opb.
0.00/0.00	c Instance file HOME/instance-3704868-1338110151.opb
0.00/0.00	c File size is 8465055 bytes.
0.49/0.53	c Highest Coefficient sum: 232
0.49/0.53	c ============================[ Problem Statistics ]=============================
0.49/0.53	c |                                                                             |
0.49/0.53	c |  Parsing time:          0.54         s                                      |
0.49/0.53	c |  Number Variables:      9342                                                |
0.49/0.53	c |  Number Clauses:        178896                                              |
0.49/0.53	c |  Number Cardinality:    722                                                 |
0.49/0.53	c |  Number PB Constraints: 20102                                               |
0.49/0.53	c |                                                                             |
0.59/0.65	c |  Problem Type:          Decision                                            |
0.59/0.65	c |  Objective Function:    None                                                |
0.59/0.65	c |                                                                             |
0.59/0.65	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/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-3704868-1338110151/watcher-3704868-1338110151 -o /tmp/evaluation-result-3704868-1338110151/solver-3704868-1338110151 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704868-1338110151.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26746
/proc/meminfo: memFree=30725620/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=11404 CPUtime=0 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) R 26744 26746 24863 0 -1 4202496 320 0 0 0 0 0 0 0 20 0 1 0 277140773 11677696 272 33554432000 4194304 5963574 140735341600928 140735341599352 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 2851 272 172 432 0 349 0

[startup+0.0595359 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26746
/proc/meminfo: memFree=30725620/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=14176 CPUtime=0.05 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) R 26744 26746 24863 0 -1 4202496 1169 0 0 0 5 0 0 0 20 0 1 0 277140773 14516224 1121 33554432000 4194304 5963574 140735341600928 140735341599352 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 3544 1121 373 432 0 1042 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14176

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26746
/proc/meminfo: memFree=30725620/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=16172 CPUtime=0.09 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) R 26744 26746 24863 0 -1 4202496 1856 0 0 0 9 0 0 0 20 0 1 0 277140773 16560128 1775 33554432000 4194304 5963574 140735341600928 140735341599352 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 4043 1776 537 432 0 1541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16172

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26746
/proc/meminfo: memFree=30725620/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=25364 CPUtime=0.29 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) R 26744 26746 24863 0 -1 4202496 4971 0 0 0 28 1 0 0 20 0 1 0 277140773 25972736 4825 33554432000 4194304 5963574 140735341600928 140735341599352 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 6341 4826 1313 432 0 3839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25364

[startup+0.700202 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26746
/proc/meminfo: memFree=30725620/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=0.69 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 16719 0 0 0 67 2 0 0 20 0 2 0 277140773 110485504 13839 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 13839 182 432 0 26539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107896

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26748
/proc/meminfo: memFree=30669416/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=1.48 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 17317 0 0 0 146 2 0 0 20 0 2 0 277140773 110485504 14437 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 14437 187 432 0 26539 0
[pid=26746/tid=26748] ppid=26744 vsize=107896 CPUtime=0.95 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 8191 0 0 0 93 2 0 0 20 0 2 0 277140827 110485504 14437 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107896

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26748
/proc/meminfo: memFree=30668052/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=3.08 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 17690 0 0 0 306 2 0 0 20 0 2 0 277140773 110485504 14810 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 14810 187 432 0 26539 0
[pid=26746/tid=26748] ppid=26744 vsize=107896 CPUtime=2.55 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 8564 0 0 0 253 2 0 0 20 0 2 0 277140827 110485504 14810 33554432000 4194304 5963574 140735341600928 140345436628920 18446744073699066235 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107896

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26748
/proc/meminfo: memFree=30663472/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=6.28 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 18654 0 0 0 625 3 0 0 20 0 2 0 277140773 110485504 15774 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 15774 187 432 0 26539 0
[pid=26746/tid=26748] ppid=26744 vsize=107896 CPUtime=5.74 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 9528 0 0 0 572 2 0 0 20 0 2 0 277140827 110485504 15774 33554432000 4194304 5963574 140735341600928 140345436628792 4403231 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) 107896

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 26748
/proc/meminfo: memFree=30652452/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=12.68 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 20899 0 0 0 1264 4 0 0 20 0 2 0 277140773 110485504 18019 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 18019 187 432 0 26539 0
[pid=26746/tid=26748] ppid=26744 vsize=107896 CPUtime=12.11 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 11773 0 0 0 1209 2 0 0 20 0 2 0 277140827 110485504 18019 33554432000 4194304 5963574 140735341600928 140345436628984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107896

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 26748
/proc/meminfo: memFree=30637208/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=107896 CPUtime=25.47 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 23947 0 0 0 2542 5 0 0 20 0 2 0 277140773 110485504 21067 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 26974 21067 187 432 0 26539 0
[pid=26746/tid=26748] ppid=26744 vsize=107896 CPUtime=24.88 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 14821 0 0 0 2484 4 0 0 20 0 2 0 277140827 110485504 21067 33554432000 4194304 5963574 140735341600928 140345436628792 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 107896

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 26749
/proc/meminfo: memFree=30609928/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=173432 CPUtime=51.07 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 28074 0 0 0 5100 7 0 0 20 0 2 0 277140773 177594368 25194 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 43358 25194 187 432 0 42923 0
[pid=26746/tid=26748] ppid=26744 vsize=173432 CPUtime=50.41 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 18948 0 0 0 5035 6 0 0 20 0 2 0 277140827 177594368 25194 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 173432

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26749
/proc/meminfo: memFree=30556696/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=173432 CPUtime=102.27 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 34358 0 0 0 10216 11 0 0 20 0 2 0 277140773 177594368 31476 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 43358 31476 187 432 0 42923 0
[pid=26746/tid=26748] ppid=26744 vsize=173432 CPUtime=101.49 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 25232 0 0 0 10138 11 0 0 20 0 2 0 277140827 177594368 31476 33554432000 4194304 5963574 140735341600928 140345436628984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 173432

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26749
/proc/meminfo: memFree=30514884/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=175864 CPUtime=162.25 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 38594 0 0 0 16211 14 0 0 20 0 2 0 277140773 180084736 36221 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 43966 36221 187 432 0 43531 0
[pid=26746/tid=26748] ppid=26744 vsize=175864 CPUtime=161.33 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 29468 0 0 0 16118 15 0 0 20 0 2 0 277140827 180084736 36221 33554432000 4194304 5963574 140735341600928 140345436629032 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 175864

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26749
/proc/meminfo: memFree=30486984/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=175864 CPUtime=222.25 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 41300 0 0 0 22207 18 0 0 20 0 2 0 277140773 180084736 38927 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 43966 38927 187 432 0 43531 0
[pid=26746/tid=26748] ppid=26744 vsize=175864 CPUtime=221.17 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 32174 0 0 0 22098 19 0 0 20 0 2 0 277140827 180084736 38927 33554432000 4194304 5963574 140735341600928 140345436628984 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 175864

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26752
/proc/meminfo: memFree=30449572/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=241400 CPUtime=282.24 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 44832 0 0 0 28203 21 0 0 20 0 2 0 277140773 247193600 42457 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 60350 42457 187 432 0 59915 0
[pid=26746/tid=26748] ppid=26744 vsize=241400 CPUtime=281.02 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 35706 0 0 0 28079 23 0 0 20 0 2 0 277140827 247193600 42457 33554432000 4194304 5963574 140735341600928 140345436628984 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 241400

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26753
/proc/meminfo: memFree=30410148/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=242616 CPUtime=342.23 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 50087 0 0 0 34197 26 0 0 20 0 2 0 277140773 248438784 47711 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 60654 47711 187 432 0 60219 0
[pid=26746/tid=26748] ppid=26744 vsize=242616 CPUtime=340.87 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 40961 0 0 0 34058 29 0 0 20 0 2 0 277140827 248438784 47711 33554432000 4194304 5963574 140735341600928 140345436628984 4399639 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 242616

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 26753
/proc/meminfo: memFree=30386596/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=242616 CPUtime=402.21 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 52072 0 0 0 40195 26 0 0 20 0 2 0 277140773 248438784 50290 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 60654 50290 187 432 0 60219 0
[pid=26746/tid=26748] ppid=26744 vsize=242616 CPUtime=400.7 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 42946 0 0 0 40039 31 0 0 20 0 2 0 277140827 248438784 50290 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 242616

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26753
/proc/meminfo: memFree=30369264/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=242616 CPUtime=462.19 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26799
/proc/meminfo: memFree=30848552/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=375512 CPUtime=1422.01 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 86490 0 0 0 142138 63 0 0 20 0 2 0 277140773 384524288 86823 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 93878 86823 187 432 0 93443 0
[pid=26746/tid=26748] ppid=26744 vsize=375512 CPUtime=1417.97 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 77364 0 0 0 141715 82 0 0 20 0 2 0 277140827 384524288 86823 33554432000 4194304 5963574 140735341600928 140345436628792 4399937 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 375512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26802
/proc/meminfo: memFree=30834388/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=375512 CPUtime=1481.99 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 86510 0 0 0 148136 63 0 0 20 0 2 0 277140773 384524288 86843 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 93878 86843 187 432 0 93443 0
[pid=26746/tid=26748] ppid=26744 vsize=375512 CPUtime=1477.81 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 77384 0 0 0 147698 83 0 0 20 0 2 0 277140827 384524288 86843 33554432000 4194304 5963574 140735341600928 140345436628792 4399462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 375512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26802
/proc/meminfo: memFree=30821412/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=375512 CPUtime=1541.98 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 86703 0 0 0 154135 63 0 0 20 0 2 0 277140773 384524288 87036 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 93878 87036 187 432 0 93443 0
[pid=26746/tid=26748] ppid=26744 vsize=375512 CPUtime=1537.66 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 77577 0 0 0 153682 84 0 0 20 0 2 0 277140827 384524288 87036 33554432000 4194304 5963574 140735341600928 140345436628792 4399511 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 375512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30800208/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=375512 CPUtime=1601.97 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 86775 0 0 0 160134 63 0 0 20 0 2 0 277140773 384524288 87108 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 93878 87108 187 432 0 93443 0
[pid=26746/tid=26748] ppid=26744 vsize=375512 CPUtime=1597.5 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 77649 0 0 0 159665 85 0 0 20 0 2 0 277140827 384524288 87108 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 375512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30793320/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=375512 CPUtime=1661.96 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 86875 0 0 0 166133 63 0 0 20 0 2 0 277140773 384524288 87346 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 93878 87346 187 432 0 93443 0
[pid=26746/tid=26748] ppid=26744 vsize=375512 CPUtime=1657.35 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 77749 0 0 0 165649 86 0 0 20 0 2 0 277140827 384524288 87346 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 375512

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 26803
/proc/meminfo: memFree=30754012/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1721.95 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 96731 0 0 0 172124 71 0 0 20 0 2 0 277140773 451633152 97202 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 97202 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1717.19 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 87605 0 0 0 171623 96 0 0 20 0 2 0 277140827 451633152 97202 33554432000 4194304 5963574 140735341600928 140345436628984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 441048

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26803
/proc/meminfo: memFree=30739048/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1781.95 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100174 0 0 0 178120 75 0 0 20 0 2 0 277140773 451633152 100645 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100645 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1777.04 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91048 0 0 0 177604 100 0 0 20 0 2 0 277140827 451633152 100645 33554432000 4194304 5963574 140735341600928 140345436629032 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 441048

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738660/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1791.55 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100321 0 0 0 179080 75 0 0 20 0 2 0 277140773 451633152 100792 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100792 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1786.62 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91195 0 0 0 178562 100 0 0 20 0 2 0 277140827 451633152 100792 33554432000 4194304 5963574 140735341600928 140345436628984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 441048

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738412/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1794.75 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100364 0 0 0 179400 75 0 0 20 0 2 0 277140773 451633152 100835 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100835 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1789.81 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91238 0 0 0 178881 100 0 0 20 0 2 0 277140827 451633152 100835 33554432000 4194304 5963574 140735341600928 140345436628984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 441048

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738288/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1797.94 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100434 0 0 0 179719 75 0 0 20 0 2 0 277140773 451633152 100905 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100905 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1793 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91308 0 0 0 179200 100 0 0 20 0 2 0 277140827 451633152 100905 33554432000 4194304 5963574 140735341600928 140345436628792 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 441048

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738164/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1798.74 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100491 0 0 0 179799 75 0 0 20 0 2 0 277140773 451633152 100962 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100962 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1793.8 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91365 0 0 0 179280 100 0 0 20 0 2 0 277140827 451633152 100962 33554432000 4194304 5963574 140735341600928 140345436629000 4400064 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 441048

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738040/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1799.15 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100496 0 0 0 179840 75 0 0 20 0 2 0 277140773 451633152 100967 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100967 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1794.2 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91370 0 0 0 179320 100 0 0 20 0 2 0 277140827 451633152 100967 33554432000 4194304 5963574 140735341600928 140345436629000 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 441048

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738040/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1799.54 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100505 0 0 0 179879 75 0 0 20 0 2 0 277140773 451633152 100976 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100976 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1794.59 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91379 0 0 0 179359 100 0 0 20 0 2 0 277140827 451633152 100976 33554432000 4194304 5963574 140735341600928 140345436629000 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 441048

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26803
/proc/meminfo: memFree=30738040/32873844 swapFree=7624/7624
[pid=26746] ppid=26744 vsize=441048 CPUtime=1799.64 cores=1,3,5,7
/proc/26746/stat : 26746 (wbo1.7) S 26744 26746 24863 0 -1 4202496 100508 0 0 0 179889 75 0 0 20 0 2 0 277140773 451633152 100979 33554432000 4194304 5963574 140735341600928 140735341600448 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26746/statm: 110262 100979 187 432 0 109827 0
[pid=26746/tid=26748] ppid=26744 vsize=441048 CPUtime=1794.69 cores=1,3,5,7
/proc/26746/task/26748/stat : 26748 (wbo1.7) R 26744 26746 24863 0 -1 4202560 91382 0 0 0 179369 100 0 0 20 0 2 0 277140827 451633152 100979 33554432000 4194304 5963574 140735341600928 140345436629032 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 441048

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26746 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=227236
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=31843
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.64
#
# 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.64
CPU user time (s): 1798.89
CPU system time (s): 0.75
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 441048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.03184
maximum resident set size= 403928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100511
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= 154
involuntary context switches= 1971

runsolver used 4.43233 second user time and 9.91349 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 11:15:52
IDJOB=3704868
IDBENCH=89706
IDSOLVER=2283
FILE ID=node130/3704868-1338110151
RUNJOBID= node130-1338086734-24880
PBS_JOBID= 14624431
Free space on /tmp= 71416 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-20.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704868-1338110151/watcher-3704868-1338110151 -o /tmp/evaluation-result-3704868-1338110151/solver-3704868-1338110151 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704868-1338110151.opb

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

MD5SUM BENCH= 63ab8977587973d616491fbff2cc242b
RANDOM SEED=684237640

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30725892 kB
Buffers:          257288 kB
Cached:           542788 kB
SwapCached:         4508 kB
Active:          1263820 kB
Inactive:          81196 kB
Active(anon):     535028 kB
Inactive(anon):     8952 kB
Active(file):     728792 kB
Inactive(file):    72244 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             13684 kB
Writeback:            16 kB
AnonPages:        664940 kB
Mapped:            12500 kB
Shmem:                 8 kB
Slab:             660904 kB
SReclaimable:     102564 kB
SUnreclaim:       558340 kB
KernelStack:        1448 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     288916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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= 71456 MiB
End job on node130 at 2012-05-27 11:45:52