Trace number 3705530

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.98 1800.35

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
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 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
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-3705530-1338112832.opb.
0.00/0.00	c Instance file HOME/instance-3705530-1338112832.opb
0.00/0.00	c File size is 15730092 bytes.
1.10/1.16	c Cost Offset: 0
1.10/1.16	c Highest Coefficient sum: 3685
1.10/1.17	c ============================[ Problem Statistics ]=============================
1.10/1.17	c |                                                                             |
1.10/1.17	c |  Parsing time:          1.17         s                                      |
1.10/1.17	c |  Number Variables:      10080                                               |
1.10/1.17	c |  Number Clauses:        0                                                   |
1.10/1.17	c |  Number Cardinality:    732                                                 |
1.10/1.17	c |  Number PB Constraints: 0                                                   |
1.10/1.17	c |                                                                             |
1.10/1.17	c |  Problem Type:          Optimization                                        |
1.10/1.17	c |  Objective Function:    Cardinality Constraint                              |
1.10/1.17	c |                                                                             |
1.10/1.17	c ============================[ Search Statistics ]==============================
1.10/1.17	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
1.10/1.17	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
1.10/1.17	c ===============================================================================
1.39/1.41	c | 1.41      | 0  | 1            lb |  0                0                0.00  |
1.49/1.52	c | 1.53      | 0  | 2            lb |  0                0                0.00  |
526.79/526.94	c | 526.94    | 0  | 3            lb |  0                0                0.00  |
1799.98/1800.34	c ===============================================================================
1799.98/1800.34	c Wall Clock Time: 1800.34 s
1799.98/1800.34	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-3705530-1338112832/watcher-3705530-1338112832 -o /tmp/evaluation-result-3705530-1338112832/solver-3705530-1338112832 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705530-1338112832.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.09 2.07 2.01 3/178 5386
/proc/meminfo: memFree=29560060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=19640 CPUtime=0 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) R 5384 5386 2698 0 -1 4202496 555 0 0 0 0 0 0 0 20 0 1 0 277407611 20111360 507 33554432000 4194304 5963574 140733680996608 140736543890248 4343959 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 4910 507 159 432 0 634 0

[startup+0.0796781 s]
/proc/loadavg: 2.09 2.07 2.01 3/178 5386
/proc/meminfo: memFree=29560060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=26032 CPUtime=0.07 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) R 5384 5386 2698 0 -1 4202496 2376 0 0 0 7 0 0 0 20 0 1 0 277407611 26656768 2328 33554432000 4194304 5963574 140733680996608 140736543890248 4349957 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 6508 2329 405 432 0 2232 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26032

[startup+0.100315 s]
/proc/loadavg: 2.09 2.07 2.01 3/178 5386
/proc/meminfo: memFree=29560060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=27784 CPUtime=0.09 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) R 5384 5386 2698 0 -1 4202496 2857 0 0 0 9 0 0 0 20 0 1 0 277407611 28450816 2809 33554432000 4194304 5963574 140733680996608 140736543890248 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 6946 2809 472 432 0 2670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27784

[startup+0.300285 s]
/proc/loadavg: 2.09 2.07 2.01 3/178 5386
/proc/meminfo: memFree=29560060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=42784 CPUtime=0.29 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) R 5384 5386 2698 0 -1 4202496 7285 0 0 0 29 0 0 0 20 0 1 0 277407611 43810816 7237 33554432000 4194304 5963574 140733680996608 140736543890248 4344432 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 10696 7237 1134 432 0 6420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42784

[startup+0.700281 s]
/proc/loadavg: 2.09 2.07 2.01 3/178 5386
/proc/meminfo: memFree=29560060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=72920 CPUtime=0.69 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) R 5384 5386 2698 0 -1 4202496 16122 0 0 0 67 2 0 0 20 0 1 0 277407611 74670080 16074 33554432000 4194304 5963574 140733680996608 140733680994904 4344320 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 18230 16074 2450 432 0 13954 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72920

[startup+1.50017 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 5387
/proc/meminfo: memFree=29483536/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=173672 CPUtime=1.49 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 37131 0 0 0 144 5 0 0 20 0 2 0 277407611 177840128 33083 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 43418 33083 188 432 0 42983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 173672

[startup+3.10026 s]
/proc/loadavg: 2.09 2.07 2.01 3/180 5388
/proc/meminfo: memFree=29339192/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=3.08 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59916 0 0 0 299 9 0 0 20 0 2 0 277407611 245391360 55516 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55516 190 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=1.91 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33064 0 0 0 185 6 0 0 20 0 2 0 277407728 245391360 55516 33554432000 4194304 5963574 140733680996608 140659366242664 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 239640

[startup+6.30026 s]
/proc/loadavg: 2.08 2.07 2.01 3/180 5388
/proc/meminfo: memFree=29338696/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=6.28 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59916 0 0 0 619 9 0 0 20 0 2 0 277407611 245391360 55516 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55516 190 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=5.1 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33064 0 0 0 504 6 0 0 20 0 2 0 277407728 245391360 55516 33554432000 4194304 5963574 140733680996608 140659366242664 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 239640

[startup+12.7003 s]
/proc/loadavg: 2.08 2.07 2.01 3/180 5388
/proc/meminfo: memFree=29338332/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=12.68 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59917 0 0 0 1259 9 0 0 20 0 2 0 277407611 245391360 55517 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55517 191 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=11.48 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33065 0 0 0 1142 6 0 0 20 0 2 0 277407728 245391360 55517 33554432000 4194304 5963574 140733680996608 140659366242664 4403257 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 239640

[startup+25.5003 s]
/proc/loadavg: 2.13 2.08 2.01 3/180 5388
/proc/meminfo: memFree=29338836/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=25.48 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59917 0 0 0 2539 9 0 0 20 0 2 0 277407611 245391360 55517 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55517 191 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=24.25 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33065 0 0 0 2419 6 0 0 20 0 2 0 277407728 245391360 55517 33554432000 4194304 5963574 140733680996608 140659366242664 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 239640

[startup+51.1003 s]
/proc/loadavg: 2.15 2.09 2.01 3/180 5411
/proc/meminfo: memFree=29338340/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=51.08 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59918 0 0 0 5099 9 0 0 20 0 2 0 277407611 245391360 55518 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55518 192 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=49.78 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33066 0 0 0 4972 6 0 0 20 0 2 0 277407728 245391360 55518 33554432000 4194304 5963574 140733680996608 140659366242664 4403253 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) 239640

[startup+102.306 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 5412
/proc/meminfo: memFree=29338224/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=102.27 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59918 0 0 0 10218 9 0 0 20 0 2 0 277407611 245391360 55518 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55518 192 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=100.86 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33066 0 0 0 10079 7 0 0 20 0 2 0 277407728 245391360 55518 33554432000 4194304 5963574 140733680996608 140659366242664 4392504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 239640

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/179 5412
/proc/meminfo: memFree=29338348/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=239640 CPUtime=162.26 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 59918 0 0 0 16217 9 0 0 20 0 2 0 277407611 245391360 55518 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 59910 55518 192 432 0 59475 0
[pid=5386/tid=5388] ppid=5384 vsize=239640 CPUtime=160.7 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33066 0 0 0 16062 8 0 0 20 0 2 0 277407728 245391360 55518 33554432000 4194304 5963574 140733680996608 140659366242664 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 239640

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/179 5412
/proc/meminfo: memFree=29335248/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=305176 CPUtime=222.26 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 60644 0 0 0 22216 10 0 0 20 0 2 0 277407611 312500224 56244 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 76294 56244 192 432 0 75859 0
[pid=5386/tid=5388] ppid=5384 vsize=305176 CPUtime=220.55 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 33792 0 0 0 22046 9 0 0 20 0 2 0 277407728 312500224 56244 33554432000 4194304 5963574 140733680996608 140659366242296 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 305176

[startup+282.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 5451
/proc/meminfo: memFree=29612264/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=305176 CPUtime=282.24 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 62370 0 0 0 28214 10 0 0 20 0 2 0 277407611 312500224 57995 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 76294 57995 192 432 0 75859 0
[pid=5386/tid=5388] ppid=5384 vsize=305176 CPUtime=280.4 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 35518 0 0 0 28030 10 0 0 20 0 2 0 277407728 312500224 57995 33554432000 4194304 5963574 140733680996608 140659366242296 4221984 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) 305176

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 5451
/proc/meminfo: memFree=29502552/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=305176 CPUtime=342.22 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 64222 0 0 0 34211 11 0 0 20 0 2 0 277407611 312500224 59834 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 76294 59834 192 432 0 75859 0
[pid=5386/tid=5388] ppid=5384 vsize=305176 CPUtime=340.23 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 37370 0 0 0 34011 12 0 0 20 0 2 0 277407728 312500224 59834 33554432000 4194304 5963574 140733680996608 140659366242296 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 305176

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 5452
/proc/meminfo: memFree=29330848/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=305176 CPUtime=402.21 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 66510 0 0 0 40209 12 0 0 20 0 2 0 277407611 312500224 62893 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 76294 62893 192 432 0 75859 0
[pid=5386/tid=5388] ppid=5384 vsize=305176 CPUtime=400.06 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 39658 0 0 0 39992 14 0 0 20 0 2 0 277407728 312500224 62893 33554432000 4194304 5963574 140733680996608 140659366242296 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 305176

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 5452
/proc/meminfo: memFree=29182820/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=305176 CPUtime=462.2 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 68035 0 0 0 46208 12 0 0 20 0 2 0 277407611 312500224 64418 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 76294 64418 192 432 0 75859 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5461
/proc/meminfo: memFree=28051428/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1362.05 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 136189 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1357.6 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 135728 32 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 370068

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5461
/proc/meminfo: memFree=28035060/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1422.05 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 142189 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1417.45 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 141712 33 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 370068

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 5461
/proc/meminfo: memFree=28033136/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1482.03 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 148187 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1477.29 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 147695 34 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 370068

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 5461
/proc/meminfo: memFree=28033012/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1542.02 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 154186 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1537.14 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 153679 35 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 370068

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5462
/proc/meminfo: memFree=28033136/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1602.01 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 160185 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1596.99 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 159663 36 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 370068

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5462
/proc/meminfo: memFree=28033012/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1662 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 166184 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1656.84 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 165647 37 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 370068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5462
/proc/meminfo: memFree=28033136/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1721.99 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 172183 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1716.68 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 171630 38 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403249 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 370068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030432/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1781.99 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 178183 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1776.53 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 177614 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4388696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 370068

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030416/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1791.59 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179143 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1786.11 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 178572 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 370068

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030416/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1794.79 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179463 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1789.3 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 178891 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403228 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 370068

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030540/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1797.98 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179782 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1792.49 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 179210 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403242 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 370068

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030540/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1798.78 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179862 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1793.29 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 179290 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403240 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 370068

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030540/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1799.58 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179942 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1794.08 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 179369 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 370068

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5465
/proc/meminfo: memFree=28030540/32873844 swapFree=7628/7628
[pid=5386] ppid=5384 vsize=370068 CPUtime=1799.98 cores=0,2,4,6
/proc/5386/stat : 5386 (wbo1.7) S 5384 5386 2698 0 -1 4202496 92150 0 0 0 179982 16 0 0 20 0 2 0 277407611 378949632 88250 33554432000 4194304 5963574 140733680996608 140733680996128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5386/statm: 92517 88250 192 432 0 92082 0
[pid=5386/tid=5388] ppid=5384 vsize=370068 CPUtime=1794.48 cores=0,2,4,6
/proc/5386/task/5388/stat : 5388 (wbo1.7) R 5384 5386 2698 0 -1 4202560 65298 0 0 0 179409 39 0 0 20 0 2 0 277407728 378949632 88250 33554432000 4194304 5963574 140733680996608 140659366243256 4388636 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (KiB) 370068

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5386 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=278076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=437933
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1799.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.35
CPU time (s): 1799.98
CPU user time (s): 1799.82
CPU system time (s): 0.16
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 371356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 0.437933
maximum resident set size= 353664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92150
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= 66
involuntary context switches= 1888

runsolver used 2.73958 second user time and 7.08192 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 12:00:32
IDJOB=3705530
IDBENCH=89877
IDSOLVER=2283
FILE ID=node145/3705530-1338112832
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71536 MiB

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

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=1497892085

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29560696 kB
Buffers:          294456 kB
Cached:          1722116 kB
SwapCached:            0 kB
Active:          1134156 kB
Inactive:        1363696 kB
Active(anon):     472932 kB
Inactive(anon):    10912 kB
Active(file):     661224 kB
Inactive(file):  1352784 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20944 kB
Writeback:             0 kB
AnonPages:        490892 kB
Mapped:            14916 kB
Shmem:               200 kB
Slab:             673960 kB
SReclaimable:     115496 kB
SUnreclaim:       558464 kB
KernelStack:        1464 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 71484 MiB
End job on node145 at 2012-05-27 12:30:33