Trace number 3727721

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.76 1800.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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-3727721-1338665382.opb.
0.00/0.00	c Instance file HOME/instance-3727721-1338665382.opb
0.00/0.00	c File size is 792041 bytes.
0.02/0.06	c Cost Offset: 0
0.02/0.06	c Highest Coefficient sum: 1199
0.02/0.06	c ============================[ Problem Statistics ]=============================
0.02/0.06	c |                                                                             |
0.02/0.06	c |  Parsing time:          0.07         s                                      |
0.02/0.06	c |  Number Variables:      8424                                                |
0.02/0.06	c |  Number Clauses:        8512                                                |
0.02/0.06	c |  Number Cardinality:    98                                                  |
0.02/0.06	c |  Number PB Constraints: 576                                                 |
0.02/0.06	c |                                                                             |
0.02/0.07	c |  Problem Type:          Optimization                                        |
0.02/0.07	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.07	c |                                                                             |
0.02/0.07	c ============================[ Search Statistics ]==============================
0.02/0.07	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.07	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.07	c ===============================================================================
1799.35/1800.00	c ===============================================================================
1799.35/1800.00	c Wall Clock Time: 1800.00 s
1799.35/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-3727721-1338665382/watcher-3727721-1338665382 -o /tmp/evaluation-result-3727721-1338665382/solver-3727721-1338665382 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727721-1338665382.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/175 17270
/proc/meminfo: memFree=28012108/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=4464 CPUtime=0 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) R 17268 17270 14594 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 332664138 4571136 397 33554432000 4194304 5964350 140736246706048 140736497598088 5179179 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 1158 407 172 433 0 528 0

[startup+0.03338 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17270
/proc/meminfo: memFree=28012108/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=7904 CPUtime=0.02 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) R 17268 17270 14594 0 -1 4202496 1337 0 0 0 2 0 0 0 20 0 1 0 332664138 8093696 1289 33554432000 4194304 5964350 140736246706048 140736497598088 4344688 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 1976 1290 250 433 0 1346 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7904

[startup+0.100184 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17270
/proc/meminfo: memFree=28012108/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=0.09 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 4153 0 0 0 8 1 0 0 20 0 2 0 332664138 92491776 3767 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 3767 188 433 0 22145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90324

[startup+0.300115 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17270
/proc/meminfo: memFree=28012108/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=0.29 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 4399 0 0 0 28 1 0 0 20 0 2 0 332664138 92491776 4013 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 4013 190 433 0 22145 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90324

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17270
/proc/meminfo: memFree=28012108/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=0.69 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 4844 0 0 0 68 1 0 0 20 0 2 0 332664138 92491776 4458 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 4458 190 433 0 22145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90324

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17272
/proc/meminfo: memFree=27993492/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=1.48 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 5778 0 0 0 147 1 0 0 20 0 2 0 332664138 92491776 5392 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 5392 190 433 0 22145 0
[pid=17270/tid=17272] ppid=17268 vsize=90324 CPUtime=1.41 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 3346 0 0 0 140 1 0 0 20 0 2 0 332664145 92491776 5392 33554432000 4194304 5964350 140736246706048 139919322003448 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) 90324

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17272
/proc/meminfo: memFree=27987540/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=3.09 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 7514 0 0 0 307 2 0 0 20 0 2 0 332664138 92491776 7128 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 7128 190 433 0 22145 0
[pid=17270/tid=17272] ppid=17268 vsize=90324 CPUtime=3.01 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 5082 0 0 0 300 1 0 0 20 0 2 0 332664145 92491776 7128 33554432000 4194304 5964350 140736246706048 139919322003448 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) 90324

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17272
/proc/meminfo: memFree=27974620/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=6.29 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 8887 0 0 0 626 3 0 0 20 0 2 0 332664138 92491776 8501 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 8501 190 433 0 22145 0
[pid=17270/tid=17272] ppid=17268 vsize=90324 CPUtime=6.21 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 6455 0 0 0 619 2 0 0 20 0 2 0 332664145 92491776 8501 33554432000 4194304 5964350 140736246706048 139919322003448 4381913 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) 90324

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17272
/proc/meminfo: memFree=27957648/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90324 CPUtime=12.69 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 12242 0 0 0 1264 5 0 0 20 0 2 0 332664138 92491776 11856 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22581 11856 190 433 0 22145 0
[pid=17270/tid=17272] ppid=17268 vsize=90324 CPUtime=12.62 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 9810 0 0 0 1257 5 0 0 20 0 2 0 332664145 92491776 11856 33554432000 4194304 5964350 140736246706048 139919322003256 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90324

[startup+25.5002 s]
/proc/loadavg: 2.15 2.03 2.01 3/178 17275
/proc/meminfo: memFree=27943852/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=90648 CPUtime=25.48 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 14972 0 0 0 2542 6 0 0 20 0 2 0 332664138 92823552 14586 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 22662 14586 190 433 0 22226 0
[pid=17270/tid=17272] ppid=17268 vsize=90648 CPUtime=25.41 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 12540 0 0 0 2535 6 0 0 20 0 2 0 332664145 92823552 14586 33554432000 4194304 5964350 140736246706048 139919322003496 4399906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90648

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 17275
/proc/meminfo: memFree=27882332/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=156344 CPUtime=51.07 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 26490 0 0 0 5097 10 0 0 20 0 2 0 332664138 160096256 26104 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 39086 26104 190 433 0 38650 0
[pid=17270/tid=17272] ppid=17268 vsize=156344 CPUtime=51.01 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 24058 0 0 0 5090 11 0 0 20 0 2 0 332664145 160096256 26104 33554432000 4194304 5964350 140736246706048 139919322003448 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 156344

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 17275
/proc/meminfo: memFree=27771288/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=222120 CPUtime=102.26 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 47149 0 0 0 10209 17 0 0 20 0 2 0 332664138 227450880 46776 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 55530 46776 190 433 0 55094 0
[pid=17270/tid=17272] ppid=17268 vsize=222120 CPUtime=102.2 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 44717 0 0 0 10202 18 0 0 20 0 2 0 332664145 227450880 46776 33554432000 4194304 5964350 140736246706048 139919322003448 4381939 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 222120

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 17275
/proc/meminfo: memFree=27744532/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=222120 CPUtime=162.21 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 47212 0 0 0 16204 17 0 0 20 0 2 0 332664138 227450880 46816 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 55530 46816 190 433 0 55094 0
[pid=17270/tid=17272] ppid=17268 vsize=222120 CPUtime=162.17 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 44780 0 0 0 16198 19 0 0 20 0 2 0 332664145 227450880 46816 33554432000 4194304 5964350 140736246706048 139919322003448 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 222120

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17275
/proc/meminfo: memFree=27662836/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=288016 CPUtime=222.19 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 61615 0 0 0 22197 22 0 0 20 0 2 0 332664138 294928384 62211 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 72004 62211 190 433 0 71568 0
[pid=17270/tid=17272] ppid=17268 vsize=288016 CPUtime=222.15 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 59183 0 0 0 22190 25 0 0 20 0 2 0 332664145 294928384 62211 33554432000 4194304 5964350 140736246706048 139919322003448 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 288016

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17276
/proc/meminfo: memFree=27595616/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=353552 CPUtime=282.17 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 72042 0 0 0 28193 24 0 0 20 0 2 0 332664138 362037248 72638 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 88388 72638 190 433 0 87952 0
[pid=17270/tid=17272] ppid=17268 vsize=353552 CPUtime=282.14 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 69610 0 0 0 28185 29 0 0 20 0 2 0 332664145 362037248 72638 33554432000 4194304 5964350 140736246706048 139919322003448 4381949 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 353552

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17276
/proc/meminfo: memFree=27559888/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=353552 CPUtime=342.16 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 76199 0 0 0 34190 26 0 0 20 0 2 0 332664138 362037248 76799 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 88388 76799 190 433 0 87952 0
[pid=17270/tid=17272] ppid=17268 vsize=353552 CPUtime=342.14 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 73767 0 0 0 34183 31 0 0 20 0 2 0 332664145 362037248 76799 33554432000 4194304 5964350 140736246706048 139919322003256 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 353552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17276
/proc/meminfo: memFree=27546160/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=353552 CPUtime=402.11 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 76274 0 0 0 40185 26 0 0 20 0 2 0 332664138 362037248 76864 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 88388 76864 190 433 0 87952 0
[pid=17270/tid=17272] ppid=17268 vsize=353552 CPUtime=402.11 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 73842 0 0 0 40179 32 0 0 20 0 2 0 332664145 362037248 76864 33554432000 4194304 5964350 140736246706048 139919322003256 4400462 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 353552

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 17276
/proc/meminfo: memFree=27531528/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=353552 CPUtime=462.1 cores=1,3,5,7

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

/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 185057 0 0 0 130106 96 0 0 20 0 2 0 332664145 833179648 188008 33554432000 4194304 5964350 140736246706048 139919322003448 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 813652

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 17285
/proc/meminfo: memFree=26773572/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=879512 CPUtime=1361.81 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 204283 0 0 0 136095 86 0 0 20 0 2 0 332664138 900620288 204803 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 219878 204803 190 433 0 219442 0
[pid=17270/tid=17272] ppid=17268 vsize=879512 CPUtime=1362.02 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 201851 0 0 0 136095 107 0 0 20 0 2 0 332664145 900620288 204803 33554432000 4194304 5964350 140736246706048 139919322003448 4400029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 879512

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 17285
/proc/meminfo: memFree=26713460/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=945372 CPUtime=1421.77 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 219244 0 0 0 142082 95 0 0 20 0 2 0 332664138 968060928 219785 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 236343 219785 190 433 0 235907 0
[pid=17270/tid=17272] ppid=17268 vsize=945372 CPUtime=1421.99 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 216812 0 0 0 142083 116 0 0 20 0 2 0 332664145 968060928 219785 33554432000 4194304 5964350 140736246706048 139919322003448 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 945372

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/177 17285
/proc/meminfo: memFree=26631528/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1481.7 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 234926 0 0 0 148068 102 0 0 20 0 2 0 332664138 1036574720 235542 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 235542 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1481.95 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 232494 0 0 0 148070 125 0 0 20 0 2 0 332664145 1036574720 235542 33554432000 4194304 5964350 140736246706048 139919322003448 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 1012280

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/177 17286
/proc/meminfo: memFree=26616936/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1541.69 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238291 0 0 0 154066 103 0 0 20 0 2 0 332664138 1036574720 238916 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238916 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1541.95 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235859 0 0 0 154068 127 0 0 20 0 2 0 332664145 1036574720 238916 33554432000 4194304 5964350 140736246706048 139919322003448 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 1012280

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/177 17286
/proc/meminfo: memFree=26609592/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1601.68 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 160065 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1601.95 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 160067 128 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4403423 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 1012280

[startup+1662.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/177 17325
/proc/meminfo: memFree=27068508/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1661.67 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 166064 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1661.95 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 166066 129 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1012280

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/177 17325
/proc/meminfo: memFree=27009296/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1721.66 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 172063 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1721.95 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 172065 130 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4400321 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 1012280

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/177 17325
/proc/meminfo: memFree=27004088/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1781.65 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 178062 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1781.96 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 178065 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4381913 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1012280

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

[startup+1791.91 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 17325
/proc/meminfo: memFree=27003964/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1791.25 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179022 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1791.56 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179025 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4388915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 1012280

[startup+1795.1 s]
/proc/loadavg: 2.11 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27003592/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1794.45 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179342 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1794.76 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179345 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4220944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 1012280

[startup+1798.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27002848/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1797.65 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179662 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1797.96 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179665 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (KiB) 1012280

[startup+1799.1 s]
/proc/loadavg: 2.11 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27002228/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1798.45 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179742 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1798.76 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179745 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (KiB) 1012280

[startup+1799.5 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27001856/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1798.85 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179782 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1799.16 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179785 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 1012280

[startup+1799.9 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27001856/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1799.25 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179822 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1799.56 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179825 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4381894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (KiB) 1012280

[startup+1800 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 17325
/proc/meminfo: memFree=27001856/32873852 swapFree=6856/6856
[pid=17270] ppid=17268 vsize=1012280 CPUtime=1799.35 cores=1,3,5,7
/proc/17270/stat : 17270 (wbo1.72) S 17268 17270 14594 0 -1 4202496 238297 0 0 0 179832 103 0 0 20 0 2 0 332664138 1036574720 238931 33554432000 4194304 5964350 140736246706048 140736246705568 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17270/statm: 253070 238931 190 433 0 252634 0
[pid=17270/tid=17272] ppid=17268 vsize=1012280 CPUtime=1799.66 cores=1,3,5,7
/proc/17270/task/17272/stat : 17272 (wbo1.72) R 17268 17270 14594 0 -1 4202560 235865 0 0 0 179835 131 0 0 20 0 2 0 332664145 1036574720 238931 33554432000 4194304 5964350 140736246706048 139919322003448 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 1012280

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.76
CPU user time (s): 1798.42
CPU system time (s): 1.3408
CPU usage (%): 99.9857
Max. virtual memory (cumulated for all children) (KiB): 1012280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.3408
maximum resident set size= 955736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238300
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= 323
involuntary context switches= 2512

runsolver used 3.44648 second user time and 9.39557 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 21:29:42
IDJOB=3727721
IDBENCH=71849
IDSOLVER=2313
FILE ID=node128/3727721-1338665382
RUNJOBID= node128-1338650806-16013
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727721-1338665382/watcher-3727721-1338665382 -o /tmp/evaluation-result-3727721-1338665382/solver-3727721-1338665382 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727721-1338665382.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1033947699

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:        28012752 kB
Buffers:          523800 kB
Cached:          3330144 kB
SwapCached:          784 kB
Active:          1828216 kB
Inactive:        2142692 kB
Active(anon):     107616 kB
Inactive(anon):    11368 kB
Active(file):    1720600 kB
Inactive(file):  2131324 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              6232 kB
Writeback:             0 kB
AnonPages:        126508 kB
Mapped:            14800 kB
Shmem:               200 kB
Slab:             752280 kB
SReclaimable:     194632 kB
SUnreclaim:       557648 kB
KernelStack:        1472 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     145324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 70492 MiB
End job on node128 at 2012-06-02 21:59:42