Trace number 3705264

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.7? 1799.6 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705264-1338101957.opb.
0.00/0.00	c Instance file HOME/instance-3705264-1338101957.opb
0.00/0.00	c File size is 4881 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4459
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:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
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.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3705264-1338101957/watcher-3705264-1338101957 -o /tmp/evaluation-result-3705264-1338101957/solver-3705264-1338101957 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705264-1338101957.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 2/174 3661
/proc/meminfo: memFree=30084300/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 748 0 0 0 0 0 0 0 20 0 2 0 276320051 85585920 698 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20895 698 189 432 0 20460 0
[pid=3661/tid=3662] ppid=3659 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 276320051 85585920 698 33554432000 4194304 5963574 140736783021040 140736001703032 4971056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0782331 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 3661
/proc/meminfo: memFree=30084300/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83580 CPUtime=0.07 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 929 0 0 0 7 0 0 0 20 0 2 0 276320051 85585920 879 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20895 879 190 432 0 20460 0
[pid=3661/tid=3662] ppid=3659 vsize=83580 CPUtime=0.06 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 223 0 0 0 6 0 0 0 20 0 2 0 276320051 85585920 879 33554432000 4194304 5963574 140736783021040 140736001703032 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83580

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 3661
/proc/meminfo: memFree=30084300/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83580 CPUtime=0.09 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 974 0 0 0 9 0 0 0 20 0 2 0 276320051 85585920 924 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20895 924 190 432 0 20460 0
[pid=3661/tid=3662] ppid=3659 vsize=83580 CPUtime=0.08 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 268 0 0 0 8 0 0 0 20 0 2 0 276320051 85585920 924 33554432000 4194304 5963574 140736783021040 140736001703032 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83580

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 3661
/proc/meminfo: memFree=30084300/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83580 CPUtime=0.29 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 1334 0 0 0 29 0 0 0 20 0 2 0 276320051 85585920 1284 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20895 1284 190 432 0 20460 0
[pid=3661/tid=3662] ppid=3659 vsize=83580 CPUtime=0.28 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 628 0 0 0 28 0 0 0 20 0 2 0 276320051 85585920 1284 33554432000 4194304 5963574 140736783021040 140234707445272 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83580

[startup+0.700263 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 3661
/proc/meminfo: memFree=30084300/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 1686 0 0 0 69 0 0 0 20 0 2 0 276320051 85733376 1636 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20931 1636 190 432 0 20496 0
[pid=3661/tid=3662] ppid=3659 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 980 0 0 0 68 0 0 0 20 0 2 0 276320051 85733376 1636 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3702
/proc/meminfo: memFree=30070944/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83724 CPUtime=1.49 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 2211 0 0 0 149 0 0 0 20 0 2 0 276320051 85733376 2161 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20931 2161 190 432 0 20496 0
[pid=3661/tid=3662] ppid=3659 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 1505 0 0 0 148 0 0 0 20 0 2 0 276320051 85733376 2161 33554432000 4194304 5963574 140736783021040 140234707445560 5142110 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83724

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3702
/proc/meminfo: memFree=30065976/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83796 CPUtime=3.09 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 3206 0 0 0 309 0 0 0 20 0 2 0 276320051 85807104 3156 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20949 3156 190 432 0 20514 0
[pid=3661/tid=3662] ppid=3659 vsize=83796 CPUtime=3.07 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 2500 0 0 0 307 0 0 0 20 0 2 0 276320051 85807104 3156 33554432000 4194304 5963574 140736783021040 140234707445800 4400164 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83796

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3702
/proc/meminfo: memFree=30049460/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=83904 CPUtime=6.29 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 4460 0 0 0 628 1 0 0 20 0 2 0 276320051 85917696 4424 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 20976 4424 190 432 0 20541 0
[pid=3661/tid=3662] ppid=3659 vsize=83904 CPUtime=6.26 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 3754 0 0 0 625 1 0 0 20 0 2 0 276320051 85917696 4424 33554432000 4194304 5963574 140736783021040 140234707445560 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83904

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3702
/proc/meminfo: memFree=30030660/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=84856 CPUtime=12.69 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 6730 0 0 0 1267 2 0 0 20 0 2 0 276320051 86892544 6694 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 21214 6694 190 432 0 20779 0
[pid=3661/tid=3662] ppid=3659 vsize=84856 CPUtime=12.65 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 6024 0 0 0 1263 2 0 0 20 0 2 0 276320051 86892544 6694 33554432000 4194304 5963574 140736783021040 140234707445800 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3702
/proc/meminfo: memFree=30000452/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=86824 CPUtime=25.48 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 9674 0 0 0 2545 3 0 0 20 0 2 0 276320051 88907776 10376 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 21706 10376 190 432 0 21271 0
[pid=3661/tid=3662] ppid=3659 vsize=86824 CPUtime=25.41 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 8968 0 0 0 2538 3 0 0 20 0 2 0 276320051 88907776 10376 33554432000 4194304 5963574 140736783021040 140234707445800 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86824

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3705
/proc/meminfo: memFree=29956880/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=89560 CPUtime=51.08 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 14490 0 0 0 5102 6 0 0 20 0 2 0 276320051 91709440 15187 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 22390 15187 190 432 0 21955 0
[pid=3661/tid=3662] ppid=3659 vsize=89560 CPUtime=50.95 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 13784 0 0 0 5089 6 0 0 20 0 2 0 276320051 91709440 15187 33554432000 4194304 5963574 140736783021040 140234707445560 4399488 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89560

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3705
/proc/meminfo: memFree=29881700/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=158408 CPUtime=102.27 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 22441 0 0 0 10215 12 0 0 20 0 2 0 276320051 162209792 23150 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 39602 23150 190 432 0 39167 0
[pid=3661/tid=3662] ppid=3659 vsize=158408 CPUtime=102.02 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 21735 0 0 0 10189 13 0 0 20 0 2 0 276320051 162209792 23150 33554432000 4194304 5963574 140736783021040 140234707445272 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158408

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3728
/proc/meminfo: memFree=29828748/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=160036 CPUtime=162.25 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 28812 0 0 0 16207 18 0 0 20 0 2 0 276320051 163876864 29521 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 40009 29521 190 432 0 39574 0
[pid=3661/tid=3662] ppid=3659 vsize=160036 CPUtime=161.85 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 28106 0 0 0 16165 20 0 0 20 0 2 0 276320051 163876864 29521 33554432000 4194304 5963574 140736783021040 140234707445800 4399525 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 160036

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3728
/proc/meminfo: memFree=29781916/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=163620 CPUtime=222.24 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 35748 0 0 0 22199 25 0 0 20 0 2 0 276320051 167546880 36457 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 40905 36457 190 432 0 40470 0
[pid=3661/tid=3662] ppid=3659 vsize=163620 CPUtime=221.69 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 35042 0 0 0 22141 28 0 0 20 0 2 0 276320051 167546880 36457 33554432000 4194304 5963574 140736783021040 140234707445800 4381161 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 163620

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3729
/proc/meminfo: memFree=29739440/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=230784 CPUtime=282.21 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 40030 0 0 0 28193 28 0 0 20 0 2 0 276320051 236322816 40733 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 57696 40733 190 432 0 57261 0
[pid=3661/tid=3662] ppid=3659 vsize=230784 CPUtime=281.52 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 39324 0 0 0 28120 32 0 0 20 0 2 0 276320051 236322816 40733 33554432000 4194304 5963574 140736783021040 140234707445560 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 230784

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3729
/proc/meminfo: memFree=29682396/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=232488 CPUtime=342.2 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 48307 0 0 0 34184 36 0 0 20 0 2 0 276320051 238067712 49008 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 58122 49008 190 432 0 57687 0
[pid=3661/tid=3662] ppid=3659 vsize=232488 CPUtime=341.36 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 47601 0 0 0 34095 41 0 0 20 0 2 0 276320051 238067712 49008 33554432000 4194304 5963574 140736783021040 140234707445800 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 232488

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 3729
/proc/meminfo: memFree=29657556/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=233392 CPUtime=402.2 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 52858 0 0 0 40179 41 0 0 20 0 2 0 276320051 238993408 53559 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 3738
/proc/meminfo: memFree=29145900/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=512844 CPUtime=1421.96 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 120667 0 0 0 142077 119 0 0 20 0 2 0 276320051 525152256 121278 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 128211 121278 190 432 0 127776 0
[pid=3661/tid=3662] ppid=3659 vsize=512844 CPUtime=1418.5 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 119961 0 0 0 141710 140 0 0 20 0 2 0 276320051 525152256 121278 33554432000 4194304 5963574 140736783021040 140234707445272 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 512844

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3738
/proc/meminfo: memFree=29125192/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=512844 CPUtime=1481.94 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 122473 0 0 0 148073 121 0 0 20 0 2 0 276320051 525152256 123084 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 128211 123084 190 432 0 127776 0
[pid=3661/tid=3662] ppid=3659 vsize=512844 CPUtime=1478.34 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 121767 0 0 0 147691 143 0 0 20 0 2 0 276320051 525152256 123084 33554432000 4194304 5963574 140736783021040 140234707445800 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 512844

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 3739
/proc/meminfo: memFree=29109808/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=579408 CPUtime=1541.93 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 124113 0 0 0 154071 122 0 0 20 0 2 0 276320051 593313792 124724 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 144852 124724 190 432 0 144417 0
[pid=3661/tid=3662] ppid=3659 vsize=579408 CPUtime=1538.18 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 123407 0 0 0 153673 145 0 0 20 0 2 0 276320051 593313792 124724 33554432000 4194304 5963574 140736783021040 140234707445800 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 579408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3739
/proc/meminfo: memFree=29068136/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=580168 CPUtime=1601.93 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 128784 0 0 0 160065 128 0 0 20 0 2 0 276320051 594092032 129395 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 145042 129395 190 432 0 144607 0
[pid=3661/tid=3662] ppid=3659 vsize=580168 CPUtime=1598.03 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 128078 0 0 0 159651 152 0 0 20 0 2 0 276320051 594092032 129395 33554432000 4194304 5963574 140736783021040 140234707445272 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 580168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3739
/proc/meminfo: memFree=29043436/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=580928 CPUtime=1661.92 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 133632 0 0 0 166060 132 0 0 20 0 2 0 276320051 594870272 134243 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 145232 134243 190 432 0 144797 0
[pid=3661/tid=3662] ppid=3659 vsize=580928 CPUtime=1657.88 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 132926 0 0 0 165631 157 0 0 20 0 2 0 276320051 594870272 134243 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 580928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3739
/proc/meminfo: memFree=29035376/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=580928 CPUtime=1721.91 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 135306 0 0 0 172057 134 0 0 20 0 2 0 276320051 594870272 135917 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 145232 135917 190 432 0 144797 0
[pid=3661/tid=3662] ppid=3659 vsize=580928 CPUtime=1717.72 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 134600 0 0 0 171612 160 0 0 20 0 2 0 276320051 594870272 135917 33554432000 4194304 5963574 140736783021040 140234707445800 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 580928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3739
/proc/meminfo: memFree=28998176/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=581828 CPUtime=1781.9 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 139374 0 0 0 178052 138 0 0 20 0 2 0 276320051 595791872 139985 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 145457 139985 190 432 0 145022 0
[pid=3661/tid=3662] ppid=3659 vsize=581828 CPUtime=1777.57 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 138668 0 0 0 177593 164 0 0 20 0 2 0 276320051 595791872 139985 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 581828

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 3739
/proc/meminfo: memFree=28992968/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1791.51 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 139876 0 0 0 179012 139 0 0 20 0 2 0 276320051 662900736 140487 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140487 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1787.15 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139170 0 0 0 178549 166 0 0 20 0 2 0 276320051 662900736 140487 33554432000 4194304 5963574 140736783021040 140234707445752 4391230 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 647364

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3739
/proc/meminfo: memFree=28991736/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1794.7 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140028 0 0 0 179331 139 0 0 20 0 2 0 276320051 662900736 140639 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140639 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1790.34 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139322 0 0 0 178868 166 0 0 20 0 2 0 276320051 662900736 140639 33554432000 4194304 5963574 140736783021040 140234707445752 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 647364

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3740
/proc/meminfo: memFree=28990124/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1797.89 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140207 0 0 0 179650 139 0 0 20 0 2 0 276320051 662900736 140818 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140818 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1793.53 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139501 0 0 0 179187 166 0 0 20 0 2 0 276320051 662900736 140818 33554432000 4194304 5963574 140736783021040 140234707445272 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 647364

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3740
/proc/meminfo: memFree=28989496/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1798.69 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140249 0 0 0 179730 139 0 0 20 0 2 0 276320051 662900736 140860 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140860 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1794.33 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139543 0 0 0 179267 166 0 0 20 0 2 0 276320051 662900736 140860 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 647364

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3740
/proc/meminfo: memFree=28989124/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1799.1 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140265 0 0 0 179771 139 0 0 20 0 2 0 276320051 662900736 140876 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140876 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1794.73 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139559 0 0 0 179307 166 0 0 20 0 2 0 276320051 662900736 140876 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 647364

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3740
/proc/meminfo: memFree=28989124/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1799.5 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140287 0 0 0 179810 140 0 0 20 0 2 0 276320051 662900736 140898 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140898 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1795.13 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139581 0 0 0 179347 166 0 0 20 0 2 0 276320051 662900736 140898 33554432000 4194304 5963574 140736783021040 140234707445272 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 647364

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3740
/proc/meminfo: memFree=28989124/32873844 swapFree=7628/7628
[pid=3661] ppid=3659 vsize=647364 CPUtime=1799.6 cores=0,2,4,6
/proc/3661/stat : 3661 (wbo1.7) S 3659 3661 2698 0 -1 4202496 140293 0 0 0 179820 140 0 0 20 0 2 0 276320051 662900736 140904 33554432000 4194304 5963574 140736783021040 140736783020560 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3661/statm: 161841 140904 190 432 0 161406 0
[pid=3661/tid=3662] ppid=3659 vsize=647364 CPUtime=1795.23 cores=0,2,4,6
/proc/3661/task/3662/stat : 3662 (wbo1.7) R 3659 3661 2698 0 -1 4202560 139587 0 0 0 179357 166 0 0 20 0 2 0 276320051 662900736 140904 33554432000 4194304 5963574 140736783021040 140234707445272 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 647364

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3661 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=578334
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=684743
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.6
#
# 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.6
CPU user time (s): 1798.2
CPU system time (s): 1.4
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 647364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 1.68474
maximum resident set size= 563620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140294
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= 189
involuntary context switches= 1868

runsolver used 4.03339 second user time and 10.3294 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 08:59:17
IDJOB=3705264
IDBENCH=2911
IDSOLVER=2283
FILE ID=node145/3705264-1338101957
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=969983549

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29398144 kB
Buffers:          291000 kB
Cached:          1672564 kB
SwapCached:            0 kB
Active:          1325100 kB
Inactive:        1335680 kB
Active(anon):     688728 kB
Inactive(anon):    10912 kB
Active(file):     636372 kB
Inactive(file):  1324768 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        658856 kB
Mapped:            14052 kB
Shmem:               200 kB
Slab:             673092 kB
SReclaimable:     114768 kB
SUnreclaim:       558324 kB
KernelStack:        1488 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 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= 71548 MiB
End job on node145 at 2012-05-27 09:29:17