Trace number 3727582

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUMa70b0edfadf87ffd0bc1b32400cae43b
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 benchmark1798.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
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 constraint74
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 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
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-3727582-1338662350.opb.
0.00/0.00	c Instance file HOME/instance-3727582-1338662350.opb
0.00/0.00	c File size is 10354 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5454
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.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3727582-1338662350/watcher-3727582-1338662350 -o /tmp/evaluation-result-3727582-1338662350/solver-3727582-1338662350 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727582-1338662350.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23032
/proc/meminfo: memFree=27500864/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 780 0 0 0 0 0 0 0 20 0 2 0 332302006 85733376 730 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20931 730 189 433 0 20495 0
[pid=23032/tid=23033] ppid=23030 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 2 0 332302006 85733376 730 33554432000 4194304 5964350 140735919646384 140736722334248 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0441591 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23032
/proc/meminfo: memFree=27500864/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83724 CPUtime=0.04 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 874 0 0 0 4 0 0 0 20 0 2 0 332302006 85733376 824 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20931 824 191 433 0 20495 0
[pid=23032/tid=23033] ppid=23030 vsize=83724 CPUtime=0.02 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 2 0 332302006 85733376 824 33554432000 4194304 5964350 140735919646384 140736722334248 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83724

[startup+0.100336 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23032
/proc/meminfo: memFree=27500864/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 997 0 0 0 9 0 0 0 20 0 2 0 332302006 85733376 947 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20931 947 191 433 0 20495 0
[pid=23032/tid=23033] ppid=23030 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 281 0 0 0 8 0 0 0 20 0 2 0 332302006 85733376 947 33554432000 4194304 5964350 140735919646384 140736722334248 4221984 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.300309 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23032
/proc/meminfo: memFree=27500864/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83724 CPUtime=0.29 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 1373 0 0 0 29 0 0 0 20 0 2 0 332302006 85733376 1323 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20931 1323 191 433 0 20495 0
[pid=23032/tid=23033] ppid=23030 vsize=83724 CPUtime=0.28 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 657 0 0 0 28 0 0 0 20 0 2 0 332302006 85733376 1323 33554432000 4194304 5964350 140735919646384 140736722334248 4400488 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.700261 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23032
/proc/meminfo: memFree=27500864/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 1985 0 0 0 69 0 0 0 20 0 2 0 332302006 85733376 1935 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20931 1935 191 433 0 20495 0
[pid=23032/tid=23033] ppid=23030 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 1269 0 0 0 68 0 0 0 20 0 2 0 332302006 85733376 1935 33554432000 4194304 5964350 140735919646384 139978870007800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50014 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23034
/proc/meminfo: memFree=27492524/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83868 CPUtime=1.48 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 2449 0 0 0 148 0 0 0 20 0 2 0 332302006 85880832 2399 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20967 2399 191 433 0 20531 0
[pid=23032/tid=23033] ppid=23030 vsize=83868 CPUtime=1.48 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 1733 0 0 0 148 0 0 0 20 0 2 0 332302006 85880832 2399 33554432000 4194304 5964350 140735919646384 139978870007800 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83868

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23034
/proc/meminfo: memFree=27489036/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83940 CPUtime=3.09 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 3420 0 0 0 308 1 0 0 20 0 2 0 332302006 85954560 3370 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20985 3370 191 433 0 20549 0
[pid=23032/tid=23033] ppid=23030 vsize=83940 CPUtime=3.07 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 2704 0 0 0 306 1 0 0 20 0 2 0 332302006 85954560 3370 33554432000 4194304 5964350 140735919646384 139978870007800 4221120 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: 2.00 2.00 2.00 3/179 23034
/proc/meminfo: memFree=27479364/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=83940 CPUtime=6.29 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 4723 0 0 0 627 2 0 0 20 0 2 0 332302006 85954560 4673 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 20985 4673 191 433 0 20549 0
[pid=23032/tid=23033] ppid=23030 vsize=83940 CPUtime=6.27 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 4007 0 0 0 625 2 0 0 20 0 2 0 332302006 85954560 4673 33554432000 4194304 5964350 140735919646384 139978870007800 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83940

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23034
/proc/meminfo: memFree=27467212/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=84208 CPUtime=12.69 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 7687 0 0 0 1266 3 0 0 20 0 2 0 332302006 86228992 7637 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 21052 7637 191 433 0 20616 0
[pid=23032/tid=23033] ppid=23030 vsize=84208 CPUtime=12.65 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 6971 0 0 0 1262 3 0 0 20 0 2 0 332302006 86228992 7637 33554432000 4194304 5964350 140735919646384 139978870007800 4220672 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) 84208

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23034
/proc/meminfo: memFree=27453564/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=84208 CPUtime=25.48 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 10630 0 0 0 2544 4 0 0 20 0 2 0 332302006 86228992 10580 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 21052 10580 191 433 0 20616 0
[pid=23032/tid=23033] ppid=23030 vsize=84208 CPUtime=25.42 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 9914 0 0 0 2538 4 0 0 20 0 2 0 332302006 86228992 10580 33554432000 4194304 5964350 140735919646384 139978870007800 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: 2.00 2.00 2.00 3/179 23035
/proc/meminfo: memFree=27434188/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=84448 CPUtime=51.08 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 15619 0 0 0 5102 6 0 0 20 0 2 0 332302006 86474752 15569 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 21112 15569 191 433 0 20676 0
[pid=23032/tid=23033] ppid=23030 vsize=84448 CPUtime=50.95 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 14903 0 0 0 5089 6 0 0 20 0 2 0 332302006 86474752 15569 33554432000 4194304 5964350 140735919646384 139978870007800 4400003 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) 84448

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23077
/proc/meminfo: memFree=28042432/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=150848 CPUtime=102.26 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 22985 0 0 0 10216 10 0 0 20 0 2 0 332302006 154468352 22965 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 37712 22965 191 433 0 37276 0
[pid=23032/tid=23033] ppid=23030 vsize=150848 CPUtime=102.01 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 22269 0 0 0 10190 11 0 0 20 0 2 0 332302006 154468352 22965 33554432000 4194304 5964350 140735919646384 139978870007800 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 150848

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27959784/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=152792 CPUtime=162.23 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 32595 0 0 0 16207 16 0 0 20 0 2 0 332302006 156459008 33439 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 38198 33439 191 433 0 37762 0
[pid=23032/tid=23033] ppid=23030 vsize=152792 CPUtime=161.83 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 31879 0 0 0 16165 18 0 0 20 0 2 0 332302006 156459008 33439 33554432000 4194304 5964350 140735919646384 139978870007800 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 152792

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27906536/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=219444 CPUtime=222.22 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 37561 0 0 0 22202 20 0 0 20 0 2 0 332302006 224710656 38405 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 54861 38405 191 433 0 54425 0
[pid=23032/tid=23033] ppid=23030 vsize=219444 CPUtime=221.68 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 36845 0 0 0 22145 23 0 0 20 0 2 0 332302006 224710656 38405 33554432000 4194304 5964350 140735919646384 139978870007848 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 219444

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27865788/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=221280 CPUtime=282.18 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 43291 0 0 0 28194 24 0 0 20 0 2 0 332302006 226590720 44142 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 55320 44142 191 433 0 54884 0
[pid=23032/tid=23033] ppid=23030 vsize=221280 CPUtime=281.5 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 42575 0 0 0 28122 28 0 0 20 0 2 0 332302006 226590720 44142 33554432000 4194304 5964350 140735919646384 139978870007800 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 221280

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23078
/proc/meminfo: memFree=27825652/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=221640 CPUtime=342.17 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 47973 0 0 0 34188 29 0 0 20 0 2 0 332302006 226959360 48824 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 55410 48824 191 433 0 54974 0
[pid=23032/tid=23033] ppid=23030 vsize=221640 CPUtime=341.34 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 47257 0 0 0 34101 33 0 0 20 0 2 0 332302006 226959360 48824 33554432000 4194304 5964350 140735919646384 139978870007800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 221640

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23079
/proc/meminfo: memFree=27775456/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=288328 CPUtime=402.16 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 56130 0 0 0 40181 35 0 0 20 0 2 0 332302006 295247872 56981 33554432000 4194304 5964350 140735919646384 140735919645904 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.01 2.00 3/179 23110
/proc/meminfo: memFree=27288324/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=501184 CPUtime=1421.94 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 120199 0 0 0 142094 100 0 0 20 0 2 0 332302006 513212416 120968 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 125296 120968 191 433 0 124860 0
[pid=23032/tid=23033] ppid=23030 vsize=501184 CPUtime=1418.51 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 119483 0 0 0 141730 121 0 0 20 0 2 0 332302006 513212416 120968 33554432000 4194304 5964350 140735919646384 139978870007800 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 501184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23110
/proc/meminfo: memFree=27273888/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=567388 CPUtime=1481.92 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 122545 0 0 0 148090 102 0 0 20 0 2 0 332302006 581005312 123314 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 141847 123314 191 433 0 141411 0
[pid=23032/tid=23033] ppid=23030 vsize=567388 CPUtime=1478.35 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 121829 0 0 0 147711 124 0 0 20 0 2 0 332302006 581005312 123314 33554432000 4194304 5964350 140735919646384 139978870007848 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 567388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23110
/proc/meminfo: memFree=27250204/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=567856 CPUtime=1541.91 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 124334 0 0 0 154087 104 0 0 20 0 2 0 332302006 581484544 125103 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 141964 125103 191 433 0 141528 0
[pid=23032/tid=23033] ppid=23030 vsize=567856 CPUtime=1538.2 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 123618 0 0 0 153693 127 0 0 20 0 2 0 332302006 581484544 125103 33554432000 4194304 5964350 140735919646384 139978870007800 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 567856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27213748/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=570240 CPUtime=1601.9 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 131825 0 0 0 160078 112 0 0 20 0 2 0 332302006 583925760 132592 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 142560 132592 191 433 0 142124 0
[pid=23032/tid=23033] ppid=23030 vsize=570240 CPUtime=1598.04 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 131109 0 0 0 159668 136 0 0 20 0 2 0 332302006 583925760 132592 33554432000 4194304 5964350 140735919646384 139978870007800 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 570240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27197328/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=570384 CPUtime=1661.88 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 132020 0 0 0 166076 112 0 0 20 0 2 0 332302006 584073216 132770 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 142596 132770 191 433 0 142160 0
[pid=23032/tid=23033] ppid=23030 vsize=570384 CPUtime=1657.88 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 131304 0 0 0 165651 137 0 0 20 0 2 0 332302006 584073216 132770 33554432000 4194304 5964350 140735919646384 139978870007848 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 570384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27186160/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=570760 CPUtime=1721.84 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 132111 0 0 0 172072 112 0 0 20 0 2 0 332302006 584458240 132834 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 142690 132834 191 433 0 142254 0
[pid=23032/tid=23033] ppid=23030 vsize=570760 CPUtime=1717.7 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 131395 0 0 0 171632 138 0 0 20 0 2 0 332302006 584458240 132834 33554432000 4194304 5964350 140735919646384 139978870007848 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 570760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27159872/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1781.84 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138194 0 0 0 178064 120 0 0 20 0 2 0 332302006 651714560 138917 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 138917 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1777.54 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 137478 0 0 0 177608 146 0 0 20 0 2 0 332302006 651714560 138917 33554432000 4194304 5964350 140735919646384 139978870007800 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 636440

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27153916/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1791.44 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179023 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1787.13 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 178566 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4379216 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 636440

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27153048/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1794.64 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179343 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1790.32 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 178885 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4379152 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 636440

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27152552/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1797.84 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179663 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1793.5 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 179203 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4379216 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 636440

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27152304/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1798.64 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179743 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1794.3 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 179283 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4381622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 636440

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27152056/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1799.04 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179783 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1794.71 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 179324 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 636440

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27152056/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1799.44 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179823 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1795.1 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 179363 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4403584 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 636440

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27152056/32873844 swapFree=7128/7128
[pid=23032] ppid=23030 vsize=636440 CPUtime=1799.54 cores=0,2,4,6
/proc/23032/stat : 23032 (wbo1.72) S 23030 23032 20159 0 -1 4202496 138941 0 0 0 179833 121 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 140735919645904 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23032/statm: 159110 139664 191 433 0 158674 0
[pid=23032/tid=23033] ppid=23030 vsize=636440 CPUtime=1795.2 cores=0,2,4,6
/proc/23032/task/23033/stat : 23033 (wbo1.72) R 23030 23032 20159 0 -1 4202560 138225 0 0 0 179373 147 0 0 20 0 2 0 332302006 651714560 139664 33554432000 4194304 5964350 140735919646384 139978870007800 4399889 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 636440

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23032 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=738310
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=484774
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.33
CPU system time (s): 1.21
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 636440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 1.48477
maximum resident set size= 558668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138944
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= 238
involuntary context switches= 1972

runsolver used 6.599 second user time and 17.4703 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-02 20:39:10
IDJOB=3727582
IDBENCH=2924
IDSOLVER=2313
FILE ID=node105/3727582-1338662350
RUNJOBID= node105-1338651421-21476
PBS_JOBID= 14636475
Free space on /tmp= 71296 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_2.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727582-1338662350/watcher-3727582-1338662350 -o /tmp/evaluation-result-3727582-1338662350/solver-3727582-1338662350 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727582-1338662350.opb

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=1551467087

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27500492 kB
Buffers:          528012 kB
Cached:          3302784 kB
SwapCached:         1700 kB
Active:          1547160 kB
Inactive:        2948872 kB
Active(anon):     661684 kB
Inactive(anon):     4808 kB
Active(file):     885476 kB
Inactive(file):  2944064 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        669940 kB
Mapped:             9604 kB
Shmem:                 0 kB
Slab:             736168 kB
SReclaimable:     177976 kB
SUnreclaim:       558192 kB
KernelStack:        1488 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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= 71292 MiB
End job on node105 at 2012-06-02 21:09:10