Trace number 3705267

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
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
Satisfiable
(Un)Satisfiability was proved
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 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
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-3705267-1338101888.opb.
0.00/0.00	c Instance file HOME/instance-3705267-1338101888.opb
0.00/0.00	c File size is 6882 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5704
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3705267-1338101888/watcher-3705267-1338101888 -o /tmp/evaluation-result-3705267-1338101888/solver-3705267-1338101888 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705267-1338101888.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.04 2.02 2.00 3/177 32152
/proc/meminfo: memFree=28350904/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83596 CPUtime=0 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 756 0 0 0 0 0 0 0 20 0 2 0 276314723 85602304 706 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20899 706 189 432 0 20464 0
[pid=32152/tid=32153] ppid=32150 vsize=83596 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 276314724 85602304 706 33554432000 4194304 5963574 140735443652000 140733799787592 4971056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.086859 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 32152
/proc/meminfo: memFree=28350904/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83596 CPUtime=0.08 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 946 0 0 0 8 0 0 0 20 0 2 0 276314723 85602304 896 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20899 896 190 432 0 20464 0
[pid=32152/tid=32153] ppid=32150 vsize=83596 CPUtime=0.07 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 235 0 0 0 7 0 0 0 20 0 2 0 276314724 85602304 896 33554432000 4194304 5963574 140735443652000 140733799787592 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83596

[startup+0.100244 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 32152
/proc/meminfo: memFree=28350904/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83596 CPUtime=0.09 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 975 0 0 0 9 0 0 0 20 0 2 0 276314723 85602304 925 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20899 925 190 432 0 20464 0
[pid=32152/tid=32153] ppid=32150 vsize=83596 CPUtime=0.08 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 264 0 0 0 8 0 0 0 20 0 2 0 276314724 85602304 925 33554432000 4194304 5963574 140735443652000 140733799787592 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83596

[startup+0.300207 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 32152
/proc/meminfo: memFree=28350904/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83596 CPUtime=0.29 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 1352 0 0 0 29 0 0 0 20 0 2 0 276314723 85602304 1302 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20899 1302 190 432 0 20464 0
[pid=32152/tid=32153] ppid=32150 vsize=83596 CPUtime=0.28 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 641 0 0 0 28 0 0 0 20 0 2 0 276314724 85602304 1302 33554432000 4194304 5963574 140735443652000 140733799787592 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83596

[startup+0.70021 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 32152
/proc/meminfo: memFree=28350904/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83740 CPUtime=0.69 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 1778 0 0 0 69 0 0 0 20 0 2 0 276314723 85749760 1728 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20935 1728 190 432 0 20500 0
[pid=32152/tid=32153] ppid=32150 vsize=83740 CPUtime=0.68 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 1067 0 0 0 68 0 0 0 20 0 2 0 276314724 85749760 1728 33554432000 4194304 5963574 140735443652000 139947873560088 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83740

[startup+1.50021 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28344788/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83740 CPUtime=1.49 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 2282 0 0 0 149 0 0 0 20 0 2 0 276314723 85749760 2232 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20935 2232 190 432 0 20500 0
[pid=32152/tid=32153] ppid=32150 vsize=83740 CPUtime=1.48 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 1571 0 0 0 148 0 0 0 20 0 2 0 276314724 85749760 2232 33554432000 4194304 5963574 140735443652000 139947873560568 4399511 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83740

[startup+3.10024 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28341580/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83812 CPUtime=3.09 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 3421 0 0 0 308 1 0 0 20 0 2 0 276314723 85823488 3371 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20953 3371 190 432 0 20518 0
[pid=32152/tid=32153] ppid=32150 vsize=83812 CPUtime=3.07 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 2710 0 0 0 307 0 0 0 20 0 2 0 276314724 85823488 3371 33554432000 4194304 5963574 140735443652000 139947873560568 4399474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83812

[startup+6.30033 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28333520/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=83920 CPUtime=6.29 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 4589 0 0 0 628 1 0 0 20 0 2 0 276314723 85934080 4539 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 20980 4539 190 432 0 20545 0
[pid=32152/tid=32153] ppid=32150 vsize=83920 CPUtime=6.27 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 3878 0 0 0 626 1 0 0 20 0 2 0 276314724 85934080 4539 33554432000 4194304 5963574 140735443652000 139947873560376 4403249 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83920

[startup+12.7011 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28324484/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=84944 CPUtime=12.69 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 7094 0 0 0 1267 2 0 0 20 0 2 0 276314723 86982656 7044 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 21236 7044 190 432 0 20801 0
[pid=32152/tid=32153] ppid=32150 vsize=84944 CPUtime=12.65 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 6383 0 0 0 1263 2 0 0 20 0 2 0 276314724 86982656 7044 33554432000 4194304 5963574 140735443652000 139947873560568 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84944

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28304584/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=86336 CPUtime=25.49 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 9997 0 0 0 2546 3 0 0 20 0 2 0 276314723 88408064 9947 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 21584 9947 190 432 0 21149 0
[pid=32152/tid=32153] ppid=32150 vsize=86336 CPUtime=25.42 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 9286 0 0 0 2539 3 0 0 20 0 2 0 276314724 88408064 9947 33554432000 4194304 5963574 140735443652000 139947873560376 4399462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86336

[startup+51.1011 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 32154
/proc/meminfo: memFree=28282960/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=88892 CPUtime=51.09 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 15167 0 0 0 5104 5 0 0 20 0 2 0 276314723 91025408 15117 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 22223 15117 190 432 0 21788 0
[pid=32152/tid=32153] ppid=32150 vsize=88892 CPUtime=50.95 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 14457 0 0 0 5091 4 0 0 20 0 2 0 276314724 91025408 15118 33554432000 4194304 5963574 140735443652000 139947873560376 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88892

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 32155
/proc/meminfo: memFree=28216744/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=156872 CPUtime=102.28 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 23156 0 0 0 10218 10 0 0 20 0 2 0 276314723 160636928 23106 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 39218 23106 190 432 0 38783 0
[pid=32152/tid=32153] ppid=32150 vsize=156872 CPUtime=102.02 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 22445 0 0 0 10191 11 0 0 20 0 2 0 276314724 160636928 23106 33554432000 4194304 5963574 140735443652000 139947873560088 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 156872

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 32158
/proc/meminfo: memFree=28097596/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=158096 CPUtime=162.26 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 32041 0 0 0 16208 18 0 0 20 0 2 0 276314723 161890304 31991 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 39524 31991 190 432 0 39089 0
[pid=32152/tid=32153] ppid=32150 vsize=158096 CPUtime=161.86 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 31330 0 0 0 16166 20 0 0 20 0 2 0 276314724 161890304 31991 33554432000 4194304 5963574 140735443652000 139947873560568 4378768 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 158096

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 32181
/proc/meminfo: memFree=28074460/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=227100 CPUtime=222.26 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 37926 0 0 0 22202 24 0 0 20 0 2 0 276314723 232550400 37876 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 56775 37876 190 432 0 56340 0
[pid=32152/tid=32153] ppid=32150 vsize=227100 CPUtime=221.7 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 37215 0 0 0 22143 27 0 0 20 0 2 0 276314724 232550400 37876 33554432000 4194304 5963574 140735443652000 139947873560568 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 227100

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32181
/proc/meminfo: memFree=28041544/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=228508 CPUtime=282.25 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 44410 0 0 0 28196 29 0 0 20 0 2 0 276314723 233992192 44360 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 57127 44360 190 432 0 56692 0
[pid=32152/tid=32153] ppid=32150 vsize=228508 CPUtime=281.54 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 43699 0 0 0 28121 33 0 0 20 0 2 0 276314724 233992192 44360 33554432000 4194304 5963574 140735443652000 139947873560088 4399448 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 228508

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32181
/proc/meminfo: memFree=27993992/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=229744 CPUtime=342.24 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 49182 0 0 0 34190 34 0 0 20 0 2 0 276314723 235257856 49132 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 57436 49132 190 432 0 57001 0
[pid=32152/tid=32153] ppid=32150 vsize=229744 CPUtime=341.38 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 48471 0 0 0 34099 39 0 0 20 0 2 0 276314724 235257856 49132 33554432000 4194304 5963574 140735443652000 139947873560616 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 229744

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32182
/proc/meminfo: memFree=27974648/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=296472 CPUtime=402.23 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 54044 0 0 0 40184 39 0 0 20 0 2 0 276314723 303587328 53994 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 32230
/proc/meminfo: memFree=28284576/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=578588 CPUtime=1421.95 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 124401 0 0 0 142079 116 0 0 20 0 2 0 276314723 592474112 124957 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 144647 124957 190 432 0 144212 0
[pid=32152/tid=32153] ppid=32150 vsize=578588 CPUtime=1418.42 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 123690 0 0 0 141705 137 0 0 20 0 2 0 276314724 592474112 124957 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 578588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32230
/proc/meminfo: memFree=28256800/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=578748 CPUtime=1481.93 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 125361 0 0 0 148076 117 0 0 20 0 2 0 276314723 592637952 125917 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 144687 125917 190 432 0 144252 0
[pid=32152/tid=32153] ppid=32150 vsize=578748 CPUtime=1478.25 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 124650 0 0 0 147686 139 0 0 20 0 2 0 276314724 592637952 125917 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 578748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32230
/proc/meminfo: memFree=28226668/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=580124 CPUtime=1541.93 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 130315 0 0 0 154069 124 0 0 20 0 2 0 276314723 594046976 130871 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 145031 130871 190 432 0 144596 0
[pid=32152/tid=32153] ppid=32150 vsize=580124 CPUtime=1538.1 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 129604 0 0 0 153664 146 0 0 20 0 2 0 276314724 594046976 130871 33554432000 4194304 5963574 140735443652000 139947873560088 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 580124

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 32231
/proc/meminfo: memFree=28180416/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=580604 CPUtime=1601.91 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 136691 0 0 0 160061 130 0 0 20 0 2 0 276314723 594538496 137247 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 145151 137247 190 432 0 144716 0
[pid=32152/tid=32153] ppid=32150 vsize=580604 CPUtime=1597.94 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 135980 0 0 0 159640 154 0 0 20 0 2 0 276314724 594538496 137247 33554432000 4194304 5963574 140735443652000 139947873560568 4378852 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 580604

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32231
/proc/meminfo: memFree=28165436/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=646900 CPUtime=1661.91 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 139857 0 0 0 166057 134 0 0 20 0 2 0 276314723 662425600 140413 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 161725 140413 190 432 0 161290 0
[pid=32152/tid=32153] ppid=32150 vsize=646900 CPUtime=1657.78 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 139146 0 0 0 165620 158 0 0 20 0 2 0 276314724 662425600 140413 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 646900

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 32232
/proc/meminfo: memFree=28136132/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=647768 CPUtime=1721.89 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 143493 0 0 0 172051 138 0 0 20 0 2 0 276314723 663314432 144049 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 161942 144049 190 432 0 161507 0
[pid=32152/tid=32153] ppid=32150 vsize=647768 CPUtime=1717.62 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 142782 0 0 0 171598 164 0 0 20 0 2 0 276314724 663314432 144049 33554432000 4194304 5963574 140735443652000 139947873560088 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 647768

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28116472/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=647928 CPUtime=1781.88 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 145847 0 0 0 178048 140 0 0 20 0 2 0 276314723 663478272 146403 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 161982 146403 190 432 0 161547 0
[pid=32152/tid=32153] ppid=32150 vsize=647928 CPUtime=1777.47 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 145136 0 0 0 177581 166 0 0 20 0 2 0 276314724 663478272 146403 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 647928

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28112628/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=647928 CPUtime=1791.49 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 146706 0 0 0 179007 142 0 0 20 0 2 0 276314723 663478272 147262 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 161982 147262 190 432 0 161547 0
[pid=32152/tid=32153] ppid=32150 vsize=647928 CPUtime=1787.05 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 145995 0 0 0 178536 169 0 0 20 0 2 0 276314724 663478272 147262 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 647928

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28111760/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=647928 CPUtime=1794.69 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 146936 0 0 0 179327 142 0 0 20 0 2 0 276314723 663478272 147492 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 161982 147492 190 432 0 161547 0
[pid=32152/tid=32153] ppid=32150 vsize=647928 CPUtime=1790.24 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146225 0 0 0 178855 169 0 0 20 0 2 0 276314724 663478272 147492 33554432000 4194304 5963574 140735443652000 139947873560088 4399958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 647928

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28110644/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=648328 CPUtime=1797.88 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 147319 0 0 0 179645 143 0 0 20 0 2 0 276314723 663887872 147875 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 162082 147875 190 432 0 161647 0
[pid=32152/tid=32153] ppid=32150 vsize=648328 CPUtime=1793.43 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146608 0 0 0 179173 170 0 0 20 0 2 0 276314724 663887872 147875 33554432000 4194304 5963574 140735443652000 139947873560568 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 648328

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28110024/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=648688 CPUtime=1798.68 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 147391 0 0 0 179725 143 0 0 20 0 2 0 276314723 664256512 147947 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 162172 147948 190 432 0 161737 0
[pid=32152/tid=32153] ppid=32150 vsize=648688 CPUtime=1794.22 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146681 0 0 0 179252 170 0 0 20 0 2 0 276314724 664256512 147948 33554432000 4194304 5963574 140735443652000 139947873560088 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 648688

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28109652/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=648688 CPUtime=1799.09 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 147429 0 0 0 179766 143 0 0 20 0 2 0 276314723 664256512 147985 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 162172 147985 190 432 0 161737 0
[pid=32152/tid=32153] ppid=32150 vsize=648688 CPUtime=1794.63 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146718 0 0 0 179293 170 0 0 20 0 2 0 276314724 664256512 147985 33554432000 4194304 5963574 140735443652000 139947873560088 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 648688

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28109652/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=648688 CPUtime=1799.48 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 147460 0 0 0 179805 143 0 0 20 0 2 0 276314723 664256512 148016 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 162172 148016 190 432 0 161737 0
[pid=32152/tid=32153] ppid=32150 vsize=648688 CPUtime=1795.02 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146749 0 0 0 179332 170 0 0 20 0 2 0 276314724 664256512 148016 33554432000 4194304 5963574 140735443652000 139947873560088 4399474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 648688

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32232
/proc/meminfo: memFree=28109652/32873648 swapFree=6844/6844
[pid=32152] ppid=32150 vsize=648688 CPUtime=1799.58 cores=0,2,4,6
/proc/32152/stat : 32152 (wbo1.7) S 32150 32152 27916 0 -1 4202496 147467 0 0 0 179815 143 0 0 20 0 2 0 276314723 664256512 148023 33554432000 4194304 5963574 140735443652000 140735443651520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 162172 148023 190 432 0 161737 0
[pid=32152/tid=32153] ppid=32150 vsize=648688 CPUtime=1795.12 cores=0,2,4,6
/proc/32152/task/32153/stat : 32153 (wbo1.7) R 32150 32152 27916 0 -1 4202560 146756 0 0 0 179342 170 0 0 20 0 2 0 276314724 664256512 148023 33554432000 4194304 5963574 140735443652000 139947873560088 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 648688

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32152 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=428357
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=720738
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.58
#
# 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.58
CPU user time (s): 1798.15
CPU system time (s): 1.43
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 648688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.43
system time used= 1.72074
maximum resident set size= 592096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147468
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= 192
involuntary context switches= 1842

runsolver used 3.13852 second user time and 7.69683 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 08:58:09
IDJOB=3705267
IDBENCH=2909
IDSOLVER=2283
FILE ID=node124/3705267-1338101888
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71428 MiB

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

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=2014205315

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28351928 kB
Buffers:          328908 kB
Cached:          2669364 kB
SwapCached:            0 kB
Active:          1602532 kB
Inactive:        2113412 kB
Active(anon):     720044 kB
Inactive(anon):        0 kB
Active(file):     882488 kB
Inactive(file):  2113412 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        724028 kB
Mapped:            15140 kB
Shmem:               200 kB
Slab:             668012 kB
SReclaimable:     112448 kB
SUnreclaim:       555564 kB
KernelStack:        1488 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71424 MiB
End job on node124 at 2012-05-27 09:28:09