Trace number 3727561

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? (TO) 1800.08 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
Number of bits of the biggest sum of numbers12
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-3727561-1338662468.opb.
0.00/0.00	c Instance file HOME/instance-3727561-1338662468.opb
0.00/0.00	c File size is 3364 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3487
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:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
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 ===============================================================================
1800.08/1800.51	c ===============================================================================
1800.08/1800.51	c Wall Clock Time: 1800.51 s
1800.08/1800.51	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-3727561-1338662468/watcher-3727561-1338662468 -o /tmp/evaluation-result-3727561-1338662468/solver-3727561-1338662468 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727561-1338662468.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10271
/proc/meminfo: memFree=27618332/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83568 CPUtime=0 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 742 0 0 0 0 0 0 0 20 0 2 0 332373608 85573632 694 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20892 694 189 433 0 20456 0
[pid=10271/tid=10272] ppid=10269 vsize=83568 CPUtime=0 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 332373608 85573632 695 33554432000 4194304 5964350 140734675782832 140737157869944 5143324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.082232 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10271
/proc/meminfo: memFree=27618332/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83568 CPUtime=0.07 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 969 0 0 0 7 0 0 0 20 0 2 0 332373608 85573632 921 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20892 921 190 433 0 20456 0
[pid=10271/tid=10272] ppid=10269 vsize=83568 CPUtime=0.06 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 269 0 0 0 6 0 0 0 20 0 2 0 332373608 85573632 921 33554432000 4194304 5964350 140734675782832 140737157869944 4399866 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83568

[startup+0.100264 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10271
/proc/meminfo: memFree=27618332/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83568 CPUtime=0.09 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 1014 0 0 0 9 0 0 0 20 0 2 0 332373608 85573632 966 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20892 967 190 433 0 20456 0
[pid=10271/tid=10272] ppid=10269 vsize=83568 CPUtime=0.08 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 315 0 0 0 8 0 0 0 20 0 2 0 332373608 85573632 967 33554432000 4194304 5964350 140734675782832 140737157869944 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83568

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10271
/proc/meminfo: memFree=27618332/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83568 CPUtime=0.29 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 1348 0 0 0 29 0 0 0 20 0 2 0 332373608 85573632 1300 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20892 1300 190 433 0 20456 0
[pid=10271/tid=10272] ppid=10269 vsize=83568 CPUtime=0.28 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 648 0 0 0 28 0 0 0 20 0 2 0 332373608 85573632 1300 33554432000 4194304 5964350 140734675782832 140737157869944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83568

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10271
/proc/meminfo: memFree=27618332/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83712 CPUtime=0.69 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 1634 0 0 0 69 0 0 0 20 0 2 0 332373608 85721088 1586 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20928 1586 190 433 0 20492 0
[pid=10271/tid=10272] ppid=10269 vsize=83712 CPUtime=0.68 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 934 0 0 0 68 0 0 0 20 0 2 0 332373608 85721088 1586 33554432000 4194304 5964350 140734675782832 140137073465144 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83712

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27612364/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=83712 CPUtime=1.49 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 2201 0 0 0 149 0 0 0 20 0 2 0 332373608 85721088 2153 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 20928 2153 190 433 0 20492 0
[pid=10271/tid=10272] ppid=10269 vsize=83712 CPUtime=1.48 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 1501 0 0 0 148 0 0 0 20 0 2 0 332373608 85721088 2153 33554432000 4194304 5964350 140734675782832 140137073465144 4391264 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83712

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27609264/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=84216 CPUtime=3.08 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 3074 0 0 0 308 0 0 0 20 0 2 0 332373608 86237184 3026 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 21054 3026 190 433 0 20618 0
[pid=10271/tid=10272] ppid=10269 vsize=84216 CPUtime=3.07 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 2374 0 0 0 307 0 0 0 20 0 2 0 332373608 86237184 3026 33554432000 4194304 5964350 140734675782832 140137073464856 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84216

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27602804/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=84612 CPUtime=6.29 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 4162 0 0 0 628 1 0 0 20 0 2 0 332373608 86642688 4114 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 21153 4114 190 433 0 20717 0
[pid=10271/tid=10272] ppid=10269 vsize=84612 CPUtime=6.27 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 3462 0 0 0 626 1 0 0 20 0 2 0 332373608 86642688 4114 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84612

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27594544/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=85636 CPUtime=12.68 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 6149 0 0 0 1267 1 0 0 20 0 2 0 332373608 87691264 6101 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 21409 6101 190 433 0 20973 0
[pid=10271/tid=10272] ppid=10269 vsize=85636 CPUtime=12.65 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 5449 0 0 0 1264 1 0 0 20 0 2 0 332373608 87691264 6101 33554432000 4194304 5964350 140734675782832 140137073464856 4399889 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85636

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27579044/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=87136 CPUtime=25.49 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 9193 0 0 0 2546 3 0 0 20 0 2 0 332373608 89227264 9145 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 21784 9145 190 433 0 21348 0
[pid=10271/tid=10272] ppid=10269 vsize=87136 CPUtime=25.42 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 8493 0 0 0 2539 3 0 0 20 0 2 0 332373608 89227264 9145 33554432000 4194304 5964350 140734675782832 140137073464856 4378928 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87136

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10273
/proc/meminfo: memFree=27559748/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=88432 CPUtime=51.08 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 13651 0 0 0 5102 6 0 0 20 0 2 0 332373608 90554368 13603 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 22108 13603 190 433 0 21672 0
[pid=10271/tid=10272] ppid=10269 vsize=88432 CPUtime=50.95 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 12951 0 0 0 5089 6 0 0 20 0 2 0 332373608 90554368 13603 33554432000 4194304 5964350 140734675782832 140137073464856 4399938 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 88432

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10273
/proc/meminfo: memFree=27526344/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=156252 CPUtime=102.28 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 21273 0 0 0 10216 12 0 0 20 0 2 0 332373608 160002048 21225 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 39063 21225 190 433 0 38627 0
[pid=10271/tid=10272] ppid=10269 vsize=156252 CPUtime=102.03 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 20573 0 0 0 10190 13 0 0 20 0 2 0 332373608 160002048 21225 33554432000 4194304 5964350 140734675782832 140137073465352 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 156252

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10274
/proc/meminfo: memFree=27419176/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=158196 CPUtime=162.27 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 27823 0 0 0 16207 20 0 0 20 0 2 0 332373608 161992704 27775 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 39549 27775 190 433 0 39113 0
[pid=10271/tid=10272] ppid=10269 vsize=158196 CPUtime=161.87 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 27123 0 0 0 16165 22 0 0 20 0 2 0 332373608 161992704 27775 33554432000 4194304 5964350 140734675782832 140137073465384 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 158196

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10274
/proc/meminfo: memFree=27375776/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=160612 CPUtime=222.26 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 34437 0 0 0 22196 30 0 0 20 0 2 0 332373608 164466688 34389 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 40153 34389 190 433 0 39717 0
[pid=10271/tid=10272] ppid=10269 vsize=160612 CPUtime=221.71 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 33737 0 0 0 22138 33 0 0 20 0 2 0 332373608 164466688 34389 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 160612

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10274
/proc/meminfo: memFree=27342172/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=226944 CPUtime=282.25 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 38625 0 0 0 28191 34 0 0 20 0 2 0 332373608 232390656 38577 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 56736 38577 190 433 0 56300 0
[pid=10271/tid=10272] ppid=10269 vsize=226944 CPUtime=281.56 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 37925 0 0 0 28118 38 0 0 20 0 2 0 332373608 232390656 38577 33554432000 4194304 5964350 140734675782832 140137073464856 4379152 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 226944

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10313
/proc/meminfo: memFree=27989084/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=229636 CPUtime=342.22 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 44657 0 0 0 34181 41 0 0 20 0 2 0 332373608 235147264 44587 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 57409 44587 190 433 0 56973 0
[pid=10271/tid=10272] ppid=10269 vsize=229636 CPUtime=341.39 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 43957 0 0 0 34093 46 0 0 20 0 2 0 332373608 235147264 44587 33554432000 4194304 5964350 140734675782832 140137073464856 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 229636

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10313
/proc/meminfo: memFree=27962328/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=231084 CPUtime=402.19 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 50367 0 0 0 40170 49 0 0 20 0 2 0 332373608 236630016 50267 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

[pid=10271/tid=10272] ppid=10269 vsize=438324 CPUtime=1119.3 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 94768 0 0 0 111797 133 0 0 20 0 2 0 332373608 448843776 96278 33554432000 4194304 5964350 140734675782832 140137073464856 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 438324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10322
/proc/meminfo: memFree=27712084/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=438324 CPUtime=1182 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 98508 0 0 0 118078 122 0 0 20 0 2 0 332373608 448843776 99318 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 109581 99318 190 433 0 109145 0
[pid=10271/tid=10272] ppid=10269 vsize=438324 CPUtime=1179.14 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 97808 0 0 0 117775 139 0 0 20 0 2 0 332373608 448843776 99318 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 438324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10345
/proc/meminfo: memFree=27702820/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=438564 CPUtime=1242 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 100567 0 0 0 124074 126 0 0 20 0 2 0 332373608 449089536 101377 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 109641 101377 190 433 0 109205 0
[pid=10271/tid=10272] ppid=10269 vsize=438564 CPUtime=1238.99 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 99867 0 0 0 123755 144 0 0 20 0 2 0 332373608 449089536 101377 33554432000 4194304 5964350 140734675782832 140137073464856 4379236 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 438564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10345
/proc/meminfo: memFree=27691736/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=438964 CPUtime=1301.97 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 102935 0 0 0 130069 128 0 0 20 0 2 0 332373608 449499136 103719 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 109741 103719 190 433 0 109305 0
[pid=10271/tid=10272] ppid=10269 vsize=438964 CPUtime=1298.82 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 102235 0 0 0 129735 147 0 0 20 0 2 0 332373608 449499136 103719 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 438964

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10346
/proc/meminfo: memFree=27675552/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=505400 CPUtime=1361.96 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 106789 0 0 0 136063 133 0 0 20 0 2 0 332373608 517529600 107572 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 126350 107572 190 433 0 125914 0
[pid=10271/tid=10272] ppid=10269 vsize=505400 CPUtime=1358.66 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 106089 0 0 0 135713 153 0 0 20 0 2 0 332373608 517529600 107572 33554432000 4194304 5964350 140734675782832 140137073464856 4399930 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 505400

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10346
/proc/meminfo: memFree=27666996/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=505560 CPUtime=1421.96 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 107481 0 0 0 142062 134 0 0 20 0 2 0 332373608 517693440 108264 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 126390 108264 190 433 0 125954 0
[pid=10271/tid=10272] ppid=10269 vsize=505560 CPUtime=1418.51 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 106781 0 0 0 141696 155 0 0 20 0 2 0 332373608 517693440 108264 33554432000 4194304 5964350 140734675782832 140137073465384 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 505560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10346
/proc/meminfo: memFree=27646660/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=506032 CPUtime=1481.94 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 110599 0 0 0 148055 139 0 0 20 0 2 0 332373608 518176768 111382 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 126508 111382 190 433 0 126072 0
[pid=10271/tid=10272] ppid=10269 vsize=506032 CPUtime=1478.35 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 109899 0 0 0 147675 160 0 0 20 0 2 0 332373608 518176768 111382 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 506032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10346
/proc/meminfo: memFree=27630540/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=506032 CPUtime=1541.93 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 112976 0 0 0 154051 142 0 0 20 0 2 0 332373608 518176768 113759 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 126508 113759 190 433 0 126072 0
[pid=10271/tid=10272] ppid=10269 vsize=506032 CPUtime=1538.2 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 112276 0 0 0 153655 165 0 0 20 0 2 0 332373608 518176768 113759 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 506032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10346
/proc/meminfo: memFree=27621600/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=508008 CPUtime=1601.92 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 115081 0 0 0 160047 145 0 0 20 0 2 0 332373608 520200192 115864 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127002 115864 190 433 0 126566 0
[pid=10271/tid=10272] ppid=10269 vsize=508008 CPUtime=1598.04 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 114381 0 0 0 159635 169 0 0 20 0 2 0 332373608 520200192 115864 33554432000 4194304 5964350 140734675782832 140137073464856 4378912 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 508008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10347
/proc/meminfo: memFree=27620696/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=508168 CPUtime=1661.9 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 115385 0 0 0 166044 146 0 0 20 0 2 0 332373608 520364032 116155 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127042 116155 190 433 0 126606 0
[pid=10271/tid=10272] ppid=10269 vsize=508168 CPUtime=1657.88 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 114685 0 0 0 165617 171 0 0 20 0 2 0 332373608 520364032 116155 33554432000 4194304 5964350 140734675782832 140137073464856 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 508168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10347
/proc/meminfo: memFree=27604756/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=508168 CPUtime=1721.89 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 119062 0 0 0 172036 153 0 0 20 0 2 0 332373608 520364032 119829 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127042 119829 190 433 0 126606 0
[pid=10271/tid=10272] ppid=10269 vsize=508168 CPUtime=1717.72 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 118362 0 0 0 171594 178 0 0 20 0 2 0 332373608 520364032 119829 33554432000 4194304 5964350 140734675782832 140137073464856 4399938 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 508168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10350
/proc/meminfo: memFree=27587152/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=509548 CPUtime=1781.88 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 121616 0 0 0 178031 157 0 0 20 0 2 0 332373608 521777152 122383 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127387 122383 190 433 0 126951 0
[pid=10271/tid=10272] ppid=10269 vsize=509548 CPUtime=1777.57 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 120916 0 0 0 177575 182 0 0 20 0 2 0 332373608 521777152 122383 33554432000 4194304 5964350 140734675782832 140137073464856 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 509548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10350
/proc/meminfo: memFree=27584680/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=509548 CPUtime=1800.08 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 122001 0 0 0 179851 157 0 0 20 0 2 0 332373608 521777152 122768 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127387 122768 190 433 0 126951 0
[pid=10271/tid=10272] ppid=10269 vsize=509548 CPUtime=1795.73 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 121301 0 0 0 179389 184 0 0 20 0 2 0 332373608 521777152 122768 33554432000 4194304 5964350 140734675782832 140137073464856 4378736 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 509548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10350
/proc/meminfo: memFree=27584680/32873648 swapFree=6864/6864
[pid=10271] ppid=10269 vsize=509548 CPUtime=1800.08 cores=1,3,5,7
/proc/10271/stat : 10271 (wbo1.72) S 10269 10271 7878 0 -1 4202496 122001 0 0 0 179851 157 0 0 20 0 2 0 332373608 521777152 122768 33554432000 4194304 5964350 140734675782832 140734675782352 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10271/statm: 127387 122768 190 433 0 126951 0
[pid=10271/tid=10272] ppid=10269 vsize=509548 CPUtime=1795.73 cores=1,3,5,7
/proc/10271/task/10272/stat : 10272 (wbo1.72) R 10269 10271 7878 0 -1 4202560 121301 0 0 0 179389 184 0 0 20 0 2 0 332373608 521777152 122768 33554432000 4194304 5964350 140734675782832 140137073464856 4378736 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 509548

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10271 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=897286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=856717
# CPU time returned by wait4() is 1795.75
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1798.51
CPU system time (s): 1.57
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 509548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 1.85672
maximum resident set size= 491076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122002
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= 197
involuntary context switches= 2563

runsolver used 3.38149 second user time and 9.8745 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-02 20:41:08
IDJOB=3727561
IDBENCH=2931
IDSOLVER=2313
FILE ID=node113/3727561-1338662468
RUNJOBID= node113-1338651535-9378
PBS_JOBID= 14636467
Free space on /tmp= 71040 MiB

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

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=1370529963

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27618852 kB
Buffers:          496436 kB
Cached:          3239372 kB
SwapCached:         2020 kB
Active:          2222580 kB
Inactive:        2146768 kB
Active(anon):     633080 kB
Inactive(anon):     1800 kB
Active(file):    1589500 kB
Inactive(file):  2144968 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099596 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:        637792 kB
Mapped:            11844 kB
Shmem:                 0 kB
Slab:             748796 kB
SReclaimable:     193152 kB
SUnreclaim:       555644 kB
KernelStack:        1488 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 71032 MiB
End job on node113 at 2012-06-02 21:11:10