Trace number 3727563

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.56 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
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-3727563-1338662151.opb.
0.00/0.00	c Instance file HOME/instance-3727563-1338662151.opb
0.00/0.00	c File size is 4987 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3819
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.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3727563-1338662151/watcher-3727563-1338662151 -o /tmp/evaluation-result-3727563-1338662151/solver-3727563-1338662151 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727563-1338662151.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/174 3197
/proc/meminfo: memFree=30887308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83584 CPUtime=0 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 749 0 0 0 0 0 0 0 20 0 2 0 332340926 85590016 700 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20896 700 189 433 0 20460 0
[pid=3196/tid=3199] ppid=3192 vsize=83584 CPUtime=0 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 332340927 85590016 701 33554432000 4194304 5964350 140735077431056 140735077431056 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.01617 s]
/proc/loadavg: 2.00 2.01 2.00 4/174 3197
/proc/meminfo: memFree=30887308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83584 CPUtime=0.01 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 777 0 0 0 1 0 0 0 20 0 2 0 332340926 85590016 728 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20896 728 190 433 0 20460 0
[pid=3196/tid=3199] ppid=3192 vsize=83584 CPUtime=0 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 2 0 332340927 85590016 728 33554432000 4194304 5964350 140735077431056 140735077431056 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83584

[startup+0.100186 s]
/proc/loadavg: 2.00 2.01 2.00 4/174 3197
/proc/meminfo: memFree=30887308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83584 CPUtime=0.09 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 979 0 0 0 9 0 0 0 20 0 2 0 332340926 85590016 930 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20896 930 190 433 0 20460 0
[pid=3196/tid=3199] ppid=3192 vsize=83584 CPUtime=0.08 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 275 0 0 0 8 0 0 0 20 0 2 0 332340927 85590016 930 33554432000 4194304 5964350 140735077431056 140735077431056 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83584

[startup+0.300142 s]
/proc/loadavg: 2.00 2.01 2.00 4/174 3197
/proc/meminfo: memFree=30887308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83584 CPUtime=0.29 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 1340 0 0 0 29 0 0 0 20 0 2 0 332340926 85590016 1291 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20896 1291 190 433 0 20460 0
[pid=3196/tid=3199] ppid=3192 vsize=83584 CPUtime=0.28 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 636 0 0 0 28 0 0 0 20 0 2 0 332340927 85590016 1291 33554432000 4194304 5964350 140735077431056 140735077431056 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83584

[startup+0.700144 s]
/proc/loadavg: 2.00 2.01 2.00 4/174 3197
/proc/meminfo: memFree=30887308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83728 CPUtime=0.69 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 1696 0 0 0 69 0 0 0 20 0 2 0 332340926 85737472 1647 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20932 1647 190 433 0 20496 0
[pid=3196/tid=3199] ppid=3192 vsize=83728 CPUtime=0.68 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 992 0 0 0 68 0 0 0 20 0 2 0 332340927 85737472 1647 33554432000 4194304 5964350 140735077431056 140324899551272 5142878 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83728

[startup+1.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30874556/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83728 CPUtime=1.49 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 2278 0 0 0 149 0 0 0 20 0 2 0 332340926 85737472 2229 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20932 2230 190 433 0 20496 0
[pid=3196/tid=3199] ppid=3192 vsize=83728 CPUtime=1.48 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 1575 0 0 0 148 0 0 0 20 0 2 0 332340927 85737472 2230 33554432000 4194304 5964350 140735077431056 140324899551032 4400458 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83728

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30869348/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=83800 CPUtime=3.08 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 3234 0 0 0 308 0 0 0 20 0 2 0 332340926 85811200 3195 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 20950 3195 190 433 0 20514 0
[pid=3196/tid=3199] ppid=3192 vsize=83800 CPUtime=3.07 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 2530 0 0 0 307 0 0 0 20 0 2 0 332340927 85811200 3195 33554432000 4194304 5964350 140735077431056 140324899550744 4399872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83800

[startup+6.3002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30856176/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=84052 CPUtime=6.29 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 4413 0 0 0 628 1 0 0 20 0 2 0 332340926 86069248 4374 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 21013 4374 190 433 0 20577 0
[pid=3196/tid=3199] ppid=3192 vsize=84052 CPUtime=6.26 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 3709 0 0 0 626 0 0 0 20 0 2 0 332340927 86069248 4374 33554432000 4194304 5964350 140735077431056 140324899550744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84052

[startup+12.7011 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30841308/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=85328 CPUtime=12.68 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 6606 0 0 0 1267 1 0 0 20 0 2 0 332340926 87375872 6775 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 21332 6775 190 433 0 20896 0
[pid=3196/tid=3199] ppid=3192 vsize=85328 CPUtime=12.65 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 5902 0 0 0 1264 1 0 0 20 0 2 0 332340927 87375872 6775 33554432000 4194304 5964350 140735077431056 140324899551272 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85328

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30814648/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=87080 CPUtime=25.48 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 9730 0 0 0 2546 2 0 0 20 0 2 0 332340926 89169920 9899 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 21770 9899 190 433 0 21334 0
[pid=3196/tid=3199] ppid=3192 vsize=87080 CPUtime=25.41 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 9026 0 0 0 2539 2 0 0 20 0 2 0 332340927 89169920 9899 33554432000 4194304 5964350 140735077431056 140324899551272 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87080

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3206
/proc/meminfo: memFree=30777816/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=89184 CPUtime=51.08 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 14465 0 0 0 5102 6 0 0 20 0 2 0 332340926 91324416 14634 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 22296 14634 190 433 0 21860 0
[pid=3196/tid=3199] ppid=3192 vsize=89184 CPUtime=50.95 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 13761 0 0 0 5089 6 0 0 20 0 2 0 332340927 91324416 14634 33554432000 4194304 5964350 140735077431056 140324899551032 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89184

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 3206
/proc/meminfo: memFree=30719556/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=157992 CPUtime=102.26 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 22539 0 0 0 10212 14 0 0 20 0 2 0 332340926 161783808 22742 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 39498 22742 190 433 0 39062 0
[pid=3196/tid=3199] ppid=3192 vsize=157992 CPUtime=102.01 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 21835 0 0 0 10186 15 0 0 20 0 2 0 332340927 161783808 22742 33554432000 4194304 5964350 140735077431056 140324899550744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 157992

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3206
/proc/meminfo: memFree=30668460/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=159380 CPUtime=162.24 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 30081 0 0 0 16201 23 0 0 20 0 2 0 332340926 163205120 30284 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 39845 30284 190 433 0 39409 0
[pid=3196/tid=3199] ppid=3192 vsize=159380 CPUtime=161.85 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 29377 0 0 0 16160 25 0 0 20 0 2 0 332340927 163205120 30284 33554432000 4194304 5964350 140735077431056 140324899551272 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159380

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3206
/proc/meminfo: memFree=30617744/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=227452 CPUtime=222.2 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 37445 0 0 0 22189 31 0 0 20 0 2 0 332340926 232910848 37631 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 56863 37631 190 433 0 56427 0
[pid=3196/tid=3199] ppid=3192 vsize=227452 CPUtime=221.67 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 36741 0 0 0 22133 34 0 0 20 0 2 0 332340927 232910848 37631 33554432000 4194304 5964350 140735077431056 140324899551224 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 227452

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3210
/proc/meminfo: memFree=30575412/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=228768 CPUtime=282.2 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 43486 0 0 0 28182 38 0 0 20 0 2 0 332340926 234258432 44175 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 57192 44175 190 433 0 56756 0
[pid=3196/tid=3199] ppid=3192 vsize=228768 CPUtime=281.51 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 42782 0 0 0 28109 42 0 0 20 0 2 0 332340927 234258432 44175 33554432000 4194304 5964350 140735077431056 140324899551272 4379231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 228768

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3210
/proc/meminfo: memFree=30537508/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=230832 CPUtime=342.19 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 48207 0 0 0 34173 46 0 0 20 0 2 0 332340926 236371968 48896 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 57708 48896 190 433 0 57272 0
[pid=3196/tid=3199] ppid=3192 vsize=230832 CPUtime=341.36 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 47503 0 0 0 34085 51 0 0 20 0 2 0 332340927 236371968 48896 33554432000 4194304 5964350 140735077431056 140324899550744 4379168 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 230832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30610976/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=231412 CPUtime=402.18 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 52592 0 0 0 40166 52 0 0 20 0 2 0 332340926 236965888 53281 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3295
/proc/meminfo: memFree=30287696/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=506388 CPUtime=1421.95 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 111959 0 0 0 142058 137 0 0 20 0 2 0 332340926 518541312 112576 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 126597 112576 190 433 0 126161 0
[pid=3196/tid=3199] ppid=3192 vsize=506388 CPUtime=1418.51 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 111255 0 0 0 141693 158 0 0 20 0 2 0 332340927 518541312 112576 33554432000 4194304 5964350 140735077431056 140324899550744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 506388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3299
/proc/meminfo: memFree=30268456/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=508668 CPUtime=1481.93 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 115803 0 0 0 148050 143 0 0 20 0 2 0 332340926 520876032 116420 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 127167 116420 190 433 0 126731 0
[pid=3196/tid=3199] ppid=3192 vsize=508668 CPUtime=1478.35 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 115099 0 0 0 147670 165 0 0 20 0 2 0 332340927 520876032 116420 33554432000 4194304 5964350 140735077431056 140324899551272 4379168 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 508668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3322
/proc/meminfo: memFree=30265696/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=509068 CPUtime=1541.91 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 115912 0 0 0 154048 143 0 0 20 0 2 0 332340926 521285632 116513 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 127267 116513 190 433 0 126831 0
[pid=3196/tid=3199] ppid=3192 vsize=509068 CPUtime=1538.18 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 115208 0 0 0 153652 166 0 0 20 0 2 0 332340927 521285632 116513 33554432000 4194304 5964350 140735077431056 140324899550744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 509068

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 3322
/proc/meminfo: memFree=30244176/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=509428 CPUtime=1601.89 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 119165 0 0 0 160041 148 0 0 20 0 2 0 332340926 521654272 119766 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 127357 119766 190 433 0 126921 0
[pid=3196/tid=3199] ppid=3192 vsize=509428 CPUtime=1598.02 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 118461 0 0 0 159630 172 0 0 20 0 2 0 332340927 521654272 119766 33554432000 4194304 5964350 140735077431056 140324899550744 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 509428

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3322
/proc/meminfo: memFree=30226944/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=509428 CPUtime=1661.88 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 121940 0 0 0 166036 152 0 0 20 0 2 0 332340926 521654272 122541 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 127357 122541 190 433 0 126921 0
[pid=3196/tid=3199] ppid=3192 vsize=509428 CPUtime=1657.86 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 121236 0 0 0 165609 177 0 0 20 0 2 0 332340927 521654272 122541 33554432000 4194304 5964350 140735077431056 140324899550744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 509428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3322
/proc/meminfo: memFree=30224836/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1721.87 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 122396 0 0 0 172034 153 0 0 20 0 2 0 332340926 588763136 122997 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 122997 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1717.71 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 121692 0 0 0 171592 179 0 0 20 0 2 0 332340927 588763136 122997 33554432000 4194304 5964350 140735077431056 140324899550744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 574964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30211444/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1781.87 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 124164 0 0 0 178030 157 0 0 20 0 2 0 332340926 588763136 124765 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 124765 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1777.56 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 123460 0 0 0 177573 183 0 0 20 0 2 0 332340927 588763136 124765 33554432000 4194304 5964350 140735077431056 140324899551272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 574964

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 3323
/proc/meminfo: memFree=30204996/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1791.47 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 125268 0 0 0 178989 158 0 0 20 0 2 0 332340926 588763136 125869 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 125869 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1787.14 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 124564 0 0 0 178529 185 0 0 20 0 2 0 332340927 588763136 125869 33554432000 4194304 5964350 140735077431056 140324899550744 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 574964

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30202888/32873648 swapFree=6864/6864
[pid=3196] ppid=3192 vsize=574964 CPUtime=1794.67 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 125594 0 0 0 179308 159 0 0 20 0 2 0 332340926 588763136 126195 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126195 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1790.33 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 124890 0 0 0 178847 186 0 0 20 0 2 0 332340927 588763136 126195 33554432000 4194304 5964350 140735077431056 140324899551224 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 574964

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30201524/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1797.86 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 125946 0 0 0 179627 159 0 0 20 0 2 0 332340926 588763136 126547 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126547 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1793.52 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 125242 0 0 0 179166 186 0 0 20 0 2 0 332340927 588763136 126547 33554432000 4194304 5964350 140735077431056 140324899551272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 574964

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30200904/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1798.66 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 126034 0 0 0 179707 159 0 0 20 0 2 0 332340926 588763136 126635 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126635 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1794.32 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 125331 0 0 0 179246 186 0 0 20 0 2 0 332340927 588763136 126636 33554432000 4194304 5964350 140735077431056 140324899551272 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 574964

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30200160/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1799.06 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 126077 0 0 0 179747 159 0 0 20 0 2 0 332340926 588763136 126678 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126678 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1794.72 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 125373 0 0 0 179286 186 0 0 20 0 2 0 332340927 588763136 126678 33554432000 4194304 5964350 140735077431056 140324899550744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 574964

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30200160/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1799.46 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 126120 0 0 0 179787 159 0 0 20 0 2 0 332340926 588763136 126721 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126721 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1795.11 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 125416 0 0 0 179325 186 0 0 20 0 2 0 332340927 588763136 126721 33554432000 4194304 5964350 140735077431056 140324899550744 4400321 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 574964

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30200160/32873648 swapFree=6860/6860
[pid=3196] ppid=3192 vsize=574964 CPUtime=1799.56 cores=1,3,5,7
/proc/3196/stat : 3196 (wbo1.72) S 3192 3196 986 0 -1 4202496 126130 0 0 0 179797 159 0 0 20 0 2 0 332340926 588763136 126731 33554432000 4194304 5964350 140735077431056 140735077430576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3196/statm: 143741 126731 190 433 0 143305 0
[pid=3196/tid=3199] ppid=3192 vsize=574964 CPUtime=1795.21 cores=1,3,5,7
/proc/3196/task/3199/stat : 3199 (wbo1.72) R 3192 3196 986 0 -1 4202560 125426 0 0 0 179335 186 0 0 20 0 2 0 332340927 588763136 126731 33554432000 4194304 5964350 140735077431056 140324899550744 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 574964

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3196 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=358368
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=876714
# CPU time returned by wait4() is 1795.24
# while last known CPU time is 1799.56
#
# 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.56
CPU user time (s): 1797.97
CPU system time (s): 1.59
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 574964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 1.87671
maximum resident set size= 506936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126133
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= 181
involuntary context switches= 1969

runsolver used 3.2595 second user time and 8.83866 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 20:35:51
IDJOB=3727563
IDBENCH=2906
IDSOLVER=2313
FILE ID=node124/3727563-1338662151
RUNJOBID= node124-1338651348-2547
PBS_JOBID= 14636456
Free space on /tmp= 70776 MiB

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

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1279199509

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30888052 kB
Buffers:          150392 kB
Cached:          1061320 kB
SwapCached:         8192 kB
Active:           244092 kB
Inactive:         978344 kB
Active(anon):       4736 kB
Inactive(anon):     8016 kB
Active(file):     239356 kB
Inactive(file):   970328 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:          9332 kB
Mapped:             8464 kB
Shmem:                 0 kB
Slab:             625324 kB
SReclaimable:      69844 kB
SUnreclaim:       555480 kB
KernelStack:        1488 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70760 MiB
End job on node124 at 2012-06-02 21:05:51