Trace number 3726574

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.02? 1799.83 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
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.159975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 92
Number of bits of the biggest sum of numbers7
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726574-1338655637.opb.
0.00/0.00	c Instance file HOME/instance-3726574-1338655637.opb
0.00/0.00	c File size is 146765 bytes.
0.00/0.01	c Highest Coefficient sum: 92
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      8190                                                |
0.00/0.01	c |  Number Clauses:        91                                                  |
0.00/0.01	c |  Number Cardinality:    90                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3726574-1338655637/watcher-3726574-1338655637 -o /tmp/evaluation-result-3726574-1338655637/solver-3726574-1338655637 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726574-1338655637.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.01 1.99 3/177 16846
/proc/meminfo: memFree=28277976/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=4424 CPUtime=0 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) R 16844 16846 13572 0 -1 4202496 568 0 0 0 0 0 0 0 20 0 1 0 331689712 4530176 521 33554432000 4194304 5964478 140736648539120 140737400358232 4344880 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 1106 523 164 433 0 634 0

[startup+0.0460889 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 16846
/proc/meminfo: memFree=28277976/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=0.04 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 2438 0 0 0 4 0 0 0 20 0 2 0 331689712 88281088 2188 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 2188 184 433 0 21117 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 86212

[startup+0.100189 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 16846
/proc/meminfo: memFree=28277976/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=0.09 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 2560 0 0 0 9 0 0 0 20 0 2 0 331689712 88281088 2310 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 2310 185 433 0 21117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86212

[startup+0.30011 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 16846
/proc/meminfo: memFree=28277976/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=0.29 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 3046 0 0 0 29 0 0 0 20 0 2 0 331689712 88281088 2796 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 2796 186 433 0 21117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86212

[startup+0.700174 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 16846
/proc/meminfo: memFree=28277976/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=0.69 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 3742 0 0 0 69 0 0 0 20 0 2 0 331689712 88281088 3492 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 3492 186 433 0 21117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86212

[startup+1.50013 s]
/proc/loadavg: 2.03 2.01 1.99 3/179 16848
/proc/meminfo: memFree=28263172/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=1.49 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 5065 0 0 0 148 1 0 0 20 0 2 0 331689712 88281088 4815 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 4815 186 433 0 21117 0
[pid=16846/tid=16848] ppid=16844 vsize=86212 CPUtime=1.47 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 3700 0 0 0 146 1 0 0 20 0 2 0 331689714 88281088 4815 33554432000 4194304 5964478 140736648539120 139901102094328 5136420 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) 86212

[startup+3.10014 s]
/proc/loadavg: 2.03 2.01 1.99 3/179 16848
/proc/meminfo: memFree=28255484/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=3.08 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 7555 0 0 0 307 1 0 0 20 0 2 0 331689712 88281088 7305 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 7305 186 433 0 21117 0
[pid=16846/tid=16848] ppid=16844 vsize=86212 CPUtime=3.07 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 6191 0 0 0 305 2 0 0 20 0 2 0 331689714 88281088 7306 33554432000 4194304 5964478 140736648539120 139901102094328 5136420 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) 86212

[startup+6.3002 s]
/proc/loadavg: 2.03 2.01 1.99 3/179 16848
/proc/meminfo: memFree=28239788/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=6.28 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 9893 0 0 0 626 2 0 0 20 0 2 0 331689712 88281088 9643 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 9643 186 433 0 21117 0
[pid=16846/tid=16848] ppid=16844 vsize=86212 CPUtime=6.27 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 8528 0 0 0 624 3 0 0 20 0 2 0 331689714 88281088 9643 33554432000 4194304 5964478 140736648539120 139901102094328 4400103 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) 86212

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.99 3/179 16848
/proc/meminfo: memFree=28228916/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=86212 CPUtime=12.68 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 13025 0 0 0 1265 3 0 0 20 0 2 0 331689712 88281088 12775 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 21553 12775 186 433 0 21117 0
[pid=16846/tid=16848] ppid=16844 vsize=86212 CPUtime=12.67 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 11660 0 0 0 1263 4 0 0 20 0 2 0 331689714 88281088 12775 33554432000 4194304 5964478 140736648539120 139901102094136 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86212

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 1.99 3/179 16848
/proc/meminfo: memFree=28195956/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=151748 CPUtime=25.48 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 20523 0 0 0 2543 5 0 0 20 0 2 0 331689712 155389952 20273 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 37937 20273 186 433 0 37501 0
[pid=16846/tid=16848] ppid=16844 vsize=151748 CPUtime=25.47 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 19158 0 0 0 2541 6 0 0 20 0 2 0 331689714 155389952 20273 33554432000 4194304 5964478 140736648539120 139901102094136 4382059 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) 151748

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 1.99 3/179 16849
/proc/meminfo: memFree=28157896/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=152072 CPUtime=51.08 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 29739 0 0 0 5100 8 0 0 20 0 2 0 331689712 155721728 29489 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 38018 29489 186 433 0 37582 0
[pid=16846/tid=16848] ppid=16844 vsize=152072 CPUtime=51.07 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 28374 0 0 0 5098 9 0 0 20 0 2 0 331689714 155721728 29489 33554432000 4194304 5964478 140736648539120 139901102094376 4382023 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) 152072

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=28032480/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=283304 CPUtime=102.27 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 59643 0 0 0 10212 15 0 0 20 0 2 0 331689712 290103296 59425 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 70826 59425 186 433 0 70390 0
[pid=16846/tid=16848] ppid=16844 vsize=283304 CPUtime=102.26 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 58278 0 0 0 10209 17 0 0 20 0 2 0 331689714 290103296 59425 33554432000 4194304 5964478 140736648539120 139901102094328 4400087 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) 283304

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16888
/proc/meminfo: memFree=28174488/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=480152 CPUtime=162.23 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 104945 0 0 0 16197 26 0 0 20 0 2 0 331689712 491675648 104740 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 120038 104740 186 433 0 119602 0
[pid=16846/tid=16848] ppid=16844 vsize=480152 CPUtime=162.23 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 103580 0 0 0 16194 29 0 0 20 0 2 0 331689714 491675648 104740 33554432000 4194304 5964478 140736648539120 139901102094328 4400087 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) 480152

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 16891
/proc/meminfo: memFree=28018652/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=480152 CPUtime=222.21 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 104971 0 0 0 22195 26 0 0 20 0 2 0 331689712 491675648 105756 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 120038 105756 186 433 0 119602 0
[pid=16846/tid=16848] ppid=16844 vsize=480152 CPUtime=222.22 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 103606 0 0 0 22192 30 0 0 20 0 2 0 331689714 491675648 105756 33554432000 4194304 5964478 140736648539120 139901102094328 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 480152

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16891
/proc/meminfo: memFree=27880180/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=480152 CPUtime=282.2 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 104979 0 0 0 28194 26 0 0 20 0 2 0 331689712 491675648 105764 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 120038 105764 186 433 0 119602 0
[pid=16846/tid=16848] ppid=16844 vsize=480152 CPUtime=282.22 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 103614 0 0 0 28191 31 0 0 20 0 2 0 331689714 491675648 105764 33554432000 4194304 5964478 140736648539120 139901102094328 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 480152

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16892
/proc/meminfo: memFree=27824496/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=480152 CPUtime=342.2 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 113116 0 0 0 34190 30 0 0 20 0 2 0 331689712 491675648 113901 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 120038 113901 186 433 0 119602 0
[pid=16846/tid=16848] ppid=16844 vsize=480152 CPUtime=342.22 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 111751 0 0 0 34186 36 0 0 20 0 2 0 331689714 491675648 113901 33554432000 4194304 5964478 140736648539120 139901102094328 4388292 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) 480152

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16892
/proc/meminfo: memFree=27596760/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=676760 CPUtime=402.16 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 154879 0 0 0 40175 41 0 0 20 0 2 0 331689712 693002240 155659 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 169190 155659 186 433 0 168754 0
[pid=16846/tid=16848] ppid=16844 vsize=676760 CPUtime=402.19 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 153514 0 0 0 40171 48 0 0 20 0 2 0 331689714 693002240 155659 33554432000 4194304 5964478 140736648539120 139901102094328 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 676760

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16892
/proc/meminfo: memFree=27596604/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=676760 CPUtime=462.13 cores=1,3,5,7

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

/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 250919 0 0 0 130115 94 0 0 20 0 2 0 331689714 1096355840 252829 33554432000 4194304 5964478 140736648539120 139901102094328 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1070660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16922
/proc/meminfo: memFree=26814640/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1361.91 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256506 0 0 0 136116 75 0 0 20 0 2 0 331689712 1096355840 257051 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 257051 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1362.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255141 0 0 0 136112 96 0 0 20 0 2 0 331689714 1096355840 257051 33554432000 4194304 5964478 140736648539120 139901102094328 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1070660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16925
/proc/meminfo: memFree=26814056/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1421.91 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256509 0 0 0 142116 75 0 0 20 0 2 0 331689712 1096355840 257054 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 257054 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1422.09 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255144 0 0 0 142112 97 0 0 20 0 2 0 331689714 1096355840 257054 33554432000 4194304 5964478 140736648539120 139901102094328 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1070660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16925
/proc/meminfo: memFree=26813940/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1481.9 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256509 0 0 0 148115 75 0 0 20 0 2 0 331689712 1096355840 257054 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 257054 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1482.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255144 0 0 0 148110 98 0 0 20 0 2 0 331689714 1096355840 257054 33554432000 4194304 5964478 140736648539120 139901102094328 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1070660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16925
/proc/meminfo: memFree=26814116/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1541.89 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 154114 75 0 0 20 0 2 0 331689712 1096355840 256978 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256978 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1542.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 154109 99 0 0 20 0 2 0 331689714 1096355840 256978 33554432000 4194304 5964478 140736648539120 139901102094360 4382008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1070660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16926
/proc/meminfo: memFree=26813964/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1601.88 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 160113 75 0 0 20 0 2 0 331689712 1096355840 256978 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256978 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1602.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 160108 100 0 0 20 0 2 0 331689714 1096355840 256978 33554432000 4194304 5964478 140736648539120 139901102094360 4388292 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1070660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16926
/proc/meminfo: memFree=26813536/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1661.87 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 166112 75 0 0 20 0 2 0 331689712 1096355840 256978 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256978 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1662.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 166107 101 0 0 20 0 2 0 331689714 1096355840 256978 33554432000 4194304 5964478 140736648539120 139901102094360 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1070660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16926
/proc/meminfo: memFree=26813524/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1721.86 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 172111 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1722.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 172106 102 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1070660

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1781.85 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 178110 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1782.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 178105 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1070660

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1791.45 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179070 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1791.68 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179065 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 1070660

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1794.65 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179390 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1794.88 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179385 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4381732 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 1070660

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1797.85 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179710 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1798.08 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179705 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 1070660

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1798.65 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179790 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1798.88 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179785 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4391405 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1070660

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1799.05 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179830 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1799.28 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179825 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 1070660

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1799.45 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179870 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1799.68 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179865 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4382029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1070660

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16926
/proc/meminfo: memFree=26813648/32873648 swapFree=6864/6864
[pid=16846] ppid=16844 vsize=1070660 CPUtime=1799.55 cores=1,3,5,7
/proc/16846/stat : 16846 (pwbo2.02) S 16844 16846 13572 0 -1 4202496 256511 0 0 0 179880 75 0 0 20 0 2 0 331689712 1096355840 256977 33554432000 4194304 5964478 140736648539120 140736648538640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16846/statm: 267665 256977 186 433 0 267229 0
[pid=16846/tid=16848] ppid=16844 vsize=1070660 CPUtime=1799.78 cores=1,3,5,7
/proc/16846/task/16848/stat : 16848 (pwbo2.02) R 16844 16846 13572 0 -1 4202560 255146 0 0 0 179875 103 0 0 20 0 2 0 331689714 1096355840 256977 33554432000 4194304 5964478 140736648539120 139901102094360 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 1070660

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.83
CPU user time (s): 1798.77
CPU system time (s): 1.05784
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 1070660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.05784
maximum resident set size= 1028224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256514
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= 273
involuntary context switches= 1839

runsolver used 2.83857 second user time and 7.2289 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 18:47:17
IDJOB=3726574
IDBENCH=2584
IDSOLVER=2310
FILE ID=node120/3726574-1338655637
RUNJOBID= node120-1338651811-14892
PBS_JOBID= 14636460
Free space on /tmp= 70768 MiB

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

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=2039938576

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28278348 kB
Buffers:          540320 kB
Cached:          2731040 kB
SwapCached:         1572 kB
Active:          2027664 kB
Inactive:        1640496 kB
Active(anon):     388576 kB
Inactive(anon):     9228 kB
Active(file):    1639088 kB
Inactive(file):  1631268 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              5488 kB
Writeback:             0 kB
AnonPages:        408772 kB
Mapped:            11464 kB
Shmem:                32 kB
Slab:             790736 kB
SReclaimable:     234972 kB
SUnreclaim:       555764 kB
KernelStack:        1496 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     255656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 70780 MiB
End job on node120 at 2012-06-02 19:17:17