Trace number 3727584

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.72? 1799.55 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUM0263d0a7c5e3320bd7cce9534c14bf27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1792.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 32
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727584-1338662335.opb.
0.00/0.00	c Instance file HOME/instance-3727584-1338662335.opb
0.00/0.00	c File size is 13239 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 6162
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:      198                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 16                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB 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.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3727584-1338662335/watcher-3727584-1338662335 -o /tmp/evaluation-result-3727584-1338662335/solver-3727584-1338662335 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727584-1338662335.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.01 2.00 2.00 3/179 4984
/proc/meminfo: memFree=28431408/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83664 CPUtime=0 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 793 0 0 0 0 0 0 0 20 0 2 0 332358247 85671936 741 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20916 741 189 433 0 20480 0
[pid=4984/tid=4985] ppid=4982 vsize=83664 CPUtime=0 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 2 0 332358247 85671936 741 33554432000 4194304 5964350 140735433341424 140736407633448 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.09187 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4984
/proc/meminfo: memFree=28431408/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83664 CPUtime=0.08 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 967 0 0 0 8 0 0 0 20 0 2 0 332358247 85671936 915 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20916 915 191 433 0 20480 0
[pid=4984/tid=4985] ppid=4982 vsize=83664 CPUtime=0.07 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 243 0 0 0 7 0 0 0 20 0 2 0 332358247 85671936 915 33554432000 4194304 5964350 140735433341424 140736407633448 4389080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83664

[startup+0.100287 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4984
/proc/meminfo: memFree=28431408/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83664 CPUtime=0.09 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 985 0 0 0 9 0 0 0 20 0 2 0 332358247 85671936 933 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20916 933 191 433 0 20480 0
[pid=4984/tid=4985] ppid=4982 vsize=83664 CPUtime=0.08 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 261 0 0 0 8 0 0 0 20 0 2 0 332358247 85671936 933 33554432000 4194304 5964350 140735433341424 140736407633448 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83664

[startup+0.300268 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4984
/proc/meminfo: memFree=28431408/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83664 CPUtime=0.29 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 1345 0 0 0 29 0 0 0 20 0 2 0 332358247 85671936 1293 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20916 1293 191 433 0 20480 0
[pid=4984/tid=4985] ppid=4982 vsize=83664 CPUtime=0.28 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 621 0 0 0 28 0 0 0 20 0 2 0 332358247 85671936 1293 33554432000 4194304 5964350 140735433341424 140476066093096 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83664

[startup+0.700245 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4984
/proc/meminfo: memFree=28431408/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83664 CPUtime=0.69 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 1968 0 0 0 69 0 0 0 20 0 2 0 332358247 85671936 1916 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20916 1916 191 433 0 20480 0
[pid=4984/tid=4985] ppid=4982 vsize=83664 CPUtime=0.68 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 1244 0 0 0 68 0 0 0 20 0 2 0 332358247 85671936 1916 33554432000 4194304 5964350 140735433341424 140476066093096 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83664

[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 4986
/proc/meminfo: memFree=28423448/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83808 CPUtime=1.49 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 2496 0 0 0 149 0 0 0 20 0 2 0 332358247 85819392 2444 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20952 2444 191 433 0 20516 0
[pid=4984/tid=4985] ppid=4982 vsize=83808 CPUtime=1.48 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 1772 0 0 0 148 0 0 0 20 0 2 0 332358247 85819392 2444 33554432000 4194304 5964350 140735433341424 140476066092856 4399895 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83808

[startup+3.10025 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 4986
/proc/meminfo: memFree=28421092/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83880 CPUtime=3.09 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 3461 0 0 0 309 0 0 0 20 0 2 0 332358247 85893120 3409 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20970 3409 191 433 0 20534 0
[pid=4984/tid=4985] ppid=4982 vsize=83880 CPUtime=3.07 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 2737 0 0 0 307 0 0 0 20 0 2 0 332358247 85893120 3409 33554432000 4194304 5964350 140735433341424 140476066093048 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83880

[startup+6.30025 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 4986
/proc/meminfo: memFree=28412288/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83880 CPUtime=6.29 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 4990 0 0 0 628 1 0 0 20 0 2 0 332358247 85893120 4938 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20970 4938 191 433 0 20534 0
[pid=4984/tid=4985] ppid=4982 vsize=83880 CPUtime=6.27 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 4266 0 0 0 626 1 0 0 20 0 2 0 332358247 85893120 4938 33554432000 4194304 5964350 140735433341424 140476066093048 5134974 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83880

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4986
/proc/meminfo: memFree=28401128/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=83988 CPUtime=12.69 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 7870 0 0 0 1267 2 0 0 20 0 2 0 332358247 86003712 7818 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 20997 7818 191 433 0 20561 0
[pid=4984/tid=4985] ppid=4982 vsize=83988 CPUtime=12.65 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 7146 0 0 0 1263 2 0 0 20 0 2 0 332358247 86003712 7818 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83988

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4987
/proc/meminfo: memFree=28384760/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=84148 CPUtime=25.49 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 11359 0 0 0 2545 4 0 0 20 0 2 0 332358247 86167552 11307 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 21037 11307 191 433 0 20601 0
[pid=4984/tid=4985] ppid=4982 vsize=84148 CPUtime=25.42 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 10635 0 0 0 2538 4 0 0 20 0 2 0 332358247 86167552 11307 33554432000 4194304 5964350 140735433341424 140476066093048 4382672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84148

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4987
/proc/meminfo: memFree=28368220/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=84388 CPUtime=51.09 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 15758 0 0 0 5104 5 0 0 20 0 2 0 332358247 86413312 15706 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 21097 15706 191 433 0 20661 0
[pid=4984/tid=4985] ppid=4982 vsize=84388 CPUtime=50.95 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 15034 0 0 0 5091 4 0 0 20 0 2 0 332358247 86413312 15706 33554432000 4194304 5964350 140735433341424 140476066093048 4399921 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84388

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4990
/proc/meminfo: memFree=28336264/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=150788 CPUtime=102.28 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 23238 0 0 0 10220 8 0 0 20 0 2 0 332358247 154406912 23186 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 37697 23186 191 433 0 37261 0
[pid=4984/tid=4985] ppid=4982 vsize=150788 CPUtime=102.03 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 22514 0 0 0 10194 9 0 0 20 0 2 0 332358247 154406912 23186 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 150788

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4990
/proc/meminfo: memFree=28302040/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=151796 CPUtime=162.27 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 31873 0 0 0 16214 13 0 0 20 0 2 0 332358247 155439104 31821 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 37949 31821 191 433 0 37513 0
[pid=4984/tid=4985] ppid=4982 vsize=151796 CPUtime=161.87 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 31149 0 0 0 16172 15 0 0 20 0 2 0 332358247 155439104 31821 33554432000 4194304 5964350 140735433341424 140476066093048 4400342 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 151796

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4990
/proc/meminfo: memFree=28280876/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=219024 CPUtime=222.26 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 37051 0 0 0 22210 16 0 0 20 0 2 0 332358247 224280576 36999 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 54756 36999 191 433 0 54320 0
[pid=4984/tid=4985] ppid=4982 vsize=219024 CPUtime=221.71 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 36327 0 0 0 22153 18 0 0 20 0 2 0 332358247 224280576 36999 33554432000 4194304 5964350 140735433341424 140476066093048 4400035 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) 219024

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4990
/proc/meminfo: memFree=28249380/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=221184 CPUtime=282.25 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 44805 0 0 0 28203 22 0 0 20 0 2 0 332358247 226492416 44748 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 55296 44748 191 433 0 54860 0
[pid=4984/tid=4985] ppid=4982 vsize=221184 CPUtime=281.56 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 44081 0 0 0 28130 26 0 0 20 0 2 0 332358247 226492416 44748 33554432000 4194304 5964350 140735433341424 140476066093048 4382124 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 221184

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4991
/proc/meminfo: memFree=28230416/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=221796 CPUtime=342.24 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 49663 0 0 0 34198 26 0 0 20 0 2 0 332358247 227119104 49606 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 55449 49606 191 433 0 55013 0
[pid=4984/tid=4985] ppid=4982 vsize=221796 CPUtime=341.41 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 48939 0 0 0 34110 31 0 0 20 0 2 0 332358247 227119104 49606 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 221796

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4992
/proc/meminfo: memFree=28218240/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=287404 CPUtime=402.22 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 52657 0 0 0 40193 29 0 0 20 0 2 0 332358247 294301696 52600 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 5180
/proc/meminfo: memFree=28476924/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=565688 CPUtime=1421.95 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 121845 0 0 0 142093 102 0 0 20 0 2 0 332358247 579264512 121298 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 141422 121298 191 433 0 140986 0
[pid=4984/tid=4985] ppid=4982 vsize=565688 CPUtime=1418.52 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 121121 0 0 0 141729 123 0 0 20 0 2 0 332358247 579264512 121298 33554432000 4194304 5964350 140735433341424 140476066093096 4400342 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 565688

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 5180
/proc/meminfo: memFree=28381100/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=566912 CPUtime=1481.93 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 127416 0 0 0 148085 108 0 0 20 0 2 0 332358247 580517888 126869 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 141728 126869 191 433 0 141292 0
[pid=4984/tid=4985] ppid=4982 vsize=566912 CPUtime=1478.36 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 126692 0 0 0 147706 130 0 0 20 0 2 0 332358247 580517888 126869 33554432000 4194304 5964350 140735433341424 140476066093048 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 566912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 5181
/proc/meminfo: memFree=28313000/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=567164 CPUtime=1541.91 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 127505 0 0 0 154083 108 0 0 20 0 2 0 332358247 580775936 126953 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 141791 126953 191 433 0 141355 0
[pid=4984/tid=4985] ppid=4982 vsize=567164 CPUtime=1538.2 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 126781 0 0 0 153689 131 0 0 20 0 2 0 332358247 580775936 126953 33554432000 4194304 5964350 140735433341424 140476066093096 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 567164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 5181
/proc/meminfo: memFree=28248256/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=569220 CPUtime=1601.88 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 131636 0 0 0 160075 113 0 0 20 0 2 0 332358247 582881280 131050 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 142305 131050 191 433 0 141869 0
[pid=4984/tid=4985] ppid=4982 vsize=569220 CPUtime=1598.02 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 130912 0 0 0 159666 136 0 0 20 0 2 0 332358247 582881280 131050 33554432000 4194304 5964350 140735433341424 140476066093048 4400439 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 569220

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5181
/proc/meminfo: memFree=28147628/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=570088 CPUtime=1661.87 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 136563 0 0 0 166066 121 0 0 20 0 2 0 332358247 583770112 135976 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 142522 135976 191 433 0 142086 0
[pid=4984/tid=4985] ppid=4982 vsize=570088 CPUtime=1657.86 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 135839 0 0 0 165640 146 0 0 20 0 2 0 332358247 583770112 135976 33554432000 4194304 5964350 140735433341424 140476066093048 4399835 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 570088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28077196/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=570268 CPUtime=1721.86 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 136616 0 0 0 172065 121 0 0 20 0 2 0 332358247 583954432 136029 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 142567 136029 191 433 0 142131 0
[pid=4984/tid=4985] ppid=4982 vsize=570268 CPUtime=1717.71 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 135892 0 0 0 171624 147 0 0 20 0 2 0 332358247 583954432 136029 33554432000 4194304 5964350 140735433341424 140476066093096 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 570268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28029580/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=570448 CPUtime=1781.85 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 138040 0 0 0 178062 123 0 0 20 0 2 0 332358247 584138752 137453 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 142612 137453 191 433 0 142176 0
[pid=4984/tid=4985] ppid=4982 vsize=570448 CPUtime=1777.56 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 137316 0 0 0 177606 150 0 0 20 0 2 0 332358247 584138752 137453 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 570448

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 5181
/proc/meminfo: memFree=28024744/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=635984 CPUtime=1791.46 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 139165 0 0 0 179022 124 0 0 20 0 2 0 332358247 651247616 138578 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 158996 138578 191 433 0 158560 0
[pid=4984/tid=4985] ppid=4982 vsize=635984 CPUtime=1787.14 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 138441 0 0 0 178564 150 0 0 20 0 2 0 332358247 651247616 138578 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 635984

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28023256/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636468 CPUtime=1794.65 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 139535 0 0 0 179341 124 0 0 20 0 2 0 332358247 651743232 138948 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159117 138948 191 433 0 158681 0
[pid=4984/tid=4985] ppid=4982 vsize=636468 CPUtime=1790.33 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 138811 0 0 0 178882 151 0 0 20 0 2 0 332358247 651743232 138948 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 636468

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28022140/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636900 CPUtime=1797.84 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 139940 0 0 0 179660 124 0 0 20 0 2 0 332358247 652185600 139353 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159225 139353 191 433 0 158789 0
[pid=4984/tid=4985] ppid=4982 vsize=636900 CPUtime=1793.52 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 139216 0 0 0 179201 151 0 0 20 0 2 0 332358247 652185600 139353 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 636900

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28021768/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636900 CPUtime=1798.64 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 140025 0 0 0 179740 124 0 0 20 0 2 0 332358247 652185600 139438 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159225 139438 191 433 0 158789 0
[pid=4984/tid=4985] ppid=4982 vsize=636900 CPUtime=1794.31 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 139301 0 0 0 179280 151 0 0 20 0 2 0 332358247 652185600 139438 33554432000 4194304 5964350 140735433341424 140476066093048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 636900

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28021396/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636900 CPUtime=1799.05 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 140059 0 0 0 179781 124 0 0 20 0 2 0 332358247 652185600 139472 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159225 139472 191 433 0 158789 0
[pid=4984/tid=4985] ppid=4982 vsize=636900 CPUtime=1794.72 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 139335 0 0 0 179321 151 0 0 20 0 2 0 332358247 652185600 139472 33554432000 4194304 5964350 140735433341424 140476066093096 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 636900

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28021396/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636900 CPUtime=1799.45 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 140095 0 0 0 179820 125 0 0 20 0 2 0 332358247 652185600 139508 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159225 139508 191 433 0 158789 0
[pid=4984/tid=4985] ppid=4982 vsize=636900 CPUtime=1795.11 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 139371 0 0 0 179360 151 0 0 20 0 2 0 332358247 652185600 139508 33554432000 4194304 5964350 140735433341424 140476066093096 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 636900

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28021396/32873844 swapFree=7620/7620
[pid=4984] ppid=4982 vsize=636900 CPUtime=1799.55 cores=0,2,4,6
/proc/4984/stat : 4984 (wbo1.72) S 4982 4984 2201 0 -1 4202496 140105 0 0 0 179830 125 0 0 20 0 2 0 332358247 652185600 139518 33554432000 4194304 5964350 140735433341424 140735433340944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4984/statm: 159225 139518 191 433 0 158789 0
[pid=4984/tid=4985] ppid=4982 vsize=636900 CPUtime=1795.21 cores=0,2,4,6
/proc/4984/task/4985/stat : 4985 (wbo1.72) R 4982 4984 2201 0 -1 4202560 139381 0 0 0 179369 152 0 0 20 0 2 0 332358247 652185600 139518 33554432000 4194304 5964350 140735433341424 140476066093096 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 636900

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4984 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=699316
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=537766
# CPU time returned by wait4() is 1795.24
# while last known CPU time is 1799.55
#
# 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.55
CPU user time (s): 1798.3
CPU system time (s): 1.25
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 636900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 1.53777
maximum resident set size= 558088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140109
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= 221
involuntary context switches= 1936

runsolver used 3.43948 second user time and 8.69368 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-02 20:38:55
IDJOB=3727584
IDBENCH=2920
IDSOLVER=2313
FILE ID=node135/3727584-1338662335
RUNJOBID= node135-1338651358-3625
PBS_JOBID= 14636445
Free space on /tmp= 70988 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727584-1338662335/watcher-3727584-1338662335 -o /tmp/evaluation-result-3727584-1338662335/solver-3727584-1338662335 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727584-1338662335.opb

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

MD5SUM BENCH= 0263d0a7c5e3320bd7cce9534c14bf27
RANDOM SEED=1062430247

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:        28431936 kB
Buffers:          343036 kB
Cached:          2427980 kB
SwapCached:         1676 kB
Active:          1920604 kB
Inactive:        1680732 kB
Active(anon):     820868 kB
Inactive(anon):    12048 kB
Active(file):    1099736 kB
Inactive(file):  1668684 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105796 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        842812 kB
Mapped:            11208 kB
Shmem:               132 kB
Slab:             698824 kB
SReclaimable:     140912 kB
SUnreclaim:       557912 kB
KernelStack:        1504 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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= 70988 MiB
End job on node135 at 2012-06-02 21:08:55