Trace number 3705541

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.47 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark180.313
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705541-1338112807.opb.
0.00/0.00	c Instance file HOME/instance-3705541-1338112807.opb
0.00/0.00	c File size is 139984 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 97
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      3463                                                |
0.00/0.01	c |  Number Clauses:        1495                                                |
0.00/0.01	c |  Number Cardinality:    1456                                                |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.02	c | 0.02      | 0  | 1            lb |  0                0                0.00  |
0.00/0.02	c | 0.02      | 0  | 2            lb |  0                0                0.00  |
0.00/0.02	c | 0.03      | 0  | 3            lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | 4            lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | 5            lb |  0                0                0.00  |
73.97/74.04	c | 74.05     | 0  | 6            lb |  0                0                0.00  |
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3705541-1338112807/watcher-3705541-1338112807 -o /tmp/evaluation-result-3705541-1338112807/solver-3705541-1338112807 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705541-1338112807.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/180 15115
/proc/meminfo: memFree=31207064/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=4316 CPUtime=0 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) R 15113 15115 12409 0 -1 4202496 577 0 0 0 0 0 0 0 20 0 1 0 277405502 4419584 529 33554432000 4194304 5963574 140733411655248 140733377330504 5178411 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 1079 529 172 432 0 609 0

[startup+0.037346 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15115
/proc/meminfo: memFree=31207064/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85404 CPUtime=0.02 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 2116 0 0 0 2 0 0 0 20 0 2 0 277405502 87453696 2033 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21351 2033 192 432 0 20916 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 85404

[startup+0.100201 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15115
/proc/meminfo: memFree=31207064/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85404 CPUtime=0.09 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 2118 0 0 0 9 0 0 0 20 0 2 0 277405502 87453696 2035 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21351 2035 194 432 0 20916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85404

[startup+0.30012 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15115
/proc/meminfo: memFree=31207064/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85404 CPUtime=0.28 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 2197 0 0 0 28 0 0 0 20 0 2 0 277405502 87453696 2114 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21351 2114 194 432 0 20916 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85404

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15115
/proc/meminfo: memFree=31207064/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85404 CPUtime=0.69 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 2595 0 0 0 68 1 0 0 20 0 2 0 277405502 87453696 2512 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21351 2512 194 432 0 20916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85404

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31195260/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85548 CPUtime=1.49 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 2943 0 0 0 148 1 0 0 20 0 2 0 277405502 87601152 2860 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21387 2860 194 432 0 20952 0
[pid=15115/tid=15117] ppid=15113 vsize=85548 CPUtime=1.46 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 1771 0 0 0 146 0 0 0 20 0 2 0 277405503 87601152 2860 33554432000 4194304 5963574 140733411655248 139801421846328 4403200 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) 85548

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31194120/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85620 CPUtime=3.08 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 3591 0 0 0 307 1 0 0 20 0 2 0 277405502 87674880 3508 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21405 3508 194 432 0 20970 0
[pid=15115/tid=15117] ppid=15113 vsize=85620 CPUtime=3.06 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 2419 0 0 0 305 1 0 0 20 0 2 0 277405503 87674880 3508 33554432000 4194304 5963574 140733411655248 139801421846520 4400320 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) 85620

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31187796/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85620 CPUtime=6.29 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 4576 0 0 0 627 2 0 0 20 0 2 0 277405502 87674880 4493 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21405 4493 194 432 0 20970 0
[pid=15115/tid=15117] ppid=15113 vsize=85620 CPUtime=6.25 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 3404 0 0 0 624 1 0 0 20 0 2 0 277405503 87674880 4493 33554432000 4194304 5963574 140733411655248 139801421846328 4399456 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) 85620

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31180272/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85728 CPUtime=12.69 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 6074 0 0 0 1266 3 0 0 20 0 2 0 277405502 87785472 5991 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21432 5991 194 432 0 20997 0
[pid=15115/tid=15117] ppid=15113 vsize=85728 CPUtime=12.63 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 4902 0 0 0 1261 2 0 0 20 0 2 0 277405503 87785472 5991 33554432000 4194304 5963574 140733411655248 139801421846568 18446744073699066235 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) 85728

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31167112/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85888 CPUtime=25.48 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 9006 0 0 0 2544 4 0 0 20 0 2 0 277405502 87949312 8923 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21472 8923 194 432 0 21037 0
[pid=15115/tid=15117] ppid=15113 vsize=85888 CPUtime=25.4 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 7834 0 0 0 2536 4 0 0 20 0 2 0 277405503 87949312 8923 33554432000 4194304 5963574 140733411655248 139801421846328 4221120 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) 85888

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15117
/proc/meminfo: memFree=31121060/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=86272 CPUtime=51.08 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 12241 0 0 0 5102 6 0 0 20 0 2 0 277405502 88342528 12158 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21568 12158 194 432 0 21133 0
[pid=15115/tid=15117] ppid=15113 vsize=86272 CPUtime=50.93 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 11069 0 0 0 5088 5 0 0 20 0 2 0 277405503 88342528 12158 33554432000 4194304 5963574 140733411655248 139801421846328 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86272

[startup+102.307 s]
/proc/loadavg: 2.15 2.04 2.01 3/182 15141
/proc/meminfo: memFree=31087996/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=85404 CPUtime=102.27 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 15128 0 0 0 10220 7 0 0 20 0 2 0 277405502 87453696 14746 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 21351 14746 194 432 0 20916 0
[pid=15115/tid=15117] ppid=15113 vsize=85404 CPUtime=102.01 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 13956 0 0 0 10193 8 0 0 20 0 2 0 277405503 87453696 14746 33554432000 4194304 5963574 140733411655248 139801421847480 4400055 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) 85404

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/181 15141
/proc/meminfo: memFree=31037836/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=150940 CPUtime=162.25 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 21125 0 0 0 16215 10 0 0 20 0 2 0 277405502 154562560 20970 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 37735 20970 194 432 0 37300 0
[pid=15115/tid=15117] ppid=15113 vsize=150940 CPUtime=161.84 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 19953 0 0 0 16172 12 0 0 20 0 2 0 277405503 154562560 20970 33554432000 4194304 5963574 140733411655248 139801421846520 4390500 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) 150940

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 15141
/proc/meminfo: memFree=31007516/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=152024 CPUtime=222.2 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 27344 0 0 0 22207 13 0 0 20 0 2 0 277405502 155672576 28086 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 38006 28086 194 432 0 37571 0
[pid=15115/tid=15117] ppid=15113 vsize=152024 CPUtime=221.65 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 26172 0 0 0 22149 16 0 0 20 0 2 0 277405503 155672576 28086 33554432000 4194304 5963574 140733411655248 139801421846328 4399537 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 152024

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 15141
/proc/meminfo: memFree=30944592/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=152024 CPUtime=282.2 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 33921 0 0 0 28201 19 0 0 20 0 2 0 277405502 155672576 34663 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 38006 34663 194 432 0 37571 0
[pid=15115/tid=15117] ppid=15113 vsize=152024 CPUtime=281.49 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 32749 0 0 0 28126 23 0 0 20 0 2 0 277405503 155672576 34663 33554432000 4194304 5963574 140733411655248 139801421846328 4399639 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 152024

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15141
/proc/meminfo: memFree=30890248/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=217560 CPUtime=342.19 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 38988 0 0 0 34196 23 0 0 20 0 2 0 277405502 222781440 39730 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 54390 39730 194 432 0 53955 0
[pid=15115/tid=15117] ppid=15113 vsize=217560 CPUtime=341.33 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 37816 0 0 0 34105 28 0 0 20 0 2 0 277405503 222781440 39730 33554432000 4194304 5963574 140733411655248 139801421846520 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 217560

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15142
/proc/meminfo: memFree=30863216/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=218100 CPUtime=402.18 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 45756 0 0 0 40189 29 0 0 20 0 2 0 277405502 223334400 46498 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 54525 46498 194 432 0 54090 0
[pid=15115/tid=15117] ppid=15113 vsize=218100 CPUtime=401.18 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 44584 0 0 0 40083 35 0 0 20 0 2 0 277405503 223334400 46498 33554432000 4194304 5963574 140733411655248 139801421846520 4399614 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 218100

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15142
/proc/meminfo: memFree=30843908/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=283636 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15151
/proc/meminfo: memFree=30465392/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=481052 CPUtime=1421.88 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 100749 0 0 0 142101 87 0 0 20 0 2 0 277405502 492597248 102882 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 120263 102882 194 432 0 119828 0
[pid=15115/tid=15117] ppid=15113 vsize=481052 CPUtime=1418.43 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 99577 0 0 0 141735 108 0 0 20 0 2 0 277405503 492597248 102882 33554432000 4194304 5963574 140733411655248 139801421846392 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 481052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15190
/proc/meminfo: memFree=31002544/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=481052 CPUtime=1481.86 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 103087 0 0 0 148096 90 0 0 20 0 2 0 277405502 492597248 105236 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 120263 105236 194 432 0 119828 0
[pid=15115/tid=15117] ppid=15113 vsize=481052 CPUtime=1478.26 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 101915 0 0 0 147714 112 0 0 20 0 2 0 277405503 492597248 105236 33554432000 4194304 5963574 140733411655248 139801421846328 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 481052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15190
/proc/meminfo: memFree=30892920/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=481052 CPUtime=1541.84 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 110735 0 0 0 154086 98 0 0 20 0 2 0 277405502 492597248 112883 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 120263 112883 194 432 0 119828 0
[pid=15115/tid=15117] ppid=15113 vsize=481052 CPUtime=1538.1 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 109563 0 0 0 153689 121 0 0 20 0 2 0 277405503 492597248 112883 33554432000 4194304 5963574 140733411655248 139801421846520 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 481052

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 15190
/proc/meminfo: memFree=30863988/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=481052 CPUtime=1601.84 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 111978 0 0 0 160084 100 0 0 20 0 2 0 277405502 492597248 114126 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 120263 114126 194 432 0 119828 0
[pid=15115/tid=15117] ppid=15113 vsize=481052 CPUtime=1597.95 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 110806 0 0 0 159672 123 0 0 20 0 2 0 277405503 492597248 114126 33554432000 4194304 5963574 140733411655248 139801421846328 5133039 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 481052

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 15191
/proc/meminfo: memFree=30814444/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1661.82 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 117214 0 0 0 166076 106 0 0 20 0 2 0 277405502 559706112 119362 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 119362 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1657.8 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 116042 0 0 0 165649 131 0 0 20 0 2 0 277405503 559706112 119362 33554432000 4194304 5963574 140733411655248 139801421846520 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 546588

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 15191
/proc/meminfo: memFree=30770284/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1721.81 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 120140 0 0 0 172072 109 0 0 20 0 2 0 277405502 559706112 122442 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 122442 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1717.64 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 118968 0 0 0 171629 135 0 0 20 0 2 0 277405503 559706112 122442 33554432000 4194304 5963574 140733411655248 139801421846520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 546588

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15191
/proc/meminfo: memFree=30739976/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1781.78 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 124017 0 0 0 178062 116 0 0 20 0 2 0 277405502 559706112 126406 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 126406 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1777.46 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 122845 0 0 0 177604 142 0 0 20 0 2 0 277405503 559706112 126406 33554432000 4194304 5963574 140733411655248 139801421846520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 546588

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15191
/proc/meminfo: memFree=30736008/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1791.38 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 124951 0 0 0 179021 117 0 0 20 0 2 0 277405502 559706112 127340 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 127340 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1787.04 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 123779 0 0 0 178560 144 0 0 20 0 2 0 277405503 559706112 127340 33554432000 4194304 5963574 140733411655248 139801421846568 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 546588

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30734512/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1794.58 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125216 0 0 0 179340 118 0 0 20 0 2 0 277405502 559706112 127605 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 127605 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1790.23 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124044 0 0 0 178879 144 0 0 20 0 2 0 277405503 559706112 127605 33554432000 4194304 5963574 140733411655248 139801421846328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 546588

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30733768/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1797.77 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125519 0 0 0 179659 118 0 0 20 0 2 0 277405502 559706112 127908 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 127908 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1793.42 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124347 0 0 0 179197 145 0 0 20 0 2 0 277405503 559706112 127908 33554432000 4194304 5963574 140733411655248 139801421846568 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 546588

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30733396/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1798.57 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125593 0 0 0 179739 118 0 0 20 0 2 0 277405502 559706112 127982 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 127982 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1794.21 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124421 0 0 0 179276 145 0 0 20 0 2 0 277405503 559706112 127982 33554432000 4194304 5963574 140733411655248 139801421846568 4400052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 546588

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30732900/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1798.98 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125625 0 0 0 179780 118 0 0 20 0 2 0 277405502 559706112 128014 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 128014 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1794.62 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124453 0 0 0 179317 145 0 0 20 0 2 0 277405503 559706112 128014 33554432000 4194304 5963574 140733411655248 139801421846568 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 546588

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30732900/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1799.37 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125648 0 0 0 179819 118 0 0 20 0 2 0 277405502 559706112 128037 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 128037 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1795.01 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124476 0 0 0 179356 145 0 0 20 0 2 0 277405503 559706112 128037 33554432000 4194304 5963574 140733411655248 139801421846568 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 546588

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15194
/proc/meminfo: memFree=30732900/32873844 swapFree=7616/7616
[pid=15115] ppid=15113 vsize=546588 CPUtime=1799.47 cores=1,3,5,7
/proc/15115/stat : 15115 (wbo1.7) S 15113 15115 12409 0 -1 4202496 125656 0 0 0 179829 118 0 0 20 0 2 0 277405502 559706112 128045 33554432000 4194304 5963574 140733411655248 140733411654768 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15115/statm: 136647 128045 194 432 0 136212 0
[pid=15115/tid=15117] ppid=15113 vsize=546588 CPUtime=1795.11 cores=1,3,5,7
/proc/15115/task/15117/stat : 15117 (wbo1.7) R 15113 15115 12409 0 -1 4202560 124484 0 0 0 179366 145 0 0 20 0 2 0 277405503 559706112 128045 33554432000 4194304 5963574 140733411655248 139801421846568 4399645 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 546588

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1798.29
CPU system time (s): 1.18
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 546588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 1.46778
maximum resident set size= 512180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125656
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= 234
involuntary context switches= 2326

runsolver used 6.19306 second user time and 19.799 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 12:00:07
IDJOB=3705541
IDBENCH=89875
IDSOLVER=2283
FILE ID=node135/3705541-1338112807
RUNJOBID= node135-1338083668-12426
PBS_JOBID= 14624422
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=567155425

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:        31207072 kB
Buffers:          281184 kB
Cached:           322316 kB
SwapCached:         1732 kB
Active:           765168 kB
Inactive:          85740 kB
Active(anon):     237612 kB
Inactive(anon):    12016 kB
Active(file):     527556 kB
Inactive(file):    73724 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:              5472 kB
Writeback:             0 kB
AnonPages:        250236 kB
Mapped:            12404 kB
Shmem:               132 kB
Slab:             674192 kB
SReclaimable:     116204 kB
SUnreclaim:       557988 kB
KernelStack:        1512 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71632 MiB
End job on node135 at 2012-05-27 12:30:07