Trace number 3727556

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.72UNSAT 1292.02 1292.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727556-1338662121.opb.
0.00/0.00	c Instance file HOME/instance-3727556-1338662121.opb
0.00/0.00	c File size is 2100 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2553
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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 ===============================================================================
1291.69/1292.06	c ===============================================================================
1291.69/1292.06	c Wall Clock Time: 1292.06 s
1291.69/1292.06	s UNSATISFIABLE

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-3727556-1338662121/watcher-3727556-1338662121 -o /tmp/evaluation-result-3727556-1338662121/solver-3727556-1338662121 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727556-1338662121.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 6828
/proc/meminfo: memFree=26846316/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83556 CPUtime=0 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 739 0 0 0 0 0 0 0 20 0 2 0 332338155 85561344 690 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20889 691 189 433 0 20453 0
[pid=6828/tid=6829] ppid=6826 vsize=83556 CPUtime=0 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 332338155 85561344 692 33554432000 4194304 5964350 140734714999472 140736774556664 4288795 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0597489 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6828
/proc/meminfo: memFree=26846316/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83556 CPUtime=0.05 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 928 0 0 0 5 0 0 0 20 0 2 0 332338155 85561344 879 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20889 879 190 433 0 20453 0
[pid=6828/tid=6829] ppid=6826 vsize=83556 CPUtime=0.04 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 232 0 0 0 4 0 0 0 20 0 2 0 332338155 85561344 879 33554432000 4194304 5964350 140734714999472 140736774556664 5179179 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83556

[startup+0.100245 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6828
/proc/meminfo: memFree=26846316/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83556 CPUtime=0.09 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 1004 0 0 0 9 0 0 0 20 0 2 0 332338155 85561344 955 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20889 955 190 433 0 20453 0
[pid=6828/tid=6829] ppid=6826 vsize=83556 CPUtime=0.08 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 308 0 0 0 8 0 0 0 20 0 2 0 332338155 85561344 955 33554432000 4194304 5964350 140734714999472 140736774556664 4400410 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) 83556

[startup+0.300193 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6828
/proc/meminfo: memFree=26846316/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83556 CPUtime=0.29 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 1323 0 0 0 29 0 0 0 20 0 2 0 332338155 85561344 1274 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20889 1274 190 433 0 20453 0
[pid=6828/tid=6829] ppid=6826 vsize=83556 CPUtime=0.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 627 0 0 0 28 0 0 0 20 0 2 0 332338155 85561344 1274 33554432000 4194304 5964350 140734714999472 140427301451288 4400458 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) 83556

[startup+0.700254 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6828
/proc/meminfo: memFree=26846316/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83700 CPUtime=0.69 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 1613 0 0 0 69 0 0 0 20 0 2 0 332338155 85708800 1564 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20925 1564 190 433 0 20489 0
[pid=6828/tid=6829] ppid=6826 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 917 0 0 0 68 0 0 0 20 0 2 0 332338155 85708800 1564 33554432000 4194304 5964350 140734714999472 140427301451288 4399840 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) 83700

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6830
/proc/meminfo: memFree=26840208/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=83700 CPUtime=1.49 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 2162 0 0 0 149 0 0 0 20 0 2 0 332338155 85708800 2113 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 20925 2113 190 433 0 20489 0
[pid=6828/tid=6829] ppid=6826 vsize=83700 CPUtime=1.48 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 1466 0 0 0 148 0 0 0 20 0 2 0 332338155 85708800 2113 33554432000 4194304 5964350 140734714999472 140427301451576 4220672 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) 83700

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6830
/proc/meminfo: memFree=26837480/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=84276 CPUtime=3.08 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 2893 0 0 0 308 0 0 0 20 0 2 0 332338155 86298624 2844 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 21069 2844 190 433 0 20633 0
[pid=6828/tid=6829] ppid=6826 vsize=84276 CPUtime=3.08 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 2197 0 0 0 308 0 0 0 20 0 2 0 332338155 86298624 2844 33554432000 4194304 5964350 140734714999472 140427301451816 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84276

[startup+6.30015 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6830
/proc/meminfo: memFree=26830604/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=84528 CPUtime=6.29 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 3936 0 0 0 628 1 0 0 20 0 2 0 332338155 86556672 3886 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 21132 3886 190 433 0 20696 0
[pid=6828/tid=6829] ppid=6826 vsize=84528 CPUtime=6.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 3240 0 0 0 627 1 0 0 20 0 2 0 332338155 86556672 3886 33554432000 4194304 5964350 140734714999472 140427301451576 4399930 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) 84528

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6830
/proc/meminfo: memFree=26824536/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=86128 CPUtime=12.69 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 5447 0 0 0 1268 1 0 0 20 0 2 0 332338155 88195072 5397 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 21532 5397 190 433 0 21096 0
[pid=6828/tid=6829] ppid=6826 vsize=86128 CPUtime=12.69 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 4751 0 0 0 1267 2 0 0 20 0 2 0 332338155 88195072 5397 33554432000 4194304 5964350 140734714999472 140427301451576 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86128

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=26812872/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=88088 CPUtime=25.47 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 8399 0 0 0 2545 2 0 0 20 0 2 0 332338155 90202112 8355 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 22022 8355 190 433 0 21586 0
[pid=6828/tid=6829] ppid=6826 vsize=88088 CPUtime=25.47 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 7703 0 0 0 2544 3 0 0 20 0 2 0 332338155 90202112 8355 33554432000 4194304 5964350 140734714999472 140427301451288 4389119 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88088

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=26794200/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=89964 CPUtime=51.07 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 13032 0 0 0 5103 4 0 0 20 0 2 0 332338155 92123136 13212 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 22491 13212 190 433 0 22055 0
[pid=6828/tid=6829] ppid=6826 vsize=89964 CPUtime=51.07 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 12336 0 0 0 5102 5 0 0 20 0 2 0 332338155 92123136 13212 33554432000 4194304 5964350 140734714999472 140427301451768 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 89964

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=26762308/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=91728 CPUtime=102.27 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 18703 0 0 0 10218 9 0 0 20 0 2 0 332338155 93929472 18883 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 22932 18883 190 433 0 22496 0
[pid=6828/tid=6829] ppid=6826 vsize=91728 CPUtime=102.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 18007 0 0 0 10217 11 0 0 20 0 2 0 332338155 93929472 18883 33554432000 4194304 5964350 140734714999472 140427301451816 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 91728

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=26658500/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=159224 CPUtime=162.25 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 25069 0 0 0 16211 14 0 0 20 0 2 0 332338155 163045376 25249 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 39806 25249 190 433 0 39370 0
[pid=6828/tid=6829] ppid=6826 vsize=159224 CPUtime=162.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 24373 0 0 0 16211 17 0 0 20 0 2 0 332338155 163045376 25249 33554432000 4194304 5964350 140734714999472 140427301451288 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 159224

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6831
/proc/meminfo: memFree=26600204/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=160732 CPUtime=222.24 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 30250 0 0 0 22206 18 0 0 20 0 2 0 332338155 164589568 30430 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 40183 30430 190 433 0 39747 0
[pid=6828/tid=6829] ppid=6826 vsize=160732 CPUtime=222.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 29554 0 0 0 22206 22 0 0 20 0 2 0 332338155 164589568 30430 33554432000 4194304 5964350 140734714999472 140427301451288 4378751 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 160732

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6834
/proc/meminfo: memFree=26581424/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=161912 CPUtime=282.23 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 34830 0 0 0 28201 22 0 0 20 0 2 0 332338155 165797888 35010 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 40478 35010 190 433 0 40042 0
[pid=6828/tid=6829] ppid=6826 vsize=161912 CPUtime=282.28 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 34134 0 0 0 28201 27 0 0 20 0 2 0 332338155 165797888 35010 33554432000 4194304 5964350 140734714999472 140427301451784 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 161912

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6835
/proc/meminfo: memFree=26533116/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=227688 CPUtime=342.22 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 38632 0 0 0 34197 25 0 0 20 0 2 0 332338155 233152512 38812 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 56922 38812 190 433 0 56486 0
[pid=6828/tid=6829] ppid=6826 vsize=227688 CPUtime=342.29 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 37936 0 0 0 34198 31 0 0 20 0 2 0 332338155 233152512 38812 33554432000 4194304 5964350 140734714999472 140427301451288 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 227688

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6835
/proc/meminfo: memFree=26510552/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=228064 CPUtime=402.22 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 43743 0 0 0 40191 31 0 0 20 0 2 0 332338155 233537536 43923 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 69342 0 0 0 88149 75 0 0 20 0 2 0 332338155 372355072 70638 33554432000 4194304 5964350 140734714999472 140427301451352 4399906 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 363628

[startup+942.3 s]
/proc/loadavg: 2.08 2.08 2.03 4/179 7309
/proc/meminfo: memFree=27143980/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=364056 CPUtime=942.06 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 71762 0 0 0 94143 63 0 0 20 0 2 0 332338155 372793344 72362 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91014 72362 190 433 0 90578 0
[pid=6828/tid=6829] ppid=6826 vsize=364056 CPUtime=942.24 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 71066 0 0 0 94146 78 0 0 20 0 2 0 332338155 372793344 72362 33554432000 4194304 5964350 140734714999472 140427301451288 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 364056

[startup+1002.3 s]
/proc/loadavg: 2.21 2.11 2.04 4/179 7309
/proc/meminfo: memFree=27095768/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=364656 CPUtime=1002.05 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 74591 0 0 0 100137 68 0 0 20 0 2 0 332338155 373407744 75172 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91164 75172 190 433 0 90728 0
[pid=6828/tid=6829] ppid=6826 vsize=364656 CPUtime=1002.23 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 73895 0 0 0 100140 83 0 0 20 0 2 0 332338155 373407744 75172 33554432000 4194304 5964350 140734714999472 140427301451784 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 364656

[startup+1062.3 s]
/proc/loadavg: 2.15 2.11 2.04 3/179 7387
/proc/meminfo: memFree=27164224/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=366364 CPUtime=1062.03 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 76935 0 0 0 106134 69 0 0 20 0 2 0 332338155 375156736 77516 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91591 77516 190 433 0 91155 0
[pid=6828/tid=6829] ppid=6826 vsize=366364 CPUtime=1062.23 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 76239 0 0 0 106137 86 0 0 20 0 2 0 332338155 375156736 77516 33554432000 4194304 5964350 140734714999472 140427301451816 4399958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 366364

[startup+1122.3 s]
/proc/loadavg: 2.11 2.10 2.04 3/179 7387
/proc/meminfo: memFree=27098392/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=366364 CPUtime=1122.02 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 77241 0 0 0 112133 69 0 0 20 0 2 0 332338155 375156736 77822 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91591 77822 190 433 0 91155 0
[pid=6828/tid=6829] ppid=6826 vsize=366364 CPUtime=1122.23 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 76545 0 0 0 112136 87 0 0 20 0 2 0 332338155 375156736 77822 33554432000 4194304 5964350 140734714999472 140427301451288 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 366364

[startup+1182.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 7387
/proc/meminfo: memFree=27026008/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=366724 CPUtime=1182.02 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 80681 0 0 0 118129 73 0 0 20 0 2 0 332338155 375525376 81262 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91681 81262 190 433 0 91245 0
[pid=6828/tid=6829] ppid=6826 vsize=366724 CPUtime=1182.24 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 79985 0 0 0 118133 91 0 0 20 0 2 0 332338155 375525376 81262 33554432000 4194304 5964350 140734714999472 140427301451288 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 366724

[startup+1242.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 7388
/proc/meminfo: memFree=26966640/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=367864 CPUtime=1242 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82777 0 0 0 124125 75 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91966 83358 190 433 0 91530 0
[pid=6828/tid=6829] ppid=6826 vsize=367864 CPUtime=1242.24 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82081 0 0 0 124130 94 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140427301451288 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 367864

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

[startup+1254.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 7388
/proc/meminfo: memFree=26955844/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=367864 CPUtime=1254 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82777 0 0 0 125325 75 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91966 83358 190 433 0 91530 0
[pid=6828/tid=6829] ppid=6826 vsize=367864 CPUtime=1254.24 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82081 0 0 0 125329 95 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140427301451288 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1254
Current children cumulated vsize (KiB) 367864

[startup+1267.1 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 7388
/proc/meminfo: memFree=26944992/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=367864 CPUtime=1266.81 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82777 0 0 0 126606 75 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 91966 83358 190 433 0 91530 0
[pid=6828/tid=6829] ppid=6826 vsize=367864 CPUtime=1267.05 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82081 0 0 0 126610 95 0 0 20 0 2 0 332338155 376692736 83358 33554432000 4194304 5964350 140734714999472 140427301451288 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1266.81
Current children cumulated vsize (KiB) 367864

[startup+1279.9 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26933708/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1279.6 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82798 0 0 0 127885 75 0 0 20 0 2 0 332338155 376938496 83379 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83379 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1279.84 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82102 0 0 0 127889 95 0 0 20 0 2 0 332338155 376938496 83379 33554432000 4194304 5964350 140734714999472 140427301451816 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1279.6
Current children cumulated vsize (KiB) 368104

[startup+1286.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26929492/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1286 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 128525 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1286.24 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 128529 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1286
Current children cumulated vsize (KiB) 368104

[startup+1289.5 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26927508/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1289.2 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 128845 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1289.44 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 128849 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1289.2
Current children cumulated vsize (KiB) 368104

[startup+1291.1 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26927136/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1290.79 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 129004 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1291.04 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 129009 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1290.79
Current children cumulated vsize (KiB) 368104

[startup+1291.5 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26926516/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1291.19 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 129044 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1291.44 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 129049 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1291.19
Current children cumulated vsize (KiB) 368104

[startup+1291.9 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26926516/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1291.59 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 129084 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1291.84 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 129089 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1291.59
Current children cumulated vsize (KiB) 368104

[startup+1292 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 7388
/proc/meminfo: memFree=26926516/32873648 swapFree=6860/6860
[pid=6828] ppid=6826 vsize=368104 CPUtime=1291.69 cores=0,2,4,6
/proc/6828/stat : 6828 (wbo1.72) S 6826 6828 4467 0 -1 4202496 82812 0 0 0 129094 75 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140734714998992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6828/statm: 92026 83393 190 433 0 91590 0
[pid=6828/tid=6829] ppid=6826 vsize=368104 CPUtime=1291.94 cores=0,2,4,6
/proc/6828/task/6829/stat : 6829 (wbo1.72) R 6826 6828 4467 0 -1 4202560 82116 0 0 0 129099 95 0 0 20 0 2 0 332338155 376938496 83393 33554432000 4194304 5964350 140734714999472 140427301451288 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1291.69
Current children cumulated vsize (KiB) 368104

Child status: 255
Real time (s): 1292.07
CPU time (s): 1292.02
CPU user time (s): 1291.05
CPU system time (s): 0.966853
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 368104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1291.05
system time used= 0.966853
maximum resident set size= 333588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82816
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= 122
involuntary context switches= 1798

runsolver used 3.74843 second user time and 9.2216 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 20:35:21
IDJOB=3727556
IDBENCH=2905
IDSOLVER=2313
FILE ID=node116/3727556-1338662121
RUNJOBID= node116-1338651575-5898
PBS_JOBID= 14636464
Free space on /tmp= 71108 MiB

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

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1331943250

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.556
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.556
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.556
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.90
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.556
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:        26846208 kB
Buffers:          499944 kB
Cached:          3927864 kB
SwapCached:         3028 kB
Active:          2730416 kB
Inactive:        2414116 kB
Active(anon):     706672 kB
Inactive(anon):     8516 kB
Active(file):    2023744 kB
Inactive(file):  2405600 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        729884 kB
Mapped:            12608 kB
Shmem:                68 kB
Slab:             745896 kB
SReclaimable:     190404 kB
SUnreclaim:       555492 kB
KernelStack:        1488 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 71100 MiB
End job on node116 at 2012-06-02 20:56:53