Trace number 3705270

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.43 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705270-1338101137.opb.
0.00/0.00	c Instance file HOME/instance-3705270-1338101137.opb
0.00/0.00	c File size is 8963 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5346
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:      71                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
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:    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.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.00 s
1799.43/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-3705270-1338101137/watcher-3705270-1338101137 -o /tmp/evaluation-result-3705270-1338101137/solver-3705270-1338101137 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705270-1338101137.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.02 2.00 3/177 25822
/proc/meminfo: memFree=31062012/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83688 CPUtime=0 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 759 0 0 0 0 0 0 0 20 0 2 0 276239291 85696512 708 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20922 708 188 432 0 20487 0
[pid=25822/tid=25823] ppid=25820 vsize=83688 CPUtime=0 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 276239291 85696512 708 33554432000 4194304 5963574 140736515485232 140737455098728 5142556 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0342931 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25822
/proc/meminfo: memFree=31062012/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83688 CPUtime=0.03 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 815 0 0 0 3 0 0 0 20 0 2 0 276239291 85696512 764 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20922 764 190 432 0 20487 0
[pid=25822/tid=25823] ppid=25820 vsize=83688 CPUtime=0.01 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 2 0 276239291 85696512 764 33554432000 4194304 5963574 140736515485232 140737455098728 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83688

[startup+0.100303 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25822
/proc/meminfo: memFree=31062012/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83688 CPUtime=0.09 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 935 0 0 0 9 0 0 0 20 0 2 0 276239291 85696512 884 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20922 884 190 432 0 20487 0
[pid=25822/tid=25823] ppid=25820 vsize=83688 CPUtime=0.08 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 218 0 0 0 8 0 0 0 20 0 2 0 276239291 85696512 884 33554432000 4194304 5963574 140736515485232 140737455098728 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83688

[startup+0.300261 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25822
/proc/meminfo: memFree=31062012/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83688 CPUtime=0.29 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 1256 0 0 0 29 0 0 0 20 0 2 0 276239291 85696512 1205 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20922 1205 190 432 0 20487 0
[pid=25822/tid=25823] ppid=25820 vsize=83688 CPUtime=0.28 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 539 0 0 0 28 0 0 0 20 0 2 0 276239291 85696512 1205 33554432000 4194304 5963574 140736515485232 140737455098728 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83688

[startup+0.700265 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25822
/proc/meminfo: memFree=31062012/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83832 CPUtime=0.69 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 1793 0 0 0 69 0 0 0 20 0 2 0 276239291 85843968 1742 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20958 1742 190 432 0 20523 0
[pid=25822/tid=25823] ppid=25820 vsize=83832 CPUtime=0.68 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 1076 0 0 0 68 0 0 0 20 0 2 0 276239291 85843968 1742 33554432000 4194304 5963574 140736515485232 140737455098728 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83832

[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25824
/proc/meminfo: memFree=31055872/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83832 CPUtime=1.49 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 2157 0 0 0 149 0 0 0 20 0 2 0 276239291 85843968 2106 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20958 2106 190 432 0 20523 0
[pid=25822/tid=25823] ppid=25820 vsize=83832 CPUtime=1.48 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 1440 0 0 0 148 0 0 0 20 0 2 0 276239291 85843968 2106 33554432000 4194304 5963574 140736515485232 139964798388024 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83832

[startup+3.10027 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25824
/proc/meminfo: memFree=31052152/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=83904 CPUtime=3.09 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 3435 0 0 0 308 1 0 0 20 0 2 0 276239291 85917696 3384 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 20976 3384 190 432 0 20541 0
[pid=25822/tid=25823] ppid=25820 vsize=83904 CPUtime=3.07 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 2719 0 0 0 306 1 0 0 20 0 2 0 276239291 85917696 3385 33554432000 4194304 5963574 140736515485232 139964798388024 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83904

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25824
/proc/meminfo: memFree=31044092/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=84012 CPUtime=6.28 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 4828 0 0 0 627 1 0 0 20 0 2 0 276239291 86028288 4777 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 21003 4777 190 432 0 20568 0
[pid=25822/tid=25823] ppid=25820 vsize=84012 CPUtime=6.26 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 4111 0 0 0 625 1 0 0 20 0 2 0 276239291 86028288 4777 33554432000 4194304 5963574 140736515485232 139964798387736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84012

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31287488/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=84316 CPUtime=12.68 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 6972 0 0 0 1266 2 0 0 20 0 2 0 276239291 86339584 6949 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 21079 6949 190 432 0 20644 0
[pid=25822/tid=25823] ppid=25820 vsize=84316 CPUtime=12.64 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 6255 0 0 0 1262 2 0 0 20 0 2 0 276239291 86339584 6949 33554432000 4194304 5963574 140736515485232 139964798388024 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84316

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31257248/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=85060 CPUtime=25.47 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 10427 0 0 0 2544 3 0 0 20 0 2 0 276239291 87101440 10439 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 21265 10439 190 432 0 20830 0
[pid=25822/tid=25823] ppid=25820 vsize=85060 CPUtime=25.4 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 9710 0 0 0 2537 3 0 0 20 0 2 0 276239291 87101440 10439 33554432000 4194304 5963574 140736515485232 139964798387736 4388888 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85060

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31207572/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=86932 CPUtime=51.05 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 16404 0 0 0 5100 5 0 0 20 0 2 0 276239291 89018368 17327 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 21733 17327 190 432 0 21298 0
[pid=25822/tid=25823] ppid=25820 vsize=86932 CPUtime=50.93 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 15687 0 0 0 5088 5 0 0 20 0 2 0 276239291 89018368 17327 33554432000 4194304 5963574 140736515485232 139964798388216 4400345 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 86932

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25863
/proc/meminfo: memFree=31135648/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=155632 CPUtime=102.26 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 24669 0 0 0 10216 10 0 0 20 0 2 0 276239291 159367168 25592 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 38908 25592 190 432 0 38473 0
[pid=25822/tid=25823] ppid=25820 vsize=155632 CPUtime=102 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 23952 0 0 0 10190 10 0 0 20 0 2 0 276239291 159367168 25592 33554432000 4194304 5963574 140736515485232 139964798387736 4403213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 155632

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25863
/proc/meminfo: memFree=31071804/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=157636 CPUtime=162.21 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 32585 0 0 0 16207 14 0 0 20 0 2 0 276239291 161419264 33510 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 39409 33510 190 432 0 38974 0
[pid=25822/tid=25823] ppid=25820 vsize=157636 CPUtime=161.81 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 31868 0 0 0 16165 16 0 0 20 0 2 0 276239291 161419264 33510 33554432000 4194304 5963574 140736515485232 139964798387736 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 157636

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25864
/proc/meminfo: memFree=31012484/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=226104 CPUtime=222.2 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 41589 0 0 0 22200 20 0 0 20 0 2 0 276239291 231530496 42504 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 56526 42504 190 432 0 56091 0
[pid=25822/tid=25823] ppid=25820 vsize=226104 CPUtime=221.65 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 40872 0 0 0 22142 23 0 0 20 0 2 0 276239291 231530496 42504 33554432000 4194304 5963574 140736515485232 139964798387736 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 226104

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 25867
/proc/meminfo: memFree=30963808/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=228552 CPUtime=282.19 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 47603 0 0 0 28195 24 0 0 20 0 2 0 276239291 234037248 48518 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 57138 48518 190 432 0 56703 0
[pid=25822/tid=25823] ppid=25820 vsize=228552 CPUtime=281.49 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 46886 0 0 0 28121 28 0 0 20 0 2 0 276239291 234037248 48518 33554432000 4194304 5963574 140736515485232 139964798387736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 228552

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25867
/proc/meminfo: memFree=30907504/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=296196 CPUtime=342.18 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 54728 0 0 0 34187 31 0 0 20 0 2 0 276239291 303304704 55641 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 74049 55641 190 432 0 73614 0
[pid=25822/tid=25823] ppid=25820 vsize=296196 CPUtime=341.33 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 54011 0 0 0 34097 36 0 0 20 0 2 0 276239291 303304704 55641 33554432000 4194304 5963574 140736515485232 139964798387736 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 296196

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25867
/proc/meminfo: memFree=30863376/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=296896 CPUtime=402.14 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 59924 0 0 0 40179 35 0 0 20 0 2 0 276239291 304021504 60818 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 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.00 2.00 3/179 25896
/proc/meminfo: memFree=30304752/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=578256 CPUtime=1421.85 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 136646 0 0 0 142065 120 0 0 20 0 2 0 276239291 592134144 137485 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 144564 137485 190 432 0 144129 0
[pid=25822/tid=25823] ppid=25820 vsize=578256 CPUtime=1418.4 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 135929 0 0 0 141699 141 0 0 20 0 2 0 276239291 592134144 137485 33554432000 4194304 5963574 140736515485232 139964798387736 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 578256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25900
/proc/meminfo: memFree=30266984/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=644436 CPUtime=1481.84 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 142490 0 0 0 148058 126 0 0 20 0 2 0 276239291 659902464 143329 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 161109 143329 190 432 0 160674 0
[pid=25822/tid=25823] ppid=25820 vsize=644436 CPUtime=1478.24 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 141773 0 0 0 147676 148 0 0 20 0 2 0 276239291 659902464 143329 33554432000 4194304 5963574 140736515485232 139964798388216 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 644436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25900
/proc/meminfo: memFree=30234760/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=646484 CPUtime=1541.83 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 147686 0 0 0 154052 131 0 0 20 0 2 0 276239291 661999616 148525 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 161621 148525 190 432 0 161186 0
[pid=25822/tid=25823] ppid=25820 vsize=646484 CPUtime=1538.09 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 146969 0 0 0 153655 154 0 0 20 0 2 0 276239291 661999616 148525 33554432000 4194304 5963574 140736515485232 139964798388216 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 646484

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25900
/proc/meminfo: memFree=30217524/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=646484 CPUtime=1601.82 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 150710 0 0 0 160049 133 0 0 20 0 2 0 276239291 661999616 151549 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 161621 151549 190 432 0 161186 0
[pid=25822/tid=25823] ppid=25820 vsize=646484 CPUtime=1597.93 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 149993 0 0 0 159636 157 0 0 20 0 2 0 276239291 661999616 151549 33554432000 4194304 5963574 140736515485232 139964798388216 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 646484

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 25900
/proc/meminfo: memFree=30175860/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=714440 CPUtime=1661.81 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 156977 0 0 0 166042 139 0 0 20 0 2 0 276239291 731586560 157816 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178610 157816 190 432 0 178175 0
[pid=25822/tid=25823] ppid=25820 vsize=714440 CPUtime=1657.78 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 156260 0 0 0 165614 164 0 0 20 0 2 0 276239291 731586560 157816 33554432000 4194304 5963574 140736515485232 139964798387736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 714440

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 25900
/proc/meminfo: memFree=30155000/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=714840 CPUtime=1721.79 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 159398 0 0 0 172038 141 0 0 20 0 2 0 276239291 731996160 160229 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178710 160229 190 432 0 178275 0
[pid=25822/tid=25823] ppid=25820 vsize=714840 CPUtime=1717.61 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 158681 0 0 0 171594 167 0 0 20 0 2 0 276239291 731996160 160229 33554432000 4194304 5963574 140736515485232 139964798388216 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 714840

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 25901
/proc/meminfo: memFree=30123408/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1781.73 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 163163 0 0 0 178028 145 0 0 20 0 2 0 276239291 732610560 163956 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 163956 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1777.41 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 162446 0 0 0 177570 171 0 0 20 0 2 0 276239291 732610560 163956 33554432000 4194304 5963574 140736515485232 139964798388216 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 715440

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 25901
/proc/meminfo: memFree=30117256/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1791.33 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164138 0 0 0 178986 147 0 0 20 0 2 0 276239291 732610560 164931 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 164931 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1786.99 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 163421 0 0 0 178525 174 0 0 20 0 2 0 276239291 732610560 164931 33554432000 4194304 5963574 140736515485232 139964798387736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.33
Current children cumulated vsize (KiB) 715440

[startup+1795.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30116140/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1794.53 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164441 0 0 0 179306 147 0 0 20 0 2 0 276239291 732610560 165234 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165234 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1790.18 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 163724 0 0 0 178844 174 0 0 20 0 2 0 276239291 732610560 165234 33554432000 4194304 5963574 140736515485232 139964798388216 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (KiB) 715440

[startup+1798.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30115396/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1797.73 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164727 0 0 0 179625 148 0 0 20 0 2 0 276239291 732610560 165520 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165520 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1793.37 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 164010 0 0 0 179162 175 0 0 20 0 2 0 276239291 732610560 165520 33554432000 4194304 5963574 140736515485232 139964798387736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 715440

[startup+1799.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30115024/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1798.53 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164798 0 0 0 179705 148 0 0 20 0 2 0 276239291 732610560 165591 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165591 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1794.16 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 164081 0 0 0 179241 175 0 0 20 0 2 0 276239291 732610560 165591 33554432000 4194304 5963574 140736515485232 139964798387736 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (KiB) 715440

[startup+1799.5 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30114652/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1798.94 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164831 0 0 0 179746 148 0 0 20 0 2 0 276239291 732610560 165624 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165624 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1794.57 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 164114 0 0 0 179282 175 0 0 20 0 2 0 276239291 732610560 165624 33554432000 4194304 5963574 140736515485232 139964798387736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.94
Current children cumulated vsize (KiB) 715440

[startup+1799.9 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30114652/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1799.33 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164867 0 0 0 179785 148 0 0 20 0 2 0 276239291 732610560 165660 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165660 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1794.96 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 164150 0 0 0 179321 175 0 0 20 0 2 0 276239291 732610560 165660 33554432000 4194304 5963574 140736515485232 139964798387736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 715440

[startup+1800 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30114652/32873844 swapFree=7624/7624
[pid=25822] ppid=25820 vsize=715440 CPUtime=1799.43 cores=0,2,4,6
/proc/25822/stat : 25822 (wbo1.7) S 25820 25822 24863 0 -1 4202496 164877 0 0 0 179795 148 0 0 20 0 2 0 276239291 732610560 165670 33554432000 4194304 5963574 140736515485232 140736515484752 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25822/statm: 178860 165670 190 432 0 178425 0
[pid=25822/tid=25823] ppid=25820 vsize=715440 CPUtime=1795.06 cores=0,2,4,6
/proc/25822/task/25823/stat : 25823 (wbo1.7) R 25820 25822 24863 0 -1 4202560 164160 0 0 0 179331 175 0 0 20 0 2 0 276239291 732610560 165670 33554432000 4194304 5963574 140736515485232 139964798387736 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 715440

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25822 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=318374
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=767731
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1799.43
#
# 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.43
CPU user time (s): 1797.95
CPU system time (s): 1.48
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 715440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.32
system time used= 1.76773
maximum resident set size= 662684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164878
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= 268
involuntary context switches= 1845

runsolver used 2.75858 second user time and 8.94564 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 08:45:37
IDJOB=3705270
IDBENCH=2893
IDSOLVER=2283
FILE ID=node130/3705270-1338101137
RUNJOBID= node130-1338086734-24879
PBS_JOBID= 14624431
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=143396692

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31062392 kB
Buffers:          253928 kB
Cached:           483264 kB
SwapCached:         4508 kB
Active:           940760 kB
Inactive:          69268 kB
Active(anon):     263004 kB
Inactive(anon):     8952 kB
Active(file):     677756 kB
Inactive(file):    60316 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        274044 kB
Mapped:            12412 kB
Shmem:                 8 kB
Slab:             660292 kB
SReclaimable:     102044 kB
SUnreclaim:       558248 kB
KernelStack:        1440 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node130 at 2012-05-27 09:15:37