Trace number 3727227

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.89 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K101.opb
MD5SUMa3de6c6ee42f8b511357d3857e721bb4
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 benchmark198.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6868
Total number of constraints7072
Number of constraints which are clauses6971
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint101
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 102
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-3727227-1338669594.opb.
0.00/0.00	c Instance file HOME/instance-3727227-1338669594.opb
0.00/0.00	c File size is 440171 bytes.
0.01/0.03	c Highest Coefficient sum: 102
0.01/0.03	c ============================[ Problem Statistics ]=============================
0.01/0.03	c |                                                                             |
0.01/0.03	c |  Parsing time:          0.03         s                                      |
0.01/0.03	c |  Number Variables:      6868                                                |
0.01/0.03	c |  Number Clauses:        6971                                                |
0.01/0.03	c |  Number Cardinality:    101                                                 |
0.01/0.03	c |  Number PB Constraints: 0                                                   |
0.01/0.03	c |                                                                             |
0.01/0.04	c |  Problem Type:          Decision                                            |
0.01/0.04	c |  Objective Function:    None                                                |
0.01/0.04	c |                                                                             |
0.01/0.04	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3727227-1338669594/watcher-3727227-1338669594 -o /tmp/evaluation-result-3727227-1338669594/solver-3727227-1338669594 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727227-1338669594.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.04 2.78 3.23 3/176 17783
/proc/meminfo: memFree=27792884/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=4848 CPUtime=0 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) R 17781 17783 17516 0 -1 4202496 603 0 0 0 0 0 0 0 20 0 1 0 333085357 4964352 555 33554432000 4194304 5964350 140736909119104 140733965934248 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 1212 558 164 433 0 668 0

[startup+0.015361 s]
/proc/loadavg: 2.04 2.78 3.23 3/176 17783
/proc/meminfo: memFree=27792884/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=5472 CPUtime=0.01 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) R 17781 17783 17516 0 -1 4202496 779 0 0 0 1 0 0 0 20 0 1 0 333085357 5603328 731 33554432000 4194304 5964350 140736909119104 140733965934248 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 1368 732 198 433 0 824 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5472

[startup+0.100161 s]
/proc/loadavg: 2.04 2.78 3.23 3/176 17783
/proc/meminfo: memFree=27792884/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=0.09 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 2681 0 0 0 9 0 0 0 20 0 2 0 333085357 88711168 2389 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 2389 186 433 0 21222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86632

[startup+0.300114 s]
/proc/loadavg: 2.04 2.78 3.23 3/176 17783
/proc/meminfo: memFree=27792884/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=0.29 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 2934 0 0 0 29 0 0 0 20 0 2 0 333085357 88711168 2642 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 2642 186 433 0 21222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86632

[startup+0.700113 s]
/proc/loadavg: 2.04 2.78 3.23 3/176 17783
/proc/meminfo: memFree=27792884/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=0.69 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 3420 0 0 0 69 0 0 0 20 0 2 0 333085357 88711168 3128 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 3128 186 433 0 21222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86632

[startup+1.50026 s]
/proc/loadavg: 2.04 2.78 3.23 3/178 17785
/proc/meminfo: memFree=27780096/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=1.48 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 4381 0 0 0 148 0 0 0 20 0 2 0 333085357 88711168 4089 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 4089 186 433 0 21222 0
[pid=17783/tid=17785] ppid=17781 vsize=86632 CPUtime=1.45 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 2847 0 0 0 145 0 0 0 20 0 2 0 333085360 88711168 4089 33554432000 4194304 5964350 140736909119104 140571816077304 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86632

[startup+3.10027 s]
/proc/loadavg: 2.04 2.78 3.23 3/178 17785
/proc/meminfo: memFree=27774632/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=3.09 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 5345 0 0 0 308 1 0 0 20 0 2 0 333085357 88711168 5053 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 5053 186 433 0 21222 0
[pid=17783/tid=17785] ppid=17781 vsize=86632 CPUtime=3.05 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 3811 0 0 0 304 1 0 0 20 0 2 0 333085360 88711168 5053 33554432000 4194304 5964350 140736909119104 140571816077304 5136340 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) 86632

[startup+6.30031 s]
/proc/loadavg: 2.04 2.76 3.22 3/178 17785
/proc/meminfo: memFree=27768440/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=6.29 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 7685 0 0 0 627 2 0 0 20 0 2 0 333085357 88711168 7393 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 7393 186 433 0 21222 0
[pid=17783/tid=17785] ppid=17781 vsize=86632 CPUtime=6.25 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 6151 0 0 0 623 2 0 0 20 0 2 0 333085360 88711168 7393 33554432000 4194304 5964350 140736909119104 140571816077240 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86632

[startup+12.7003 s]
/proc/loadavg: 2.04 2.75 3.22 3/178 17787
/proc/meminfo: memFree=27756056/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=86632 CPUtime=12.68 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 9548 0 0 0 1266 2 0 0 20 0 2 0 333085357 88711168 9251 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21658 9251 186 433 0 21222 0
[pid=17783/tid=17785] ppid=17781 vsize=86632 CPUtime=12.64 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 8014 0 0 0 1261 3 0 0 20 0 2 0 333085360 88711168 9251 33554432000 4194304 5964350 140736909119104 140571816077352 4400007 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) 86632

[startup+25.5003 s]
/proc/loadavg: 2.03 2.71 3.20 3/178 17787
/proc/meminfo: memFree=27736192/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=87116 CPUtime=25.47 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 14787 0 0 0 2542 5 0 0 20 0 2 0 333085357 89206784 14482 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 21779 14482 186 433 0 21343 0
[pid=17783/tid=17785] ppid=17781 vsize=87116 CPUtime=25.43 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 13253 0 0 0 2538 5 0 0 20 0 2 0 333085360 89206784 14482 33554432000 4194304 5964350 140736909119104 140571816077112 4381928 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87116

[startup+51.1003 s]
/proc/loadavg: 2.02 2.65 3.16 3/177 17787
/proc/meminfo: memFree=27688560/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=152652 CPUtime=51.05 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 26452 0 0 0 5095 10 0 0 20 0 2 0 333085357 156315648 26135 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 38163 26135 186 433 0 37727 0
[pid=17783/tid=17785] ppid=17781 vsize=152652 CPUtime=51.01 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 24918 0 0 0 5091 10 0 0 20 0 2 0 333085360 156315648 26135 33554432000 4194304 5964350 140736909119104 140571816077304 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 152652

[startup+102.307 s]
/proc/loadavg: 2.01 2.55 3.10 3/177 17788
/proc/meminfo: memFree=27662432/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=152892 CPUtime=102.24 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 32384 0 0 0 10213 11 0 0 20 0 2 0 333085357 156561408 32569 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 38223 32569 186 433 0 37787 0
[pid=17783/tid=17785] ppid=17781 vsize=152892 CPUtime=102.21 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 30850 0 0 0 10208 13 0 0 20 0 2 0 333085360 156561408 32569 33554432000 4194304 5964350 140736909119104 140571816077112 4399976 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152892

[startup+162.3 s]
/proc/loadavg: 2.05 2.46 3.04 3/177 17788
/proc/meminfo: memFree=27621516/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=218428 CPUtime=162.21 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 42970 0 0 0 16205 16 0 0 20 0 2 0 333085357 223670272 43155 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 54607 43155 186 433 0 54171 0
[pid=17783/tid=17785] ppid=17781 vsize=218428 CPUtime=162.21 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 41436 0 0 0 16202 19 0 0 20 0 2 0 333085360 223670272 43155 33554432000 4194304 5964350 140736909119104 140571816077112 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 218428

[startup+222.3 s]
/proc/loadavg: 2.02 2.38 2.97 3/177 17788
/proc/meminfo: memFree=27602916/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=218428 CPUtime=222.2 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 44035 0 0 0 22204 16 0 0 20 0 2 0 333085357 223670272 44220 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 54607 44220 186 433 0 54171 0
[pid=17783/tid=17785] ppid=17781 vsize=218428 CPUtime=222.21 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 42501 0 0 0 22201 20 0 0 20 0 2 0 333085360 223670272 44220 33554432000 4194304 5964350 140736909119104 140571816077112 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 218428

[startup+282.3 s]
/proc/loadavg: 2.00 2.31 2.90 3/177 17788
/proc/meminfo: memFree=27580092/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=218428 CPUtime=282.16 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 44105 0 0 0 28200 16 0 0 20 0 2 0 333085357 223670272 44274 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 54607 44274 186 433 0 54171 0
[pid=17783/tid=17785] ppid=17781 vsize=218428 CPUtime=282.18 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 42571 0 0 0 28197 21 0 0 20 0 2 0 333085360 223670272 44274 33554432000 4194304 5964350 140736909119104 140571816077304 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 218428

[startup+342.3 s]
/proc/loadavg: 2.00 2.25 2.85 3/177 17788
/proc/meminfo: memFree=27508080/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=284324 CPUtime=342.14 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 60324 0 0 0 34189 25 0 0 20 0 2 0 333085357 291147776 60517 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 71081 60517 186 433 0 70645 0
[pid=17783/tid=17785] ppid=17781 vsize=284324 CPUtime=342.17 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 58790 0 0 0 34186 31 0 0 20 0 2 0 333085360 291147776 60517 33554432000 4194304 5964350 140736909119104 140571816077352 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 284324

[startup+402.3 s]
/proc/loadavg: 2.00 2.20 2.79 3/177 17789
/proc/meminfo: memFree=27479912/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=349860 CPUtime=402.13 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 67489 0 0 0 40184 29 0 0 20 0 2 0 333085357 358256640 67682 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 87465 67682 186 433 0 87029 0
[pid=17783/tid=17785] ppid=17781 vsize=349860 CPUtime=402.17 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 65955 0 0 0 40181 36 0 0 20 0 2 0 333085360 358256640 67682 33554432000 4194304 5964350 140736909119104 140571816077304 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 349860

[startup+462.3 s]
/proc/loadavg: 2.00 2.16 2.74 3/177 17789
/proc/meminfo: memFree=27454596/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=349860 CPUtime=462.12 cores=1,3,5,7

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

/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100547 0 0 0 130138 77 0 0 20 0 2 0 333085360 496451584 102272 33554432000 4194304 5964350 140736909119104 140571816077304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 484816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/177 17821
/proc/meminfo: memFree=27247900/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1361.92 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102081 0 0 0 136134 58 0 0 20 0 2 0 333085357 496451584 102272 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102272 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1362.15 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100547 0 0 0 136137 78 0 0 20 0 2 0 333085360 496451584 102272 33554432000 4194304 5964350 140736909119104 140571816077304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 484816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.24 3/176 17821
/proc/meminfo: memFree=27247348/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1421.91 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102087 0 0 0 142133 58 0 0 20 0 2 0 333085357 496451584 102278 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102278 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1422.16 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100553 0 0 0 142137 79 0 0 20 0 2 0 333085360 496451584 102278 33554432000 4194304 5964350 140736909119104 140571816077304 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 484816

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.23 3/177 17822
/proc/meminfo: memFree=27246412/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1481.87 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102116 0 0 0 148129 58 0 0 20 0 2 0 333085357 496451584 102153 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102153 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1482.13 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100582 0 0 0 148133 80 0 0 20 0 2 0 333085360 496451584 102153 33554432000 4194304 5964350 140736909119104 140571816077336 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 484816

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.21 3/177 17861
/proc/meminfo: memFree=27558880/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1541.86 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102117 0 0 0 154128 58 0 0 20 0 2 0 333085357 496451584 102155 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102155 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1542.13 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100583 0 0 0 154132 81 0 0 20 0 2 0 333085360 496451584 102155 33554432000 4194304 5964350 140736909119104 140571816077336 4390788 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 484816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/177 17862
/proc/meminfo: memFree=27492044/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1601.85 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102117 0 0 0 160127 58 0 0 20 0 2 0 333085357 496451584 102155 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102155 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1602.13 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100583 0 0 0 160131 82 0 0 20 0 2 0 333085360 496451584 102155 33554432000 4194304 5964350 140736909119104 140571816077336 4381943 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 484816

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.18 3/177 17862
/proc/meminfo: memFree=27438972/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1661.84 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102117 0 0 0 166126 58 0 0 20 0 2 0 333085357 496451584 102155 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102155 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1662.14 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100583 0 0 0 166131 83 0 0 20 0 2 0 333085360 496451584 102155 33554432000 4194304 5964350 140736909119104 140571816077336 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 484816

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.17 3/177 17862
/proc/meminfo: memFree=27399764/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1721.83 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 172125 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1722.14 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 172130 84 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 484816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/177 17862
/proc/meminfo: memFree=27351556/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1781.82 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 178124 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1782.14 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 178129 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4381622 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 484816

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27351540/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1791.43 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179085 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1791.75 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179090 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 484816

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1794.63 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179405 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1794.95 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179410 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 484816

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1797.82 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179724 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1798.14 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179729 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4381597 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 484816

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1798.62 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179804 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1798.94 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179809 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 484816

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1799.03 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179845 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1799.35 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179850 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 484816

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1799.42 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179884 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1799.74 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179889 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 484816

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.15 3/177 17862
/proc/meminfo: memFree=27349676/32873852 swapFree=6856/6856
[pid=17783] ppid=17781 vsize=484816 CPUtime=1799.52 cores=1,3,5,7
/proc/17783/stat : 17783 (wbo1.72) S 17781 17783 17516 0 -1 4202496 102118 0 0 0 179894 58 0 0 20 0 2 0 333085357 496451584 102227 33554432000 4194304 5964350 140736909119104 140736909118624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17783/statm: 121204 102227 186 433 0 120768 0
[pid=17783/tid=17785] ppid=17781 vsize=484816 CPUtime=1799.84 cores=1,3,5,7
/proc/17783/task/17785/stat : 17785 (wbo1.72) R 17781 17783 17516 0 -1 4202560 100584 0 0 0 179899 85 0 0 20 0 2 0 333085360 496451584 102227 33554432000 4194304 5964350 140736909119104 140571816077336 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 484816

Child status: 255
Real time (s): 1800
CPU time (s): 1799.89
CPU user time (s): 1799.03
CPU system time (s): 0.864868
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 484816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 0.864868
maximum resident set size= 410304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102121
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= 191
involuntary context switches= 1954

runsolver used 2.96055 second user time and 9.07162 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 22:39:54
IDJOB=3727227
IDBENCH=90139
IDSOLVER=2313
FILE ID=node128/3727227-1338669594
RUNJOBID= node128-1338669311-17714
PBS_JOBID= 14636502
Free space on /tmp= 70432 MiB

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

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

MD5SUM BENCH= a3de6c6ee42f8b511357d3857e721bb4
RANDOM SEED=2080160387

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:        27793528 kB
Buffers:          524668 kB
Cached:          3420884 kB
SwapCached:          784 kB
Active:          2040656 kB
Inactive:        2148448 kB
Active(anon):     234488 kB
Inactive(anon):    11368 kB
Active(file):    1806168 kB
Inactive(file):  2137080 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:        249976 kB
Mapped:            14720 kB
Shmem:               200 kB
Slab:             752444 kB
SReclaimable:     194760 kB
SUnreclaim:       557684 kB
KernelStack:        1480 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     146448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70424 MiB
End job on node128 at 2012-06-02 23:09:55