Trace number 3727255

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.94 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
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 benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
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 100
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727255-1338669311.opb.
0.00/0.00	c Instance file HOME/instance-3727255-1338669311.opb
0.00/0.00	c File size is 431292 bytes.
0.00/0.03	c Highest Coefficient sum: 100
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.04         s                                      |
0.00/0.03	c |  Number Variables:      6732                                                |
0.00/0.03	c |  Number Clauses:        6833                                                |
0.00/0.03	c |  Number Cardinality:    99                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.01 s
1799.56/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-3727255-1338669311/watcher-3727255-1338669311 -o /tmp/evaluation-result-3727255-1338669311/solver-3727255-1338669311 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727255-1338669311.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: 4.00 3.98 3.68 1/169 17727
/proc/meminfo: memFree=28031404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=4704 CPUtime=0 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) R 17725 17727 17516 0 -1 4202496 563 0 0 0 0 0 0 0 20 0 1 0 333056993 4816896 515 33554432000 4194304 5964350 140734831106832 140734474475992 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 1176 515 161 433 0 634 0

[startup+0.0748631 s]
/proc/loadavg: 4.00 3.98 3.68 1/169 17727
/proc/meminfo: memFree=28031404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=0.06 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 2620 0 0 0 6 0 0 0 20 0 2 0 333056993 88752128 2329 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 2329 185 433 0 21232 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 86672

[startup+0.100294 s]
/proc/loadavg: 4.00 3.98 3.68 1/169 17727
/proc/meminfo: memFree=28031404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=0.09 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 2646 0 0 0 9 0 0 0 20 0 2 0 333056993 88752128 2355 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 2355 186 433 0 21232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86672

[startup+0.300229 s]
/proc/loadavg: 4.00 3.98 3.68 1/169 17727
/proc/meminfo: memFree=28031404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=0.29 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 2935 0 0 0 28 1 0 0 20 0 2 0 333056993 88752128 2644 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 2644 186 433 0 21232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86672

[startup+0.700221 s]
/proc/loadavg: 4.00 3.98 3.68 1/169 17727
/proc/meminfo: memFree=28031404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=0.69 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 3562 0 0 0 68 1 0 0 20 0 2 0 333056993 88752128 3271 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 3271 186 433 0 21232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86672

[startup+1.50025 s]
/proc/loadavg: 4.00 3.98 3.68 3/177 17744
/proc/meminfo: memFree=27998588/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=1.49 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 4596 0 0 0 148 1 0 0 20 0 2 0 333056993 88752128 4305 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 4305 186 433 0 21232 0
[pid=17727/tid=17729] ppid=17725 vsize=86672 CPUtime=1.45 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 3075 0 0 0 143 2 0 0 20 0 2 0 333056996 88752128 4305 33554432000 4194304 5964350 140734831106832 140126400849720 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86672

[startup+3.10025 s]
/proc/loadavg: 3.84 3.95 3.67 3/177 17744
/proc/meminfo: memFree=27987552/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=3.09 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 5600 0 0 0 308 1 0 0 20 0 2 0 333056993 88752128 5309 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 5309 186 433 0 21232 0
[pid=17727/tid=17729] ppid=17725 vsize=86672 CPUtime=3.05 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 4079 0 0 0 303 2 0 0 20 0 2 0 333056996 88752128 5309 33554432000 4194304 5964350 140734831106832 140126400849912 4382177 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86672

[startup+6.30026 s]
/proc/loadavg: 3.84 3.95 3.67 3/177 17744
/proc/meminfo: memFree=27977508/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=6.29 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 7494 0 0 0 627 2 0 0 20 0 2 0 333056993 88752128 7203 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 7203 186 433 0 21232 0
[pid=17727/tid=17729] ppid=17725 vsize=86672 CPUtime=6.25 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 5973 0 0 0 623 2 0 0 20 0 2 0 333056996 88752128 7203 33554432000 4194304 5964350 140734831106832 140126400849912 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86672

[startup+12.7003 s]
/proc/loadavg: 3.56 3.88 3.65 3/177 17744
/proc/meminfo: memFree=27946324/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86672 CPUtime=12.68 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 10449 0 0 0 1266 2 0 0 20 0 2 0 333056993 88752128 10158 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21668 10158 186 433 0 21232 0
[pid=17727/tid=17729] ppid=17725 vsize=86672 CPUtime=12.65 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 8928 0 0 0 1262 3 0 0 20 0 2 0 333056996 88752128 10158 33554432000 4194304 5964350 140734831106832 140126400849720 4389090 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86672

[startup+25.5003 s]
/proc/loadavg: 3.32 3.82 3.63 3/177 17744
/proc/meminfo: memFree=27908016/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=86996 CPUtime=25.48 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 15042 0 0 0 2544 4 0 0 20 0 2 0 333056993 89083904 14839 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 21749 14839 186 433 0 21313 0
[pid=17727/tid=17729] ppid=17725 vsize=86996 CPUtime=25.44 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 13521 0 0 0 2540 4 0 0 20 0 2 0 333056996 89083904 14839 33554432000 4194304 5964350 140734831106832 140126400849912 4400352 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) 86996

[startup+51.1003 s]
/proc/loadavg: 2.87 3.68 3.59 3/177 17745
/proc/meminfo: memFree=27843736/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=152692 CPUtime=51.05 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 22104 0 0 0 5098 7 0 0 20 0 2 0 333056993 156356608 21878 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 38173 21878 186 433 0 37737 0
[pid=17727/tid=17729] ppid=17725 vsize=152692 CPUtime=51.02 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 20583 0 0 0 5094 8 0 0 20 0 2 0 333056996 156356608 21878 33554432000 4194304 5964350 140734831106832 140126400849720 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 152692

[startup+102.306 s]
/proc/loadavg: 2.40 3.41 3.50 3/177 17745
/proc/meminfo: memFree=27750292/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=152932 CPUtime=102.25 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 32855 0 0 0 10214 11 0 0 20 0 2 0 333056993 156602368 33566 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 38233 33566 186 433 0 37797 0
[pid=17727/tid=17729] ppid=17725 vsize=152932 CPUtime=102.22 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 31334 0 0 0 10209 13 0 0 20 0 2 0 333056996 156602368 33566 33554432000 4194304 5964350 140734831106832 140126400849912 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152932

[startup+162.3 s]
/proc/loadavg: 2.14 3.15 3.40 3/177 17745
/proc/meminfo: memFree=27714968/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=218468 CPUtime=162.23 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 36376 0 0 0 16211 12 0 0 20 0 2 0 333056993 223711232 37087 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 54617 37087 186 433 0 54181 0
[pid=17727/tid=17729] ppid=17725 vsize=218468 CPUtime=162.22 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 34855 0 0 0 16207 15 0 0 20 0 2 0 333056996 223711232 37087 33554432000 4194304 5964350 140734831106832 140126400849912 4389080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 218468

[startup+222.3 s]
/proc/loadavg: 2.12 2.95 3.32 3/177 17745
/proc/meminfo: memFree=27662012/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=218468 CPUtime=222.19 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 48217 0 0 0 22203 16 0 0 20 0 2 0 333056993 223711232 48932 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 54617 48932 186 433 0 54181 0
[pid=17727/tid=17729] ppid=17725 vsize=218468 CPUtime=222.19 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 46696 0 0 0 22199 20 0 0 20 0 2 0 333056996 223711232 48932 33554432000 4194304 5964350 140734831106832 140126400849912 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 218468

[startup+282.3 s]
/proc/loadavg: 2.04 2.78 3.23 3/178 17746
/proc/meminfo: memFree=27593016/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=284004 CPUtime=282.18 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 57115 0 0 0 28199 19 0 0 20 0 2 0 333056993 290820096 57794 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 71001 57794 186 433 0 70565 0
[pid=17727/tid=17729] ppid=17725 vsize=284004 CPUtime=282.19 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 55594 0 0 0 28195 24 0 0 20 0 2 0 333056996 290820096 57794 33554432000 4194304 5964350 140734831106832 140126400849944 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 284004

[startup+342.3 s]
/proc/loadavg: 2.01 2.63 3.15 3/178 17788
/proc/meminfo: memFree=27686504/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=284364 CPUtime=342.16 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 57144 0 0 0 34197 19 0 0 20 0 2 0 333056993 291188736 57823 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 71091 57823 186 433 0 70655 0
[pid=17727/tid=17729] ppid=17725 vsize=284364 CPUtime=342.19 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 55623 0 0 0 34194 25 0 0 20 0 2 0 333056996 291188736 57823 33554432000 4194304 5964350 140734831106832 140126400850088 4381622 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) 284364

[startup+402.3 s]
/proc/loadavg: 2.00 2.51 3.08 3/177 17788
/proc/meminfo: memFree=27662404/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=284364 CPUtime=402.13 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 57175 0 0 0 40194 19 0 0 20 0 2 0 333056993 291188736 57878 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 71091 57878 186 433 0 70655 0
[pid=17727/tid=17729] ppid=17725 vsize=284364 CPUtime=402.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 55654 0 0 0 40191 26 0 0 20 0 2 0 333056996 291188736 57878 33554432000 4194304 5964350 140734831106832 140126400850088 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 284364

[startup+462.3 s]
/proc/loadavg: 2.03 2.43 3.01 3/177 17788
/proc/meminfo: memFree=27618292/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=284364 CPUtime=462.11 cores=0,2,4,6

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

/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 77340 0 0 0 130164 53 0 0 20 0 2 0 333056996 361947136 79993 33554432000 4194304 5964350 140734831106832 140126400849912 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 353464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.36 3/177 17794
/proc/meminfo: memFree=27330528/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=354760 CPUtime=1361.94 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 83153 0 0 0 136157 37 0 0 20 0 2 0 333056993 363274240 84285 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 88690 84285 186 433 0 88254 0
[pid=17727/tid=17729] ppid=17725 vsize=354760 CPUtime=1362.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 81632 0 0 0 136159 58 0 0 20 0 2 0 333056996 363274240 84285 33554432000 4194304 5964350 140734831106832 140126400849912 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 354760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.33 3/177 17794
/proc/meminfo: memFree=27301016/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=421912 CPUtime=1421.95 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 87297 0 0 0 142154 41 0 0 20 0 2 0 333056993 432037888 88407 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105478 88407 186 433 0 105042 0
[pid=17727/tid=17729] ppid=17725 vsize=421912 CPUtime=1422.18 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 85776 0 0 0 142156 62 0 0 20 0 2 0 333056996 432037888 88407 33554432000 4194304 5964350 140734831106832 140126400849912 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 421912

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.31 3/177 17794
/proc/meminfo: memFree=27273472/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=422884 CPUtime=1481.92 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 89960 0 0 0 148148 44 0 0 20 0 2 0 333056993 433033216 91155 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105721 91155 186 433 0 105285 0
[pid=17727/tid=17729] ppid=17725 vsize=422884 CPUtime=1482.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 88439 0 0 0 148150 67 0 0 20 0 2 0 333056996 433033216 91155 33554432000 4194304 5964350 140734831106832 140126400849912 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 422884

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.29 3/178 17797
/proc/meminfo: memFree=27256224/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=422884 CPUtime=1541.91 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90356 0 0 0 154147 44 0 0 20 0 2 0 333056993 433033216 91554 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105721 91554 186 433 0 105285 0
[pid=17727/tid=17729] ppid=17725 vsize=422884 CPUtime=1542.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 88835 0 0 0 154149 68 0 0 20 0 2 0 333056996 433033216 91554 33554432000 4194304 5964350 140734831106832 140126400849720 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 422884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.27 3/178 17821
/proc/meminfo: memFree=27247396/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=422884 CPUtime=1601.89 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90367 0 0 0 160145 44 0 0 20 0 2 0 333056993 433033216 91700 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105721 91700 186 433 0 105285 0
[pid=17727/tid=17729] ppid=17725 vsize=422884 CPUtime=1602.16 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 88846 0 0 0 160147 69 0 0 20 0 2 0 333056996 433033216 91700 33554432000 4194304 5964350 140734831106832 140126400849720 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 422884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/177 17821
/proc/meminfo: memFree=27247776/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=422884 CPUtime=1661.88 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90417 0 0 0 166144 44 0 0 20 0 2 0 333056993 433033216 91750 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105721 91750 186 433 0 105285 0
[pid=17727/tid=17729] ppid=17725 vsize=422884 CPUtime=1662.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 88896 0 0 0 166147 70 0 0 20 0 2 0 333056996 433033216 91750 33554432000 4194304 5964350 140734831106832 140126400849720 4400352 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) 422884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/176 17821
/proc/meminfo: memFree=27246700/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=423856 CPUtime=1721.87 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90590 0 0 0 172143 44 0 0 20 0 2 0 333056993 434028544 92021 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 105964 92021 186 433 0 105528 0
[pid=17727/tid=17729] ppid=17725 vsize=423856 CPUtime=1722.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89069 0 0 0 172146 71 0 0 20 0 2 0 333056996 434028544 92021 33554432000 4194304 5964350 140734831106832 140126400849720 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 423856

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246348/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424180 CPUtime=1781.86 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90651 0 0 0 178142 44 0 0 20 0 2 0 333056993 434360320 92082 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106045 92082 186 433 0 105609 0
[pid=17727/tid=17729] ppid=17725 vsize=424180 CPUtime=1782.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89130 0 0 0 178145 72 0 0 20 0 2 0 333056996 434360320 92082 33554432000 4194304 5964350 140734831106832 140126400849720 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 424180

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1791.46 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179102 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1791.78 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179106 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 424504

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1794.66 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179422 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1794.98 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179426 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 424504

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1797.86 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179742 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1798.17 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179745 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 424504

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1798.66 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179822 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1798.97 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179825 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 424504

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1799.06 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179862 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1799.38 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179866 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 424504

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1799.46 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179902 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1799.77 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179905 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 424504

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.22 3/177 17822
/proc/meminfo: memFree=27246100/32873852 swapFree=6856/6856
[pid=17727] ppid=17725 vsize=424504 CPUtime=1799.56 cores=0,2,4,6
/proc/17727/stat : 17727 (wbo1.72) S 17725 17727 17516 0 -1 4202496 90726 0 0 0 179912 44 0 0 20 0 2 0 333056993 434692096 92157 33554432000 4194304 5964350 140734831106832 140734831106352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17727/statm: 106126 92157 186 433 0 105690 0
[pid=17727/tid=17729] ppid=17725 vsize=424504 CPUtime=1799.87 cores=0,2,4,6
/proc/17727/task/17729/stat : 17729 (wbo1.72) R 17725 17727 17516 0 -1 4202560 89205 0 0 0 179915 72 0 0 20 0 2 0 333056996 434692096 92157 33554432000 4194304 5964350 140734831106832 140126400849720 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 424504

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.94
CPU user time (s): 1799.2
CPU system time (s): 0.734888
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 424504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.734888
maximum resident set size= 368640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90729
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= 163
involuntary context switches= 1928

runsolver used 2.5976 second user time and 7.2249 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 22:35:11
IDJOB=3727255
IDBENCH=90111
IDSOLVER=2313
FILE ID=node128/3727255-1338669311
RUNJOBID= node128-1338669311-17713
PBS_JOBID= 14636502
Free space on /tmp= 70440 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K99.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727255-1338669311/watcher-3727255-1338669311 -o /tmp/evaluation-result-3727255-1338669311/solver-3727255-1338669311 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727255-1338669311.opb

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=1146132773

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28032048 kB
Buffers:          524600 kB
Cached:          3414356 kB
SwapCached:          784 kB
Active:          1802216 kB
Inactive:        2148308 kB
Active(anon):       2320 kB
Inactive(anon):    11368 kB
Active(file):    1799896 kB
Inactive(file):  2136940 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:         17512 kB
Mapped:            13304 kB
Shmem:               200 kB
Slab:             752820 kB
SReclaimable:     194764 kB
SUnreclaim:       558056 kB
KernelStack:        1360 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70428 MiB
End job on node128 at 2012-06-02 23:05:11