Trace number 3727568

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
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-3727568-1338662175.opb.
0.00/0.00	c Instance file HOME/instance-3727568-1338662175.opb
0.00/0.00	c File size is 6882 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5704
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:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
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:    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.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3727568-1338662175/watcher-3727568-1338662175 -o /tmp/evaluation-result-3727568-1338662175/solver-3727568-1338662175 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727568-1338662175.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/175 4068
/proc/meminfo: memFree=26520800/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83600 CPUtime=0 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 753 0 0 0 0 0 0 0 20 0 2 0 332342963 85606400 703 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20900 703 188 433 0 20464 0
[pid=4068/tid=4069] ppid=4066 vsize=83600 CPUtime=0 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 332342963 85606400 703 33554432000 4194304 5964350 140735789357824 140735444486216 5136410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0142189 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4068
/proc/meminfo: memFree=26520800/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83600 CPUtime=0.01 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 776 0 0 0 1 0 0 0 20 0 2 0 332342963 85606400 726 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20900 726 190 433 0 20464 0
[pid=4068/tid=4069] ppid=4066 vsize=83600 CPUtime=0 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 66 0 0 0 0 0 0 0 20 0 2 0 332342963 85606400 726 33554432000 4194304 5964350 140735789357824 140735444486216 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) 83600

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4068
/proc/meminfo: memFree=26520800/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83600 CPUtime=0.09 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 975 0 0 0 9 0 0 0 20 0 2 0 332342963 85606400 925 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20900 925 190 433 0 20464 0
[pid=4068/tid=4069] ppid=4066 vsize=83600 CPUtime=0.08 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 265 0 0 0 8 0 0 0 20 0 2 0 332342963 85606400 925 33554432000 4194304 5964350 140735789357824 140216543385112 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) 83600

[startup+0.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4068
/proc/meminfo: memFree=26520800/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83600 CPUtime=0.29 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 1353 0 0 0 29 0 0 0 20 0 2 0 332342963 85606400 1303 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20900 1303 190 433 0 20464 0
[pid=4068/tid=4069] ppid=4066 vsize=83600 CPUtime=0.28 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 643 0 0 0 28 0 0 0 20 0 2 0 332342963 85606400 1303 33554432000 4194304 5964350 140735789357824 140216543385112 5136340 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) 83600

[startup+0.700208 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4068
/proc/meminfo: memFree=26520800/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83744 CPUtime=0.69 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 1778 0 0 0 69 0 0 0 20 0 2 0 332342963 85753856 1728 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20936 1728 190 433 0 20500 0
[pid=4068/tid=4069] ppid=4066 vsize=83744 CPUtime=0.68 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 1068 0 0 0 68 0 0 0 20 0 2 0 332342963 85753856 1728 33554432000 4194304 5964350 140735789357824 140216543385112 4381913 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) 83744

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26512716/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83744 CPUtime=1.49 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 2289 0 0 0 149 0 0 0 20 0 2 0 332342963 85753856 2239 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20936 2239 190 433 0 20500 0
[pid=4068/tid=4069] ppid=4066 vsize=83744 CPUtime=1.48 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 1579 0 0 0 148 0 0 0 20 0 2 0 332342963 85753856 2239 33554432000 4194304 5964350 140735789357824 140216543385112 4403647 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) 83744

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26508856/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83816 CPUtime=3.09 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 3421 0 0 0 309 0 0 0 20 0 2 0 332342963 85827584 3371 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20954 3371 190 433 0 20518 0
[pid=4068/tid=4069] ppid=4066 vsize=83816 CPUtime=3.07 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 2711 0 0 0 307 0 0 0 20 0 2 0 332342963 85827584 3371 33554432000 4194304 5964350 140735789357824 140216543385400 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) 83816

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26497724/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=83924 CPUtime=6.28 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 4589 0 0 0 628 0 0 0 20 0 2 0 332342963 85938176 4539 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 20981 4539 190 433 0 20545 0
[pid=4068/tid=4069] ppid=4066 vsize=83924 CPUtime=6.27 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 3879 0 0 0 627 0 0 0 20 0 2 0 332342963 85938176 4539 33554432000 4194304 5964350 140735789357824 140216543385400 4389092 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83924

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26482648/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=84948 CPUtime=12.69 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 7107 0 0 0 1267 2 0 0 20 0 2 0 332342963 86986752 7057 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 21237 7057 190 433 0 20801 0
[pid=4068/tid=4069] ppid=4066 vsize=84948 CPUtime=12.65 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 6397 0 0 0 1263 2 0 0 20 0 2 0 332342963 86986752 7057 33554432000 4194304 5964350 140735789357824 140216543385592 4399944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84948

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26457876/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=86340 CPUtime=25.49 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 9998 0 0 0 2546 3 0 0 20 0 2 0 332342963 88412160 9948 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 21585 9948 190 433 0 21149 0
[pid=4068/tid=4069] ppid=4066 vsize=86340 CPUtime=25.42 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 9288 0 0 0 2539 3 0 0 20 0 2 0 332342963 88412160 9948 33554432000 4194304 5964350 140735789357824 140216543385400 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86340

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26437396/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=88896 CPUtime=51.07 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 15354 0 0 0 5102 5 0 0 20 0 2 0 332342963 91029504 15311 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 22224 15311 190 433 0 21788 0
[pid=4068/tid=4069] ppid=4066 vsize=88896 CPUtime=50.94 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 14644 0 0 0 5089 5 0 0 20 0 2 0 332342963 91029504 15311 33554432000 4194304 5964350 140735789357824 140216543385112 4391702 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) 88896

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26398012/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=157308 CPUtime=102.25 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 23490 0 0 0 10213 12 0 0 20 0 2 0 332342963 161083392 23650 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 39327 23650 190 433 0 38891 0
[pid=4068/tid=4069] ppid=4066 vsize=157308 CPUtime=101.99 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 22780 0 0 0 10186 13 0 0 20 0 2 0 332342963 161083392 23650 33554432000 4194304 5964350 140735789357824 140216543385592 4399872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26360512/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=158172 CPUtime=162.23 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 32055 0 0 0 16203 20 0 0 20 0 2 0 332342963 161968128 32215 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 39543 32215 190 433 0 39107 0
[pid=4068/tid=4069] ppid=4066 vsize=158172 CPUtime=161.84 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 31345 0 0 0 16162 22 0 0 20 0 2 0 332342963 161968128 32215 33554432000 4194304 5964350 140735789357824 140216543385640 4381612 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 158172

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4070
/proc/meminfo: memFree=26320756/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=227612 CPUtime=222.22 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 39265 0 0 0 22193 29 0 0 20 0 2 0 332342963 233074688 39425 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 56903 39425 190 433 0 56467 0
[pid=4068/tid=4069] ppid=4066 vsize=227612 CPUtime=221.68 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 38555 0 0 0 22136 32 0 0 20 0 2 0 332342963 233074688 39425 33554432000 4194304 5964350 140735789357824 140216543385112 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 227612

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4074
/proc/meminfo: memFree=26291876/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=228584 CPUtime=282.22 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 44507 0 0 0 28188 34 0 0 20 0 2 0 332342963 234070016 44667 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 57146 44667 190 433 0 56710 0
[pid=4068/tid=4069] ppid=4066 vsize=228584 CPUtime=281.53 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 43797 0 0 0 28115 38 0 0 20 0 2 0 332342963 234070016 44667 33554432000 4194304 5964350 140735789357824 140216543385640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 228584

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4074
/proc/meminfo: memFree=26232244/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=229964 CPUtime=342.21 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 50306 0 0 0 34181 40 0 0 20 0 2 0 332342963 235483136 50466 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 57491 50466 190 433 0 57055 0
[pid=4068/tid=4069] ppid=4066 vsize=229964 CPUtime=341.37 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 49596 0 0 0 34093 44 0 0 20 0 2 0 332342963 235483136 50466 33554432000 4194304 5964350 140735789357824 140216543385592 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 229964

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 4113
/proc/meminfo: memFree=26912056/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=297200 CPUtime=402.16 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 55930 0 0 0 40170 46 0 0 20 0 2 0 332342963 304332800 56081 33554432000 4194304 5964350 140735789357824 140735789357344 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.01 2.00 3/177 4120
/proc/meminfo: memFree=26495284/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=578752 CPUtime=1421.93 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 124387 0 0 0 142055 138 0 0 20 0 2 0 332342963 592642048 124981 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 144688 124981 190 433 0 144252 0
[pid=4068/tid=4069] ppid=4066 vsize=578752 CPUtime=1418.5 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 123677 0 0 0 141691 159 0 0 20 0 2 0 332342963 592642048 124981 33554432000 4194304 5964350 140735789357824 140216543385640 4399921 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 578752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4124
/proc/meminfo: memFree=26485276/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=578896 CPUtime=1481.9 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 127008 0 0 0 148048 142 0 0 20 0 2 0 332342963 592789504 127577 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 144724 127577 190 433 0 144288 0
[pid=4068/tid=4069] ppid=4066 vsize=578896 CPUtime=1478.32 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 126298 0 0 0 147668 164 0 0 20 0 2 0 332342963 592789504 127577 33554432000 4194304 5964350 140735789357824 140216543385592 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 578896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4147
/proc/meminfo: memFree=26466160/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=580128 CPUtime=1541.89 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 131751 0 0 0 154041 148 0 0 20 0 2 0 332342963 594051072 132320 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 145032 132320 190 433 0 144596 0
[pid=4068/tid=4069] ppid=4066 vsize=580128 CPUtime=1538.16 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 131041 0 0 0 153645 171 0 0 20 0 2 0 332342963 594051072 132320 33554432000 4194304 5964350 140735789357824 140216543385592 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 580128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4147
/proc/meminfo: memFree=26445832/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=580768 CPUtime=1601.88 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 136714 0 0 0 160032 156 0 0 20 0 2 0 332342963 594706432 137283 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 145192 137283 190 433 0 144756 0
[pid=4068/tid=4069] ppid=4066 vsize=580768 CPUtime=1598.01 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 136004 0 0 0 159621 180 0 0 20 0 2 0 332342963 594706432 137283 33554432000 4194304 5964350 140735789357824 140216543385640 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 580768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4147
/proc/meminfo: memFree=26425128/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=647048 CPUtime=1661.87 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 141891 0 0 0 166025 162 0 0 20 0 2 0 332342963 662577152 142460 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 161762 142460 190 433 0 161326 0
[pid=4068/tid=4069] ppid=4066 vsize=647048 CPUtime=1657.86 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 141181 0 0 0 165599 187 0 0 20 0 2 0 332342963 662577152 142460 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 647048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4147
/proc/meminfo: memFree=26418680/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=647932 CPUtime=1721.87 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 143480 0 0 0 172023 164 0 0 20 0 2 0 332342963 663482368 144049 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 161983 144049 190 433 0 161547 0
[pid=4068/tid=4069] ppid=4066 vsize=647932 CPUtime=1717.7 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 142770 0 0 0 171580 190 0 0 20 0 2 0 332342963 663482368 144049 33554432000 4194304 5964350 140735789357824 140216543385640 4399840 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) 647932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26400840/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=648692 CPUtime=1781.86 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 147782 0 0 0 178016 170 0 0 20 0 2 0 332342963 664260608 148351 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162173 148351 190 433 0 161737 0
[pid=4068/tid=4069] ppid=4066 vsize=648692 CPUtime=1777.55 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 147072 0 0 0 177560 195 0 0 20 0 2 0 332342963 664260608 148351 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 648692

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26397740/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=648692 CPUtime=1791.46 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 148533 0 0 0 178974 172 0 0 20 0 2 0 332342963 664260608 149102 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162173 149102 190 433 0 161737 0
[pid=4068/tid=4069] ppid=4066 vsize=648692 CPUtime=1787.13 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 147823 0 0 0 178515 198 0 0 20 0 2 0 332342963 664260608 149102 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 648692

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26396424/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1794.66 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 148779 0 0 0 179294 172 0 0 20 0 2 0 332342963 664813568 149343 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149343 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1790.32 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148069 0 0 0 178833 199 0 0 20 0 2 0 332342963 664813568 149343 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 649232

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26395928/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1797.84 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 149039 0 0 0 179612 172 0 0 20 0 2 0 332342963 664813568 149603 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149603 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1793.5 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148329 0 0 0 179151 199 0 0 20 0 2 0 332342963 664813568 149603 33554432000 4194304 5964350 140735789357824 140216543385112 4411137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 649232

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26395556/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1798.64 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 149104 0 0 0 179692 172 0 0 20 0 2 0 332342963 664813568 149668 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149668 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1794.3 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148394 0 0 0 179231 199 0 0 20 0 2 0 332342963 664813568 149668 33554432000 4194304 5964350 140735789357824 140216543385112 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 649232

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26395184/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1799.05 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 149130 0 0 0 179733 172 0 0 20 0 2 0 332342963 664813568 149694 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149694 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1794.7 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148420 0 0 0 179271 199 0 0 20 0 2 0 332342963 664813568 149694 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 649232

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26395184/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1799.44 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 149158 0 0 0 179772 172 0 0 20 0 2 0 332342963 664813568 149722 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149722 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1795.1 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148448 0 0 0 179311 199 0 0 20 0 2 0 332342963 664813568 149722 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 649232

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4148
/proc/meminfo: memFree=26395184/32873624 swapFree=7112/7112
[pid=4068] ppid=4066 vsize=649232 CPUtime=1799.54 cores=1,3,5,7
/proc/4068/stat : 4068 (wbo1.72) S 4066 4068 1111 0 -1 4202496 149164 0 0 0 179782 172 0 0 20 0 2 0 332342963 664813568 149728 33554432000 4194304 5964350 140735789357824 140735789357344 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4068/statm: 162308 149728 190 433 0 161872 0
[pid=4068/tid=4069] ppid=4066 vsize=649232 CPUtime=1795.2 cores=1,3,5,7
/proc/4068/task/4069/stat : 4069 (wbo1.72) R 4066 4068 1111 0 -1 4202560 148454 0 0 0 179321 199 0 0 20 0 2 0 332342963 664813568 149728 33554432000 4194304 5964350 140735789357824 140216543385112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 649232

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4068 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=218389
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=9694
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1797.82
CPU system time (s): 1.72
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 649232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 2.00969
maximum resident set size= 598924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149167
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= 216
involuntary context switches= 1896

runsolver used 2.72458 second user time and 7.12492 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 20:36:15
IDJOB=3727568
IDBENCH=2909
IDSOLVER=2313
FILE ID=node121/3727568-1338662175
RUNJOBID= node121-1338651658-2672
PBS_JOBID= 14636459
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=854579181

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26521428 kB
Buffers:          596152 kB
Cached:          4225480 kB
SwapCached:            0 kB
Active:          2253556 kB
Inactive:        3227908 kB
Active(anon):     647592 kB
Inactive(anon):    10776 kB
Active(file):    1605964 kB
Inactive(file):  3217132 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        664696 kB
Mapped:            14840 kB
Shmem:               200 kB
Slab:             732396 kB
SReclaimable:     176800 kB
SUnreclaim:       555596 kB
KernelStack:        1472 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     137020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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= 71308 MiB
End job on node121 at 2012-06-02 21:06:15