Trace number 3727576

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1789.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
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-3727576-1338662351.opb.
0.00/0.00	c Instance file HOME/instance-3727576-1338662351.opb
0.00/0.00	c File size is 5425 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4099
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:      120                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
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.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3727576-1338662351/watcher-3727576-1338662351 -o /tmp/evaluation-result-3727576-1338662351/solver-3727576-1338662351 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727576-1338662351.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.07 2.02 2.00 3/175 9887
/proc/meminfo: memFree=24073252/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 758 0 0 0 0 0 0 0 20 0 2 0 332363651 85606400 708 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20900 708 189 433 0 20464 0
[pid=9887/tid=9888] ppid=9885 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 332363651 85606400 708 33554432000 4194304 5964350 140735247304752 140734923204248 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0504079 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 9887
/proc/meminfo: memFree=24073252/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83600 CPUtime=0.04 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 896 0 0 0 4 0 0 0 20 0 2 0 332363651 85606400 846 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20900 847 191 433 0 20464 0
[pid=9887/tid=9888] ppid=9885 vsize=83600 CPUtime=0.03 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 194 0 0 0 3 0 0 0 20 0 2 0 332363651 85606400 847 33554432000 4194304 5964350 140735247304752 140734923204248 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83600

[startup+0.100285 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 9887
/proc/meminfo: memFree=24073252/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83600 CPUtime=0.09 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 1026 0 0 0 9 0 0 0 20 0 2 0 332363651 85606400 976 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20900 976 191 433 0 20464 0
[pid=9887/tid=9888] ppid=9885 vsize=83600 CPUtime=0.08 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 323 0 0 0 8 0 0 0 20 0 2 0 332363651 85606400 976 33554432000 4194304 5964350 140735247304752 140734923204248 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) 83600

[startup+0.300269 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 9887
/proc/meminfo: memFree=24073252/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83600 CPUtime=0.29 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 1444 0 0 0 29 0 0 0 20 0 2 0 332363651 85606400 1394 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20900 1394 191 433 0 20464 0
[pid=9887/tid=9888] ppid=9885 vsize=83600 CPUtime=0.28 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 741 0 0 0 28 0 0 0 20 0 2 0 332363651 85606400 1394 33554432000 4194304 5964350 140735247304752 140523197610024 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) 83600

[startup+0.700263 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 9887
/proc/meminfo: memFree=24073252/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83744 CPUtime=0.69 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 2066 0 0 0 69 0 0 0 20 0 2 0 332363651 85753856 2016 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20936 2016 191 433 0 20500 0
[pid=9887/tid=9888] ppid=9885 vsize=83744 CPUtime=0.68 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 1363 0 0 0 68 0 0 0 20 0 2 0 332363651 85753856 2016 33554432000 4194304 5964350 140735247304752 140523197610024 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) 83744

[startup+1.50026 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9889
/proc/meminfo: memFree=24064772/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83744 CPUtime=1.49 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 2401 0 0 0 149 0 0 0 20 0 2 0 332363651 85753856 2351 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20936 2351 191 433 0 20500 0
[pid=9887/tid=9888] ppid=9885 vsize=83744 CPUtime=1.48 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 1698 0 0 0 148 0 0 0 20 0 2 0 332363651 85753856 2351 33554432000 4194304 5964350 140735247304752 140523197610024 4400462 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) 83744

[startup+3.10027 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9889
/proc/meminfo: memFree=24059200/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83816 CPUtime=3.09 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 3402 0 0 0 309 0 0 0 20 0 2 0 332363651 85827584 3352 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20954 3352 191 433 0 20518 0
[pid=9887/tid=9888] ppid=9885 vsize=83816 CPUtime=3.08 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 2699 0 0 0 308 0 0 0 20 0 2 0 332363651 85827584 3352 33554432000 4194304 5964350 140735247304752 140523197609976 5136340 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) 83816

[startup+6.30026 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 9889
/proc/meminfo: memFree=24048784/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=83924 CPUtime=6.29 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 5026 0 0 0 628 1 0 0 20 0 2 0 332363651 85938176 4976 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 20981 4976 191 433 0 20545 0
[pid=9887/tid=9888] ppid=9885 vsize=83924 CPUtime=6.28 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 4323 0 0 0 627 1 0 0 20 0 2 0 332363651 85938176 4976 33554432000 4194304 5964350 140735247304752 140523197609976 4222468 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) 83924

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 9889
/proc/meminfo: memFree=24034524/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=84084 CPUtime=12.69 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 7412 0 0 0 1267 2 0 0 20 0 2 0 332363651 86102016 7362 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 21021 7362 191 433 0 20585 0
[pid=9887/tid=9888] ppid=9885 vsize=84084 CPUtime=12.68 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 6709 0 0 0 1266 2 0 0 20 0 2 0 332363651 86102016 7362 33554432000 4194304 5964350 140735247304752 140523197609976 4399858 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) 84084

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9889
/proc/meminfo: memFree=24010404/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=84084 CPUtime=25.48 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 9724 0 0 0 2546 2 0 0 20 0 2 0 332363651 86102016 9674 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 21021 9674 191 433 0 20585 0
[pid=9887/tid=9888] ppid=9885 vsize=84084 CPUtime=25.48 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 9021 0 0 0 2545 3 0 0 20 0 2 0 332363651 86102016 9674 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 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) 84084

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9892
/proc/meminfo: memFree=23970524/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=85116 CPUtime=51.07 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 15100 0 0 0 5103 4 0 0 20 0 2 0 332363651 87158784 15053 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 21279 15053 191 433 0 20843 0
[pid=9887/tid=9888] ppid=9885 vsize=85116 CPUtime=51.07 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 14397 0 0 0 5102 5 0 0 20 0 2 0 332363651 87158784 15053 33554432000 4194304 5964350 140735247304752 140523197610024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85116

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9892
/proc/meminfo: memFree=23904472/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=152272 CPUtime=102.25 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 23649 0 0 0 10216 9 0 0 20 0 2 0 332363651 155926528 24345 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 38068 24345 191 433 0 37632 0
[pid=9887/tid=9888] ppid=9885 vsize=152272 CPUtime=102.27 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 22946 0 0 0 10216 11 0 0 20 0 2 0 332363651 155926528 24345 33554432000 4194304 5964350 140735247304752 140523197610024 4378912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152272

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9892
/proc/meminfo: memFree=23853356/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=153512 CPUtime=162.23 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 29920 0 0 0 16210 13 0 0 20 0 2 0 332363651 157196288 30623 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 38378 30623 191 433 0 37942 0
[pid=9887/tid=9888] ppid=9885 vsize=153512 CPUtime=162.26 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 29217 0 0 0 16210 16 0 0 20 0 2 0 332363651 157196288 30623 33554432000 4194304 5964350 140735247304752 140523197609976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153512

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23811648/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=220756 CPUtime=222.21 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 35310 0 0 0 22203 18 0 0 20 0 2 0 332363651 226054144 36006 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 55189 36006 191 433 0 54753 0
[pid=9887/tid=9888] ppid=9885 vsize=220756 CPUtime=222.24 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 34607 0 0 0 22202 22 0 0 20 0 2 0 332363651 226054144 36006 33554432000 4194304 5964350 140735247304752 140523197610024 4379216 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 220756

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23774276/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=222880 CPUtime=282.2 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 40519 0 0 0 28197 23 0 0 20 0 2 0 332363651 228229120 41215 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 55720 41215 191 433 0 55284 0
[pid=9887/tid=9888] ppid=9885 vsize=222880 CPUtime=282.25 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 39816 0 0 0 28197 28 0 0 20 0 2 0 332363651 228229120 41215 33554432000 4194304 5964350 140735247304752 140523197609976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 222880

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23728520/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=224016 CPUtime=342.18 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 44800 0 0 0 34191 27 0 0 20 0 2 0 332363651 229392384 45496 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 56004 45496 191 433 0 55568 0
[pid=9887/tid=9888] ppid=9885 vsize=224016 CPUtime=342.25 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 44097 0 0 0 34192 33 0 0 20 0 2 0 332363651 229392384 45496 33554432000 4194304 5964350 140735247304752 140523197609976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 224016

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23695052/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=224088 CPUtime=402.16 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 47978 0 0 0 40186 30 0 0 20 0 2 0 332363651 229466112 48660 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 94352 0 0 0 130125 97 0 0 20 0 2 0 332363651 442368000 95679 33554432000 4194304 5964350 140735247304752 140523197610024 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 432000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9925
/proc/meminfo: memFree=23269484/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=433108 CPUtime=1361.95 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 100543 0 0 0 136111 84 0 0 20 0 2 0 332363651 443502592 101167 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 108277 101167 191 433 0 107841 0
[pid=9887/tid=9888] ppid=9885 vsize=433108 CPUtime=1362.22 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 99840 0 0 0 136117 105 0 0 20 0 2 0 332363651 443502592 101167 33554432000 4194304 5964350 140735247304752 140523197609976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 433108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23255504/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=433268 CPUtime=1421.94 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 102263 0 0 0 142108 86 0 0 20 0 2 0 332363651 443666432 102868 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 108317 102868 191 433 0 107881 0
[pid=9887/tid=9888] ppid=9885 vsize=433268 CPUtime=1422.21 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 101560 0 0 0 142113 108 0 0 20 0 2 0 332363651 443666432 102868 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 433268

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 9926
/proc/meminfo: memFree=23224600/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=498804 CPUtime=1481.91 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 107385 0 0 0 148101 90 0 0 20 0 2 0 332363651 510775296 107976 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 124701 107976 191 433 0 124265 0
[pid=9887/tid=9888] ppid=9885 vsize=498804 CPUtime=1482.2 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 106682 0 0 0 148107 113 0 0 20 0 2 0 332363651 510775296 107976 33554432000 4194304 5964350 140735247304752 140523197610024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 498804

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9926
/proc/meminfo: memFree=23205628/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=499888 CPUtime=1541.9 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 109580 0 0 0 154098 92 0 0 20 0 2 0 332363651 511885312 110171 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 124972 110171 191 433 0 124536 0
[pid=9887/tid=9888] ppid=9885 vsize=499888 CPUtime=1542.2 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 108877 0 0 0 154104 116 0 0 20 0 2 0 332363651 511885312 110171 33554432000 4194304 5964350 140735247304752 140523197609976 4400321 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 499888

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23191988/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=499888 CPUtime=1601.88 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 111600 0 0 0 160094 94 0 0 20 0 2 0 332363651 511885312 112191 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 124972 112191 191 433 0 124536 0
[pid=9887/tid=9888] ppid=9885 vsize=499888 CPUtime=1602.2 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 110897 0 0 0 160101 119 0 0 20 0 2 0 332363651 511885312 112191 33554432000 4194304 5964350 140735247304752 140523197609976 4221120 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) 499888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23167932/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1661.88 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 116628 0 0 0 166087 101 0 0 20 0 2 0 332363651 514101248 117219 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 117219 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1662.21 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 115925 0 0 0 166094 127 0 0 20 0 2 0 332363651 514101248 117219 33554432000 4194304 5964350 140735247304752 140523197610024 4399895 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 502052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23160792/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1721.87 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 117452 0 0 0 172086 101 0 0 20 0 2 0 332363651 514101248 118043 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 118043 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1722.21 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 116749 0 0 0 172093 128 0 0 20 0 2 0 332363651 514101248 118043 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 502052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 9931
/proc/meminfo: memFree=23631372/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1781.86 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 117529 0 0 0 178085 101 0 0 20 0 2 0 332363651 514101248 118120 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 118120 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1782.21 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 116826 0 0 0 178092 129 0 0 20 0 2 0 332363651 514101248 118120 33554432000 4194304 5964350 140735247304752 140523197609976 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 502052

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23528312/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1791.47 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118083 0 0 0 179045 102 0 0 20 0 2 0 332363651 514101248 118674 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 118674 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1791.82 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117380 0 0 0 179052 130 0 0 20 0 2 0 332363651 514101248 118674 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 502052

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23527072/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1794.67 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118329 0 0 0 179365 102 0 0 20 0 2 0 332363651 514101248 118920 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 118920 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1795.02 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117626 0 0 0 179372 130 0 0 20 0 2 0 332363651 514101248 118920 33554432000 4194304 5964350 140735247304752 140523197609976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 502052

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23526088/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1797.86 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118570 0 0 0 179684 102 0 0 20 0 2 0 332363651 514101248 119161 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 119161 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1798.21 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117867 0 0 0 179691 130 0 0 20 0 2 0 332363651 514101248 119161 33554432000 4194304 5964350 140735247304752 140523197609976 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 502052

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23525840/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1798.65 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118624 0 0 0 179763 102 0 0 20 0 2 0 332363651 514101248 119215 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 119215 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1799.01 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117921 0 0 0 179771 130 0 0 20 0 2 0 332363651 514101248 119215 33554432000 4194304 5964350 140735247304752 140523197609976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 502052

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23525592/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1799.06 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118654 0 0 0 179804 102 0 0 20 0 2 0 332363651 514101248 119245 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 119245 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1799.42 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117951 0 0 0 179812 130 0 0 20 0 2 0 332363651 514101248 119245 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 502052

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23525592/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1799.46 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118682 0 0 0 179843 103 0 0 20 0 2 0 332363651 514101248 119273 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 119273 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1799.81 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117979 0 0 0 179850 131 0 0 20 0 2 0 332363651 514101248 119273 33554432000 4194304 5964350 140735247304752 140523197610024 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 502052

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9966
/proc/meminfo: memFree=23525592/32873844 swapFree=7112/7112
[pid=9887] ppid=9885 vsize=502052 CPUtime=1799.56 cores=0,2,4,6
/proc/9887/stat : 9887 (wbo1.72) S 9885 9887 7385 0 -1 4202496 118690 0 0 0 179853 103 0 0 20 0 2 0 332363651 514101248 119281 33554432000 4194304 5964350 140735247304752 140735247304272 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9887/statm: 125513 119281 191 433 0 125077 0
[pid=9887/tid=9888] ppid=9885 vsize=502052 CPUtime=1799.91 cores=0,2,4,6
/proc/9887/task/9888/stat : 9888 (wbo1.72) R 9885 9887 7385 0 -1 4202560 117987 0 0 0 179860 131 0 0 20 0 2 0 332363651 514101248 119281 33554432000 4194304 5964350 140735247304752 140523197610024 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 502052

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.94
CPU user time (s): 1798.61
CPU system time (s): 1.3278
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 502052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.3278
maximum resident set size= 477136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118693
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= 195
involuntary context switches= 1884

runsolver used 2.88656 second user time and 6.93595 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-02 20:39:11
IDJOB=3727576
IDBENCH=2926
IDSOLVER=2313
FILE ID=node104/3727576-1338662351
RUNJOBID= node104-1338651515-8487
PBS_JOBID= 14636479
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= c0264878059fff5e6fa5f51839a60b24
RANDOM SEED=2012242769

node104.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.266
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.53
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.266
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.266
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	: 5331.91
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.266
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.92
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.266
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		: 2666.266
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		: 2666.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24073896 kB
Buffers:          541704 kB
Cached:          7216400 kB
SwapCached:          780 kB
Active:          4692800 kB
Inactive:        3107008 kB
Active(anon):      33536 kB
Inactive(anon):     8072 kB
Active(file):    4659264 kB
Inactive(file):  3098936 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             11228 kB
Writeback:             0 kB
AnonPages:        164832 kB
Mapped:            14984 kB
Shmem:                 8 kB
Slab:             861212 kB
SReclaimable:     303520 kB
SUnreclaim:       557692 kB
KernelStack:        1472 kB
PageTables:         3612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 66432 MiB
End job on node104 at 2012-06-02 21:09:11