Trace number 3727078

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.72? 1799.52 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
MD5SUM6f6d5bf9df98767681bd16885050de4b
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.069988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
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 66
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727078-1338659023.opb.
0.00/0.00	c Instance file HOME/instance-3727078-1338659023.opb
0.00/0.00	c File size is 69123 bytes.
0.00/0.00	c Highest Coefficient sum: 66
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:      3900                                                |
0.00/0.00	c |  Number Clauses:        65                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3727078-1338659023/watcher-3727078-1338659023 -o /tmp/evaluation-result-3727078-1338659023/solver-3727078-1338659023 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727078-1338659023.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/177 10024
/proc/meminfo: memFree=28020276/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=3964 CPUtime=0 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) R 10022 10024 7878 0 -1 4202496 505 0 0 0 0 0 0 0 20 0 1 0 332029171 4059136 457 33554432000 4194304 5964350 140733456416000 140736450525240 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 991 457 165 433 0 538 0

[startup+0.0166579 s]
/proc/loadavg: 2.00 2.01 2.00 2/177 10024
/proc/meminfo: memFree=28020276/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=84860 CPUtime=0.01 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 1514 0 0 0 1 0 0 0 20 0 2 0 332029171 86896640 1449 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21215 1449 182 433 0 20779 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84860

[startup+0.100271 s]
/proc/loadavg: 2.00 2.01 2.00 2/177 10024
/proc/meminfo: memFree=28020276/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=84860 CPUtime=0.09 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 1771 0 0 0 9 0 0 0 20 0 2 0 332029171 86896640 1706 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21215 1706 184 433 0 20779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84860

[startup+0.300203 s]
/proc/loadavg: 2.00 2.01 2.00 2/177 10024
/proc/meminfo: memFree=28020276/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=84860 CPUtime=0.29 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 2212 0 0 0 29 0 0 0 20 0 2 0 332029171 86896640 2147 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21215 2147 184 433 0 20779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84860

[startup+0.700221 s]
/proc/loadavg: 2.00 2.01 2.00 2/177 10024
/proc/meminfo: memFree=28020276/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=84860 CPUtime=0.69 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 3033 0 0 0 69 0 0 0 20 0 2 0 332029171 86896640 2968 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21215 2968 184 433 0 20779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84860

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10026
/proc/meminfo: memFree=28007464/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=84860 CPUtime=1.49 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 4566 0 0 0 149 0 0 0 20 0 2 0 332029171 86896640 4501 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21215 4501 184 433 0 20779 0
[pid=10024/tid=10026] ppid=10022 vsize=84860 CPUtime=1.47 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 3548 0 0 0 147 0 0 0 20 0 2 0 332029172 86896640 4501 33554432000 4194304 5964350 140733456416000 139828706117432 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84860

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10026
/proc/meminfo: memFree=27999032/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=85004 CPUtime=3.09 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 6964 0 0 0 308 1 0 0 20 0 2 0 332029171 87044096 6899 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21251 6899 184 433 0 20815 0
[pid=10024/tid=10026] ppid=10022 vsize=85004 CPUtime=3.07 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 5946 0 0 0 306 1 0 0 20 0 2 0 332029172 87044096 6899 33554432000 4194304 5964350 140733456416000 139828706117624 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85004

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10026
/proc/meminfo: memFree=27986492/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=85004 CPUtime=6.28 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 8156 0 0 0 627 1 0 0 20 0 2 0 332029171 87044096 8091 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21251 8091 184 433 0 20815 0
[pid=10024/tid=10026] ppid=10022 vsize=85004 CPUtime=6.26 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 7138 0 0 0 625 1 0 0 20 0 2 0 332029172 87044096 8091 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10026
/proc/meminfo: memFree=27974712/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=85076 CPUtime=12.69 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 11431 0 0 0 1266 3 0 0 20 0 2 0 332029171 87117824 11366 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 21269 11366 184 433 0 20833 0
[pid=10024/tid=10026] ppid=10022 vsize=85076 CPUtime=12.64 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 10413 0 0 0 1261 3 0 0 20 0 2 0 332029172 87117824 11366 33554432000 4194304 5964350 140733456416000 139828706117624 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85076

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10026
/proc/meminfo: memFree=27935000/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=150720 CPUtime=25.48 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 20427 0 0 0 2542 6 0 0 20 0 2 0 332029171 154337280 20362 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 37680 20362 184 433 0 37244 0
[pid=10024/tid=10026] ppid=10022 vsize=150720 CPUtime=25.41 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 19410 0 0 0 2535 6 0 0 20 0 2 0 332029172 154337280 20363 33554432000 4194304 5964350 140733456416000 139828706117432 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150720

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10026
/proc/meminfo: memFree=27862676/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=216416 CPUtime=51.08 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 34135 0 0 0 5098 10 0 0 20 0 2 0 332029171 221609984 34070 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 54104 34070 184 433 0 53668 0
[pid=10024/tid=10026] ppid=10022 vsize=216416 CPUtime=50.94 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 33117 0 0 0 5084 10 0 0 20 0 2 0 332029172 221609984 34070 33554432000 4194304 5964350 140733456416000 139828706117624 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 216416

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10026
/proc/meminfo: memFree=27752996/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=282192 CPUtime=102.28 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 53379 0 0 0 10211 17 0 0 20 0 2 0 332029171 288964608 53314 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 70548 53314 184 433 0 70112 0
[pid=10024/tid=10026] ppid=10022 vsize=282192 CPUtime=102.01 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 52361 0 0 0 10183 18 0 0 20 0 2 0 332029172 288964608 53314 33554432000 4194304 5964350 140733456416000 139828706117624 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 282192

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10027
/proc/meminfo: memFree=27675676/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=282192 CPUtime=162.26 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 65790 0 0 0 16205 21 0 0 20 0 2 0 332029171 288964608 65741 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 70548 65741 184 433 0 70112 0
[pid=10024/tid=10026] ppid=10022 vsize=282192 CPUtime=161.85 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 64772 0 0 0 16162 23 0 0 20 0 2 0 332029172 288964608 65741 33554432000 4194304 5964350 140733456416000 139828706117624 4381928 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 282192

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10028
/proc/meminfo: memFree=27660600/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=347728 CPUtime=222.22 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 67681 0 0 0 22200 22 0 0 20 0 2 0 332029171 356073472 67629 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 86932 67629 184 433 0 86496 0
[pid=10024/tid=10026] ppid=10022 vsize=347728 CPUtime=221.66 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 66663 0 0 0 22141 25 0 0 20 0 2 0 332029172 356073472 67629 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 347728

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10028
/proc/meminfo: memFree=27608300/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=347728 CPUtime=282.17 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 78789 0 0 0 28192 25 0 0 20 0 2 0 332029171 356073472 78723 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 86932 78723 184 433 0 86496 0
[pid=10024/tid=10026] ppid=10022 vsize=347728 CPUtime=281.47 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 77771 0 0 0 28118 29 0 0 20 0 2 0 332029172 356073472 78723 33554432000 4194304 5964350 140733456416000 139828706117624 4381941 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 347728

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10028
/proc/meminfo: memFree=27566764/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=413408 CPUtime=342.14 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 86406 0 0 0 34187 27 0 0 20 0 2 0 332029171 423329792 87322 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 103352 87322 184 433 0 102916 0
[pid=10024/tid=10026] ppid=10022 vsize=413408 CPUtime=341.3 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 85388 0 0 0 34098 32 0 0 20 0 2 0 332029172 423329792 87322 33554432000 4194304 5964350 140733456416000 139828706117624 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 413408

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10031
/proc/meminfo: memFree=27544848/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=413408 CPUtime=402.13 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 86421 0 0 0 40186 27 0 0 20 0 2 0 332029171 423329792 87319 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 103352 87319 184 433 0 102916 0
[pid=10024/tid=10026] ppid=10022 vsize=413408 CPUtime=401.14 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 85403 0 0 0 40081 33 0 0 20 0 2 0 332029172 423329792 87319 33554432000 4194304 5964350 140733456416000 139828706117656 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 413408

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10031
/proc/meminfo: memFree=27524984/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=413768 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10060
/proc/meminfo: memFree=27002168/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=819456 CPUtime=1421.9 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 198948 0 0 0 142120 70 0 0 20 0 2 0 332029171 839122944 200175 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 204864 200175 184 433 0 204428 0
[pid=10024/tid=10026] ppid=10022 vsize=819456 CPUtime=1418.4 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 197930 0 0 0 141749 91 0 0 20 0 2 0 332029172 839122944 200175 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 819456

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10060
/proc/meminfo: memFree=26980452/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=819456 CPUtime=1481.89 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 198953 0 0 0 148119 70 0 0 20 0 2 0 332029171 839122944 200180 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 204864 200180 184 433 0 204428 0
[pid=10024/tid=10026] ppid=10022 vsize=819456 CPUtime=1478.23 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 197935 0 0 0 147731 92 0 0 20 0 2 0 332029172 839122944 200180 33554432000 4194304 5964350 140733456416000 139828706117624 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 819456

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10099
/proc/meminfo: memFree=27427716/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=819456 CPUtime=1541.88 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 198959 0 0 0 154118 70 0 0 20 0 2 0 332029171 839122944 200182 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 204864 200182 184 433 0 204428 0
[pid=10024/tid=10026] ppid=10022 vsize=819456 CPUtime=1538.07 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 197941 0 0 0 153714 93 0 0 20 0 2 0 332029172 839122944 200182 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 819456

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10102
/proc/meminfo: memFree=27398076/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=884992 CPUtime=1601.85 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 201168 0 0 0 160115 70 0 0 20 0 2 0 332029171 906231808 202382 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 221248 202384 184 433 0 220812 0
[pid=10024/tid=10026] ppid=10022 vsize=884992 CPUtime=1597.9 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 200152 0 0 0 159696 94 0 0 20 0 2 0 332029172 906231808 202384 33554432000 4194304 5964350 140733456416000 139828706117624 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 884992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10141
/proc/meminfo: memFree=27330676/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=953732 CPUtime=1661.84 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 217907 0 0 0 166107 77 0 0 20 0 2 0 332029171 976621568 219121 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238433 219121 184 433 0 237997 0
[pid=10024/tid=10026] ppid=10022 vsize=953732 CPUtime=1657.74 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 216889 0 0 0 165672 102 0 0 20 0 2 0 332029172 976621568 219121 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 953732

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10142
/proc/meminfo: memFree=27254684/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954056 CPUtime=1721.84 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224770 0 0 0 172105 79 0 0 20 0 2 0 332029171 976953344 225984 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238514 225984 184 433 0 238078 0
[pid=10024/tid=10026] ppid=10022 vsize=954056 CPUtime=1717.58 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223752 0 0 0 171653 105 0 0 20 0 2 0 332029172 976953344 225984 33554432000 4194304 5964350 140733456416000 139828706117624 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 954056

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27202596/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1781.83 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224784 0 0 0 178104 79 0 0 20 0 2 0 332029171 977027072 225998 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 225998 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1777.43 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223766 0 0 0 177637 106 0 0 20 0 2 0 332029172 977027072 225998 33554432000 4194304 5964350 140733456416000 139828706117672 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 954128

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27190072/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1791.43 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224787 0 0 0 179064 79 0 0 20 0 2 0 332029171 977027072 226001 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226001 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1787.01 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223769 0 0 0 178595 106 0 0 20 0 2 0 332029172 977027072 226001 33554432000 4194304 5964350 140733456416000 139828706117672 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 954128

[startup+1795.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27185980/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1794.63 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224787 0 0 0 179384 79 0 0 20 0 2 0 332029171 977027072 226001 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226001 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1790.2 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223769 0 0 0 178914 106 0 0 20 0 2 0 332029172 977027072 226001 33554432000 4194304 5964350 140733456416000 139828706117672 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 954128

[startup+1798.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27183128/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1797.82 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224787 0 0 0 179703 79 0 0 20 0 2 0 332029171 977027072 226001 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226001 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1793.39 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223769 0 0 0 179233 106 0 0 20 0 2 0 332029172 977027072 226001 33554432000 4194304 5964350 140733456416000 139828706117672 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 954128

[startup+1799.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27181516/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1798.62 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224788 0 0 0 179783 79 0 0 20 0 2 0 332029171 977027072 226002 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226002 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1794.18 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223770 0 0 0 179312 106 0 0 20 0 2 0 332029172 977027072 226002 33554432000 4194304 5964350 140733456416000 139828706117672 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 954128

[startup+1799.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27180648/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1799.03 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224788 0 0 0 179824 79 0 0 20 0 2 0 332029171 977027072 226002 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226002 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1794.59 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223770 0 0 0 179353 106 0 0 20 0 2 0 332029172 977027072 226002 33554432000 4194304 5964350 140733456416000 139828706117672 4381880 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 954128

[startup+1799.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27180648/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1799.42 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224788 0 0 0 179863 79 0 0 20 0 2 0 332029171 977027072 226002 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226002 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1794.98 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223770 0 0 0 179392 106 0 0 20 0 2 0 332029172 977027072 226002 33554432000 4194304 5964350 140733456416000 139828706117672 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 954128

[startup+1800 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10142
/proc/meminfo: memFree=27180648/32873648 swapFree=6864/6864
[pid=10024] ppid=10022 vsize=954128 CPUtime=1799.52 cores=0,2,4,6
/proc/10024/stat : 10024 (wbo1.72) S 10022 10024 7878 0 -1 4202496 224788 0 0 0 179873 79 0 0 20 0 2 0 332029171 977027072 226002 33554432000 4194304 5964350 140733456416000 140733456415520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10024/statm: 238532 226002 184 433 0 238096 0
[pid=10024/tid=10026] ppid=10022 vsize=954128 CPUtime=1795.08 cores=0,2,4,6
/proc/10024/task/10026/stat : 10026 (wbo1.72) R 10022 10024 7878 0 -1 4202560 223770 0 0 0 179402 106 0 0 20 0 2 0 332029172 977027072 226002 33554432000 4194304 5964350 140733456416000 139828706117672 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 954128

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10024 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=35265
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=81835
# CPU time returned by wait4() is 1795.12
# while last known CPU time is 1799.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.52
CPU user time (s): 1798.73
CPU system time (s): 0.79
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 954128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 1.08183
maximum resident set size= 904020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224791
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= 295
involuntary context switches= 1874

runsolver used 3.45247 second user time and 8.17476 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-02 19:43:43
IDJOB=3727078
IDBENCH=2581
IDSOLVER=2313
FILE ID=node113/3727078-1338659023
RUNJOBID= node113-1338651535-9377
PBS_JOBID= 14636467
Free space on /tmp= 71040 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727078-1338659023/watcher-3727078-1338659023 -o /tmp/evaluation-result-3727078-1338659023/solver-3727078-1338659023 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727078-1338659023.opb

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=350704691

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.92
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		: 2667.026
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:        28020516 kB
Buffers:          495736 kB
Cached:          3242468 kB
SwapCached:         2020 kB
Active:          1821740 kB
Inactive:        2146432 kB
Active(anon):     229688 kB
Inactive(anon):     1800 kB
Active(file):    1592052 kB
Inactive(file):  2144632 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099596 kB
Dirty:              5760 kB
Writeback:             0 kB
AnonPages:        234320 kB
Mapped:            12076 kB
Shmem:                 0 kB
Slab:             748936 kB
SReclaimable:     193260 kB
SUnreclaim:       555676 kB
KernelStack:        1480 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     153440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71036 MiB
End job on node113 at 2012-06-02 20:13:43