Trace number 3727583

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1790.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
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-3727583-1338662480.opb.
0.00/0.00	c Instance file HOME/instance-3727583-1338662480.opb
0.00/0.00	c File size is 10386 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 6214
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:      172                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
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:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.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-3727583-1338662480/watcher-3727583-1338662480 -o /tmp/evaluation-result-3727583-1338662480/solver-3727583-1338662480 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727583-1338662480.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: 1.92 1.98 1.99 2/175 21722
/proc/meminfo: memFree=28889184/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 779 0 0 0 0 0 0 0 20 0 2 0 332376472 85733376 729 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20931 729 189 433 0 20495 0
[pid=21722/tid=21723] ppid=21720 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 2 0 332376472 85733376 729 33554432000 4194304 5964350 140737081829216 140736885503032 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0366919 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 21722
/proc/meminfo: memFree=28889184/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83724 CPUtime=0.03 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 854 0 0 0 3 0 0 0 20 0 2 0 332376472 85733376 804 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20931 805 191 433 0 20495 0
[pid=21722/tid=21723] ppid=21720 vsize=83724 CPUtime=0.02 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 2 0 332376472 85733376 805 33554432000 4194304 5964350 140737081829216 140736885503032 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83724

[startup+0.100296 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 21722
/proc/meminfo: memFree=28889184/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 995 0 0 0 9 0 0 0 20 0 2 0 332376472 85733376 945 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20931 945 191 433 0 20495 0
[pid=21722/tid=21723] ppid=21720 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 279 0 0 0 8 0 0 0 20 0 2 0 332376472 85733376 945 33554432000 4194304 5964350 140737081829216 140736885503032 5136340 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) 83724

[startup+0.300264 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 21722
/proc/meminfo: memFree=28889184/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83724 CPUtime=0.29 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 1366 0 0 0 29 0 0 0 20 0 2 0 332376472 85733376 1316 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20931 1316 191 433 0 20495 0
[pid=21722/tid=21723] ppid=21720 vsize=83724 CPUtime=0.28 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 650 0 0 0 28 0 0 0 20 0 2 0 332376472 85733376 1316 33554432000 4194304 5964350 140737081829216 140736885503032 5136340 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) 83724

[startup+0.700257 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 21722
/proc/meminfo: memFree=28889184/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 1960 0 0 0 69 0 0 0 20 0 2 0 332376472 85733376 1910 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20931 1910 191 433 0 20495 0
[pid=21722/tid=21723] ppid=21720 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 1244 0 0 0 68 0 0 0 20 0 2 0 332376472 85733376 1910 33554432000 4194304 5964350 140737081829216 140736885503032 5136340 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) 83724

[startup+1.50026 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28880232/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83868 CPUtime=1.49 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 2416 0 0 0 149 0 0 0 20 0 2 0 332376472 85880832 2366 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20967 2366 191 433 0 20531 0
[pid=21722/tid=21723] ppid=21720 vsize=83868 CPUtime=1.48 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 1700 0 0 0 148 0 0 0 20 0 2 0 332376472 85880832 2366 33554432000 4194304 5964350 140737081829216 140723283523384 4381888 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) 83868

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28877744/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83940 CPUtime=3.09 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 3433 0 0 0 309 0 0 0 20 0 2 0 332376472 85954560 3383 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20985 3383 191 433 0 20549 0
[pid=21722/tid=21723] ppid=21720 vsize=83940 CPUtime=3.07 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 2717 0 0 0 307 0 0 0 20 0 2 0 332376472 85954560 3383 33554432000 4194304 5964350 140737081829216 140723283523624 18446744073699066235 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) 83940

[startup+6.30026 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28868940/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=83940 CPUtime=6.28 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 4721 0 0 0 628 0 0 0 20 0 2 0 332376472 85954560 4671 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 20985 4671 191 433 0 20549 0
[pid=21722/tid=21723] ppid=21720 vsize=83940 CPUtime=6.27 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 4005 0 0 0 627 0 0 0 20 0 2 0 332376472 85954560 4671 33554432000 4194304 5964350 140737081829216 140723283523384 4410797 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83940

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28857648/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=84048 CPUtime=12.69 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 7458 0 0 0 1267 2 0 0 20 0 2 0 332376472 86065152 7408 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 21012 7408 191 433 0 20576 0
[pid=21722/tid=21723] ppid=21720 vsize=84048 CPUtime=12.65 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 6742 0 0 0 1263 2 0 0 20 0 2 0 332376472 86065152 7408 33554432000 4194304 5964350 140737081829216 140723283523576 18446744073699066235 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) 84048

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28843380/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=84208 CPUtime=25.48 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 10451 0 0 0 2545 3 0 0 20 0 2 0 332376472 86228992 10401 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 21052 10401 191 433 0 20616 0
[pid=21722/tid=21723] ppid=21720 vsize=84208 CPUtime=25.42 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 9735 0 0 0 2539 3 0 0 20 0 2 0 332376472 86228992 10401 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84208

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28819484/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=84592 CPUtime=51.08 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 16569 0 0 0 5102 6 0 0 20 0 2 0 332376472 86622208 16519 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 21148 16519 191 433 0 20712 0
[pid=21722/tid=21723] ppid=21720 vsize=84592 CPUtime=50.95 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 15853 0 0 0 5089 6 0 0 20 0 2 0 332376472 86622208 16519 33554432000 4194304 5964350 140737081829216 140723283523624 4399944 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84592

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 21724
/proc/meminfo: memFree=28769708/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=151676 CPUtime=102.28 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 25050 0 0 0 10218 10 0 0 20 0 2 0 332376472 155316224 25000 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 37919 25000 191 433 0 37483 0
[pid=21722/tid=21723] ppid=21720 vsize=151676 CPUtime=102.03 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 24334 0 0 0 10192 11 0 0 20 0 2 0 332376472 155316224 25000 33554432000 4194304 5964350 140737081829216 140723283523576 4399840 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) 151676

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 21724
/proc/meminfo: memFree=28714784/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=152576 CPUtime=162.27 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 32328 0 0 0 16213 14 0 0 20 0 2 0 332376472 156237824 32278 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 38144 32278 191 433 0 37708 0
[pid=21722/tid=21723] ppid=21720 vsize=152576 CPUtime=161.87 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 31612 0 0 0 16171 16 0 0 20 0 2 0 332376472 156237824 32278 33554432000 4194304 5964350 140737081829216 140723283523384 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 152576

[startup+222.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 21725
/proc/meminfo: memFree=28676444/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=219552 CPUtime=222.23 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 37684 0 0 0 22205 18 0 0 20 0 2 0 332376472 224821248 37658 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 54888 37658 191 433 0 54452 0
[pid=21722/tid=21723] ppid=21720 vsize=219552 CPUtime=221.68 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 36968 0 0 0 22147 21 0 0 20 0 2 0 332376472 224821248 37658 33554432000 4194304 5964350 140737081829216 140723283523624 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 219552

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21725
/proc/meminfo: memFree=28637136/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=221332 CPUtime=282.2 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 44277 0 0 0 28197 23 0 0 20 0 2 0 332376472 226643968 45108 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 55333 45108 191 433 0 54897 0
[pid=21722/tid=21723] ppid=21720 vsize=221332 CPUtime=281.5 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 43561 0 0 0 28123 27 0 0 20 0 2 0 332376472 226643968 45108 33554432000 4194304 5964350 140737081829216 140723283523384 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 221332

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21725
/proc/meminfo: memFree=28598804/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=222520 CPUtime=342.19 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 48805 0 0 0 34192 27 0 0 20 0 2 0 332376472 227860480 49636 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 55630 49636 191 433 0 55194 0
[pid=21722/tid=21723] ppid=21720 vsize=222520 CPUtime=341.35 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 48089 0 0 0 34103 32 0 0 20 0 2 0 332376472 227860480 49636 33554432000 4194304 5964350 140737081829216 140723283523624 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 222520

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21725
/proc/meminfo: memFree=28573632/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=288272 CPUtime=402.18 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 53084 0 0 0 40188 30 0 0 20 0 2 0 332376472 295190528 53915 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21798
/proc/meminfo: memFree=28433420/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=500536 CPUtime=1421.95 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 116171 0 0 0 142102 93 0 0 20 0 2 0 332376472 512548864 116892 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 125134 116892 191 433 0 124698 0
[pid=21722/tid=21723] ppid=21720 vsize=500536 CPUtime=1418.49 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 115455 0 0 0 141735 114 0 0 20 0 2 0 332376472 512548864 116892 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 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) 500536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21798
/proc/meminfo: memFree=28409736/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=566920 CPUtime=1481.93 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 121814 0 0 0 148095 98 0 0 20 0 2 0 332376472 580526080 122535 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 141730 122535 191 433 0 141294 0
[pid=21722/tid=21723] ppid=21720 vsize=566920 CPUtime=1478.34 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 121098 0 0 0 147714 120 0 0 20 0 2 0 332376472 580526080 122535 33554432000 4194304 5964350 140737081829216 140723283523576 4399906 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) 566920

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21798
/proc/meminfo: memFree=28376132/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=567404 CPUtime=1541.92 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 123932 0 0 0 154092 100 0 0 20 0 2 0 332376472 581021696 124653 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 141851 124653 191 433 0 141415 0
[pid=21722/tid=21723] ppid=21720 vsize=567404 CPUtime=1538.18 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 123216 0 0 0 153695 123 0 0 20 0 2 0 332376472 581021696 124653 33554432000 4194304 5964350 140737081829216 140723283523576 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 567404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21798
/proc/meminfo: memFree=28331864/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=567636 CPUtime=1601.91 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 123977 0 0 0 160091 100 0 0 20 0 2 0 332376472 581259264 124698 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 141909 124698 191 433 0 141473 0
[pid=21722/tid=21723] ppid=21720 vsize=567636 CPUtime=1598.03 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 123261 0 0 0 159679 124 0 0 20 0 2 0 332376472 581259264 124698 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 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) 567636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21798
/proc/meminfo: memFree=28268044/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=568636 CPUtime=1661.91 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 130060 0 0 0 166085 106 0 0 20 0 2 0 332376472 582283264 130781 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142159 130781 191 433 0 141723 0
[pid=21722/tid=21723] ppid=21720 vsize=568636 CPUtime=1657.88 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 129344 0 0 0 165657 131 0 0 20 0 2 0 332376472 582283264 130781 33554432000 4194304 5964350 140737081829216 140723283523576 18446744073699066235 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) 568636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21802
/proc/meminfo: memFree=28222648/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1721.89 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132955 0 0 0 172081 108 0 0 20 0 2 0 332376472 582778880 133676 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133676 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1717.72 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132239 0 0 0 171638 134 0 0 20 0 2 0 332376472 582778880 133676 33554432000 4194304 5964350 140737081829216 140723283523624 4399852 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) 569120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28197948/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1781.88 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 178080 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1777.57 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 177622 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 18446744073699066235 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) 569120

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 21802
/proc/meminfo: memFree=28193740/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1791.48 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179040 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1787.15 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 178580 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 569120

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28191880/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1794.68 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179360 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1790.34 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 178899 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 569120

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28190888/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1797.88 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179680 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1793.53 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 179218 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 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) 569120

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28190516/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1798.68 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179760 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1794.33 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 179298 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399906 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) 569120

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28190020/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1799.08 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179800 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1794.73 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 179338 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 569120

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28190020/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1799.48 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179840 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1795.13 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 179378 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 4399840 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) 569120

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21802
/proc/meminfo: memFree=28190020/32873844 swapFree=6088/6088
[pid=21722] ppid=21720 vsize=569120 CPUtime=1799.58 cores=0,2,4,6
/proc/21722/stat : 21722 (wbo1.72) S 21720 21722 18556 0 -1 4202496 132971 0 0 0 179850 108 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140737081828736 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21722/statm: 142280 133692 191 433 0 141844 0
[pid=21722/tid=21723] ppid=21720 vsize=569120 CPUtime=1795.22 cores=0,2,4,6
/proc/21722/task/21723/stat : 21723 (wbo1.72) R 21720 21722 18556 0 -1 4202560 132255 0 0 0 179387 135 0 0 20 0 2 0 332376472 582778880 133692 33554432000 4194304 5964350 140737081829216 140723283523624 5122127 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) 569120

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21722 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=888287
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=368791
# CPU time returned by wait4() is 1795.26
# 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.5
CPU system time (s): 1.08
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 569120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 1.36879
maximum resident set size= 534780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132974
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= 200
involuntary context switches= 1969

runsolver used 2.89056 second user time and 6.93195 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-02 20:41:20
IDJOB=3727583
IDBENCH=2932
IDSOLVER=2313
FILE ID=node110/3727583-1338662480
RUNJOBID= node110-1338651355-20282
PBS_JOBID= 14636470
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=854067574

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28889184 kB
Buffers:          394032 kB
Cached:          2385928 kB
SwapCached:          604 kB
Active:          1605196 kB
Inactive:        1535204 kB
Active(anon):     350432 kB
Inactive(anon):    12328 kB
Active(file):    1254764 kB
Inactive(file):  1522876 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              5628 kB
Writeback:             0 kB
AnonPages:        365832 kB
Mapped:            12316 kB
Shmem:                40 kB
Slab:             705628 kB
SReclaimable:     148000 kB
SUnreclaim:       557628 kB
KernelStack:        1448 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71124 MiB
End job on node110 at 2012-06-02 21:11:21