Trace number 3705268

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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-3705268-1338102372.opb.
0.00/0.00	c Instance file HOME/instance-3705268-1338102372.opb
0.00/0.00	c File size is 6868 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4594
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3705268-1338102372/watcher-3705268-1338102372 -o /tmp/evaluation-result-3705268-1338102372/solver-3705268-1338102372 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705268-1338102372.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.06 2.01 2.00 3/177 23213
/proc/meminfo: memFree=28611572/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83596 CPUtime=0 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 752 0 0 0 0 0 0 0 20 0 2 0 276362133 85602304 703 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20899 703 188 432 0 20464 0
[pid=23213/tid=23214] ppid=23211 vsize=83596 CPUtime=0 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 276362134 85602304 703 33554432000 4194304 5963574 140735261076848 140736411873480 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.039148 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 23213
/proc/meminfo: memFree=28611572/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83596 CPUtime=0.03 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 834 0 0 0 3 0 0 0 20 0 2 0 276362133 85602304 785 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20899 785 190 432 0 20464 0
[pid=23213/tid=23214] ppid=23211 vsize=83596 CPUtime=0.02 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 2 0 276362134 85602304 785 33554432000 4194304 5963574 140735261076848 140736411873480 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83596

[startup+0.100288 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 23213
/proc/meminfo: memFree=28611572/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83596 CPUtime=0.09 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 978 0 0 0 9 0 0 0 20 0 2 0 276362133 85602304 929 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20899 929 190 432 0 20464 0
[pid=23213/tid=23214] ppid=23211 vsize=83596 CPUtime=0.08 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 267 0 0 0 8 0 0 0 20 0 2 0 276362134 85602304 929 33554432000 4194304 5963574 140735261076848 140736411873480 4409238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83596

[startup+0.300251 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 23213
/proc/meminfo: memFree=28611572/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83596 CPUtime=0.29 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 1338 0 0 0 29 0 0 0 20 0 2 0 276362133 85602304 1289 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20899 1289 190 432 0 20464 0
[pid=23213/tid=23214] ppid=23211 vsize=83596 CPUtime=0.28 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 627 0 0 0 28 0 0 0 20 0 2 0 276362134 85602304 1289 33554432000 4194304 5963574 140735261076848 140736411873480 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83596

[startup+0.700255 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 23213
/proc/meminfo: memFree=28611572/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83740 CPUtime=0.69 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 1757 0 0 0 69 0 0 0 20 0 2 0 276362133 85749760 1708 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20935 1708 190 432 0 20500 0
[pid=23213/tid=23214] ppid=23211 vsize=83740 CPUtime=0.68 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 1046 0 0 0 68 0 0 0 20 0 2 0 276362134 85749760 1708 33554432000 4194304 5963574 140735261076848 140290153486136 4387764 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83740

[startup+1.50027 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 23215
/proc/meminfo: memFree=28605256/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83740 CPUtime=1.49 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 2335 0 0 0 149 0 0 0 20 0 2 0 276362133 85749760 2286 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20935 2286 190 432 0 20500 0
[pid=23213/tid=23214] ppid=23211 vsize=83740 CPUtime=1.48 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 1624 0 0 0 148 0 0 0 20 0 2 0 276362134 85749760 2286 33554432000 4194304 5963574 140735261076848 140290153485848 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83740

[startup+3.10029 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23215
/proc/meminfo: memFree=28602272/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83812 CPUtime=3.08 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 3375 0 0 0 308 0 0 0 20 0 2 0 276362133 85823488 3326 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20953 3326 190 432 0 20518 0
[pid=23213/tid=23214] ppid=23211 vsize=83812 CPUtime=3.08 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 2664 0 0 0 308 0 0 0 20 0 2 0 276362134 85823488 3326 33554432000 4194304 5963574 140735261076848 140290153485848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83812

[startup+6.30026 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23215
/proc/meminfo: memFree=28594460/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=83920 CPUtime=6.29 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 4512 0 0 0 628 1 0 0 20 0 2 0 276362133 85934080 4463 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 20980 4463 190 432 0 20545 0
[pid=23213/tid=23214] ppid=23211 vsize=83920 CPUtime=6.28 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 3801 0 0 0 627 1 0 0 20 0 2 0 276362134 85934080 4463 33554432000 4194304 5963574 140735261076848 140290153485848 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83920

[startup+12.7003 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28585928/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=85016 CPUtime=12.68 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 6941 0 0 0 1267 1 0 0 20 0 2 0 276362133 87056384 6892 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 21254 6892 190 432 0 20819 0
[pid=23213/tid=23214] ppid=23211 vsize=85016 CPUtime=12.68 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 6230 0 0 0 1266 2 0 0 20 0 2 0 276362134 87056384 6892 33554432000 4194304 5963574 140735261076848 140290153485848 4400074 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85016

[startup+25.5003 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571676/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=87380 CPUtime=25.48 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 10161 0 0 0 2545 3 0 0 20 0 2 0 276362133 89477120 10112 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 21845 10112 190 432 0 21410 0
[pid=23213/tid=23214] ppid=23211 vsize=87380 CPUtime=25.48 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 9450 0 0 0 2544 4 0 0 20 0 2 0 276362134 89477120 10112 33554432000 4194304 5963574 140735261076848 140290153486328 4378939 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87380

[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 23254
/proc/meminfo: memFree=29196392/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=89124 CPUtime=51.06 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 14745 0 0 0 5100 6 0 0 20 0 2 0 276362133 91262976 14718 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 22281 14718 190 432 0 21846 0
[pid=23213/tid=23214] ppid=23211 vsize=89124 CPUtime=51.06 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 14034 0 0 0 5099 7 0 0 20 0 2 0 276362134 91262976 14718 33554432000 4194304 5963574 140735261076848 140290153486376 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 89124

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 23255
/proc/meminfo: memFree=29122604/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=158204 CPUtime=102.25 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 23332 0 0 0 10211 14 0 0 20 0 2 0 276362133 162000896 23499 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 39551 23499 190 432 0 39116 0
[pid=23213/tid=23214] ppid=23211 vsize=158204 CPUtime=102.26 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 22621 0 0 0 10210 16 0 0 20 0 2 0 276362134 162000896 23499 33554432000 4194304 5963574 140735261076848 140290153486376 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 158204

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 23255
/proc/meminfo: memFree=29048008/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=160672 CPUtime=162.21 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 31948 0 0 0 16199 22 0 0 20 0 2 0 276362133 164528128 32096 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 40168 32096 190 432 0 39733 0
[pid=23213/tid=23214] ppid=23211 vsize=160672 CPUtime=162.23 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 31237 0 0 0 16198 25 0 0 20 0 2 0 276362134 164528128 32096 33554432000 4194304 5963574 140735261076848 140290153485848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 160672

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 23255
/proc/meminfo: memFree=28980468/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=229160 CPUtime=222.2 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 40334 0 0 0 22189 31 0 0 20 0 2 0 276362133 234659840 40478 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 57290 40478 190 432 0 56855 0
[pid=23213/tid=23214] ppid=23211 vsize=229160 CPUtime=222.22 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 39623 0 0 0 22187 35 0 0 20 0 2 0 276362134 234659840 40478 33554432000 4194304 5963574 140735261076848 140290153485848 4399505 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 229160

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 23258
/proc/meminfo: memFree=28931284/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=230452 CPUtime=282.19 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 44741 0 0 0 28182 37 0 0 20 0 2 0 276362133 235982848 44885 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 57613 44885 190 432 0 57178 0
[pid=23213/tid=23214] ppid=23211 vsize=230452 CPUtime=282.22 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 44030 0 0 0 28180 42 0 0 20 0 2 0 276362134 235982848 44885 33554432000 4194304 5963574 140735261076848 140290153486376 4399968 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 230452

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23258
/proc/meminfo: memFree=28884268/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=232180 CPUtime=342.16 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 51292 0 0 0 34172 44 0 0 20 0 2 0 276362133 237752320 51430 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 58045 51430 190 432 0 57610 0
[pid=23213/tid=23214] ppid=23211 vsize=232180 CPUtime=342.2 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 50581 0 0 0 34170 50 0 0 20 0 2 0 276362134 237752320 51430 33554432000 4194304 5963574 140735261076848 140290153486328 4381567 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 232180

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 23259
/proc/meminfo: memFree=28848696/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=298356 CPUtime=402.13 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 57192 0 0 0 40160 53 0 0 20 0 2 0 276362133 305516544 57311 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 111604 0 0 0 130052 156 0 0 20 0 2 0 276362134 517304320 112880 33554432000 4194304 5963574 140735261076848 140290153485848 4399542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 505180

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23266
/proc/meminfo: memFree=28349708/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=507080 CPUtime=1361.9 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 115956 0 0 0 136047 143 0 0 20 0 2 0 276362133 519249920 116521 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 126770 116521 190 432 0 126335 0
[pid=23213/tid=23214] ppid=23211 vsize=507080 CPUtime=1362.07 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 115245 0 0 0 136043 164 0 0 20 0 2 0 276362134 519249920 116521 33554432000 4194304 5963574 140735261076848 140290153486328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 507080

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23266
/proc/meminfo: memFree=28329620/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=508632 CPUtime=1421.9 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 117563 0 0 0 142043 147 0 0 20 0 2 0 276362133 520839168 118128 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 127158 118128 190 432 0 126723 0
[pid=23213/tid=23214] ppid=23211 vsize=508632 CPUtime=1422.08 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 116852 0 0 0 142039 169 0 0 20 0 2 0 276362134 520839168 118128 33554432000 4194304 5963574 140735261076848 140290153486328 4399482 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 508632

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23269
/proc/meminfo: memFree=28306548/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=508632 CPUtime=1481.89 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 118496 0 0 0 148040 149 0 0 20 0 2 0 276362133 520839168 119061 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 127158 119061 190 432 0 126723 0
[pid=23213/tid=23214] ppid=23211 vsize=508632 CPUtime=1482.07 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 117785 0 0 0 148036 171 0 0 20 0 2 0 276362134 520839168 119061 33554432000 4194304 5963574 140735261076848 140290153485848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 508632

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23269
/proc/meminfo: memFree=28292432/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=508848 CPUtime=1541.85 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 121954 0 0 0 154031 154 0 0 20 0 2 0 276362133 521060352 122497 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 127212 122497 190 432 0 126777 0
[pid=23213/tid=23214] ppid=23211 vsize=508848 CPUtime=1542.04 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 121243 0 0 0 154026 178 0 0 20 0 2 0 276362134 521060352 122497 33554432000 4194304 5963574 140735261076848 140290153485848 4399505 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 508848

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 23269
/proc/meminfo: memFree=28263596/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=574384 CPUtime=1601.83 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 124151 0 0 0 160025 158 0 0 20 0 2 0 276362133 588169216 124688 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143596 124688 190 432 0 143161 0
[pid=23213/tid=23214] ppid=23211 vsize=574384 CPUtime=1602.03 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 123440 0 0 0 160020 183 0 0 20 0 2 0 276362134 588169216 124688 33554432000 4194304 5963574 140735261076848 140290153485848 4378832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 574384

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23270
/proc/meminfo: memFree=28246092/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=574784 CPUtime=1661.81 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 124505 0 0 0 166023 158 0 0 20 0 2 0 276362133 588578816 125036 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143696 125036 190 432 0 143261 0
[pid=23213/tid=23214] ppid=23211 vsize=574784 CPUtime=1662.03 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 123794 0 0 0 166019 184 0 0 20 0 2 0 276362134 588578816 125036 33554432000 4194304 5963574 140735261076848 140290153485848 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 574784

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28235924/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=574784 CPUtime=1721.81 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 127053 0 0 0 172019 162 0 0 20 0 2 0 276362133 588578816 127584 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143696 127584 190 432 0 143261 0
[pid=23213/tid=23214] ppid=23211 vsize=574784 CPUtime=1722.03 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 126342 0 0 0 172014 189 0 0 20 0 2 0 276362134 588578816 127584 33554432000 4194304 5963574 140735261076848 140290153486328 4403039 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) 574784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28215092/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575132 CPUtime=1781.8 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 131007 0 0 0 178013 167 0 0 20 0 2 0 276362133 588935168 131538 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143783 131538 190 432 0 143348 0
[pid=23213/tid=23214] ppid=23211 vsize=575132 CPUtime=1782.03 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 130296 0 0 0 178008 195 0 0 20 0 2 0 276362134 588935168 131538 33554432000 4194304 5963574 140735261076848 140290153485848 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 575132

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28207280/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1791.4 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 131871 0 0 0 178972 168 0 0 20 0 2 0 276362133 589344768 132402 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132402 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1791.63 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131160 0 0 0 178967 196 0 0 20 0 2 0 276362134 589344768 132402 33554432000 4194304 5963574 140735261076848 140290153486328 4399554 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 575532

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28204676/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1794.61 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132120 0 0 0 179292 169 0 0 20 0 2 0 276362133 589344768 132651 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132651 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1794.83 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131409 0 0 0 179286 197 0 0 20 0 2 0 276362134 589344768 132651 33554432000 4194304 5963574 140735261076848 140290153485848 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 575532

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28203312/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1797.8 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132319 0 0 0 179611 169 0 0 20 0 2 0 276362133 589344768 132850 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132850 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1798.03 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131608 0 0 0 179606 197 0 0 20 0 2 0 276362134 589344768 132850 33554432000 4194304 5963574 140735261076848 140290153485848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 575532

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28202072/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1798.6 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132369 0 0 0 179691 169 0 0 20 0 2 0 276362133 589344768 132900 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132900 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1798.83 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131658 0 0 0 179686 197 0 0 20 0 2 0 276362134 589344768 132900 33554432000 4194304 5963574 140735261076848 140290153485848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 575532

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28201328/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1799 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132391 0 0 0 179731 169 0 0 20 0 2 0 276362133 589344768 132922 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132922 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1799.23 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131680 0 0 0 179726 197 0 0 20 0 2 0 276362134 589344768 132922 33554432000 4194304 5963574 140735261076848 140290153486328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 575532

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28201328/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1799.4 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132412 0 0 0 179771 169 0 0 20 0 2 0 276362133 589344768 132943 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132943 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1799.62 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131701 0 0 0 179765 197 0 0 20 0 2 0 276362134 589344768 132943 33554432000 4194304 5963574 140735261076848 140290153486328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 575532

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23270
/proc/meminfo: memFree=28201328/32873844 swapFree=6856/6856
[pid=23213] ppid=23211 vsize=575532 CPUtime=1799.5 cores=1,3,5,7
/proc/23213/stat : 23213 (wbo1.7) S 23211 23213 21940 0 -1 4202496 132418 0 0 0 179781 169 0 0 20 0 2 0 276362133 589344768 132949 33554432000 4194304 5963574 140735261076848 140735261076368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23213/statm: 143883 132949 190 432 0 143448 0
[pid=23213/tid=23214] ppid=23211 vsize=575532 CPUtime=1799.72 cores=1,3,5,7
/proc/23213/task/23214/stat : 23214 (wbo1.7) R 23211 23213 21940 0 -1 4202560 131707 0 0 0 179775 197 0 0 20 0 2 0 276362134 589344768 132949 33554432000 4194304 5963574 140735261076848 140290153486328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 575532

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.76
CPU user time (s): 1797.77
CPU system time (s): 1.9887
CPU usage (%): 99.9859
Max. virtual memory (cumulated for all children) (KiB): 575532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 1.9887
maximum resident set size= 531800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132419
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= 223
involuntary context switches= 1910

runsolver used 3.05454 second user time and 9.10162 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 09:06:12
IDJOB=3705268
IDBENCH=2917
IDSOLVER=2283
FILE ID=node144/3705268-1338102372
RUNJOBID= node144-1338086104-21957
PBS_JOBID= 14624429
Free space on /tmp= 71492 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_4.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705268-1338102372/watcher-3705268-1338102372 -o /tmp/evaluation-result-3705268-1338102372/solver-3705268-1338102372 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705268-1338102372.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=1237731501

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28612736 kB
Buffers:          296232 kB
Cached:          2490340 kB
SwapCached:            0 kB
Active:          1423336 kB
Inactive:        2057360 kB
Active(anon):     695388 kB
Inactive(anon):        0 kB
Active(file):     727948 kB
Inactive(file):  2057360 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        746640 kB
Mapped:            15060 kB
Shmem:               200 kB
Slab:             643336 kB
SReclaimable:      85892 kB
SUnreclaim:       557444 kB
KernelStack:        1488 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 71488 MiB
End job on node144 at 2012-05-27 09:36:12