Trace number 3727579

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.55 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1790.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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-3727579-1338661898.opb.
0.00/0.00	c Instance file HOME/instance-3727579-1338661898.opb
0.00/0.00	c File size is 7798 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4329
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:      146                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
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.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3727579-1338661898/watcher-3727579-1338661898 -o /tmp/evaluation-result-3727579-1338661898/solver-3727579-1338661898 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727579-1338661898.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.05 2.02 2.00 3/177 2297
/proc/meminfo: memFree=24909080/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 772 0 0 0 0 0 0 0 20 0 2 0 332317092 85708800 722 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20925 722 189 433 0 20489 0
[pid=2297/tid=2298] ppid=2295 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 332317092 85708800 722 33554432000 4194304 5964350 140735577898144 140734251473688 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.018556 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2297
/proc/meminfo: memFree=24909080/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83700 CPUtime=0.01 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 812 0 0 0 1 0 0 0 20 0 2 0 332317092 85708800 762 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20925 762 191 433 0 20489 0
[pid=2297/tid=2298] ppid=2295 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 100 0 0 0 0 0 0 0 20 0 2 0 332317092 85708800 762 33554432000 4194304 5964350 140735577898144 140734251473688 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83700

[startup+0.100287 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2297
/proc/meminfo: memFree=24909080/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83700 CPUtime=0.09 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 1030 0 0 0 9 0 0 0 20 0 2 0 332317092 85708800 980 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20925 980 191 433 0 20489 0
[pid=2297/tid=2298] ppid=2295 vsize=83700 CPUtime=0.08 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 318 0 0 0 8 0 0 0 20 0 2 0 332317092 85708800 980 33554432000 4194304 5964350 140735577898144 140734251473688 4389082 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) 83700

[startup+0.300247 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2297
/proc/meminfo: memFree=24909080/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83700 CPUtime=0.29 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 1434 0 0 0 29 0 0 0 20 0 2 0 332317092 85708800 1384 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20925 1384 191 433 0 20489 0
[pid=2297/tid=2298] ppid=2295 vsize=83700 CPUtime=0.28 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 722 0 0 0 28 0 0 0 20 0 2 0 332317092 85708800 1384 33554432000 4194304 5964350 140735577898144 140734251473688 5136340 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) 83700

[startup+0.700259 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2297
/proc/meminfo: memFree=24909080/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83700 CPUtime=0.69 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 2083 0 0 0 69 0 0 0 20 0 2 0 332317092 85708800 2033 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20925 2033 191 433 0 20489 0
[pid=2297/tid=2298] ppid=2295 vsize=83700 CPUtime=0.68 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 1371 0 0 0 68 0 0 0 20 0 2 0 332317092 85708800 2033 33554432000 4194304 5964350 140735577898144 140734251473688 5136340 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) 83700

[startup+1.50025 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24900756/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83844 CPUtime=1.49 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 2613 0 0 0 149 0 0 0 20 0 2 0 332317092 85856256 2563 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20961 2563 191 433 0 20525 0
[pid=2297/tid=2298] ppid=2295 vsize=83844 CPUtime=1.48 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 1901 0 0 0 148 0 0 0 20 0 2 0 332317092 85856256 2563 33554432000 4194304 5964350 140735577898144 140563316090872 4379168 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) 83844

[startup+3.10025 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24898152/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=83916 CPUtime=3.08 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 3295 0 0 0 308 0 0 0 20 0 2 0 332317092 85929984 3245 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 20979 3246 191 433 0 20543 0
[pid=2297/tid=2298] ppid=2295 vsize=83916 CPUtime=3.07 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 2584 0 0 0 307 0 0 0 20 0 2 0 332317092 85929984 3246 33554432000 4194304 5964350 140735577898144 140563316090680 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83916

[startup+6.30025 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24891032/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=84024 CPUtime=6.29 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 5343 0 0 0 628 1 0 0 20 0 2 0 332317092 86040576 5293 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 21006 5293 191 433 0 20570 0
[pid=2297/tid=2298] ppid=2295 vsize=84024 CPUtime=6.26 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 4631 0 0 0 625 1 0 0 20 0 2 0 332317092 86040576 5293 33554432000 4194304 5964350 140735577898144 140563316090872 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84024

[startup+12.7002 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24876672/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=84328 CPUtime=12.69 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 8228 0 0 0 1266 3 0 0 20 0 2 0 332317092 86351872 8178 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 21082 8178 191 433 0 20646 0
[pid=2297/tid=2298] ppid=2295 vsize=84328 CPUtime=12.65 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 7516 0 0 0 1262 3 0 0 20 0 2 0 332317092 86351872 8178 33554432000 4194304 5964350 140735577898144 140563316090872 4379236 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84328

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24865404/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=84472 CPUtime=25.48 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 10494 0 0 0 2544 4 0 0 20 0 2 0 332317092 86499328 10444 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 21118 10444 191 433 0 20682 0
[pid=2297/tid=2298] ppid=2295 vsize=84472 CPUtime=25.42 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 9782 0 0 0 2538 4 0 0 20 0 2 0 332317092 86499328 10444 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84472

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2299
/proc/meminfo: memFree=24839488/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=85000 CPUtime=51.08 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 16260 0 0 0 5101 7 0 0 20 0 2 0 332317092 87040000 16210 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 21250 16210 191 433 0 20814 0
[pid=2297/tid=2298] ppid=2295 vsize=85000 CPUtime=50.95 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 15548 0 0 0 5088 7 0 0 20 0 2 0 332317092 87040000 16210 33554432000 4194304 5964350 140735577898144 140563316090872 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85000

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/180 2300
/proc/meminfo: memFree=24796812/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=152732 CPUtime=102.26 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 24459 0 0 0 10214 12 0 0 20 0 2 0 332317092 156397568 24662 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 38183 24662 191 433 0 37747 0
[pid=2297/tid=2298] ppid=2295 vsize=152732 CPUtime=102 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 23747 0 0 0 10187 13 0 0 20 0 2 0 332317092 156397568 24662 33554432000 4194304 5964350 140735577898144 140563316090920 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152732

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2301
/proc/meminfo: memFree=24766420/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=153560 CPUtime=162.24 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 31740 0 0 0 16205 19 0 0 20 0 2 0 332317092 157245440 31943 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 38390 31943 191 433 0 37954 0
[pid=2297/tid=2298] ppid=2295 vsize=153560 CPUtime=161.83 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 31028 0 0 0 16162 21 0 0 20 0 2 0 332317092 157245440 31943 33554432000 4194304 5964350 140735577898144 140563316090872 4399872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153560

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 2301
/proc/meminfo: memFree=24720160/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=220032 CPUtime=222.24 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 36671 0 0 0 22198 26 0 0 20 0 2 0 332317092 225312768 36874 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 55008 36874 191 433 0 54572 0
[pid=2297/tid=2298] ppid=2295 vsize=220032 CPUtime=221.68 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 35959 0 0 0 22140 28 0 0 20 0 2 0 332317092 225312768 36874 33554432000 4194304 5964350 140735577898144 140563316090872 4381622 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 220032

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2301
/proc/meminfo: memFree=24690524/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=222028 CPUtime=282.23 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 42446 0 0 0 28190 33 0 0 20 0 2 0 332317092 227356672 42645 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 55507 42645 191 433 0 55071 0
[pid=2297/tid=2298] ppid=2295 vsize=222028 CPUtime=281.52 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 41734 0 0 0 28115 37 0 0 20 0 2 0 332317092 227356672 42645 33554432000 4194304 5964350 140735577898144 140563316090872 4382171 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 222028

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2301
/proc/meminfo: memFree=24648368/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=223664 CPUtime=342.22 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 46853 0 0 0 34184 38 0 0 20 0 2 0 332317092 229031936 47052 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 55916 47052 191 433 0 55480 0
[pid=2297/tid=2298] ppid=2295 vsize=223664 CPUtime=341.36 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 46141 0 0 0 34093 43 0 0 20 0 2 0 332317092 229031936 47052 33554432000 4194304 5964350 140735577898144 140563316090920 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 223664

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25397656/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=224564 CPUtime=402.19 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 50179 0 0 0 40176 43 0 0 20 0 2 0 332317092 229953536 50372 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 2350
/proc/meminfo: memFree=24821912/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=503324 CPUtime=1421.93 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 113358 0 0 0 142054 139 0 0 20 0 2 0 332317092 515403776 113948 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 125831 113948 191 433 0 125395 0
[pid=2297/tid=2298] ppid=2295 vsize=503324 CPUtime=1418.4 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 112646 0 0 0 141681 159 0 0 20 0 2 0 332317092 515403776 113948 33554432000 4194304 5964350 140735577898144 140563316090872 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 503324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2350
/proc/meminfo: memFree=24809760/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=503324 CPUtime=1481.92 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 113358 0 0 0 148053 139 0 0 20 0 2 0 332317092 515403776 113948 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 125831 113948 191 433 0 125395 0
[pid=2297/tid=2298] ppid=2295 vsize=503324 CPUtime=1478.23 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 112646 0 0 0 147663 160 0 0 20 0 2 0 332317092 515403776 113948 33554432000 4194304 5964350 140735577898144 140563316090872 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 503324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2350
/proc/meminfo: memFree=24783028/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=503484 CPUtime=1541.91 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 117821 0 0 0 154045 146 0 0 20 0 2 0 332317092 515567616 118411 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 125871 118411 191 433 0 125435 0
[pid=2297/tid=2298] ppid=2295 vsize=503484 CPUtime=1538.08 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 117109 0 0 0 153640 168 0 0 20 0 2 0 332317092 515567616 118411 33554432000 4194304 5964350 140735577898144 140563316090920 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 503484

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2350
/proc/meminfo: memFree=24760516/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=569524 CPUtime=1601.89 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 121693 0 0 0 160038 151 0 0 20 0 2 0 332317092 583192576 122283 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 142381 122283 191 433 0 141945 0
[pid=2297/tid=2298] ppid=2295 vsize=569524 CPUtime=1597.92 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 120981 0 0 0 159617 175 0 0 20 0 2 0 332317092 583192576 122283 33554432000 4194304 5964350 140735577898144 140563316090872 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 569524

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2351
/proc/meminfo: memFree=24745764/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=569972 CPUtime=1661.89 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 121782 0 0 0 166038 151 0 0 20 0 2 0 332317092 583651328 122372 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 142493 122372 191 433 0 142057 0
[pid=2297/tid=2298] ppid=2295 vsize=569972 CPUtime=1657.76 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 121070 0 0 0 165600 176 0 0 20 0 2 0 332317092 583651328 122372 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 569972

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 2354
/proc/meminfo: memFree=24712092/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=572076 CPUtime=1721.87 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 125093 0 0 0 172032 155 0 0 20 0 2 0 332317092 585805824 125683 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143019 125683 191 433 0 142583 0
[pid=2297/tid=2298] ppid=2295 vsize=572076 CPUtime=1717.6 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 124381 0 0 0 171579 181 0 0 20 0 2 0 332317092 585805824 125683 33554432000 4194304 5964350 140735577898144 140563316090872 4399936 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 572076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24678572/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573056 CPUtime=1781.86 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131040 0 0 0 178022 164 0 0 20 0 2 0 332317092 586809344 131617 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143264 131617 191 433 0 142828 0
[pid=2297/tid=2298] ppid=2295 vsize=573056 CPUtime=1777.43 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130328 0 0 0 177553 190 0 0 20 0 2 0 332317092 586809344 131617 33554432000 4194304 5964350 140735577898144 140563316090872 4379231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 573056

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24674428/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573056 CPUtime=1791.46 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131040 0 0 0 178982 164 0 0 20 0 2 0 332317092 586809344 131617 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143264 131617 191 433 0 142828 0
[pid=2297/tid=2298] ppid=2295 vsize=573056 CPUtime=1787.02 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130328 0 0 0 178511 191 0 0 20 0 2 0 332317092 586809344 131617 33554432000 4194304 5964350 140735577898144 140563316090872 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 573056

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24673260/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1794.66 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131043 0 0 0 179302 164 0 0 20 0 2 0 332317092 586883072 131620 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131620 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1790.21 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130331 0 0 0 178830 191 0 0 20 0 2 0 332317092 586883072 131620 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 573128

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24672764/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1797.85 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131044 0 0 0 179621 164 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131621 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1793.39 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130332 0 0 0 179148 191 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140563316090920 4399843 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 573128

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24672392/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1798.65 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131044 0 0 0 179701 164 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131621 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1794.19 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130332 0 0 0 179228 191 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 573128

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24672144/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1799.06 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131044 0 0 0 179742 164 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131621 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1794.6 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130332 0 0 0 179269 191 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 573128

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24672144/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1799.45 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131044 0 0 0 179781 164 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131621 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1794.99 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130332 0 0 0 179308 191 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140563316090920 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 573128

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2377
/proc/meminfo: memFree=24672144/32873648 swapFree=6852/6852
[pid=2297] ppid=2295 vsize=573128 CPUtime=1799.55 cores=1,3,5,7
/proc/2297/stat : 2297 (wbo1.72) S 2295 2297 32340 0 -1 4202496 131044 0 0 0 179791 164 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140735577897664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2297/statm: 143282 131621 191 433 0 142846 0
[pid=2297/tid=2298] ppid=2295 vsize=573128 CPUtime=1795.09 cores=1,3,5,7
/proc/2297/task/2298/stat : 2298 (wbo1.72) R 2295 2297 32340 0 -1 4202560 130332 0 0 0 179318 191 0 0 20 0 2 0 332317092 586883072 131621 33554432000 4194304 5964350 140735577898144 140563316090920 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 573128

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.55
CPU user time (s): 1797.91
CPU system time (s): 1.64
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 573128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 1.92771
maximum resident set size= 526496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131047
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= 1850

runsolver used 5.9281 second user time and 14.9497 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-02 20:31:38
IDJOB=3727579
IDBENCH=2902
IDSOLVER=2313
FILE ID=node112/3727579-1338661898
RUNJOBID= node112-1338650654-1309
PBS_JOBID= 14636468
Free space on /tmp= 71236 MiB

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

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

MD5SUM BENCH= cdfa46b59876181d5d89fd18757b8cfb
RANDOM SEED=1068555338

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        24908972 kB
Buffers:          534236 kB
Cached:          5835680 kB
SwapCached:            0 kB
Active:          2388064 kB
Inactive:        4716592 kB
Active(anon):     723704 kB
Inactive(anon):    10936 kB
Active(file):    1664360 kB
Inactive(file):  4705656 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:        739436 kB
Mapped:            15068 kB
Shmem:               200 kB
Slab:             722140 kB
SReclaimable:     166156 kB
SUnreclaim:       555984 kB
KernelStack:        1488 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     183916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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= 71228 MiB
End job on node112 at 2012-06-02 21:01:38