Trace number 3705282

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1790.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705282-1338102937.opb.
0.00/0.00	c Instance file HOME/instance-3705282-1338102937.opb
0.00/0.00	c File size is 10386 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 6214
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      172                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3705282-1338102937/watcher-3705282-1338102937 -o /tmp/evaluation-result-3705282-1338102937/solver-3705282-1338102937 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705282-1338102937.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.11 2.05 2.00 3/177 25938
/proc/meminfo: memFree=30778144/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83720 CPUtime=0 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 780 0 0 0 0 0 0 0 20 0 2 0 276419317 85729280 729 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20930 729 189 432 0 20495 0
[pid=25938/tid=25939] ppid=25936 vsize=83720 CPUtime=0 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 2 0 276419318 85729280 729 33554432000 4194304 5963574 140736997336720 140736891809192 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.099101 s]
/proc/loadavg: 2.11 2.05 2.00 3/177 25938
/proc/meminfo: memFree=30778144/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83720 CPUtime=0.09 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 990 0 0 0 9 0 0 0 20 0 2 0 276419317 85729280 939 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20930 939 191 432 0 20495 0
[pid=25938/tid=25939] ppid=25936 vsize=83720 CPUtime=0.08 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 271 0 0 0 8 0 0 0 20 0 2 0 276419318 85729280 939 33554432000 4194304 5963574 140736997336720 140736891809192 5135572 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) 83720

[startup+0.100308 s]
/proc/loadavg: 2.11 2.05 2.00 3/177 25938
/proc/meminfo: memFree=30778144/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83720 CPUtime=0.09 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 993 0 0 0 9 0 0 0 20 0 2 0 276419317 85729280 942 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20930 942 191 432 0 20495 0
[pid=25938/tid=25939] ppid=25936 vsize=83720 CPUtime=0.08 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 274 0 0 0 8 0 0 0 20 0 2 0 276419318 85729280 942 33554432000 4194304 5963574 140736997336720 140736891809192 5135572 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) 83720

[startup+0.300264 s]
/proc/loadavg: 2.11 2.05 2.00 3/177 25938
/proc/meminfo: memFree=30778144/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83720 CPUtime=0.29 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 1365 0 0 0 29 0 0 0 20 0 2 0 276419317 85729280 1314 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20930 1314 191 432 0 20495 0
[pid=25938/tid=25939] ppid=25936 vsize=83720 CPUtime=0.28 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 646 0 0 0 28 0 0 0 20 0 2 0 276419318 85729280 1314 33554432000 4194304 5963574 140736997336720 140736891809192 5135572 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) 83720

[startup+0.700262 s]
/proc/loadavg: 2.11 2.05 2.00 3/177 25938
/proc/meminfo: memFree=30778144/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83720 CPUtime=0.69 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 1958 0 0 0 69 0 0 0 20 0 2 0 276419317 85729280 1907 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20930 1907 191 432 0 20495 0
[pid=25938/tid=25939] ppid=25936 vsize=83720 CPUtime=0.68 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 1239 0 0 0 68 0 0 0 20 0 2 0 276419318 85729280 1907 33554432000 4194304 5963574 140736997336720 140275275114536 5135572 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) 83720

[startup+1.50027 s]
/proc/loadavg: 2.11 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30770456/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83864 CPUtime=1.48 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 2417 0 0 0 148 0 0 0 20 0 2 0 276419317 85876736 2366 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20966 2366 191 432 0 20531 0
[pid=25938/tid=25939] ppid=25936 vsize=83864 CPUtime=1.48 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 1698 0 0 0 148 0 0 0 20 0 2 0 276419318 85876736 2366 33554432000 4194304 5963574 140736997336720 140275275114536 4221120 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) 83864

[startup+3.10028 s]
/proc/loadavg: 2.11 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30768068/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83936 CPUtime=3.08 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 3434 0 0 0 308 0 0 0 20 0 2 0 276419317 85950464 3383 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20984 3383 191 432 0 20549 0
[pid=25938/tid=25939] ppid=25936 vsize=83936 CPUtime=3.07 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 2715 0 0 0 307 0 0 0 20 0 2 0 276419318 85950464 3383 33554432000 4194304 5963574 140736997336720 140275275114488 4390907 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) 83936

[startup+6.30027 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30760752/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=83936 CPUtime=6.29 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 4734 0 0 0 628 1 0 0 20 0 2 0 276419317 85950464 4683 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 20984 4683 191 432 0 20549 0
[pid=25938/tid=25939] ppid=25936 vsize=83936 CPUtime=6.26 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 4015 0 0 0 625 1 0 0 20 0 2 0 276419318 85950464 4683 33554432000 4194304 5963574 140736997336720 140275275114296 5135572 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) 83936

[startup+12.7003 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 26018
/proc/meminfo: memFree=31211700/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=84204 CPUtime=12.68 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 7582 0 0 0 1265 3 0 0 20 0 2 0 276419317 86224896 7538 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 21051 7538 191 432 0 20616 0
[pid=25938/tid=25939] ppid=25936 vsize=84204 CPUtime=12.64 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 6863 0 0 0 1261 3 0 0 20 0 2 0 276419318 86224896 7538 33554432000 4194304 5963574 140736997336720 140275275114488 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84204

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 26018
/proc/meminfo: memFree=31196728/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=84204 CPUtime=25.47 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 10493 0 0 0 2543 4 0 0 20 0 2 0 276419317 86224896 10468 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 21051 10468 191 432 0 20616 0
[pid=25938/tid=25939] ppid=25936 vsize=84204 CPUtime=25.4 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 9774 0 0 0 2536 4 0 0 20 0 2 0 276419318 86224896 10468 33554432000 4194304 5963574 140736997336720 140275275114536 4221120 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) 84204

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 26018
/proc/meminfo: memFree=31164588/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=84588 CPUtime=51.05 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 16838 0 0 0 5098 7 0 0 20 0 2 0 276419317 86618112 17668 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 21147 17668 191 432 0 20712 0
[pid=25938/tid=25939] ppid=25936 vsize=84588 CPUtime=50.92 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 16119 0 0 0 5085 7 0 0 20 0 2 0 276419318 86618112 17668 33554432000 4194304 5963574 140736997336720 140275275114536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84588

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 26018
/proc/meminfo: memFree=31122284/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=151672 CPUtime=102.25 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 25503 0 0 0 10213 12 0 0 20 0 2 0 276419317 155312128 26333 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 37918 26333 191 432 0 37483 0
[pid=25938/tid=25939] ppid=25936 vsize=151672 CPUtime=101.99 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 24784 0 0 0 10186 13 0 0 20 0 2 0 276419318 155312128 26333 33554432000 4194304 5963574 140736997336720 140275275114296 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 151672

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26018
/proc/meminfo: memFree=31091352/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=152572 CPUtime=162.21 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 32320 0 0 0 16204 17 0 0 20 0 2 0 276419317 156233728 33194 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 38143 33194 191 432 0 37708 0
[pid=25938/tid=25939] ppid=25936 vsize=152572 CPUtime=161.8 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 31601 0 0 0 16161 19 0 0 20 0 2 0 276419318 156233728 33194 33554432000 4194304 5963574 140736997336720 140275275114296 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 152572

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26018
/proc/meminfo: memFree=31062628/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=219548 CPUtime=222.19 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 38237 0 0 0 22198 21 0 0 20 0 2 0 276419317 224817152 39114 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 54887 39114 191 432 0 54452 0
[pid=25938/tid=25939] ppid=25936 vsize=219548 CPUtime=221.63 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 37518 0 0 0 22139 24 0 0 20 0 2 0 276419318 224817152 39114 33554432000 4194304 5963574 140736997336720 140275275114488 4381213 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 219548

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26022
/proc/meminfo: memFree=31035260/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=221328 CPUtime=282.18 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 44729 0 0 0 28192 26 0 0 20 0 2 0 276419317 226639872 45606 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 55332 45606 191 432 0 54897 0
[pid=25938/tid=25939] ppid=25936 vsize=221328 CPUtime=281.47 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 44010 0 0 0 28117 30 0 0 20 0 2 0 276419318 226639872 45606 33554432000 4194304 5963574 140736997336720 140275275114488 18446744073699066235 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) 221328

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26022
/proc/meminfo: memFree=31012172/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=222516 CPUtime=342.15 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 48744 0 0 0 34185 30 0 0 20 0 2 0 276419317 227856384 49618 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 55629 49618 191 432 0 55194 0
[pid=25938/tid=25939] ppid=25936 vsize=222516 CPUtime=341.29 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 48025 0 0 0 34094 35 0 0 20 0 2 0 276419318 227856384 49618 33554432000 4194304 5963574 140736997336720 140275275114536 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 222516

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 26022
/proc/meminfo: memFree=30978600/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=288664 CPUtime=402.13 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 57266 0 0 0 40175 38 0 0 20 0 2 0 276419317 295591936 58128 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26028
/proc/meminfo: memFree=30678100/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=500872 CPUtime=1421.88 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 120053 0 0 0 142079 109 0 0 20 0 2 0 276419317 512892928 120843 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 125218 120843 191 432 0 124783 0
[pid=25938/tid=25939] ppid=25936 vsize=500872 CPUtime=1418.34 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 119334 0 0 0 141704 130 0 0 20 0 2 0 276419318 512892928 120843 33554432000 4194304 5963574 140736997336720 140275275114488 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 500872

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/180 26032
/proc/meminfo: memFree=30655776/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=567400 CPUtime=1481.83 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 123858 0 0 0 148069 114 0 0 20 0 2 0 276419317 581017600 124619 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 141850 124619 191 432 0 141415 0
[pid=25938/tid=25939] ppid=25936 vsize=567400 CPUtime=1478.14 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 123139 0 0 0 147678 136 0 0 20 0 2 0 276419318 581017600 124619 33554432000 4194304 5963574 140736997336720 140275275114488 4399462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 567400

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 26032
/proc/meminfo: memFree=30649380/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=567632 CPUtime=1541.81 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 123906 0 0 0 154067 114 0 0 20 0 2 0 276419317 581255168 124658 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 141908 124658 191 432 0 141473 0
[pid=25938/tid=25939] ppid=25936 vsize=567632 CPUtime=1537.97 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 123187 0 0 0 153660 137 0 0 20 0 2 0 276419318 581255168 124658 33554432000 4194304 5963574 140736997336720 140275275114536 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 567632

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 26032
/proc/meminfo: memFree=30631028/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=568364 CPUtime=1601.8 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 128536 0 0 0 160062 118 0 0 20 0 2 0 276419317 582004736 129288 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142091 129288 191 432 0 141656 0
[pid=25938/tid=25939] ppid=25936 vsize=568364 CPUtime=1597.82 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 127817 0 0 0 159640 142 0 0 20 0 2 0 276419318 582004736 129288 33554432000 4194304 5963574 140736997336720 140275275114488 4399546 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 568364

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26032
/proc/meminfo: memFree=30613420/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1661.8 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 132895 0 0 0 166057 123 0 0 20 0 2 0 276419317 582774784 133647 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 133647 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1657.66 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 132176 0 0 0 165618 148 0 0 20 0 2 0 276419318 582774784 133647 33554432000 4194304 5963574 140736997336720 140275275114536 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 569116

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26032
/proc/meminfo: memFree=30613048/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1721.79 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 132910 0 0 0 172056 123 0 0 20 0 2 0 276419317 582774784 133662 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 133662 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1717.5 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 132191 0 0 0 171601 149 0 0 20 0 2 0 276419318 582774784 133662 33554432000 4194304 5963574 140736997336720 140275275114536 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 569116

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30609436/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1781.78 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 133710 0 0 0 178054 124 0 0 20 0 2 0 276419317 582774784 134462 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 134462 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1777.34 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 132991 0 0 0 177584 150 0 0 20 0 2 0 276419318 582774784 134462 33554432000 4194304 5963574 140736997336720 140275275114488 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 569116

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30607080/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1791.38 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 134300 0 0 0 179014 124 0 0 20 0 2 0 276419317 582774784 135052 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135052 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1786.92 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 133581 0 0 0 178541 151 0 0 20 0 2 0 276419318 582774784 135052 33554432000 4194304 5963574 140736997336720 140275275114536 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 569116

[startup+1795.1 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30605964/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1794.58 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 134594 0 0 0 179334 124 0 0 20 0 2 0 276419317 582774784 135346 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135346 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1790.11 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 133875 0 0 0 178860 151 0 0 20 0 2 0 276419318 582774784 135346 33554432000 4194304 5963574 140736997336720 140275275114488 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 569116

[startup+1798.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30605468/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1797.77 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 134864 0 0 0 179652 125 0 0 20 0 2 0 276419317 582774784 135616 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135616 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1793.3 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 134145 0 0 0 179178 152 0 0 20 0 2 0 276419318 582774784 135616 33554432000 4194304 5963574 140736997336720 140275275114536 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 569116

[startup+1799.1 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30604848/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1798.57 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 134940 0 0 0 179732 125 0 0 20 0 2 0 276419317 582774784 135692 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135692 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1794.1 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 134221 0 0 0 179258 152 0 0 20 0 2 0 276419318 582774784 135692 33554432000 4194304 5963574 140736997336720 140275275114488 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 569116

[startup+1799.5 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30604352/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1798.98 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 134971 0 0 0 179773 125 0 0 20 0 2 0 276419317 582774784 135723 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135723 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1794.5 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 134252 0 0 0 179298 152 0 0 20 0 2 0 276419318 582774784 135723 33554432000 4194304 5963574 140736997336720 140275275114488 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 569116

[startup+1799.9 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30604352/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1799.37 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 135006 0 0 0 179812 125 0 0 20 0 2 0 276419317 582774784 135758 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135758 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1794.89 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 134287 0 0 0 179337 152 0 0 20 0 2 0 276419318 582774784 135758 33554432000 4194304 5963574 140736997336720 140275275114488 5243463 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 569116

[startup+1800 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30604352/32873844 swapFree=7624/7624
[pid=25938] ppid=25936 vsize=569116 CPUtime=1799.47 cores=0,2,4,6
/proc/25938/stat : 25938 (wbo1.7) S 25936 25938 24863 0 -1 4202496 135014 0 0 0 179822 125 0 0 20 0 2 0 276419317 582774784 135766 33554432000 4194304 5963574 140736997336720 140736997336240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25938/statm: 142279 135766 191 432 0 141844 0
[pid=25938/tid=25939] ppid=25936 vsize=569116 CPUtime=1794.99 cores=0,2,4,6
/proc/25938/task/25939/stat : 25939 (wbo1.7) R 25936 25938 24863 0 -1 4202560 134295 0 0 0 179347 152 0 0 20 0 2 0 276419318 582774784 135766 33554432000 4194304 5963574 140736997336720 140275275114488 4380976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 569116

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25938 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=489348
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=539765
# CPU time returned by wait4() is 1795.03
# while last known CPU time is 1799.47
#
# 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.47
CPU user time (s): 1798.22
CPU system time (s): 1.25
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 569116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 1.53977
maximum resident set size= 543072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135016
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= 227
involuntary context switches= 1849

runsolver used 3.68544 second user time and 8.71467 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 09:15:37
IDJOB=3705282
IDBENCH=2932
IDSOLVER=2283
FILE ID=node130/3705282-1338102937
RUNJOBID= node130-1338086734-24879
PBS_JOBID= 14624431
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=1295288641

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30779036 kB
Buffers:          254492 kB
Cached:           475948 kB
SwapCached:         4508 kB
Active:          1223528 kB
Inactive:          69816 kB
Active(anon):     553360 kB
Inactive(anon):     8952 kB
Active(file):     670168 kB
Inactive(file):    60864 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        570408 kB
Mapped:            12376 kB
Shmem:                 8 kB
Slab:             660128 kB
SReclaimable:     102028 kB
SUnreclaim:       558100 kB
KernelStack:        1488 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     179604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 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= 71460 MiB
End job on node130 at 2012-05-27 09:45:37