Trace number 3727585

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_3.opb
MD5SUM0278ee4f163393ac33163ff791a7f96d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1792.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint82
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5856
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727585-1338662274.opb.
0.00/0.00	c Instance file HOME/instance-3727585-1338662274.opb
0.00/0.00	c File size is 13159 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5856
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:      198                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 16                                                  |
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.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3727585-1338662274/watcher-3727585-1338662274 -o /tmp/evaluation-result-3727585-1338662274/solver-3727585-1338662274 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727585-1338662274.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.00 2.00 3/177 6678
/proc/meminfo: memFree=25895132/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83664 CPUtime=0 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 792 0 0 0 0 0 0 0 20 0 2 0 332352834 85671936 740 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20916 740 189 433 0 20480 0
[pid=6678/tid=6679] ppid=6676 vsize=83664 CPUtime=0 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 2 0 332352834 85671936 740 33554432000 4194304 5964350 140733516330080 140733478377096 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0445549 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6678
/proc/meminfo: memFree=25895132/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83664 CPUtime=0.04 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 883 0 0 0 4 0 0 0 20 0 2 0 332352834 85671936 831 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20916 831 191 433 0 20480 0
[pid=6678/tid=6679] ppid=6676 vsize=83664 CPUtime=0.03 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 2 0 332352834 85671936 831 33554432000 4194304 5964350 140733516330080 140733478377096 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83664

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6678
/proc/meminfo: memFree=25895132/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83664 CPUtime=0.09 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 1005 0 0 0 9 0 0 0 20 0 2 0 332352834 85671936 953 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20916 953 191 433 0 20480 0
[pid=6678/tid=6679] ppid=6676 vsize=83664 CPUtime=0.08 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 282 0 0 0 8 0 0 0 20 0 2 0 332352834 85671936 953 33554432000 4194304 5964350 140733516330080 140733478377096 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) 83664

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6678
/proc/meminfo: memFree=25895132/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83664 CPUtime=0.29 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 1399 0 0 0 29 0 0 0 20 0 2 0 332352834 85671936 1347 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20916 1347 191 433 0 20480 0
[pid=6678/tid=6679] ppid=6676 vsize=83664 CPUtime=0.28 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 676 0 0 0 28 0 0 0 20 0 2 0 332352834 85671936 1347 33554432000 4194304 5964350 140733516330080 140733478377096 4400396 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) 83664

[startup+0.700205 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6678
/proc/meminfo: memFree=25895132/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83664 CPUtime=0.69 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 2084 0 0 0 69 0 0 0 20 0 2 0 332352834 85671936 2032 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20916 2032 191 433 0 20480 0
[pid=6678/tid=6679] ppid=6676 vsize=83664 CPUtime=0.68 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 1361 0 0 0 68 0 0 0 20 0 2 0 332352834 85671936 2032 33554432000 4194304 5964350 140733516330080 140501090822072 5136340 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) 83664

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26359236/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83808 CPUtime=1.49 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 2596 0 0 0 149 0 0 0 20 0 2 0 332352834 85819392 2544 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20952 2544 191 433 0 20516 0
[pid=6678/tid=6679] ppid=6676 vsize=83808 CPUtime=1.48 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 1873 0 0 0 148 0 0 0 20 0 2 0 332352834 85819392 2544 33554432000 4194304 5964350 140733516330080 140501090821944 5136340 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) 83808

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26353028/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83880 CPUtime=3.09 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 3510 0 0 0 309 0 0 0 20 0 2 0 332352834 85893120 3458 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20970 3458 191 433 0 20534 0
[pid=6678/tid=6679] ppid=6676 vsize=83880 CPUtime=3.08 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 2787 0 0 0 308 0 0 0 20 0 2 0 332352834 85893120 3458 33554432000 4194304 5964350 140733516330080 140501090821944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83880

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26338192/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=83880 CPUtime=6.29 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 5070 0 0 0 628 1 0 0 20 0 2 0 332352834 85893120 5018 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 20970 5018 191 433 0 20534 0
[pid=6678/tid=6679] ppid=6676 vsize=83880 CPUtime=6.28 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 4347 0 0 0 628 0 0 0 20 0 2 0 332352834 85893120 5018 33554432000 4194304 5964350 140733516330080 140501090822136 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) 83880

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6719
/proc/meminfo: memFree=26316344/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=84148 CPUtime=12.67 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 8555 0 0 0 1266 1 0 0 20 0 2 0 332352834 86167552 8504 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 21037 8504 191 433 0 20601 0
[pid=6678/tid=6679] ppid=6676 vsize=84148 CPUtime=12.67 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 7832 0 0 0 1265 2 0 0 20 0 2 0 332352834 86167552 8504 33554432000 4194304 5964350 140733516330080 140501090822136 4403290 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84148

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26291724/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=84148 CPUtime=25.47 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 11180 0 0 0 2544 3 0 0 20 0 2 0 332352834 86167552 11142 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 21037 11142 191 433 0 20601 0
[pid=6678/tid=6679] ppid=6676 vsize=84148 CPUtime=25.47 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 10457 0 0 0 2543 4 0 0 20 0 2 0 332352834 86167552 11142 33554432000 4194304 5964350 140733516330080 140501090822136 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84148

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26246856/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=84388 CPUtime=51.07 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 16976 0 0 0 5102 5 0 0 20 0 2 0 332352834 86413312 17422 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 21097 17422 191 433 0 20661 0
[pid=6678/tid=6679] ppid=6676 vsize=84388 CPUtime=51.07 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 16253 0 0 0 5101 6 0 0 20 0 2 0 332352834 86413312 17422 33554432000 4194304 5964350 140733516330080 140501090822184 4389090 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84388

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26170320/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=151292 CPUtime=102.26 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 26977 0 0 0 10215 11 0 0 20 0 2 0 332352834 154923008 27430 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 37823 27430 191 433 0 37387 0
[pid=6678/tid=6679] ppid=6676 vsize=151292 CPUtime=102.27 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 26254 0 0 0 10214 13 0 0 20 0 2 0 332352834 154923008 27430 33554432000 4194304 5964350 140733516330080 140501090821656 4400321 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) 151292

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6723
/proc/meminfo: memFree=26111824/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=152660 CPUtime=162.22 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 33770 0 0 0 16205 17 0 0 20 0 2 0 332352834 156323840 34775 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 38165 34775 191 433 0 37729 0
[pid=6678/tid=6679] ppid=6676 vsize=152660 CPUtime=162.23 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 33047 0 0 0 16203 20 0 0 20 0 2 0 332352834 156323840 34775 33554432000 4194304 5964350 140733516330080 140501090822136 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 152660

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6723
/proc/meminfo: memFree=26070144/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=219204 CPUtime=222.21 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 38488 0 0 0 22200 21 0 0 20 0 2 0 332352834 224464896 39493 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 54801 39493 191 433 0 54365 0
[pid=6678/tid=6679] ppid=6676 vsize=219204 CPUtime=222.23 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 37765 0 0 0 22198 25 0 0 20 0 2 0 332352834 224464896 39493 33554432000 4194304 5964350 140733516330080 140501090822136 4399936 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 219204

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6723
/proc/meminfo: memFree=26014828/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=221148 CPUtime=282.2 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 44876 0 0 0 28193 27 0 0 20 0 2 0 332352834 226455552 45881 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 55287 45881 191 433 0 54851 0
[pid=6678/tid=6679] ppid=6676 vsize=221148 CPUtime=282.23 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 44153 0 0 0 28191 32 0 0 20 0 2 0 332352834 226455552 45881 33554432000 4194304 5964350 140733516330080 140501090822184 4221120 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) 221148

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6724
/proc/meminfo: memFree=25969180/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=222408 CPUtime=342.15 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 50767 0 0 0 34183 32 0 0 20 0 2 0 332352834 227745792 51768 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 55602 51768 191 433 0 55166 0
[pid=6678/tid=6679] ppid=6676 vsize=222408 CPUtime=342.19 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 50044 0 0 0 34181 38 0 0 20 0 2 0 332352834 227745792 51768 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 222408

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6724
/proc/meminfo: memFree=25928824/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=289276 CPUtime=402.13 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 56724 0 0 0 40175 38 0 0 20 0 2 0 332352834 296218624 57733 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 110531 0 0 0 130078 133 0 0 20 0 2 0 332352834 510959616 112321 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 498984

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 6734
/proc/meminfo: memFree=25467416/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=499900 CPUtime=1361.92 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 115782 0 0 0 136071 121 0 0 20 0 2 0 332352834 511897600 116849 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 124975 116849 191 433 0 124539 0
[pid=6678/tid=6679] ppid=6676 vsize=499900 CPUtime=1362.1 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 115059 0 0 0 136068 142 0 0 20 0 2 0 332352834 511897600 116849 33554432000 4194304 5964350 140733516330080 140501090822136 4381635 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 499900

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 6757
/proc/meminfo: memFree=25441680/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=500672 CPUtime=1421.92 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 118511 0 0 0 142067 125 0 0 20 0 2 0 332352834 512688128 119578 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 125168 119578 191 433 0 124732 0
[pid=6678/tid=6679] ppid=6676 vsize=500672 CPUtime=1422.11 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 117788 0 0 0 142064 147 0 0 20 0 2 0 332352834 512688128 119578 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 500672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6757
/proc/meminfo: memFree=25405636/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=567412 CPUtime=1481.87 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 124678 0 0 0 148052 135 0 0 20 0 2 0 332352834 581029888 125718 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 141853 125718 191 433 0 141417 0
[pid=6678/tid=6679] ppid=6676 vsize=567412 CPUtime=1482.07 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 123955 0 0 0 148049 158 0 0 20 0 2 0 332352834 581029888 125718 33554432000 4194304 5964350 140733516330080 140501090822136 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 567412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25400064/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=567752 CPUtime=1541.85 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 125208 0 0 0 154049 136 0 0 20 0 2 0 332352834 581378048 126241 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 141938 126241 191 433 0 141502 0
[pid=6678/tid=6679] ppid=6676 vsize=567752 CPUtime=1542.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 124485 0 0 0 154045 160 0 0 20 0 2 0 332352834 581378048 126241 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 567752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25383684/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=568680 CPUtime=1601.83 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 126985 0 0 0 160045 138 0 0 20 0 2 0 332352834 582328320 128018 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142170 128018 191 433 0 141734 0
[pid=6678/tid=6679] ppid=6676 vsize=568680 CPUtime=1602.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 126262 0 0 0 160042 163 0 0 20 0 2 0 332352834 582328320 128018 33554432000 4194304 5964350 140733516330080 140501090822136 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 568680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25349960/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=569956 CPUtime=1661.83 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 132374 0 0 0 166037 146 0 0 20 0 2 0 332352834 583634944 133407 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142489 133407 191 433 0 142053 0
[pid=6678/tid=6679] ppid=6676 vsize=569956 CPUtime=1662.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 131651 0 0 0 166033 172 0 0 20 0 2 0 332352834 583634944 133407 33554432000 4194304 5964350 140733516330080 140501090822136 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 569956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25333144/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=570352 CPUtime=1721.82 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 134930 0 0 0 172032 150 0 0 20 0 2 0 332352834 584040448 135963 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142588 135963 191 433 0 142152 0
[pid=6678/tid=6679] ppid=6676 vsize=570352 CPUtime=1722.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134207 0 0 0 172028 177 0 0 20 0 2 0 332352834 584040448 135963 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 570352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25325804/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=570912 CPUtime=1781.81 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135024 0 0 0 178031 150 0 0 20 0 2 0 332352834 584613888 136057 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142728 136057 191 433 0 142292 0
[pid=6678/tid=6679] ppid=6676 vsize=570912 CPUtime=1782.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134301 0 0 0 178027 178 0 0 20 0 2 0 332352834 584613888 136057 33554432000 4194304 5964350 140733516330080 140501090822184 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 570912

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 6758
/proc/meminfo: memFree=25323872/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1791.42 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135039 0 0 0 178992 150 0 0 20 0 2 0 332352834 584724480 136072 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136072 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1791.65 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134316 0 0 0 178987 178 0 0 20 0 2 0 332352834 584724480 136072 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 571020

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323748/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1794.62 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135045 0 0 0 179312 150 0 0 20 0 2 0 332352834 584724480 136078 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136078 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1794.85 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134322 0 0 0 179307 178 0 0 20 0 2 0 332352834 584724480 136078 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 571020

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323496/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1797.81 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135046 0 0 0 179631 150 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136079 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1798.05 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134323 0 0 0 179627 178 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140501090822184 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 571020

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323744/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1798.61 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135046 0 0 0 179711 150 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136079 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1798.85 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134323 0 0 0 179707 178 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140501090822184 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 571020

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323744/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1799.01 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135046 0 0 0 179751 150 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136079 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1799.25 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134323 0 0 0 179747 178 0 0 20 0 2 0 332352834 584724480 136079 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 571020

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323744/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1799.41 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135047 0 0 0 179791 150 0 0 20 0 2 0 332352834 584724480 136080 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136080 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1799.65 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134324 0 0 0 179787 178 0 0 20 0 2 0 332352834 584724480 136080 33554432000 4194304 5964350 140733516330080 140501090822184 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 571020

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25323744/32873648 swapFree=6864/6864
[pid=6678] ppid=6676 vsize=571020 CPUtime=1799.51 cores=1,3,5,7
/proc/6678/stat : 6678 (wbo1.72) S 6676 6678 4479 0 -1 4202496 135047 0 0 0 179801 150 0 0 20 0 2 0 332352834 584724480 136080 33554432000 4194304 5964350 140733516330080 140733516329600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6678/statm: 142755 136080 191 433 0 142319 0
[pid=6678/tid=6679] ppid=6676 vsize=571020 CPUtime=1799.75 cores=1,3,5,7
/proc/6678/task/6679/stat : 6679 (wbo1.72) R 6676 6678 4479 0 -1 4202560 134324 0 0 0 179797 178 0 0 20 0 2 0 332352834 584724480 136080 33554432000 4194304 5964350 140733516330080 140501090822184 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 571020

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.77
CPU user time (s): 1797.98
CPU system time (s): 1.79673
CPU usage (%): 99.987
Max. virtual memory (cumulated for all children) (KiB): 571020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 1.79673
maximum resident set size= 544332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135050
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= 225
involuntary context switches= 1870

runsolver used 3.2905 second user time and 8.45671 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-02 20:37:54
IDJOB=3727585
IDBENCH=2912
IDSOLVER=2313
FILE ID=node125/3727585-1338662274
RUNJOBID= node125-1338651472-6061
PBS_JOBID= 14636455
Free space on /tmp= 70452 MiB

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

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

MD5SUM BENCH= 0278ee4f163393ac33163ff791a7f96d
RANDOM SEED=1859987067

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25895396 kB
Buffers:          601236 kB
Cached:          4984816 kB
SwapCached:         2308 kB
Active:          2912800 kB
Inactive:        3158420 kB
Active(anon):     476440 kB
Inactive(anon):     9252 kB
Active(file):    2436360 kB
Inactive(file):  3149168 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        481984 kB
Mapped:            15028 kB
Shmem:                96 kB
Slab:             765492 kB
SReclaimable:     209528 kB
SUnreclaim:       555964 kB
KernelStack:        1488 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 70448 MiB
End job on node125 at 2012-06-02 21:07:54