Trace number 3713204

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 NameAnswerCPU timeWall clock time
wbo 1.71? 1799.86 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-0-100-0.wbo
MD5SUM12a88866bbd50b724bb180a8f6ce160e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.080987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 4848
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4847
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3713204-1338211419.wbo.
0.00/0.00	c Instance file HOME/instance-3713204-1338211419.wbo
0.00/0.00	c File size is 31499 bytes.
0.00/0.00	c Highest Coefficient sum: 46
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:      1885                                                |
0.00/0.00	c |  Number Clauses:        45                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 40                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3713204-1338211419/watcher-3713204-1338211419 -o /tmp/evaluation-result-3713204-1338211419/solver-3713204-1338211419 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713204-1338211419.wbo 

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: 1.92 1.98 1.99 3/177 20009
/proc/meminfo: memFree=30274424/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 965 0 0 0 0 0 0 0 20 0 2 0 287267948 86196224 910 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 910 178 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=0 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 2 0 287267949 86196224 910 33554432000 4194304 5964318 140735501619344 140734517388424 4303035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0984661 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20009
/proc/meminfo: memFree=30274424/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=0.09 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 1381 0 0 0 9 0 0 0 20 0 2 0 287267948 86196224 1326 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 1326 194 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=0.08 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 530 0 0 0 8 0 0 0 20 0 2 0 287267949 86196224 1326 33554432000 4194304 5964318 140735501619344 140734517388424 4221984 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) 84176

[startup+0.100187 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20009
/proc/meminfo: memFree=30274424/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=0.09 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 1385 0 0 0 9 0 0 0 20 0 2 0 287267948 86196224 1330 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 1330 194 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=0.08 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 534 0 0 0 8 0 0 0 20 0 2 0 287267949 86196224 1330 33554432000 4194304 5964318 140735501619344 140734517388424 5136324 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) 84176

[startup+0.300263 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20009
/proc/meminfo: memFree=30274424/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=0.29 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 1861 0 0 0 29 0 0 0 20 0 2 0 287267948 86196224 1806 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 1806 194 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=0.28 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 1010 0 0 0 28 0 0 0 20 0 2 0 287267949 86196224 1806 33554432000 4194304 5964318 140735501619344 139991088297976 5136324 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) 84176

[startup+0.70026 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20009
/proc/meminfo: memFree=30274424/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=0.69 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 2749 0 0 0 69 0 0 0 20 0 2 0 287267948 86196224 2694 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 2694 194 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=0.68 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 1898 0 0 0 68 0 0 0 20 0 2 0 287267949 86196224 2694 33554432000 4194304 5964318 140735501619344 139991088297976 5136324 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) 84176

[startup+1.50026 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30263016/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84176 CPUtime=1.49 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 4165 0 0 0 149 0 0 0 20 0 2 0 287267948 86196224 4110 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21044 4110 194 433 0 20608 0
[pid=20009/tid=20010] ppid=20007 vsize=84176 CPUtime=1.48 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 3314 0 0 0 148 0 0 0 20 0 2 0 287267949 86196224 4110 33554432000 4194304 5964318 140735501619344 139991088297976 5136324 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) 84176

[startup+3.10026 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30254212/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84320 CPUtime=3.08 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 5543 0 0 0 308 0 0 0 20 0 2 0 287267948 86343680 5488 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21080 5488 194 433 0 20644 0
[pid=20009/tid=20010] ppid=20007 vsize=84320 CPUtime=3.08 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 4692 0 0 0 308 0 0 0 20 0 2 0 287267949 86343680 5488 33554432000 4194304 5964318 140735501619344 139991088297976 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84320

[startup+6.30026 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30247088/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84320 CPUtime=6.29 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 8157 0 0 0 628 1 0 0 20 0 2 0 287267948 86343680 8102 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21080 8102 194 433 0 20644 0
[pid=20009/tid=20010] ppid=20007 vsize=84320 CPUtime=6.28 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 7306 0 0 0 626 2 0 0 20 0 2 0 287267949 86343680 8102 33554432000 4194304 5964318 140735501619344 139991088297976 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84320

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30228536/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=84392 CPUtime=12.69 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 11594 0 0 0 1266 3 0 0 20 0 2 0 287267948 86417408 11539 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 21098 11539 194 433 0 20662 0
[pid=20009/tid=20010] ppid=20007 vsize=84392 CPUtime=12.68 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 10743 0 0 0 1265 3 0 0 20 0 2 0 287267949 86417408 11539 33554432000 4194304 5964318 140735501619344 139991088297784 5142862 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) 84392

[startup+25.5001 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30200588/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=150036 CPUtime=25.48 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 18481 0 0 0 2543 5 0 0 20 0 2 0 287267948 153636864 18426 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 37509 18426 194 433 0 37073 0
[pid=20009/tid=20010] ppid=20007 vsize=150036 CPUtime=25.48 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 17630 0 0 0 2542 6 0 0 20 0 2 0 287267949 153636864 18426 33554432000 4194304 5964318 140735501619344 139991088297976 4399991 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) 150036

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30173372/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=150196 CPUtime=51.08 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 25350 0 0 0 5101 7 0 0 20 0 2 0 287267948 153800704 25295 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 37549 25295 194 433 0 37113 0
[pid=20009/tid=20010] ppid=20007 vsize=150196 CPUtime=51.08 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 24499 0 0 0 5100 8 0 0 20 0 2 0 287267949 153800704 25295 33554432000 4194304 5964318 140735501619344 139991088297976 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150196

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 20011
/proc/meminfo: memFree=30125644/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=215972 CPUtime=102.28 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 36727 0 0 0 10217 11 0 0 20 0 2 0 287267948 221155328 36672 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 53993 36672 194 433 0 53557 0
[pid=20009/tid=20010] ppid=20007 vsize=215972 CPUtime=102.29 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 35876 0 0 0 10216 13 0 0 20 0 2 0 287267949 221155328 36672 33554432000 4194304 5964318 140735501619344 139991088297976 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 215972

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 20012
/proc/meminfo: memFree=30062324/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=281508 CPUtime=162.23 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 50597 0 0 0 16207 16 0 0 20 0 2 0 287267948 288264192 50612 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 70377 50612 194 433 0 69941 0
[pid=20009/tid=20010] ppid=20007 vsize=281508 CPUtime=162.25 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 49746 0 0 0 16206 19 0 0 20 0 2 0 287267949 288264192 50612 33554432000 4194304 5964318 140735501619344 139991088297784 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 281508

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 20013
/proc/meminfo: memFree=30039904/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=281940 CPUtime=222.2 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 54694 0 0 0 22202 18 0 0 20 0 2 0 287267948 288706560 54748 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 70485 54748 194 433 0 70049 0
[pid=20009/tid=20010] ppid=20007 vsize=281940 CPUtime=222.22 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 53843 0 0 0 22200 22 0 0 20 0 2 0 287267949 288706560 54748 33554432000 4194304 5964318 140735501619344 139991088297976 4391291 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 281940

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 20013
/proc/meminfo: memFree=30010428/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=281940 CPUtime=282.18 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 59559 0 0 0 28199 19 0 0 20 0 2 0 287267948 288706560 60522 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 70485 60522 194 433 0 70049 0
[pid=20009/tid=20010] ppid=20007 vsize=281940 CPUtime=282.22 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 58708 0 0 0 28198 24 0 0 20 0 2 0 287267949 288706560 60522 33554432000 4194304 5964318 140735501619344 139991088297976 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 281940

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 20013
/proc/meminfo: memFree=29920296/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=348988 CPUtime=342.17 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 80586 0 0 0 34191 26 0 0 20 0 2 0 287267948 357363712 81549 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 87247 81549 194 433 0 86811 0
[pid=20009/tid=20010] ppid=20007 vsize=348988 CPUtime=342.22 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 79735 0 0 0 34190 32 0 0 20 0 2 0 287267949 357363712 81549 33554432000 4194304 5964318 140735501619344 139991088297976 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 348988

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 20016
/proc/meminfo: memFree=29912852/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=348988 CPUtime=402.15 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 80622 0 0 0 40189 26 0 0 20 0 2 0 287267948 357363712 81566 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143149 0 0 0 130134 81 0 0 20 0 2 0 287267949 635162624 145180 33554432000 4194304 5964318 140735501619344 139991088298024 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 620276

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20102
/proc/meminfo: memFree=29822400/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=620276 CPUtime=1361.96 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 144000 0 0 0 136135 61 0 0 20 0 2 0 287267948 635162624 145180 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155069 145180 194 433 0 154633 0
[pid=20009/tid=20010] ppid=20007 vsize=620276 CPUtime=1362.14 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143149 0 0 0 136132 82 0 0 20 0 2 0 287267949 635162624 145180 33554432000 4194304 5964318 140735501619344 139991088298024 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 620276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20103
/proc/meminfo: memFree=29809208/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=620276 CPUtime=1421.96 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 144000 0 0 0 142135 61 0 0 20 0 2 0 287267948 635162624 145180 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155069 145180 194 433 0 154633 0
[pid=20009/tid=20010] ppid=20007 vsize=620276 CPUtime=1422.15 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143149 0 0 0 142132 83 0 0 20 0 2 0 287267949 635162624 145180 33554432000 4194304 5964318 140735501619344 139991088298024 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 620276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20103
/proc/meminfo: memFree=29798792/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=620348 CPUtime=1481.95 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 144003 0 0 0 148134 61 0 0 20 0 2 0 287267948 635236352 145183 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155087 145183 194 433 0 154651 0
[pid=20009/tid=20010] ppid=20007 vsize=620348 CPUtime=1482.14 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143152 0 0 0 148130 84 0 0 20 0 2 0 287267949 635236352 145183 33554432000 4194304 5964318 140735501619344 139991088298024 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 620348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20103
/proc/meminfo: memFree=29792716/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=620420 CPUtime=1541.94 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 144024 0 0 0 154133 61 0 0 20 0 2 0 287267948 635310080 145204 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155105 145204 194 433 0 154669 0
[pid=20009/tid=20010] ppid=20007 vsize=620420 CPUtime=1542.14 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143173 0 0 0 154129 85 0 0 20 0 2 0 287267949 635310080 145204 33554432000 4194304 5964318 140735501619344 139991088298024 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 620420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20106
/proc/meminfo: memFree=29789348/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=620420 CPUtime=1601.93 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 144024 0 0 0 160132 61 0 0 20 0 2 0 287267948 635310080 145204 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155105 145204 194 433 0 154669 0
[pid=20009/tid=20010] ppid=20007 vsize=620420 CPUtime=1602.14 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 143173 0 0 0 160128 86 0 0 20 0 2 0 287267949 635310080 145204 33554432000 4194304 5964318 140735501619344 139991088298024 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 620420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29760700/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=621696 CPUtime=1661.92 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 149717 0 0 0 166128 64 0 0 20 0 2 0 287267948 636616704 150897 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 155424 150897 194 433 0 154988 0
[pid=20009/tid=20010] ppid=20007 vsize=621696 CPUtime=1662.14 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 148866 0 0 0 166124 90 0 0 20 0 2 0 287267949 636616704 150897 33554432000 4194304 5964318 140735501619344 139991088297976 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 621696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29718512/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=689928 CPUtime=1721.9 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 159633 0 0 0 172116 74 0 0 20 0 2 0 287267948 706486272 160811 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172482 160811 194 433 0 172046 0
[pid=20009/tid=20010] ppid=20007 vsize=689928 CPUtime=1722.13 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 158782 0 0 0 172112 101 0 0 20 0 2 0 287267949 706486272 160811 33554432000 4194304 5964318 140735501619344 139991088297976 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 689928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29698300/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1781.89 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 178113 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1782.13 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 178109 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 690312

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 20107
/proc/meminfo: memFree=29694456/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1791.5 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179074 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1791.74 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179070 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 690312

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29693592/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1794.7 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179394 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1794.94 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179390 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4399960 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) 690312

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29692476/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1797.89 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179713 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1798.13 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179709 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 690312

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29692104/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1798.69 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179793 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1798.93 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179789 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 690312

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29691856/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1799.1 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179834 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1799.34 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179830 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 690312

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29691856/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1799.49 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179873 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1799.73 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179869 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 690312

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20107
/proc/meminfo: memFree=29691856/32873648 swapFree=6860/6860
[pid=20009] ppid=20007 vsize=690312 CPUtime=1799.59 cores=1,3,5,7
/proc/20009/stat : 20009 (wbo1.71) S 20007 20009 18639 0 -1 4202496 162552 0 0 0 179883 76 0 0 20 0 2 0 287267948 706879488 163730 33554432000 4194304 5964318 140735501619344 140735501618864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20009/statm: 172578 163730 194 433 0 172142 0
[pid=20009/tid=20010] ppid=20007 vsize=690312 CPUtime=1799.83 cores=1,3,5,7
/proc/20009/task/20010/stat : 20010 (wbo1.71) R 20007 20009 18639 0 -1 4202560 161701 0 0 0 179879 104 0 0 20 0 2 0 287267949 706879488 163730 33554432000 4194304 5964318 140735501619344 139991088297976 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 690312

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.86
CPU user time (s): 1798.8
CPU system time (s): 1.05684
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 690312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.05684
maximum resident set size= 654932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162555
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= 203
involuntary context switches= 1957

runsolver used 3.02754 second user time and 7.78782 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 15:23:39
IDJOB=3713204
IDBENCH=79174
IDSOLVER=2293
FILE ID=node116/3713204-1338211419
RUNJOBID= node116-1338193550-18656
PBS_JOBID= 14624586
Free space on /tmp= 71468 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-0-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713204-1338211419/watcher-3713204-1338211419 -o /tmp/evaluation-result-3713204-1338211419/solver-3713204-1338211419 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713204-1338211419.wbo

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

MD5SUM BENCH= 12a88866bbd50b724bb180a8f6ce160e
RANDOM SEED=760303505

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.556
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.90
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.556
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:        30274952 kB
Buffers:          386892 kB
Cached:          1149812 kB
SwapCached:         3236 kB
Active:          1060372 kB
Inactive:         700600 kB
Active(anon):     215088 kB
Inactive(anon):     8956 kB
Active(file):     845284 kB
Inactive(file):   691644 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        227880 kB
Mapped:            13356 kB
Shmem:                96 kB
Slab:             700408 kB
SReclaimable:     144900 kB
SUnreclaim:       555508 kB
KernelStack:        1488 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     187896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71464 MiB
End job on node116 at 2012-05-28 15:53:39