Trace number 3727564

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727564-1338662333.opb.
0.00/0.00	c Instance file HOME/instance-3727564-1338662333.opb
0.00/0.00	c File size is 4933 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3811
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3727564-1338662333/watcher-3727564-1338662333 -o /tmp/evaluation-result-3727564-1338662333/solver-3727564-1338662333 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727564-1338662333.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 2/175 9848
/proc/meminfo: memFree=23532580/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83584 CPUtime=0 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 743 0 0 0 0 0 0 0 20 0 2 0 332361829 85590016 694 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20896 694 188 433 0 20460 0
[pid=9848/tid=9849] ppid=9846 vsize=83584 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 2 0 332361829 85590016 694 33554432000 4194304 5964350 140737278005472 140734834624024 5142458 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0353169 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 9848
/proc/meminfo: memFree=23532580/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83584 CPUtime=0.03 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 828 0 0 0 3 0 0 0 20 0 2 0 332361829 85590016 779 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20896 779 190 433 0 20460 0
[pid=9848/tid=9849] ppid=9846 vsize=83584 CPUtime=0.02 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 2 0 332361829 85590016 779 33554432000 4194304 5964350 140737278005472 140734834624024 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83584

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 9848
/proc/meminfo: memFree=23532580/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83584 CPUtime=0.09 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 983 0 0 0 9 0 0 0 20 0 2 0 332361829 85590016 934 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20896 934 190 433 0 20460 0
[pid=9848/tid=9849] ppid=9846 vsize=83584 CPUtime=0.08 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 280 0 0 0 8 0 0 0 20 0 2 0 332361829 85590016 934 33554432000 4194304 5964350 140737278005472 140734834624024 4403647 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83584

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 9848
/proc/meminfo: memFree=23532580/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83584 CPUtime=0.29 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 1331 0 0 0 29 0 0 0 20 0 2 0 332361829 85590016 1282 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20896 1282 190 433 0 20460 0
[pid=9848/tid=9849] ppid=9846 vsize=83584 CPUtime=0.28 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 628 0 0 0 28 0 0 0 20 0 2 0 332361829 85590016 1282 33554432000 4194304 5964350 140737278005472 140734834624024 4399866 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83584

[startup+0.700253 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 9848
/proc/meminfo: memFree=23532580/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83728 CPUtime=0.69 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 1692 0 0 0 69 0 0 0 20 0 2 0 332361829 85737472 1643 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20932 1643 190 433 0 20496 0
[pid=9848/tid=9849] ppid=9846 vsize=83728 CPUtime=0.68 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 989 0 0 0 68 0 0 0 20 0 2 0 332361829 85737472 1643 33554432000 4194304 5964350 140737278005472 140335063062040 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83728

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9850
/proc/meminfo: memFree=23525008/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83728 CPUtime=1.49 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 2222 0 0 0 149 0 0 0 20 0 2 0 332361829 85737472 2173 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20932 2173 190 433 0 20496 0
[pid=9848/tid=9849] ppid=9846 vsize=83728 CPUtime=1.48 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 1519 0 0 0 148 0 0 0 20 0 2 0 332361829 85737472 2173 33554432000 4194304 5964350 140737278005472 140335063062040 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83728

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9850
/proc/meminfo: memFree=23521900/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=83800 CPUtime=3.09 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 3204 0 0 0 309 0 0 0 20 0 2 0 332361829 85811200 3155 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 20950 3155 190 433 0 20514 0
[pid=9848/tid=9849] ppid=9846 vsize=83800 CPUtime=3.08 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 2501 0 0 0 308 0 0 0 20 0 2 0 332361829 85811200 3155 33554432000 4194304 5964350 140737278005472 140335063062040 4399930 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) 83800

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9850
/proc/meminfo: memFree=23513220/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=84196 CPUtime=6.28 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 4409 0 0 0 628 0 0 0 20 0 2 0 332361829 86216704 4360 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 21049 4360 190 433 0 20613 0
[pid=9848/tid=9849] ppid=9846 vsize=84196 CPUtime=6.28 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 3706 0 0 0 628 0 0 0 20 0 2 0 332361829 86216704 4360 33554432000 4194304 5964350 140737278005472 140335063062040 4400029 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) 84196

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9850
/proc/meminfo: memFree=23502952/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=85544 CPUtime=12.69 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 6735 0 0 0 1267 2 0 0 20 0 2 0 332361829 87597056 6686 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 21386 6686 190 433 0 20950 0
[pid=9848/tid=9849] ppid=9846 vsize=85544 CPUtime=12.68 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 6032 0 0 0 1266 2 0 0 20 0 2 0 332361829 87597056 6686 33554432000 4194304 5964350 140737278005472 140335063062040 5136340 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) 85544

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 9889
/proc/meminfo: memFree=24043824/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=87404 CPUtime=25.48 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 9762 0 0 0 2545 3 0 0 20 0 2 0 332361829 89501696 9749 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 21851 9749 190 433 0 21415 0
[pid=9848/tid=9849] ppid=9846 vsize=87404 CPUtime=25.47 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 9059 0 0 0 2544 3 0 0 20 0 2 0 332361829 89501696 9749 33554432000 4194304 5964350 140737278005472 140335063062328 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87404

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9889
/proc/meminfo: memFree=23998188/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=89132 CPUtime=51.07 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 14753 0 0 0 5102 5 0 0 20 0 2 0 332361829 91271168 15123 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 22283 15123 190 433 0 21847 0
[pid=9848/tid=9849] ppid=9846 vsize=89132 CPUtime=51.07 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 14050 0 0 0 5101 6 0 0 20 0 2 0 332361829 91271168 15123 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 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) 89132

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9892
/proc/meminfo: memFree=23930660/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=157504 CPUtime=102.27 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 22472 0 0 0 10216 11 0 0 20 0 2 0 332361829 161284096 22842 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 39376 22842 190 433 0 38940 0
[pid=9848/tid=9849] ppid=9846 vsize=157504 CPUtime=102.27 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 21769 0 0 0 10214 13 0 0 20 0 2 0 332361829 161284096 22842 33554432000 4194304 5964350 140737278005472 140335063062568 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 157504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9892
/proc/meminfo: memFree=23876620/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=159344 CPUtime=162.24 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 28809 0 0 0 16207 17 0 0 20 0 2 0 332361829 163168256 29171 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 39836 29171 190 433 0 39400 0
[pid=9848/tid=9849] ppid=9846 vsize=159344 CPUtime=162.24 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 28106 0 0 0 16204 20 0 0 20 0 2 0 332361829 163168256 29171 33554432000 4194304 5964350 140737278005472 140335063062568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159344

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23821880/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=162428 CPUtime=222.22 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 35809 0 0 0 22198 24 0 0 20 0 2 0 332361829 166326272 36676 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 40607 36676 190 433 0 40171 0
[pid=9848/tid=9849] ppid=9846 vsize=162428 CPUtime=222.24 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 35106 0 0 0 22196 28 0 0 20 0 2 0 332361829 166326272 36676 33554432000 4194304 5964350 140737278005472 140335063062040 4379216 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) 162428

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23778396/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=230044 CPUtime=282.21 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 39926 0 0 0 28192 29 0 0 20 0 2 0 332361829 235565056 40788 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 57511 40788 190 433 0 57075 0
[pid=9848/tid=9849] ppid=9846 vsize=230044 CPUtime=282.23 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 39223 0 0 0 28189 34 0 0 20 0 2 0 332361829 235565056 40788 33554432000 4194304 5964350 140737278005472 140335063062568 4399832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 230044

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23742160/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=232008 CPUtime=342.2 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 44081 0 0 0 34186 34 0 0 20 0 2 0 332361829 237576192 44940 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 58002 44940 190 433 0 57566 0
[pid=9848/tid=9849] ppid=9846 vsize=232008 CPUtime=342.23 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 43378 0 0 0 34183 40 0 0 20 0 2 0 332361829 237576192 44940 33554432000 4194304 5964350 140737278005472 140335063062568 5143628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 232008

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9893
/proc/meminfo: memFree=23704756/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=233716 CPUtime=402.18 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 50647 0 0 0 40177 41 0 0 20 0 2 0 332361829 239325184 51506 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 100571 0 0 0 130087 128 0 0 20 0 2 0 332361829 451919872 102170 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 441328

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9925
/proc/meminfo: memFree=23280644/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=507624 CPUtime=1361.99 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 105357 0 0 0 136085 114 0 0 20 0 2 0 332361829 519806976 106253 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 126906 106253 190 433 0 126470 0
[pid=9848/tid=9849] ppid=9846 vsize=507624 CPUtime=1362.14 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 104654 0 0 0 136079 135 0 0 20 0 2 0 332361829 519806976 106253 33554432000 4194304 5964350 140737278005472 140335063062040 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 507624

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9925
/proc/meminfo: memFree=23255908/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=509084 CPUtime=1421.98 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 107940 0 0 0 142081 117 0 0 20 0 2 0 332361829 521302016 108836 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 127271 108836 190 433 0 126835 0
[pid=9848/tid=9849] ppid=9846 vsize=509084 CPUtime=1422.15 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 107237 0 0 0 142076 139 0 0 20 0 2 0 332361829 521302016 108836 33554432000 4194304 5964350 140737278005472 140335063062568 4378912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 509084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23237376/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=509484 CPUtime=1481.97 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 109541 0 0 0 148077 120 0 0 20 0 2 0 332361829 521711616 110437 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 127371 110437 190 433 0 126935 0
[pid=9848/tid=9849] ppid=9846 vsize=509484 CPUtime=1482.14 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 108838 0 0 0 148071 143 0 0 20 0 2 0 332361829 521711616 110437 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 509484

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 9926
/proc/meminfo: memFree=23207860/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=511652 CPUtime=1541.96 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 112645 0 0 0 154072 124 0 0 20 0 2 0 332361829 523931648 113541 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 127913 113541 190 433 0 127477 0
[pid=9848/tid=9849] ppid=9846 vsize=511652 CPUtime=1542.14 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 111942 0 0 0 154066 148 0 0 20 0 2 0 332361829 523931648 113541 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 511652

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9926
/proc/meminfo: memFree=23201412/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=511652 CPUtime=1601.95 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 114175 0 0 0 160069 126 0 0 20 0 2 0 332361829 523931648 115071 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 127913 115071 190 433 0 127477 0
[pid=9848/tid=9849] ppid=9846 vsize=511652 CPUtime=1602.14 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 113472 0 0 0 160063 151 0 0 20 0 2 0 332361829 523931648 115071 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 511652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23174256/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1661.94 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 115468 0 0 0 166066 128 0 0 20 0 2 0 332361829 524484608 116364 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 116364 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1662.14 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 114765 0 0 0 166060 154 0 0 20 0 2 0 332361829 524484608 116364 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 512192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9926
/proc/meminfo: memFree=23164396/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1721.92 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 115550 0 0 0 172064 128 0 0 20 0 2 0 332361829 524484608 116425 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 116425 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1722.12 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 114847 0 0 0 172057 155 0 0 20 0 2 0 332361829 524484608 116425 33554432000 4194304 5964350 140737278005472 140335063062520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 512192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23149012/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1781.9 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 119394 0 0 0 178058 132 0 0 20 0 2 0 332361829 524484608 120265 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 120265 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1782.12 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 118691 0 0 0 178052 160 0 0 20 0 2 0 332361829 524484608 120265 33554432000 4194304 5964350 140737278005472 140335063062568 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 512192

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 9927
/proc/meminfo: memFree=23146408/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1791.51 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 119913 0 0 0 179017 134 0 0 20 0 2 0 332361829 524484608 120784 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 120784 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1791.72 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119210 0 0 0 179010 162 0 0 20 0 2 0 332361829 524484608 120784 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 512192

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23145788/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1794.7 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120090 0 0 0 179336 134 0 0 20 0 2 0 332361829 524484608 120961 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 120961 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1794.92 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119387 0 0 0 179330 162 0 0 20 0 2 0 332361829 524484608 120961 33554432000 4194304 5964350 140737278005472 140335063062040 4399852 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 512192

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23145292/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1797.9 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120287 0 0 0 179655 135 0 0 20 0 2 0 332361829 524484608 121158 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 121158 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1798.12 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119584 0 0 0 179649 163 0 0 20 0 2 0 332361829 524484608 121158 33554432000 4194304 5964350 140737278005472 140335063062568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 512192

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23144920/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1798.7 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120326 0 0 0 179735 135 0 0 20 0 2 0 332361829 524484608 121197 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 121197 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1798.92 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119623 0 0 0 179729 163 0 0 20 0 2 0 332361829 524484608 121197 33554432000 4194304 5964350 140737278005472 140335063062040 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 512192

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23144548/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1799.11 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120350 0 0 0 179776 135 0 0 20 0 2 0 332361829 524484608 121221 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 121221 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1799.32 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119647 0 0 0 179769 163 0 0 20 0 2 0 332361829 524484608 121221 33554432000 4194304 5964350 140737278005472 140335063062568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 512192

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23144548/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1799.5 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120373 0 0 0 179815 135 0 0 20 0 2 0 332361829 524484608 121244 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 121244 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1799.72 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119670 0 0 0 179809 163 0 0 20 0 2 0 332361829 524484608 121244 33554432000 4194304 5964350 140737278005472 140335063062568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 512192

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9927
/proc/meminfo: memFree=23144548/32873844 swapFree=7112/7112
[pid=9848] ppid=9846 vsize=512192 CPUtime=1799.6 cores=1,3,5,7
/proc/9848/stat : 9848 (wbo1.72) S 9846 9848 7385 0 -1 4202496 120379 0 0 0 179825 135 0 0 20 0 2 0 332361829 524484608 121250 33554432000 4194304 5964350 140737278005472 140737278004992 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9848/statm: 128048 121250 190 433 0 127612 0
[pid=9848/tid=9849] ppid=9846 vsize=512192 CPUtime=1799.82 cores=1,3,5,7
/proc/9848/task/9849/stat : 9849 (wbo1.72) R 9846 9848 7385 0 -1 4202560 119676 0 0 0 179819 163 0 0 20 0 2 0 332361829 524484608 121250 33554432000 4194304 5964350 140737278005472 140335063062568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 512192

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.2
CPU system time (s): 1.64575
CPU usage (%): 99.9909
Max. virtual memory (cumulated for all children) (KiB): 512192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 1.64575
maximum resident set size= 485012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120382
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= 175
involuntary context switches= 1842

runsolver used 2.71959 second user time and 7.12992 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-02 20:38:53
IDJOB=3727564
IDBENCH=2919
IDSOLVER=2313
FILE ID=node104/3727564-1338662333
RUNJOBID= node104-1338651515-8488
PBS_JOBID= 14636479
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=644000411

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23533480 kB
Buffers:          541668 kB
Cached:          7216408 kB
SwapCached:          780 kB
Active:          5230588 kB
Inactive:        3107040 kB
Active(anon):     571112 kB
Inactive(anon):     8072 kB
Active(file):    4659476 kB
Inactive(file):  3098968 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        548340 kB
Mapped:            15012 kB
Shmem:                 8 kB
Slab:             860952 kB
SReclaimable:     303444 kB
SUnreclaim:       557508 kB
KernelStack:        1472 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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= 66436 MiB
End job on node104 at 2012-06-02 21:08:53