Trace number 3727578

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-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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-3727578-1338662284.opb.
0.00/0.00	c Instance file HOME/instance-3727578-1338662284.opb
0.00/0.00	c File size is 5465 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4131
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:      120                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
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-3727578-1338662284/watcher-3727578-1338662284 -o /tmp/evaluation-result-3727578-1338662284/solver-3727578-1338662284 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727578-1338662284.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2338
/proc/meminfo: memFree=25431748/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 759 0 0 0 0 0 0 0 20 0 2 0 332355705 85606400 709 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20900 709 189 433 0 20464 0
[pid=2338/tid=2339] ppid=2336 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 332355705 85606400 709 33554432000 4194304 5964350 140735956018192 140735261417144 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.045308 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2338
/proc/meminfo: memFree=25431748/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83600 CPUtime=0.04 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 885 0 0 0 4 0 0 0 20 0 2 0 332355705 85606400 835 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20900 835 191 433 0 20464 0
[pid=2338/tid=2339] ppid=2336 vsize=83600 CPUtime=0.03 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 2 0 332355705 85606400 835 33554432000 4194304 5964350 140735956018192 140735261417144 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83600

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2338
/proc/meminfo: memFree=25431748/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83600 CPUtime=0.09 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 1038 0 0 0 9 0 0 0 20 0 2 0 332355705 85606400 988 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20900 988 191 433 0 20464 0
[pid=2338/tid=2339] ppid=2336 vsize=83600 CPUtime=0.08 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 334 0 0 0 8 0 0 0 20 0 2 0 332355705 85606400 988 33554432000 4194304 5964350 140735956018192 140735261417144 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83600

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2338
/proc/meminfo: memFree=25431748/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83600 CPUtime=0.29 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 1473 0 0 0 29 0 0 0 20 0 2 0 332355705 85606400 1423 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20900 1423 191 433 0 20464 0
[pid=2338/tid=2339] ppid=2336 vsize=83600 CPUtime=0.28 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 769 0 0 0 28 0 0 0 20 0 2 0 332355705 85606400 1423 33554432000 4194304 5964350 140735956018192 140735261417144 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83600

[startup+0.700253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2338
/proc/meminfo: memFree=25431748/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83744 CPUtime=0.69 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 2085 0 0 0 69 0 0 0 20 0 2 0 332355705 85753856 2035 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20936 2035 191 433 0 20500 0
[pid=2338/tid=2339] ppid=2336 vsize=83744 CPUtime=0.68 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 1381 0 0 0 68 0 0 0 20 0 2 0 332355705 85753856 2035 33554432000 4194304 5964350 140735956018192 139769743325112 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83744

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25423796/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83744 CPUtime=1.49 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 2441 0 0 0 149 0 0 0 20 0 2 0 332355705 85753856 2391 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20936 2391 191 433 0 20500 0
[pid=2338/tid=2339] ppid=2336 vsize=83744 CPUtime=1.48 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 1737 0 0 0 148 0 0 0 20 0 2 0 332355705 85753856 2391 33554432000 4194304 5964350 140735956018192 139769743325112 4399895 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83744

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25419704/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83816 CPUtime=3.08 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 3372 0 0 0 308 0 0 0 20 0 2 0 332355705 85827584 3322 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20954 3322 191 433 0 20518 0
[pid=2338/tid=2339] ppid=2336 vsize=83816 CPUtime=3.07 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 2668 0 0 0 307 0 0 0 20 0 2 0 332355705 85827584 3322 33554432000 4194304 5964350 140735956018192 139769743324984 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83816

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25411396/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=83924 CPUtime=6.29 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 5118 0 0 0 628 1 0 0 20 0 2 0 332355705 85938176 5068 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 20981 5068 191 433 0 20545 0
[pid=2338/tid=2339] ppid=2336 vsize=83924 CPUtime=6.26 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 4414 0 0 0 625 1 0 0 20 0 2 0 332355705 85938176 5068 33554432000 4194304 5964350 140735956018192 139769743325224 4389043 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83924

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25398012/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=84228 CPUtime=12.69 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 7652 0 0 0 1267 2 0 0 20 0 2 0 332355705 86249472 7602 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 21057 7602 191 433 0 20621 0
[pid=2338/tid=2339] ppid=2336 vsize=84228 CPUtime=12.65 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 6948 0 0 0 1263 2 0 0 20 0 2 0 332355705 86249472 7602 33554432000 4194304 5964350 140735956018192 139769743324984 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84228

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2340
/proc/meminfo: memFree=25388588/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=84372 CPUtime=25.49 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 9718 0 0 0 2546 3 0 0 20 0 2 0 332355705 86396928 9668 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 21093 9668 191 433 0 20657 0
[pid=2338/tid=2339] ppid=2336 vsize=84372 CPUtime=25.42 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 9014 0 0 0 2540 2 0 0 20 0 2 0 332355705 86396928 9668 33554432000 4194304 5964350 140735956018192 139769743325224 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84372

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2340
/proc/meminfo: memFree=25349440/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=85116 CPUtime=51.08 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 15441 0 0 0 5104 4 0 0 20 0 2 0 332355705 87158784 15391 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 21279 15391 191 433 0 20843 0
[pid=2338/tid=2339] ppid=2336 vsize=85116 CPUtime=50.95 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 14737 0 0 0 5091 4 0 0 20 0 2 0 332355705 87158784 15391 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85116

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2341
/proc/meminfo: memFree=25308768/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=152236 CPUtime=102.27 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 22580 0 0 0 10218 9 0 0 20 0 2 0 332355705 155889664 22530 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 38059 22530 191 433 0 37623 0
[pid=2338/tid=2339] ppid=2336 vsize=152236 CPUtime=102.03 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 21876 0 0 0 10193 10 0 0 20 0 2 0 332355705 155889664 22530 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 152236

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2344
/proc/meminfo: memFree=25265996/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=153712 CPUtime=162.24 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 29370 0 0 0 16210 14 0 0 20 0 2 0 332355705 157401088 29333 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 38428 29333 191 433 0 37992 0
[pid=2338/tid=2339] ppid=2336 vsize=153712 CPUtime=161.85 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 28666 0 0 0 16169 16 0 0 20 0 2 0 332355705 157401088 29333 33554432000 4194304 5964350 140735956018192 139769743325224 4400009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153712

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2344
/proc/meminfo: memFree=25221540/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=154432 CPUtime=222.22 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 33967 0 0 0 22204 18 0 0 20 0 2 0 332355705 158138368 34635 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 38608 34635 191 433 0 38172 0
[pid=2338/tid=2339] ppid=2336 vsize=154432 CPUtime=221.68 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 33263 0 0 0 22147 21 0 0 20 0 2 0 332355705 158138368 34635 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 154432

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2344
/proc/meminfo: memFree=25188324/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=222776 CPUtime=282.21 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 40941 0 0 0 28195 26 0 0 20 0 2 0 332355705 228122624 41609 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 55694 41609 191 433 0 55258 0
[pid=2338/tid=2339] ppid=2336 vsize=222776 CPUtime=281.52 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 40237 0 0 0 28122 30 0 0 20 0 2 0 332355705 228122624 41609 33554432000 4194304 5964350 140735956018192 139769743325224 4379152 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 222776

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 2344
/proc/meminfo: memFree=25142320/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=223944 CPUtime=342.2 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 45662 0 0 0 34190 30 0 0 20 0 2 0 332355705 229318656 46330 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 55986 46330 191 433 0 55550 0
[pid=2338/tid=2339] ppid=2336 vsize=223944 CPUtime=341.37 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 44958 0 0 0 34102 35 0 0 20 0 2 0 332355705 229318656 46330 33554432000 4194304 5964350 140735956018192 139769743325224 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 223944

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2345
/proc/meminfo: memFree=25111792/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=224376 CPUtime=402.18 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 48173 0 0 0 40186 32 0 0 20 0 2 0 332355705 229761024 48840 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2572
/proc/meminfo: memFree=25165804/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=500676 CPUtime=1421.95 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 107629 0 0 0 142094 101 0 0 20 0 2 0 332355705 512692224 108207 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125169 108207 191 433 0 124733 0
[pid=2338/tid=2339] ppid=2336 vsize=500676 CPUtime=1418.52 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 106925 0 0 0 141730 122 0 0 20 0 2 0 332355705 512692224 108207 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 500676

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 2611
/proc/meminfo: memFree=24914804/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=500676 CPUtime=1481.92 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 109689 0 0 0 148088 104 0 0 20 0 2 0 332355705 512692224 110242 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125169 110242 191 433 0 124733 0
[pid=2338/tid=2339] ppid=2336 vsize=500676 CPUtime=1478.34 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 108985 0 0 0 147708 126 0 0 20 0 2 0 332355705 512692224 110242 33554432000 4194304 5964350 140735956018192 139769743325176 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 500676

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2611
/proc/meminfo: memFree=24901664/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=500676 CPUtime=1541.9 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 112978 0 0 0 154083 107 0 0 20 0 2 0 332355705 512692224 113531 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125169 113531 191 433 0 124733 0
[pid=2338/tid=2339] ppid=2336 vsize=500676 CPUtime=1538.18 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 112274 0 0 0 153688 130 0 0 20 0 2 0 332355705 512692224 113531 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 500676

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2612
/proc/meminfo: memFree=24883064/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=501000 CPUtime=1601.9 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 117627 0 0 0 160078 112 0 0 20 0 2 0 332355705 513024000 118180 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125250 118180 191 433 0 124814 0
[pid=2338/tid=2339] ppid=2336 vsize=501000 CPUtime=1598.03 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 116923 0 0 0 159667 136 0 0 20 0 2 0 332355705 513024000 118180 33554432000 4194304 5964350 140735956018192 139769743325176 4379236 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 501000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24814476/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=501000 CPUtime=1661.89 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 117627 0 0 0 166077 112 0 0 20 0 2 0 332355705 513024000 118180 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125250 118180 191 433 0 124814 0
[pid=2338/tid=2339] ppid=2336 vsize=501000 CPUtime=1657.87 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 116923 0 0 0 165650 137 0 0 20 0 2 0 332355705 513024000 118180 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 501000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24804324/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=501752 CPUtime=1721.88 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 120090 0 0 0 172073 115 0 0 20 0 2 0 332355705 513794048 120643 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 125438 120643 191 433 0 125002 0
[pid=2338/tid=2339] ppid=2336 vsize=501752 CPUtime=1717.72 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 119386 0 0 0 171631 141 0 0 20 0 2 0 332355705 513794048 120643 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 501752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24783852/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568172 CPUtime=1781.87 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 124440 0 0 0 178067 120 0 0 20 0 2 0 332355705 581808128 124993 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142043 124993 191 433 0 141607 0
[pid=2338/tid=2339] ppid=2336 vsize=568172 CPUtime=1777.57 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 123736 0 0 0 177610 147 0 0 20 0 2 0 332355705 581808128 124993 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 568172

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 2612
/proc/meminfo: memFree=24781544/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1791.47 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125022 0 0 0 179027 120 0 0 20 0 2 0 332355705 582139904 125575 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 125575 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1787.15 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124318 0 0 0 178568 147 0 0 20 0 2 0 332355705 582139904 125575 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 568496

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24780924/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1794.68 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125208 0 0 0 179347 121 0 0 20 0 2 0 332355705 582139904 125761 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 125761 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1790.34 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124504 0 0 0 178886 148 0 0 20 0 2 0 332355705 582139904 125761 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 568496

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24780232/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1797.87 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125414 0 0 0 179666 121 0 0 20 0 2 0 332355705 582139904 125967 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 125967 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1793.53 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124710 0 0 0 179205 148 0 0 20 0 2 0 332355705 582139904 125967 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 568496

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24780108/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1798.67 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125473 0 0 0 179746 121 0 0 20 0 2 0 332355705 582139904 126026 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 126026 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1794.32 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124769 0 0 0 179284 148 0 0 20 0 2 0 332355705 582139904 126026 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 568496

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24779488/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1799.07 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125510 0 0 0 179786 121 0 0 20 0 2 0 332355705 582139904 126063 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 126063 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1794.73 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124806 0 0 0 179325 148 0 0 20 0 2 0 332355705 582139904 126063 33554432000 4194304 5964350 140735956018192 139769743325224 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 568496

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24779488/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1799.46 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125538 0 0 0 179825 121 0 0 20 0 2 0 332355705 582139904 126091 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 126091 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1795.12 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124834 0 0 0 179364 148 0 0 20 0 2 0 332355705 582139904 126091 33554432000 4194304 5964350 140735956018192 139769743325176 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 568496

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2612
/proc/meminfo: memFree=24779488/32873648 swapFree=6852/6852
[pid=2338] ppid=2336 vsize=568496 CPUtime=1799.56 cores=0,2,4,6
/proc/2338/stat : 2338 (wbo1.72) S 2336 2338 32340 0 -1 4202496 125547 0 0 0 179835 121 0 0 20 0 2 0 332355705 582139904 126100 33554432000 4194304 5964350 140735956018192 140735956017712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 142124 126100 191 433 0 141688 0
[pid=2338/tid=2339] ppid=2336 vsize=568496 CPUtime=1795.22 cores=0,2,4,6
/proc/2338/task/2339/stat : 2339 (wbo1.72) R 2336 2338 32340 0 -1 4202560 124843 0 0 0 179374 148 0 0 20 0 2 0 332355705 582139904 126100 33554432000 4194304 5964350 140735956018192 139769743325176 4409622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 568496

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2338 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=748308
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=498772
# CPU time returned by wait4() is 1795.25
# 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): 1798.35
CPU system time (s): 1.21
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 568496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 1.49877
maximum resident set size= 504412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125550
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= 194
involuntary context switches= 2039

runsolver used 2.96355 second user time and 7.32589 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-02 20:38:04
IDJOB=3727578
IDBENCH=2914
IDSOLVER=2313
FILE ID=node112/3727578-1338662284
RUNJOBID= node112-1338650654-1308
PBS_JOBID= 14636468
Free space on /tmp= 71236 MiB

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

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=412773028

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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:        25432020 kB
Buffers:          534296 kB
Cached:          5835368 kB
SwapCached:            0 kB
Active:          1866260 kB
Inactive:        4716608 kB
Active(anon):     202040 kB
Inactive(anon):    10936 kB
Active(file):    1664220 kB
Inactive(file):  4705672 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        307060 kB
Mapped:            15064 kB
Shmem:               200 kB
Slab:             722164 kB
SReclaimable:     166164 kB
SUnreclaim:       556000 kB
KernelStack:        1488 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     152664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71212 MiB
End job on node112 at 2012-06-02 21:08:05