Trace number 3705531

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.7? 1799.65 1800.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark205
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
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 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705531-1338111423.opb.
0.00/0.00	c Instance file HOME/instance-3705531-1338111423.opb
0.00/0.00	c File size is 9394239 bytes.
0.79/0.85	c Cost Offset: 0
0.79/0.85	c Highest Coefficient sum: 757
0.79/0.85	c ============================[ Problem Statistics ]=============================
0.79/0.85	c |                                                                             |
0.79/0.85	c |  Parsing time:          0.86         s                                      |
0.79/0.85	c |  Number Variables:      167056                                              |
0.79/0.85	c |  Number Clauses:        167355                                              |
0.79/0.85	c |  Number Cardinality:    1965                                                |
0.79/0.85	c |  Number PB Constraints: 556                                                 |
0.79/0.85	c |                                                                             |
1.00/1.07	c |  Problem Type:          Optimization                                        |
1.00/1.07	c |  Objective Function:    Cardinality Constraint                              |
1.00/1.07	c |                                                                             |
1.00/1.07	c ============================[ Search Statistics ]==============================
1.00/1.07	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
1.00/1.07	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
1.00/1.07	c ===============================================================================
1.19/1.27	c | 1.27      | 0  | 1            lb |  0                0                0.00  |
1.69/1.76	c | 1.77      | 0  | 2            lb |  0                0                0.00  |
2.88/2.98	c | 2.98      | 0  | 3            lb |  0                0                0.00  |
3.38/3.40	c | 3.40      | 0  | 4            lb |  0                0                0.00  |
4.79/4.81	c | 4.81      | 0  | 5            lb |  0                0                0.00  |
29.08/29.16	c | 29.16     | 0  | 6            lb |  0                0                0.00  |
29.58/29.65	c | 29.65     | 0  | 7            lb |  0                0                0.00  |
31.07/31.18	c | 31.19     | 0  | 8            lb |  0                0                0.00  |
37.28/37.38	c | 37.38     | 0  | 9            lb |  0                0                0.00  |
69.46/69.50	c | 69.51     | 0  | 10           lb |  0                0                0.00  |
1799.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.00 s
1799.65/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-3705531-1338111423/watcher-3705531-1338111423 -o /tmp/evaluation-result-3705531-1338111423/solver-3705531-1338111423 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705531-1338111423.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25544
/proc/meminfo: memFree=24291148/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=13676 CPUtime=0 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) R 25542 25544 22359 0 -1 4202496 630 0 0 0 0 0 0 0 20 0 1 0 277269579 14004224 583 33554432000 4194304 5963574 140736909227936 140734668817432 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 3419 583 168 432 0 690 0

[startup+0.0854179 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25544
/proc/meminfo: memFree=24291148/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=38872 CPUtime=0.07 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) R 25542 25544 22359 0 -1 4202496 7003 0 0 0 7 0 0 0 20 0 1 0 277269579 39804928 6498 33554432000 4194304 5963574 140736909227936 140734668817432 4395185 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 9718 6503 357 432 0 6989 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38872

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25544
/proc/meminfo: memFree=24291148/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=43484 CPUtime=0.09 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) R 25542 25544 22359 0 -1 4202496 8207 0 0 0 8 1 0 0 20 0 1 0 277269579 44527616 7701 33554432000 4194304 5963574 140736909227936 140734668817432 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 10871 7701 393 432 0 8142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43484

[startup+0.300289 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25544
/proc/meminfo: memFree=24291148/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=75716 CPUtime=0.29 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) R 25542 25544 22359 0 -1 4202496 16050 0 0 0 27 2 0 0 20 0 1 0 277269579 77533184 15448 33554432000 4194304 5963574 140736909227936 140734668817432 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 18929 15449 962 432 0 16200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75716

[startup+0.700288 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25544
/proc/meminfo: memFree=24291148/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=93392 CPUtime=0.69 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) R 25542 25544 22359 0 -1 4202496 21462 0 0 0 66 3 0 0 20 0 1 0 277269579 95633408 20860 33554432000 4194304 5963574 140736909227936 140734668817432 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 23348 20861 2044 432 0 20619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93392

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=24149588/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=293452 CPUtime=1.49 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 62317 0 0 0 139 10 0 0 20 0 2 0 277269579 300494848 55046 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 73363 55046 191 432 0 72928 0
[pid=25544/tid=25546] ppid=25542 vsize=293452 CPUtime=0.62 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 38399 0 0 0 56 6 0 0 20 0 2 0 277269664 300494848 55046 33554432000 4194304 5963574 140736909227936 139766041287112 5138318 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293452

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=24028436/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=293452 CPUtime=3.08 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 70604 0 0 0 297 11 0 0 20 0 2 0 277269579 300494848 65997 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 73363 65997 193 432 0 72928 0
[pid=25544/tid=25546] ppid=25542 vsize=293452 CPUtime=2.22 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 46686 0 0 0 214 8 0 0 20 0 2 0 277269664 300494848 65997 33554432000 4194304 5963574 140736909227936 139766041287192 5138318 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 293452

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=24013776/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=358988 CPUtime=6.28 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 71986 0 0 0 616 12 0 0 20 0 2 0 277269579 367603712 68912 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 89747 68912 194 432 0 89312 0
[pid=25544/tid=25546] ppid=25542 vsize=358988 CPUtime=5.4 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 48068 0 0 0 532 8 0 0 20 0 2 0 277269664 367603712 68912 33554432000 4194304 5963574 140736909227936 139766041286952 4382288 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 358988

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=24010232/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=358988 CPUtime=12.68 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 71986 0 0 0 1256 12 0 0 20 0 2 0 277269579 367603712 68912 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 89747 68912 194 432 0 89312 0
[pid=25544/tid=25546] ppid=25542 vsize=358988 CPUtime=11.79 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 48068 0 0 0 1171 8 0 0 20 0 2 0 277269664 367603712 68912 33554432000 4194304 5963574 140736909227936 139766041286952 4381137 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) 358988

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=24006772/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=358988 CPUtime=25.48 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 71986 0 0 0 2536 12 0 0 20 0 2 0 277269579 367603712 68912 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 89747 68912 194 432 0 89312 0
[pid=25544/tid=25546] ppid=25542 vsize=358988 CPUtime=24.55 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 48068 0 0 0 2447 8 0 0 20 0 2 0 277269664 367603712 68912 33554432000 4194304 5963574 140736909227936 139766041286952 4381274 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) 358988

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=23979252/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=358988 CPUtime=51.07 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 73809 0 0 0 5095 12 0 0 20 0 2 0 277269579 367603712 73556 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 89747 73556 194 432 0 89312 0
[pid=25544/tid=25546] ppid=25542 vsize=358988 CPUtime=50.09 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 49891 0 0 0 5000 9 0 0 20 0 2 0 277269664 367603712 73556 33554432000 4194304 5963574 140736909227936 139766041287496 4399456 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) 358988

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=23954404/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=358988 CPUtime=102.27 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 74403 0 0 0 10214 13 0 0 20 0 2 0 277269579 367603712 75280 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 89747 75280 194 432 0 89312 0
[pid=25544/tid=25546] ppid=25542 vsize=358988 CPUtime=101.16 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 50485 0 0 0 10106 10 0 0 20 0 2 0 277269664 367603712 75280 33554432000 4194304 5963574 140736909227936 139766041287496 4381137 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 358988

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25546
/proc/meminfo: memFree=23858480/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=424524 CPUtime=162.25 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 91023 0 0 0 16209 16 0 0 20 0 2 0 277269579 434712576 93175 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 106131 93175 194 432 0 105696 0
[pid=25544/tid=25546] ppid=25542 vsize=424524 CPUtime=161 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 67105 0 0 0 16086 14 0 0 20 0 2 0 277269664 434712576 93175 33554432000 4194304 5963574 140736909227936 139766041286648 4381161 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 424524

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25588
/proc/meminfo: memFree=27000540/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=490060 CPUtime=222.23 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 104768 0 0 0 22204 19 0 0 20 0 2 0 277269579 501821440 106919 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 122515 106919 194 432 0 122080 0
[pid=25544/tid=25546] ppid=25542 vsize=490060 CPUtime=220.84 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 80850 0 0 0 22066 18 0 0 20 0 2 0 277269664 501821440 106919 33554432000 4194304 5963574 140736909227936 139766041286648 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 490060

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25589
/proc/meminfo: memFree=26911200/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=555596 CPUtime=282.22 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 117198 0 0 0 28201 21 0 0 20 0 2 0 277269579 568930304 119384 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 138899 119384 194 432 0 138464 0
[pid=25544/tid=25546] ppid=25542 vsize=555596 CPUtime=280.68 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 93280 0 0 0 28046 22 0 0 20 0 2 0 277269664 568930304 119384 33554432000 4194304 5963574 140736909227936 139766041286648 4399639 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 555596

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25589
/proc/meminfo: memFree=26814632/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=555596 CPUtime=342.21 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 128439 0 0 0 34197 24 0 0 20 0 2 0 277269579 568930304 130625 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 138899 130625 194 432 0 138464 0
[pid=25544/tid=25546] ppid=25542 vsize=555596 CPUtime=340.53 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 104521 0 0 0 34028 25 0 0 20 0 2 0 277269664 568930304 130625 33554432000 4194304 5963574 140736909227936 139766041286648 4399651 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 555596

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25589
/proc/meminfo: memFree=26766820/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=621132 CPUtime=402.21 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 140034 0 0 0 40194 27 0 0 20 0 2 0 277269579 636039168 142220 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 155283 142220 194 432 0 154848 0
[pid=25544/tid=25546] ppid=25542 vsize=621132 CPUtime=400.37 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 116116 0 0 0 40008 29 0 0 20 0 2 0 277269664 636039168 142220 33554432000 4194304 5963574 140736909227936 139766041286648 4381740 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 621132

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25589
/proc/meminfo: memFree=26725704/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=686668 CPUtime=462.19 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 25598
/proc/meminfo: memFree=26088468/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1145420 CPUtime=1422.02 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 276563 0 0 0 142143 59 0 0 20 0 2 0 277269579 1172910080 278780 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 286355 278780 194 432 0 285920 0
[pid=25544/tid=25546] ppid=25542 vsize=1145420 CPUtime=1417.73 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 252645 0 0 0 141697 76 0 0 20 0 2 0 277269664 1172910080 278780 33554432000 4194304 5963574 140736909227936 139766041286648 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1145420

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 25621
/proc/meminfo: memFree=26064460/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1210956 CPUtime=1482.01 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 282371 0 0 0 148141 60 0 0 20 0 2 0 277269579 1240018944 284588 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 302739 284588 194 432 0 302304 0
[pid=25544/tid=25546] ppid=25542 vsize=1210956 CPUtime=1477.57 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 258453 0 0 0 147679 78 0 0 20 0 2 0 277269664 1240018944 284588 33554432000 4194304 5963574 140736909227936 139766041286648 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1210956

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 25622
/proc/meminfo: memFree=26039656/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1210956 CPUtime=1542 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 288637 0 0 0 154139 61 0 0 20 0 2 0 277269579 1240018944 290854 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 302739 290854 194 432 0 302304 0
[pid=25544/tid=25546] ppid=25542 vsize=1210956 CPUtime=1537.41 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 264719 0 0 0 153661 80 0 0 20 0 2 0 277269664 1240018944 290854 33554432000 4194304 5963574 140736909227936 139766041286648 4381121 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1210956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25622
/proc/meminfo: memFree=26015024/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1210956 CPUtime=1601.99 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 294882 0 0 0 160137 62 0 0 20 0 2 0 277269579 1240018944 297099 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 302739 297099 194 432 0 302304 0
[pid=25544/tid=25546] ppid=25542 vsize=1210956 CPUtime=1597.26 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 270964 0 0 0 159644 82 0 0 20 0 2 0 277269664 1240018944 297099 33554432000 4194304 5963574 140736909227936 139766041286648 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1210956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25622
/proc/meminfo: memFree=25986044/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1276492 CPUtime=1661.98 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 302060 0 0 0 166135 63 0 0 20 0 2 0 277269579 1307127808 304277 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 319123 304277 194 432 0 318688 0
[pid=25544/tid=25546] ppid=25542 vsize=1276492 CPUtime=1657.1 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 278142 0 0 0 165626 84 0 0 20 0 2 0 277269664 1307127808 304277 33554432000 4194304 5963574 140736909227936 139766041286648 4399603 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1276492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25622
/proc/meminfo: memFree=25962720/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1276492 CPUtime=1721.96 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 307936 0 0 0 172132 64 0 0 20 0 2 0 277269579 1307127808 310168 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 319123 310168 194 432 0 318688 0
[pid=25544/tid=25546] ppid=25542 vsize=1276492 CPUtime=1716.94 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 284018 0 0 0 171607 87 0 0 20 0 2 0 277269664 1307127808 310168 33554432000 4194304 5963574 140736909227936 139766041286648 4399592 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1276492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25622
/proc/meminfo: memFree=25925796/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1781.96 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 314255 0 0 0 178130 66 0 0 20 0 2 0 277269579 1374236672 316513 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 316513 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1776.79 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 290337 0 0 0 177591 88 0 0 20 0 2 0 277269664 1374236672 316513 33554432000 4194304 5963574 140736909227936 139766041286648 4399603 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1342028

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25622
/proc/meminfo: memFree=25915488/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1791.56 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 315394 0 0 0 179090 66 0 0 20 0 2 0 277269579 1374236672 317661 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 317661 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1786.37 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 291476 0 0 0 178548 89 0 0 20 0 2 0 277269664 1374236672 317661 33554432000 4194304 5963574 140736909227936 139766041286648 4381787 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 1342028

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 25622
/proc/meminfo: memFree=25912520/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1794.75 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 315717 0 0 0 179409 66 0 0 20 0 2 0 277269579 1374236672 317984 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 317984 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1789.56 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 291799 0 0 0 178867 89 0 0 20 0 2 0 277269664 1374236672 317984 33554432000 4194304 5963574 140736909227936 139766041286648 4381210 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 1342028

[startup+1798.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 25623
/proc/meminfo: memFree=25910776/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1797.95 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 316162 0 0 0 179729 66 0 0 20 0 2 0 277269579 1374236672 318429 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 318429 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1792.75 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 292244 0 0 0 179186 89 0 0 20 0 2 0 277269664 1374236672 318429 33554432000 4194304 5963574 140736909227936 139766041286648 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 1342028

[startup+1799.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 25623
/proc/meminfo: memFree=25909412/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1798.75 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 316246 0 0 0 179809 66 0 0 20 0 2 0 277269579 1374236672 318513 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 318513 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1793.55 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 292328 0 0 0 179266 89 0 0 20 0 2 0 277269664 1374236672 318513 33554432000 4194304 5963574 140736909227936 139766041286648 4382288 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 1342028

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25623
/proc/meminfo: memFree=25907924/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1799.15 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 316293 0 0 0 179849 66 0 0 20 0 2 0 277269579 1374236672 318560 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 318560 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1793.95 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 292375 0 0 0 179306 89 0 0 20 0 2 0 277269664 1374236672 318560 33554432000 4194304 5963574 140736909227936 139766041286648 4381074 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 1342028

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25623
/proc/meminfo: memFree=25907924/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1799.55 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 316351 0 0 0 179889 66 0 0 20 0 2 0 277269579 1374236672 318618 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 318618 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1794.34 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 292433 0 0 0 179345 89 0 0 20 0 2 0 277269664 1374236672 318618 33554432000 4194304 5963574 140736909227936 139766041286648 4381096 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 1342028

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25623
/proc/meminfo: memFree=25907924/32873648 swapFree=6336/6336
[pid=25544] ppid=25542 vsize=1342028 CPUtime=1799.65 cores=1,3,5,7
/proc/25544/stat : 25544 (wbo1.7) S 25542 25544 22359 0 -1 4202496 316361 0 0 0 179899 66 0 0 20 0 2 0 277269579 1374236672 318628 33554432000 4194304 5963574 140736909227936 140736909227456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25544/statm: 335507 318628 194 432 0 335072 0
[pid=25544/tid=25546] ppid=25542 vsize=1342028 CPUtime=1794.44 cores=1,3,5,7
/proc/25544/task/25546/stat : 25546 (wbo1.7) R 25542 25544 22359 0 -1 4202560 292443 0 0 0 179355 89 0 0 20 0 2 0 277269664 1374236672 318628 33554432000 4194304 5963574 140736909227936 139766041286648 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 1342028

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25544 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=385211
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=956854
# CPU time returned by wait4() is 1795.34
# while last known CPU time is 1799.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.65
CPU user time (s): 1798.99
CPU system time (s): 0.66
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 1342028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 0.956854
maximum resident set size= 1274512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316361
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= 104
involuntary context switches= 2662

runsolver used 3.65944 second user time and 9.02063 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 11:37:03
IDJOB=3705531
IDBENCH=89840
IDSOLVER=2283
FILE ID=node112/3705531-1338111423
RUNJOBID= node112-1338087345-22376
PBS_JOBID= 14624440
Free space on /tmp= 71240 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-631710.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705531-1338111423/watcher-3705531-1338111423 -o /tmp/evaluation-result-3705531-1338111423/solver-3705531-1338111423 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705531-1338111423.opb

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=760070877

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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:       32873648 kB
MemFree:        24291412 kB
Buffers:          335560 kB
Cached:          4524816 kB
SwapCached:            0 kB
Active:          4008668 kB
Inactive:        3755240 kB
Active(anon):    2905968 kB
Inactive(anon):        0 kB
Active(file):    1102700 kB
Inactive(file):  3755240 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14740 kB
Writeback:             0 kB
AnonPages:       2909680 kB
Mapped:            15116 kB
Shmem:               200 kB
Slab:             674436 kB
SReclaimable:     118252 kB
SUnreclaim:       556184 kB
KernelStack:        1464 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1046052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2390016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71568 MiB
End job on node112 at 2012-05-27 12:07:03