Trace number 3705002

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.57 1800.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1783.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
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 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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-3705002-1338085469.opb.
0.00/0.00	c Instance file HOME/instance-3705002-1338085469.opb
0.00/0.00	c File size is 36556625 bytes.
4.59/4.68	c Cost Offset: -1611
4.59/4.68	c Highest Coefficient sum: 98256
4.59/4.68	c ============================[ Problem Statistics ]=============================
4.59/4.68	c |                                                                             |
4.59/4.68	c |  Parsing time:          4.69         s                                      |
4.59/4.68	c |  Number Variables:      1041679                                             |
4.59/4.68	c |  Number Clauses:        2941                                                |
4.59/4.68	c |  Number Cardinality:    1643                                                |
4.59/4.68	c |  Number PB Constraints: 155612                                              |
4.59/4.68	c |                                                                             |
5.39/5.40	c |  Problem Type:          Optimization                                        |
5.39/5.40	c |  Objective Function:    Cardinality Constraint                              |
5.39/5.40	c |                                                                             |
5.39/5.40	c ============================[ Search Statistics ]==============================
5.39/5.40	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
5.39/5.40	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
5.39/5.40	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3705002-1338085469/watcher-3705002-1338085469 -o /tmp/evaluation-result-3705002-1338085469/solver-3705002-1338085469 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705002-1338085469.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12648
/proc/meminfo: memFree=31354976/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=40136 CPUtime=0 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 614 0 0 0 0 0 0 0 20 0 1 0 274671769 41099264 566 33554432000 4194304 5963574 140737427191344 140736880752488 5368695 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 10034 566 169 432 0 674 0

[startup+0.0140991 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12648
/proc/meminfo: memFree=31354976/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=42116 CPUtime=0.01 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 1102 0 0 0 1 0 0 0 20 0 1 0 274671769 43126784 1054 33554432000 4194304 5963574 140737427191344 140737427189224 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 10529 1057 188 432 0 1169 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 42116

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12648
/proc/meminfo: memFree=31354976/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=66088 CPUtime=0.09 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 7276 0 0 0 8 1 0 0 20 0 1 0 274671769 67674112 6736 33554432000 4194304 5963574 140737427191344 140737427189224 4395009 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 16522 6740 401 432 0 7162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 66088

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12648
/proc/meminfo: memFree=31354976/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=113492 CPUtime=0.29 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 20236 0 0 0 26 3 0 0 20 0 1 0 274671769 116215808 18704 33554432000 4194304 5963574 140737427191344 140737427189224 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 28373 18705 873 432 0 19013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113492

[startup+0.70022 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 12648
/proc/meminfo: memFree=31354976/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=203092 CPUtime=0.69 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 40094 0 0 0 62 7 0 0 20 0 1 0 274671769 207966208 40544 33554432000 4194304 5963574 140737427191344 140737427189224 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 50773 40546 1750 432 0 41413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 203092

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 12649
/proc/meminfo: memFree=31115272/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=368984 CPUtime=1.49 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 73839 0 0 0 135 14 0 0 20 0 1 0 274671769 377839616 83876 33554432000 4194304 5963574 140737427191344 140737427189848 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 92279 83878 3476 432 0 82919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 368984

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 12649
/proc/meminfo: memFree=30958884/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=483108 CPUtime=3.08 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) R 12646 12648 12409 0 -1 4202496 105459 0 0 0 289 19 0 0 20 0 1 0 274671769 494702592 115496 33554432000 4194304 5963574 140737427191344 140737427189720 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12648/statm: 120777 115496 6638 432 0 111417 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 483108

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12650
/proc/meminfo: memFree=30438292/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1188000 CPUtime=6.29 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 235020 0 0 0 586 43 0 0 20 0 2 0 274671769 1216512000 279421 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 297000 279424 184 432 0 296565 0
[pid=12648/tid=12650] ppid=12646 vsize=1188000 CPUtime=1.59 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 109048 0 0 0 140 19 0 0 20 0 2 0 274672238 1216512000 279425 33554432000 4194304 5963574 140737427191344 140559972088392 5135642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1188000

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12650
/proc/meminfo: memFree=30239028/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1092436 CPUtime=12.69 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 240911 0 0 0 1224 45 0 0 20 0 2 0 274671769 1118654464 262879 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 273109 262879 191 432 0 272674 0
[pid=12648/tid=12650] ppid=12646 vsize=1092436 CPUtime=7.98 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 114935 0 0 0 777 21 0 0 20 0 2 0 274672238 1118654464 262879 33554432000 4194304 5963574 140737427191344 140559972087704 4402903 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1092436

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12650
/proc/meminfo: memFree=30137728/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1157972 CPUtime=25.49 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 256262 0 0 0 2500 49 0 0 20 0 2 0 274671769 1185763328 278229 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 289493 278229 191 432 0 289058 0
[pid=12648/tid=12650] ppid=12646 vsize=1157972 CPUtime=20.74 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 130286 0 0 0 2049 25 0 0 20 0 2 0 274672238 1185763328 278229 33554432000 4194304 5963574 140737427191344 140559972087320 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1157972

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12650
/proc/meminfo: memFree=29964080/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1289044 CPUtime=51.08 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 282000 0 0 0 5052 56 0 0 20 0 2 0 274671769 1319981056 303963 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 322261 303963 191 432 0 321826 0
[pid=12648/tid=12650] ppid=12646 vsize=1289044 CPUtime=46.28 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 156024 0 0 0 4596 32 0 0 20 0 2 0 274672238 1319981056 303963 33554432000 4194304 5963574 140737427191344 140559972087608 4399522 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1289044

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12650
/proc/meminfo: memFree=29796352/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1354580 CPUtime=102.28 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 299220 0 0 0 10166 62 0 0 20 0 2 0 274671769 1387089920 321180 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 338645 321180 191 432 0 338210 0
[pid=12648/tid=12650] ppid=12646 vsize=1354580 CPUtime=97.36 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 173244 0 0 0 9697 39 0 0 20 0 2 0 274672238 1387089920 321180 33554432000 4194304 5963574 140737427191344 140559972087608 4388778 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1354580

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12651
/proc/meminfo: memFree=29607616/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1420116 CPUtime=162.25 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 322531 0 0 0 16156 69 0 0 20 0 2 0 274671769 1454198784 344487 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 355029 344487 191 432 0 354594 0
[pid=12648/tid=12650] ppid=12646 vsize=1420116 CPUtime=157.19 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 196555 0 0 0 15672 47 0 0 20 0 2 0 274672238 1454198784 344487 33554432000 4194304 5963574 140737427191344 140559972087800 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1420116

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12651
/proc/meminfo: memFree=29495236/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1485652 CPUtime=222.25 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 327885 0 0 0 22155 70 0 0 20 0 2 0 274671769 1521307648 350352 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 371413 350352 191 432 0 370978 0
[pid=12648/tid=12650] ppid=12646 vsize=1485652 CPUtime=217.04 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 201909 0 0 0 21655 49 0 0 20 0 2 0 274672238 1521307648 350352 33554432000 4194304 5963574 140737427191344 140559972087320 4403213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1485652

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 12651
/proc/meminfo: memFree=29447152/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1485652 CPUtime=282.24 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 328532 0 0 0 28154 70 0 0 20 0 2 0 274671769 1521307648 350999 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 371413 350999 191 432 0 370978 0
[pid=12648/tid=12650] ppid=12646 vsize=1485652 CPUtime=276.88 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 202556 0 0 0 27638 50 0 0 20 0 2 0 274672238 1521307648 350999 33554432000 4194304 5963574 140737427191344 140559972087608 4399511 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1485652

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/182 12654
/proc/meminfo: memFree=29410220/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1485652 CPUtime=342.23 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 335300 0 0 0 34150 73 0 0 20 0 2 0 274671769 1521307648 357940 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 371413 357940 191 432 0 370978 0
[pid=12648/tid=12650] ppid=12646 vsize=1485652 CPUtime=336.73 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 209324 0 0 0 33619 54 0 0 20 0 2 0 274672238 1521307648 357940 33554432000 4194304 5963574 140737427191344 140559972087320 4378945 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1485652

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/181 12654
/proc/meminfo: memFree=29386324/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1485652 CPUtime=402.2 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 335336 0 0 0 40147 73 0 0 20 0 2 0 274671769 1521307648 358977 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 371413 358977 191 432 0 370978 0
[pid=12648/tid=12650] ppid=12646 vsize=1485652 CPUtime=396.56 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 209360 0 0 0 39601 55 0 0 20 0 2 0 274672238 1521307648 358977 33554432000 4194304 5963574 140737427191344 140559972087320 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1485652

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 12655
/proc/meminfo: memFree=29320764/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=1551188 CPUtime=462.15 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 345421 0 0 0 46139 76 0 0 20 0 2 0 274671769 1588416512 369371 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 387797 369371 191 432 0 387362 0
[pid=12648/tid=12650] ppid=12646 vsize=1551188 CPUtime=456.37 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 219445 0 0 0 45579 58 0 0 20 0 2 0 274672238 1588416512 369371 33554432000 4194304 5963574 140737427191344 140559972087800 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/181 12661
/proc/meminfo: memFree=28728712/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2009940 CPUtime=1361.97 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 465103 0 0 0 136070 127 0 0 20 0 2 0 274671769 2058178560 493984 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 502485 493984 191 432 0 502050 0
[pid=12648/tid=12650] ppid=12646 vsize=2009940 CPUtime=1354.03 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 339127 0 0 0 135280 123 0 0 20 0 2 0 274672238 2058178560 493984 33554432000 4194304 5963574 140737427191344 140559972087800 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 2009940

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 12662
/proc/meminfo: memFree=28682024/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2075476 CPUtime=1421.96 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 476140 0 0 0 142063 133 0 0 20 0 2 0 274671769 2125287424 505532 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 518869 505532 191 432 0 518434 0
[pid=12648/tid=12650] ppid=12646 vsize=2075476 CPUtime=1413.88 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 350164 0 0 0 141258 130 0 0 20 0 2 0 274672238 2125287424 505532 33554432000 4194304 5963574 140737427191344 140559972087320 4389137 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 2075476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 12662
/proc/meminfo: memFree=28646868/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2141012 CPUtime=1481.95 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 483661 0 0 0 148057 138 0 0 20 0 2 0 274671769 2192396288 513053 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 535253 513053 191 432 0 534818 0
[pid=12648/tid=12650] ppid=12646 vsize=2141012 CPUtime=1473.72 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 357685 0 0 0 147236 136 0 0 20 0 2 0 274672238 2192396288 513053 33554432000 4194304 5963574 140737427191344 140559972087320 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 2141012

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 12665
/proc/meminfo: memFree=28585536/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2206548 CPUtime=1541.94 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 496367 0 0 0 154051 143 0 0 20 0 2 0 274671769 2259505152 527292 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 551637 527292 191 432 0 551202 0
[pid=12648/tid=12650] ppid=12646 vsize=2206548 CPUtime=1533.57 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 370391 0 0 0 153214 143 0 0 20 0 2 0 274672238 2259505152 527292 33554432000 4194304 5963574 140737427191344 140559972087320 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 2206548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 12665
/proc/meminfo: memFree=28528372/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2218852 CPUtime=1601.92 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 502449 0 0 0 160047 145 0 0 20 0 2 0 274671769 2272104448 535418 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 554713 535418 191 432 0 554278 0
[pid=12648/tid=12650] ppid=12646 vsize=2218852 CPUtime=1593.41 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 376473 0 0 0 159195 146 0 0 20 0 2 0 274672238 2272104448 535418 33554432000 4194304 5963574 140737427191344 140559972087320 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 2218852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 12665
/proc/meminfo: memFree=28517212/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2218852 CPUtime=1661.92 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 505231 0 0 0 166045 147 0 0 20 0 2 0 274671769 2272104448 538199 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 554713 538199 191 432 0 554278 0
[pid=12648/tid=12650] ppid=12646 vsize=2218852 CPUtime=1653.26 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 379255 0 0 0 165178 148 0 0 20 0 2 0 274672238 2272104448 538199 33554432000 4194304 5963574 140737427191344 140559972087608 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 2218852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 12666
/proc/meminfo: memFree=28463000/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2284388 CPUtime=1721.91 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 518174 0 0 0 172038 153 0 0 20 0 2 0 274671769 2339213312 551721 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 571097 551721 191 432 0 570662 0
[pid=12648/tid=12650] ppid=12646 vsize=2284388 CPUtime=1713.1 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 392198 0 0 0 171155 155 0 0 20 0 2 0 274672238 2339213312 551721 33554432000 4194304 5963574 140737427191344 140559972087320 4399937 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 2284388

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/181 12666
/proc/meminfo: memFree=28416532/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1781.88 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 528289 0 0 0 178028 160 0 0 20 0 2 0 274671769 2406322176 563011 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 563011 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1772.94 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 402313 0 0 0 177132 162 0 0 20 0 2 0 274672238 2406322176 563011 33554432000 4194304 5963574 140737427191344 140559972087320 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 2349924

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

[startup+1792.01 s]
/proc/loadavg: 2.03 2.01 1.97 3/181 12666
/proc/meminfo: memFree=28412548/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1791.58 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 529322 0 0 0 178997 161 0 0 20 0 2 0 274671769 2406322176 564039 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564039 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1782.61 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 403346 0 0 0 178097 164 0 0 20 0 2 0 274672238 2406322176 564039 33554432000 4194304 5963574 140737427191344 140559972087320 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 2349924

[startup+1795.2 s]
/proc/loadavg: 2.11 2.03 1.98 3/181 12666
/proc/meminfo: memFree=28411432/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1794.78 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 529624 0 0 0 179317 161 0 0 20 0 2 0 274671769 2406322176 564341 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564341 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1785.81 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 403648 0 0 0 178417 164 0 0 20 0 2 0 274672238 2406322176 564341 33554432000 4194304 5963574 140737427191344 140559972087320 4400026 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 2349924

[startup+1798.4 s]
/proc/loadavg: 2.10 2.03 1.98 3/181 12666
/proc/meminfo: memFree=28410688/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1797.97 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 529948 0 0 0 179636 161 0 0 20 0 2 0 274671769 2406322176 564665 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564665 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1788.99 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 403972 0 0 0 178734 165 0 0 20 0 2 0 274672238 2406322176 564665 33554432000 4194304 5963574 140737427191344 140559972087320 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 2349924

[startup+1799.2 s]
/proc/loadavg: 2.10 2.03 1.98 3/181 12666
/proc/meminfo: memFree=28410192/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1798.77 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 530030 0 0 0 179716 161 0 0 20 0 2 0 274671769 2406322176 564747 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564747 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1789.79 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 404054 0 0 0 178814 165 0 0 20 0 2 0 274672238 2406322176 564747 33554432000 4194304 5963574 140737427191344 140559972087320 4400012 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 2349924

[startup+1799.6 s]
/proc/loadavg: 2.10 2.03 1.98 3/181 12705
/proc/meminfo: memFree=29151336/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1799.18 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 530069 0 0 0 179757 161 0 0 20 0 2 0 274671769 2406322176 564786 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564786 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1790.19 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 404093 0 0 0 178854 165 0 0 20 0 2 0 274672238 2406322176 564786 33554432000 4194304 5963574 140737427191344 140559972087320 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 2349924

[startup+1800 s]
/proc/loadavg: 2.10 2.03 1.98 3/181 12705
/proc/meminfo: memFree=29151336/32873844 swapFree=7616/7616
[pid=12648] ppid=12646 vsize=2349924 CPUtime=1799.57 cores=0,2,4,6
/proc/12648/stat : 12648 (wbo1.7) S 12646 12648 12409 0 -1 4202496 530101 0 0 0 179796 161 0 0 20 0 2 0 274671769 2406322176 564818 33554432000 4194304 5963574 140737427191344 140737427190864 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12648/statm: 587481 564818 191 432 0 587046 0
[pid=12648/tid=12650] ppid=12646 vsize=2349924 CPUtime=1790.59 cores=0,2,4,6
/proc/12648/task/12650/stat : 12650 (wbo1.7) R 12646 12648 12409 0 -1 4202560 404125 0 0 0 178894 165 0 0 20 0 2 0 274672238 2406322176 564818 33554432000 4194304 5963574 140737427191344 140559972087320 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 2349924

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12648 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=395362
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=949703
# CPU time returned by wait4() is 1795.35
# while last known CPU time is 1799.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.06
CPU time (s): 1799.57
CPU user time (s): 1797.96
CPU system time (s): 1.61
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 2349924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.4
system time used= 1.9497
maximum resident set size= 2259276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530102
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= 206
involuntary context switches= 1891

runsolver used 2.94755 second user time and 8.71967 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 04:24:30
IDJOB=3705002
IDBENCH=1845
IDSOLVER=2283
FILE ID=node135/3705002-1338085469
RUNJOBID= node135-1338083668-12425
PBS_JOBID= 14624422
Free space on /tmp= 71600 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705002-1338085469/watcher-3705002-1338085469 -o /tmp/evaluation-result-3705002-1338085469/solver-3705002-1338085469 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705002-1338085469.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1217653585

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31355116 kB
Buffers:          272436 kB
Cached:           339196 kB
SwapCached:         1732 kB
Active:           643808 kB
Inactive:          57980 kB
Active(anon):      80204 kB
Inactive(anon):    12016 kB
Active(file):     563604 kB
Inactive(file):    45964 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:             48852 kB
Writeback:             0 kB
AnonPages:         85992 kB
Mapped:            12480 kB
Shmem:               132 kB
Slab:             675264 kB
SReclaimable:     116816 kB
SUnreclaim:       558448 kB
KernelStack:        1464 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     159524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71596 MiB
End job on node135 at 2012-05-27 04:54:30