Trace number 3704881

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K67.opb
MD5SUM9e951304b89652b8f827a6527d1495c5
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 benchmark29.5175
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3685
Total number of constraints3821
Number of constraints which are clauses3754
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint67
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 68
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-3704881-1338118588.opb.
0.00/0.00	c Instance file HOME/instance-3704881-1338118588.opb
0.00/0.00	c File size is 226670 bytes.
0.00/0.01	c Highest Coefficient sum: 68
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      3685                                                |
0.00/0.01	c |  Number Clauses:        3754                                                |
0.00/0.01	c |  Number Cardinality:    67                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3704881-1338118588/watcher-3704881-1338118588 -o /tmp/evaluation-result-3704881-1338118588/solver-3704881-1338118588 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704881-1338118588.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 24538
/proc/meminfo: memFree=29129116/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=4116 CPUtime=0 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) R 24536 24538 21940 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 277983729 4214784 440 33554432000 4194304 5963574 140735479277840 140735479275720 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 1029 440 166 432 0 538 0

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24538
/proc/meminfo: memFree=29129116/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85256 CPUtime=0.09 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 1840 0 0 0 9 0 0 0 20 0 2 0 277983729 87302144 1736 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21314 1736 187 432 0 20879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85256

[startup+0.200185 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24538
/proc/meminfo: memFree=29129116/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85256 CPUtime=0.19 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 1981 0 0 0 19 0 0 0 20 0 2 0 277983729 87302144 1877 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21314 1877 187 432 0 20879 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 85256

[startup+0.30014 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24538
/proc/meminfo: memFree=29129116/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85256 CPUtime=0.29 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 2107 0 0 0 29 0 0 0 20 0 2 0 277983729 87302144 2003 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21314 2003 187 432 0 20879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85256

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24538
/proc/meminfo: memFree=29129116/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85256 CPUtime=0.69 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 2646 0 0 0 69 0 0 0 20 0 2 0 277983729 87302144 2542 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21314 2542 187 432 0 20879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85256

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24540
/proc/meminfo: memFree=29117848/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85256 CPUtime=1.49 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 3436 0 0 0 149 0 0 0 20 0 2 0 277983729 87302144 3332 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21314 3332 187 432 0 20879 0
[pid=24538/tid=24540] ppid=24536 vsize=85256 CPUtime=1.46 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 2286 0 0 0 146 0 0 0 20 0 2 0 277983731 87302144 3332 33554432000 4194304 5963574 140735479277840 140285896521528 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85256

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24540
/proc/meminfo: memFree=29113244/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85400 CPUtime=3.09 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 3904 0 0 0 309 0 0 0 20 0 2 0 277983729 87449600 3800 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21350 3800 187 432 0 20915 0
[pid=24538/tid=24540] ppid=24536 vsize=85400 CPUtime=3.06 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 2754 0 0 0 306 0 0 0 20 0 2 0 277983731 87449600 3800 33554432000 4194304 5963574 140735479277840 140285896521720 4403200 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85400

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24540
/proc/meminfo: memFree=29109136/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85400 CPUtime=6.28 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 4581 0 0 0 628 0 0 0 20 0 2 0 277983729 87449600 4477 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21350 4477 187 432 0 20915 0
[pid=24538/tid=24540] ppid=24536 vsize=85400 CPUtime=6.26 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 3431 0 0 0 626 0 0 0 20 0 2 0 277983731 87449600 4477 33554432000 4194304 5963574 140735479277840 140285896521528 4388077 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85400

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24540
/proc/meminfo: memFree=29102340/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85472 CPUtime=12.68 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 5926 0 0 0 1267 1 0 0 20 0 2 0 277983729 87523328 5822 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21368 5822 187 432 0 20933 0
[pid=24538/tid=24540] ppid=24536 vsize=85472 CPUtime=12.66 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 4776 0 0 0 1265 1 0 0 20 0 2 0 277983731 87523328 5822 33554432000 4194304 5963574 140735479277840 140285896521528 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85472

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 24540
/proc/meminfo: memFree=29088544/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85472 CPUtime=25.49 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 8136 0 0 0 2547 2 0 0 20 0 2 0 277983729 87523328 8032 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21368 8032 187 432 0 20933 0
[pid=24538/tid=24540] ppid=24536 vsize=85472 CPUtime=25.46 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 6986 0 0 0 2544 2 0 0 20 0 2 0 277983731 87523328 8032 33554432000 4194304 5963574 140735479277840 140285896521720 4372989 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85472

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 24541
/proc/meminfo: memFree=29076192/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=85724 CPUtime=51.08 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 11161 0 0 0 5104 4 0 0 20 0 2 0 277983729 87781376 11057 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21431 11057 187 432 0 20996 0
[pid=24538/tid=24540] ppid=24536 vsize=85724 CPUtime=51.06 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 10011 0 0 0 5101 5 0 0 20 0 2 0 277983731 87781376 11057 33554432000 4194304 5963574 140735479277840 140285896521528 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85724

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24541
/proc/meminfo: memFree=29047664/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=87180 CPUtime=102.27 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 13917 0 0 0 10222 5 0 0 20 0 2 0 277983729 89272320 13816 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 21795 13816 187 432 0 21360 0
[pid=24538/tid=24540] ppid=24536 vsize=87180 CPUtime=102.26 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 12767 0 0 0 10219 7 0 0 20 0 2 0 277983731 89272320 13816 33554432000 4194304 5963574 140735479277840 140285896521528 4221120 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) 87180

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24541
/proc/meminfo: memFree=29003572/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=156316 CPUtime=162.23 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 18958 0 0 0 16215 8 0 0 20 0 2 0 277983729 160067584 19713 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 39079 19713 187 432 0 38644 0
[pid=24538/tid=24540] ppid=24536 vsize=156316 CPUtime=162.23 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 17808 0 0 0 16213 10 0 0 20 0 2 0 277983731 160067584 19713 33554432000 4194304 5963574 140735479277840 140285896521720 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 156316

[startup+222.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 24544
/proc/meminfo: memFree=28992440/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=159796 CPUtime=222.23 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 21544 0 0 0 22214 9 0 0 20 0 2 0 277983729 163631104 22299 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 39949 22299 187 432 0 39514 0
[pid=24538/tid=24540] ppid=24536 vsize=159796 CPUtime=222.23 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 20394 0 0 0 22210 13 0 0 20 0 2 0 277983731 163631104 22299 33554432000 4194304 5963574 140735479277840 140285896521768 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 159796

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24544
/proc/meminfo: memFree=28981044/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=161236 CPUtime=282.21 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 24024 0 0 0 28210 11 0 0 20 0 2 0 277983729 165105664 24800 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 40309 24800 187 432 0 39874 0
[pid=24538/tid=24540] ppid=24536 vsize=161236 CPUtime=282.22 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 22874 0 0 0 28206 16 0 0 20 0 2 0 277983731 165105664 24800 33554432000 4194304 5963574 140735479277840 140285896521720 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 161236

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24544
/proc/meminfo: memFree=28951712/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=162352 CPUtime=342.2 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 26066 0 0 0 34207 13 0 0 20 0 2 0 277983729 166248448 26853 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 40588 26853 187 432 0 40153 0
[pid=24538/tid=24540] ppid=24536 vsize=162352 CPUtime=342.22 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 24916 0 0 0 34204 18 0 0 20 0 2 0 277983731 166248448 26853 33554432000 4194304 5963574 140735479277840 140285896521528 4400052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 162352

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24545
/proc/meminfo: memFree=28940780/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=164800 CPUtime=402.18 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 28384 0 0 0 40204 14 0 0 20 0 2 0 277983729 168755200 29171 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 41200 29171 187 432 0 40765 0
[pid=24538/tid=24540] ppid=24536 vsize=164800 CPUtime=402.21 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 27234 0 0 0 40200 21 0 0 20 0 2 0 277983731 168755200 29171 33554432000 4194304 5963574 140735479277840 140285896521528 4381096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 164800

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24545
/proc/meminfo: memFree=28905376/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=165772 CPUtime=462.17 cores=1,3,5,7

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

/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 62952 0 0 0 124153 62 0 0 20 0 2 0 277983731 321552384 65019 33554432000 4194304 5963574 140735479277840 140285896521768 4381238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 314016

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24590
/proc/meminfo: memFree=28957180/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=314736 CPUtime=1301.98 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 64880 0 0 0 130154 44 0 0 20 0 2 0 277983729 322289664 65806 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 78684 65806 187 432 0 78249 0
[pid=24538/tid=24540] ppid=24536 vsize=314736 CPUtime=1302.14 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 63730 0 0 0 130150 64 0 0 20 0 2 0 277983731 322289664 65806 33554432000 4194304 5963574 140735479277840 140285896521768 4399448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 314736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24590
/proc/meminfo: memFree=28936100/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=315456 CPUtime=1361.97 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 67233 0 0 0 136150 47 0 0 20 0 2 0 277983729 323026944 68159 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 78864 68159 187 432 0 78429 0
[pid=24538/tid=24540] ppid=24536 vsize=315456 CPUtime=1362.14 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 66083 0 0 0 136146 68 0 0 20 0 2 0 277983731 323026944 68159 33554432000 4194304 5963574 140735479277840 140285896521528 4400055 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 315456

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24593
/proc/meminfo: memFree=28919804/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=316824 CPUtime=1421.97 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 67846 0 0 0 142149 48 0 0 20 0 2 0 277983729 324427776 68772 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 79206 68772 187 432 0 78771 0
[pid=24538/tid=24540] ppid=24536 vsize=316824 CPUtime=1422.14 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 66696 0 0 0 142144 70 0 0 20 0 2 0 277983731 324427776 68772 33554432000 4194304 5963574 140735479277840 140285896521528 4400006 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 316824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24616
/proc/meminfo: memFree=28891976/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=318048 CPUtime=1481.96 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 70893 0 0 0 148144 52 0 0 20 0 2 0 277983729 325681152 71814 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 79512 71814 187 432 0 79077 0
[pid=24538/tid=24540] ppid=24536 vsize=318048 CPUtime=1482.14 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 69743 0 0 0 148139 75 0 0 20 0 2 0 277983731 325681152 71814 33554432000 4194304 5963574 140735479277840 140285896521768 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 318048

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24616
/proc/meminfo: memFree=28863204/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=320280 CPUtime=1541.94 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 73704 0 0 0 154140 54 0 0 20 0 2 0 277983729 327966720 74734 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 80070 74734 187 432 0 79635 0
[pid=24538/tid=24540] ppid=24536 vsize=320280 CPUtime=1542.13 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 72554 0 0 0 154135 78 0 0 20 0 2 0 277983731 327966720 74734 33554432000 4194304 5963574 140735479277840 140285896521528 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 320280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28856756/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=386948 CPUtime=1601.93 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 74200 0 0 0 160138 55 0 0 20 0 2 0 277983729 396234752 75230 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 96737 75230 187 432 0 96302 0
[pid=24538/tid=24540] ppid=24536 vsize=386948 CPUtime=1602.12 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 73051 0 0 0 160133 79 0 0 20 0 2 0 277983731 396234752 75231 33554432000 4194304 5963574 140735479277840 140285896521720 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 386948

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24617
/proc/meminfo: memFree=28829064/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=387452 CPUtime=1661.91 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 77538 0 0 0 166133 58 0 0 20 0 2 0 277983729 396750848 78568 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 96863 78568 187 432 0 96428 0
[pid=24538/tid=24540] ppid=24536 vsize=387452 CPUtime=1662.12 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 76388 0 0 0 166128 84 0 0 20 0 2 0 277983731 396750848 78568 33554432000 4194304 5963574 140735479277840 140285896521528 4400044 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 387452

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24617
/proc/meminfo: memFree=28812812/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=388496 CPUtime=1721.9 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 78283 0 0 0 172131 59 0 0 20 0 2 0 277983729 397819904 79310 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97124 79310 187 432 0 96689 0
[pid=24538/tid=24540] ppid=24536 vsize=388496 CPUtime=1722.12 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 77133 0 0 0 172126 86 0 0 20 0 2 0 277983731 397819904 79310 33554432000 4194304 5963574 140735479277840 140285896521720 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 388496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28801140/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=389504 CPUtime=1781.89 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 79530 0 0 0 178129 60 0 0 20 0 2 0 277983729 398852096 80565 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97376 80565 187 432 0 96941 0
[pid=24538/tid=24540] ppid=24536 vsize=389504 CPUtime=1782.11 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78380 0 0 0 178123 88 0 0 20 0 2 0 277983731 398852096 80565 33554432000 4194304 5963574 140735479277840 140285896521528 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 389504

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28800892/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390080 CPUtime=1791.59 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 79626 0 0 0 179099 60 0 0 20 0 2 0 277983729 399441920 80661 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97520 80661 187 432 0 97085 0
[pid=24538/tid=24540] ppid=24536 vsize=390080 CPUtime=1791.82 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78476 0 0 0 179094 88 0 0 20 0 2 0 277983731 399441920 80661 33554432000 4194304 5963574 140735479277840 140285896521768 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 390080

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28800644/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390080 CPUtime=1794.79 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 79691 0 0 0 179419 60 0 0 20 0 2 0 277983729 399441920 80726 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97520 80726 187 432 0 97085 0
[pid=24538/tid=24540] ppid=24536 vsize=390080 CPUtime=1795.02 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78541 0 0 0 179414 88 0 0 20 0 2 0 277983731 399441920 80726 33554432000 4194304 5963574 140735479277840 140285896521720 4399642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 390080

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28800148/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390152 CPUtime=1797.99 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 79878 0 0 0 179739 60 0 0 20 0 2 0 277983729 399515648 80913 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97538 80913 187 432 0 97103 0
[pid=24538/tid=24540] ppid=24536 vsize=390152 CPUtime=1798.21 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78728 0 0 0 179733 88 0 0 20 0 2 0 277983731 399515648 80913 33554432000 4194304 5963574 140735479277840 140285896521720 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 390152

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28799528/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390152 CPUtime=1798.78 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 79992 0 0 0 179818 60 0 0 20 0 2 0 277983729 399515648 81027 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97538 81027 187 432 0 97103 0
[pid=24538/tid=24540] ppid=24536 vsize=390152 CPUtime=1799.01 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78842 0 0 0 179813 88 0 0 20 0 2 0 277983731 399515648 81027 33554432000 4194304 5963574 140735479277840 140285896521720 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 390152

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28799032/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390152 CPUtime=1799.19 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 80046 0 0 0 179859 60 0 0 20 0 2 0 277983729 399515648 81081 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97538 81081 187 432 0 97103 0
[pid=24538/tid=24540] ppid=24536 vsize=390152 CPUtime=1799.42 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78896 0 0 0 179854 88 0 0 20 0 2 0 277983731 399515648 81081 33554432000 4194304 5963574 140735479277840 140285896521720 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 390152

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24617
/proc/meminfo: memFree=28799032/32873844 swapFree=6856/6856
[pid=24538] ppid=24536 vsize=390152 CPUtime=1799.58 cores=1,3,5,7
/proc/24538/stat : 24538 (wbo1.7) S 24536 24538 21940 0 -1 4202496 80052 0 0 0 179898 60 0 0 20 0 2 0 277983729 399515648 81087 33554432000 4194304 5963574 140735479277840 140735479277360 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24538/statm: 97538 81087 187 432 0 97103 0
[pid=24538/tid=24540] ppid=24536 vsize=390152 CPUtime=1799.81 cores=1,3,5,7
/proc/24538/task/24540/stat : 24540 (wbo1.7) R 24536 24538 21940 0 -1 4202560 78902 0 0 0 179893 88 0 0 20 0 2 0 277983731 399515648 81087 33554432000 4194304 5963574 140735479277840 140285896521720 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 390152

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.85
CPU user time (s): 1798.95
CPU system time (s): 0.896863
CPU usage (%): 99.9913
Max. virtual memory (cumulated for all children) (KiB): 390152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 0.896863
maximum resident set size= 324352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80053
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= 135
involuntary context switches= 1917

runsolver used 2.99554 second user time and 9.23559 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 13:36:28
IDJOB=3704881
IDBENCH=90223
IDSOLVER=2283
FILE ID=node144/3704881-1338118588
RUNJOBID= node144-1338086104-21957
PBS_JOBID= 14624429
Free space on /tmp= 71492 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K67.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704881-1338118588/watcher-3704881-1338118588 -o /tmp/evaluation-result-3704881-1338118588/solver-3704881-1338118588 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704881-1338118588.opb

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

MD5SUM BENCH= 9e951304b89652b8f827a6527d1495c5
RANDOM SEED=128769635

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
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.196
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.196
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.196
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:        29129272 kB
Buffers:          299156 kB
Cached:          2502632 kB
SwapCached:            0 kB
Active:           895504 kB
Inactive:        2068004 kB
Active(anon):     163096 kB
Inactive(anon):        0 kB
Active(file):     732408 kB
Inactive(file):  2068004 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6036 kB
Writeback:             0 kB
AnonPages:        166872 kB
Mapped:            15020 kB
Shmem:               200 kB
Slab:             644404 kB
SReclaimable:      86332 kB
SUnreclaim:       558072 kB
KernelStack:        1488 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71484 MiB
End job on node144 at 2012-05-27 14:06:28