Trace number 3704265

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
pwbo 2.0? 1799.8 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704265-1338093373.opb.
0.00/0.00	c Instance file HOME/instance-3704265-1338093373.opb
0.00/0.00	c File size is 44645 bytes.
0.00/0.00	c Highest Coefficient sum: 52
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2550                                                |
0.00/0.00	c |  Number Clauses:        51                                                  |
0.00/0.00	c |  Number Cardinality:    50                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3704265-1338093373/watcher-3704265-1338093373 -o /tmp/evaluation-result-3704265-1338093373/solver-3704265-1338093373 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704265-1338093373.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.03 2.04 2.00 3/177 10141
/proc/meminfo: memFree=30230456/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=3784 CPUtime=0 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) R 10139 10141 9022 0 -1 4202496 451 0 0 0 0 0 0 0 20 0 1 0 275465846 3874816 403 33554432000 4194304 5965102 140735922078912 140735840918104 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 946 404 168 433 0 499 0

[startup+0.069343 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 10141
/proc/meminfo: memFree=30230456/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84440 CPUtime=0.06 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 1426 0 0 0 6 0 0 0 20 0 2 0 275465846 86466560 1367 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21110 1367 190 433 0 20674 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84440

[startup+0.100281 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 10141
/proc/meminfo: memFree=30230456/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84440 CPUtime=0.09 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 1511 0 0 0 9 0 0 0 20 0 2 0 275465846 86466560 1452 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21110 1452 190 433 0 20674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84440

[startup+0.300227 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 10141
/proc/meminfo: memFree=30230456/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84440 CPUtime=0.29 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 2021 0 0 0 29 0 0 0 20 0 2 0 275465846 86466560 1962 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21110 1962 190 433 0 20674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84440

[startup+0.700223 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 10141
/proc/meminfo: memFree=30230456/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84440 CPUtime=0.69 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 2923 0 0 0 69 0 0 0 20 0 2 0 275465846 86466560 2864 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21110 2864 190 433 0 20674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84440

[startup+1.50026 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10143
/proc/meminfo: memFree=30215444/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84440 CPUtime=1.49 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 4608 0 0 0 148 1 0 0 20 0 2 0 275465846 86466560 4549 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21110 4549 190 433 0 20674 0
[pid=10141/tid=10143] ppid=10139 vsize=84440 CPUtime=1.48 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 3700 0 0 0 147 1 0 0 20 0 2 0 275465847 86466560 4549 33554432000 4194304 5965102 140735922078912 140188495566776 5137076 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) 84440

[startup+3.10025 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10143
/proc/meminfo: memFree=30204152/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84584 CPUtime=3.09 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 6159 0 0 0 308 1 0 0 20 0 2 0 275465846 86614016 6100 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21146 6100 190 433 0 20710 0
[pid=10141/tid=10143] ppid=10139 vsize=84584 CPUtime=3.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 5251 0 0 0 306 2 0 0 20 0 2 0 275465847 86614016 6100 33554432000 4194304 5965102 140735922078912 140188495566840 4383059 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) 84584

[startup+6.30025 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 10143
/proc/meminfo: memFree=30187784/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84584 CPUtime=6.29 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 8501 0 0 0 627 2 0 0 20 0 2 0 275465846 86614016 8442 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21146 8442 190 433 0 20710 0
[pid=10141/tid=10143] ppid=10139 vsize=84584 CPUtime=6.28 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 7593 0 0 0 625 3 0 0 20 0 2 0 275465847 86614016 8442 33554432000 4194304 5965102 140735922078912 140188495566840 4220672 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) 84584

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 10143
/proc/meminfo: memFree=30141176/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=84656 CPUtime=12.69 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 13348 0 0 0 1265 4 0 0 20 0 2 0 275465846 86687744 13289 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 21164 13289 190 433 0 20728 0
[pid=10141/tid=10143] ppid=10139 vsize=84656 CPUtime=12.68 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 12440 0 0 0 1263 5 0 0 20 0 2 0 275465847 86687744 13289 33554432000 4194304 5965102 140735922078912 140188495566840 4401143 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) 84656

[startup+25.5003 s]
/proc/loadavg: 2.08 2.06 2.00 3/179 10143
/proc/meminfo: memFree=30085324/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=150300 CPUtime=25.49 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 17387 0 0 0 2543 6 0 0 20 0 2 0 275465846 153907200 17328 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 37575 17328 190 433 0 37139 0
[pid=10141/tid=10143] ppid=10139 vsize=150300 CPUtime=25.48 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 16479 0 0 0 2541 7 0 0 20 0 2 0 275465847 153907200 17328 33554432000 4194304 5965102 140735922078912 140188495566792 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150300

[startup+51.1003 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 10143
/proc/meminfo: memFree=29980172/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=150460 CPUtime=51.08 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 28597 0 0 0 5098 10 0 0 20 0 2 0 275465846 154071040 28538 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 37615 28538 190 433 0 37179 0
[pid=10141/tid=10143] ppid=10139 vsize=150460 CPUtime=51.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 27689 0 0 0 5097 11 0 0 20 0 2 0 275465847 154071040 28538 33554432000 4194304 5965102 140735922078912 140188495566888 4221120 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) 150460

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 10143
/proc/meminfo: memFree=29758964/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=216236 CPUtime=102.28 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 48961 0 0 0 10211 17 0 0 20 0 2 0 275465846 221425664 48902 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 54059 48902 190 433 0 53623 0
[pid=10141/tid=10143] ppid=10139 vsize=216236 CPUtime=102.28 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 48053 0 0 0 10209 19 0 0 20 0 2 0 275465847 221425664 48902 33554432000 4194304 5965102 140735922078912 140188495566840 4220672 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) 216236

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 10144
/proc/meminfo: memFree=29687656/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=282060 CPUtime=162.26 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 57821 0 0 0 16205 21 0 0 20 0 2 0 275465846 288829440 57762 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 70515 57762 190 433 0 70079 0
[pid=10141/tid=10143] ppid=10139 vsize=282060 CPUtime=162.28 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 56913 0 0 0 16204 24 0 0 20 0 2 0 275465847 288829440 57762 33554432000 4194304 5965102 140735922078912 140188495566840 4383063 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 282060

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 10144
/proc/meminfo: memFree=29623548/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=347596 CPUtime=222.25 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 74094 0 0 0 22198 27 0 0 20 0 2 0 275465846 355938304 74035 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 86899 74035 190 433 0 86463 0
[pid=10141/tid=10143] ppid=10139 vsize=347596 CPUtime=222.27 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 73186 0 0 0 22196 31 0 0 20 0 2 0 275465847 355938304 74035 33554432000 4194304 5965102 140735922078912 140188495566840 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 347596

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 10147
/proc/meminfo: memFree=29607172/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=347740 CPUtime=282.24 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 78500 0 0 0 28195 29 0 0 20 0 2 0 275465846 356085760 78441 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 86935 78441 190 433 0 86499 0
[pid=10141/tid=10143] ppid=10139 vsize=347740 CPUtime=282.27 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 77592 0 0 0 28193 34 0 0 20 0 2 0 275465847 356085760 78441 33554432000 4194304 5965102 140735922078912 140188495566840 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 347740

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10187
/proc/meminfo: memFree=30959848/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=413348 CPUtime=342.24 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 88606 0 0 0 34191 33 0 0 20 0 2 0 275465846 423268352 88547 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 103337 88547 190 433 0 102901 0
[pid=10141/tid=10143] ppid=10139 vsize=413348 CPUtime=342.27 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 87698 0 0 0 34188 39 0 0 20 0 2 0 275465847 423268352 88547 33554432000 4194304 5965102 140735922078912 140188495566840 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 413348

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10187
/proc/meminfo: memFree=30870420/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=413348 CPUtime=402.19 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 88657 0 0 0 40186 33 0 0 20 0 2 0 275465846 423268352 88001 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 103337 88001 190 433 0 102901 0
[pid=10141/tid=10143] ppid=10139 vsize=413348 CPUtime=402.25 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 87749 0 0 0 40185 40 0 0 20 0 2 0 275465847 423268352 88001 33554432000 4194304 5965102 140735922078912 140188495566872 4393995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 413348

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10188
/proc/meminfo: memFree=30693128/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=479676 CPUtime=462.14 cores=1,3,5,7

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

/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180635 0 0 0 130113 96 0 0 20 0 2 0 275465847 768163840 181904 33554432000 4194304 5965102 140735922078912 140188495566840 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 750160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10194
/proc/meminfo: memFree=29497428/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1361.88 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 136112 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1362.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 136111 97 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4383000 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 750160

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10194
/proc/meminfo: memFree=29435872/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1421.88 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 142112 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1422.09 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 142111 98 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 750160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10197
/proc/meminfo: memFree=29435796/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1481.86 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 148110 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1482.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 148109 99 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4401472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 750160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10220
/proc/meminfo: memFree=29436416/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1541.85 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 154109 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1542.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 154108 100 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 750160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10220
/proc/meminfo: memFree=29436300/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1601.84 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 160108 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1602.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 160107 101 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 750160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29436424/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1661.83 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 166107 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1662.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 166106 102 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 750160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29436548/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=750160 CPUtime=1721.82 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 181553 0 0 0 172106 76 0 0 20 0 2 0 275465846 768163840 181914 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 187540 181914 190 433 0 187104 0
[pid=10141/tid=10143] ppid=10139 vsize=750160 CPUtime=1722.08 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 180645 0 0 0 172105 103 0 0 20 0 2 0 275465847 768163840 181914 33554432000 4194304 5965102 140735922078912 140188495566840 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 750160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29379036/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=816020 CPUtime=1781.8 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 196077 0 0 0 178097 83 0 0 20 0 2 0 275465846 835604480 196442 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 204005 196442 190 433 0 203569 0
[pid=10141/tid=10143] ppid=10139 vsize=816020 CPUtime=1782.07 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 195169 0 0 0 178096 111 0 0 20 0 2 0 275465847 835604480 196442 33554432000 4194304 5965102 140735922078912 140188495566840 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 816020

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 10221
/proc/meminfo: memFree=29361660/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1791.41 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 200269 0 0 0 179056 85 0 0 20 0 2 0 275465846 902860800 200630 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 200630 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1791.67 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 199361 0 0 0 179054 113 0 0 20 0 2 0 275465847 902860800 200630 33554432000 4194304 5965102 140735922078912 140188495566840 4400972 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 881700

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29356576/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1794.6 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 201454 0 0 0 179375 85 0 0 20 0 2 0 275465846 902860800 201815 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 201815 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1794.87 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 200546 0 0 0 179374 113 0 0 20 0 2 0 275465847 902860800 201815 33554432000 4194304 5965102 140735922078912 140188495566840 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 881700

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29353848/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1797.79 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 202495 0 0 0 179693 86 0 0 20 0 2 0 275465846 902860800 202851 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 202851 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1798.06 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 201587 0 0 0 179692 114 0 0 20 0 2 0 275465847 902860800 202851 33554432000 4194304 5965102 140735922078912 140188495566840 4401149 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 881700

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29352344/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1798.59 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 202801 0 0 0 179773 86 0 0 20 0 2 0 275465846 902860800 203157 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 203157 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1798.86 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 201893 0 0 0 179772 114 0 0 20 0 2 0 275465847 902860800 203157 33554432000 4194304 5965102 140735922078912 140188495566840 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 881700

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29350980/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1799 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 202947 0 0 0 179814 86 0 0 20 0 2 0 275465846 902860800 203303 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 203303 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1799.27 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 202039 0 0 0 179813 114 0 0 20 0 2 0 275465847 902860800 203303 33554432000 4194304 5965102 140735922078912 140188495566840 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 881700

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29350980/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1799.39 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 203096 0 0 0 179853 86 0 0 20 0 2 0 275465846 902860800 203452 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 203452 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1799.66 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 202188 0 0 0 179852 114 0 0 20 0 2 0 275465847 902860800 203452 33554432000 4194304 5965102 140735922078912 140188495566840 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 881700

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10221
/proc/meminfo: memFree=29350980/32873844 swapFree=7108/7108
[pid=10141] ppid=10139 vsize=881700 CPUtime=1799.5 cores=1,3,5,7
/proc/10141/stat : 10141 (pwbo2.0) S 10139 10141 9022 0 -1 4202496 203132 0 0 0 179863 87 0 0 20 0 2 0 275465846 902860800 203488 33554432000 4194304 5965102 140735922078912 140735922078432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10141/statm: 220425 203488 190 433 0 219989 0
[pid=10141/tid=10143] ppid=10139 vsize=881700 CPUtime=1799.76 cores=1,3,5,7
/proc/10141/task/10143/stat : 10143 (pwbo2.0) R 10139 10141 9022 0 -1 4202560 202224 0 0 0 179861 115 0 0 20 0 2 0 275465847 902860800 203488 33554432000 4194304 5965102 140735922078912 140188495566840 4400978 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) 881700

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.8
CPU user time (s): 1798.62
CPU system time (s): 1.18082
CPU usage (%): 99.9877
Max. virtual memory (cumulated for all children) (KiB): 881700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.18082
maximum resident set size= 813968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203136
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= 242
involuntary context switches= 1843

runsolver used 3.11952 second user time and 8.65268 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 06:36:13
IDJOB=3704265
IDBENCH=2597
IDSOLVER=2280
FILE ID=node103/3704265-1338093373
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71592 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704265-1338093373/watcher-3704265-1338093373 -o /tmp/evaluation-result-3704265-1338093373/solver-3704265-1338093373 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704265-1338093373.opb

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=124349501

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30230984 kB
Buffers:          291196 kB
Cached:           381564 kB
SwapCached:         4540 kB
Active:          1668388 kB
Inactive:         142528 kB
Active(anon):    1134524 kB
Inactive(anon):     6220 kB
Active(file):     533864 kB
Inactive(file):   136308 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:       1271100 kB
Mapped:            12360 kB
Shmem:                 8 kB
Slab:             690176 kB
SReclaimable:     132692 kB
SUnreclaim:       557484 kB
KernelStack:        1488 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 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= 71584 MiB
End job on node103 at 2012-05-27 07:06:13