Trace number 3727081

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUMd887ec44be40cf432f8acabc52df2afa
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.116981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
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 82
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-3727081-1338659416.opb.
0.00/0.00	c Instance file HOME/instance-3727081-1338659416.opb
0.00/0.00	c File size is 115835 bytes.
0.00/0.01	c Highest Coefficient sum: 82
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:      6480                                                |
0.00/0.01	c |  Number Clauses:        81                                                  |
0.00/0.01	c |  Number Cardinality:    80                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	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.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3727081-1338659416/watcher-3727081-1338659416 -o /tmp/evaluation-result-3727081-1338659416/solver-3727081-1338659416 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727081-1338659416.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.07 2.02 2.00 3/180 4745
/proc/meminfo: memFree=28894252/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=4532 CPUtime=0 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) R 4743 4745 2201 0 -1 4202496 601 0 0 0 0 0 0 0 20 0 1 0 332066355 4640768 553 33554432000 4194304 5964350 140736786233248 140735945586376 4395449 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 1133 553 164 433 0 668 0

[startup+0.0706799 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 4745
/proc/meminfo: memFree=28894252/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=0.06 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 2168 0 0 0 6 0 0 0 20 0 2 0 332066355 87904256 1950 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 1950 183 433 0 21025 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85844

[startup+0.100193 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 4745
/proc/meminfo: memFree=28894252/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=0.09 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 2262 0 0 0 9 0 0 0 20 0 2 0 332066355 87904256 2044 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 2044 184 433 0 21025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85844

[startup+0.300114 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 4745
/proc/meminfo: memFree=28894252/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=0.29 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 2616 0 0 0 29 0 0 0 20 0 2 0 332066355 87904256 2398 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 2398 184 433 0 21025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85844

[startup+0.700112 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 4745
/proc/meminfo: memFree=28894252/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=0.68 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 3322 0 0 0 68 0 0 0 20 0 2 0 332066355 87904256 3104 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 3104 184 433 0 21025 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85844

[startup+1.50024 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 4747
/proc/meminfo: memFree=28880820/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=1.49 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 4628 0 0 0 148 1 0 0 20 0 2 0 332066355 87904256 4410 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 4410 184 433 0 21025 0
[pid=4745/tid=4747] ppid=4743 vsize=85844 CPUtime=1.47 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 3400 0 0 0 147 0 0 0 20 0 2 0 332066356 87904256 4410 33554432000 4194304 5964350 140736786233248 140516533016568 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85844

[startup+3.10024 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 4747
/proc/meminfo: memFree=28873628/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=3.08 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 7252 0 0 0 307 1 0 0 20 0 2 0 332066355 87904256 7034 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 7034 184 433 0 21025 0
[pid=4745/tid=4747] ppid=4743 vsize=85844 CPUtime=3.06 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 6024 0 0 0 305 1 0 0 20 0 2 0 332066356 87904256 7034 33554432000 4194304 5964350 140736786233248 140516533016568 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85844

[startup+6.30024 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 4747
/proc/meminfo: memFree=28862104/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=6.29 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 9009 0 0 0 627 2 0 0 20 0 2 0 332066355 87904256 8791 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 8791 184 433 0 21025 0
[pid=4745/tid=4747] ppid=4743 vsize=85844 CPUtime=6.25 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 7781 0 0 0 623 2 0 0 20 0 2 0 332066356 87904256 8791 33554432000 4194304 5964350 140736786233248 140516533016568 4381958 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85844

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 4747
/proc/meminfo: memFree=28846488/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=85844 CPUtime=12.69 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 12018 0 0 0 1266 3 0 0 20 0 2 0 332066355 87904256 11800 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 21461 11800 184 433 0 21025 0
[pid=4745/tid=4747] ppid=4743 vsize=85844 CPUtime=12.64 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 10790 0 0 0 1261 3 0 0 20 0 2 0 332066356 87904256 11800 33554432000 4194304 5964350 140736786233248 140516533016568 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85844

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 4747
/proc/meminfo: memFree=28821876/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=151380 CPUtime=25.48 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 18341 0 0 0 2543 5 0 0 20 0 2 0 332066355 155013120 18123 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 37845 18123 184 433 0 37409 0
[pid=4745/tid=4747] ppid=4743 vsize=151380 CPUtime=25.4 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 17113 0 0 0 2535 5 0 0 20 0 2 0 332066356 155013120 18123 33554432000 4194304 5964350 140736786233248 140516533016568 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151380

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 4747
/proc/meminfo: memFree=28779924/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=151704 CPUtime=51.08 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 28298 0 0 0 5099 9 0 0 20 0 2 0 332066355 155344896 28080 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 37926 28080 184 433 0 37490 0
[pid=4745/tid=4747] ppid=4743 vsize=151704 CPUtime=50.94 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 27070 0 0 0 5085 9 0 0 20 0 2 0 332066356 155344896 28080 33554432000 4194304 5964350 140736786233248 140516533016568 5179179 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151704

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 4747
/proc/meminfo: memFree=28624844/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=282936 CPUtime=102.28 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 65857 0 0 0 10207 21 0 0 20 0 2 0 332066355 289726464 65639 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 70734 65639 184 433 0 70298 0
[pid=4745/tid=4747] ppid=4743 vsize=282936 CPUtime=102.01 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 64629 0 0 0 10179 22 0 0 20 0 2 0 332066356 289726464 65639 33554432000 4194304 5964350 140736786233248 140516533016376 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 282936

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 4747
/proc/meminfo: memFree=28525444/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=348712 CPUtime=162.27 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 79321 0 0 0 16201 26 0 0 20 0 2 0 332066355 357081088 79103 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 87178 79103 184 433 0 86742 0
[pid=4745/tid=4747] ppid=4743 vsize=348712 CPUtime=161.85 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 78093 0 0 0 16158 27 0 0 20 0 2 0 332066356 357081088 79103 33554432000 4194304 5964350 140736786233248 140516533016568 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 348712

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 4748
/proc/meminfo: memFree=28466404/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=414248 CPUtime=222.25 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 83669 0 0 0 22199 26 0 0 20 0 2 0 332066355 424189952 83451 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 103562 83451 184 433 0 103126 0
[pid=4745/tid=4747] ppid=4743 vsize=414248 CPUtime=221.7 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 82441 0 0 0 22141 29 0 0 20 0 2 0 332066356 424189952 83451 33554432000 4194304 5964350 140736786233248 140516533016568 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 414248

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4748
/proc/meminfo: memFree=28416624/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=414248 CPUtime=282.23 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 86197 0 0 0 28196 27 0 0 20 0 2 0 332066355 424189952 85963 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 103562 85964 184 433 0 103126 0
[pid=4745/tid=4747] ppid=4743 vsize=414248 CPUtime=281.52 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 84970 0 0 0 28121 31 0 0 20 0 2 0 332066356 424189952 85964 33554432000 4194304 5964350 140736786233248 140516533016376 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 414248

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4748
/proc/meminfo: memFree=28319376/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=479784 CPUtime=342.21 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 102319 0 0 0 34186 35 0 0 20 0 2 0 332066355 491298816 102075 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 119946 102075 184 433 0 119510 0
[pid=4745/tid=4747] ppid=4743 vsize=479784 CPUtime=341.34 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 101091 0 0 0 34094 40 0 0 20 0 2 0 332066356 491298816 102075 33554432000 4194304 5964350 140736786233248 140516533016568 4403570 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 479784

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4748
/proc/meminfo: memFree=28238680/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=479784 CPUtime=402.17 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 113088 0 0 0 40178 39 0 0 20 0 2 0 332066355 491298816 112835 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 119946 112835 184 433 0 119510 0
[pid=4745/tid=4747] ppid=4743 vsize=479784 CPUtime=401.15 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 111860 0 0 0 40070 45 0 0 20 0 2 0 332066356 491298816 112835 33554432000 4194304 5964350 140736786233248 140516533016568 4381928 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 479784

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4748
/proc/meminfo: memFree=28206740/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=479784 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4898
/proc/meminfo: memFree=28055584/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136152 CPUtime=1421.91 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270057 0 0 0 142090 101 0 0 20 0 2 0 332066355 1163419648 270185 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284038 270185 184 433 0 283602 0
[pid=4745/tid=4747] ppid=4743 vsize=1136152 CPUtime=1418.41 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268829 0 0 0 141719 122 0 0 20 0 2 0 332066356 1163419648 270185 33554432000 4194304 5964350 140736786233248 140516533016376 4399976 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1136152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4898
/proc/meminfo: memFree=28042044/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136152 CPUtime=1481.89 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270066 0 0 0 148088 101 0 0 20 0 2 0 332066355 1163419648 270244 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284038 270244 184 433 0 283602 0
[pid=4745/tid=4747] ppid=4743 vsize=1136152 CPUtime=1478.25 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268838 0 0 0 147702 123 0 0 20 0 2 0 332066356 1163419648 270244 33554432000 4194304 5964350 140736786233248 140516533016376 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1136152

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 4898
/proc/meminfo: memFree=28024216/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136152 CPUtime=1541.88 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270074 0 0 0 154087 101 0 0 20 0 2 0 332066355 1163419648 270304 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284038 270304 184 433 0 283602 0
[pid=4745/tid=4747] ppid=4743 vsize=1136152 CPUtime=1538.09 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268846 0 0 0 153685 124 0 0 20 0 2 0 332066356 1163419648 270304 33554432000 4194304 5964350 140736786233248 140516533016376 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1136152

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 4898
/proc/meminfo: memFree=28004904/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136152 CPUtime=1601.86 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270087 0 0 0 160085 101 0 0 20 0 2 0 332066355 1163419648 270384 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284038 270384 184 433 0 283602 0
[pid=4745/tid=4747] ppid=4743 vsize=1136152 CPUtime=1597.93 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268859 0 0 0 159668 125 0 0 20 0 2 0 332066356 1163419648 270384 33554432000 4194304 5964350 140736786233248 140516533016376 4400396 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1136152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4898
/proc/meminfo: memFree=27987296/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1661.85 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270107 0 0 0 166084 101 0 0 20 0 2 0 332066355 1163972608 270404 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270404 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1657.78 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268879 0 0 0 165652 126 0 0 20 0 2 0 332066356 1163972608 270404 33554432000 4194304 5964350 140736786233248 140516533016744 4391311 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1136692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4899
/proc/meminfo: memFree=27982460/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1721.84 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 172083 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1717.62 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 171635 127 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1136692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4899
/proc/meminfo: memFree=27965596/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1781.83 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 178082 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1777.47 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 177619 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1136692

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27963456/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1791.44 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179043 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1787.05 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 178577 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4399976 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 1136692

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27962860/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1794.64 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179363 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1790.24 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 178896 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 1136692

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27962240/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1797.83 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179682 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1793.43 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 179215 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4400011 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 1136692

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27961868/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1798.63 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179762 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1794.23 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 179295 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4400011 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 1136692

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27961620/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1799.04 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179803 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1794.63 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 179335 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4399998 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 1136692

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27961620/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1799.43 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179842 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1795.03 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 179375 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 1136692

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4902
/proc/meminfo: memFree=27961620/32873844 swapFree=7620/7620
[pid=4745] ppid=4743 vsize=1136692 CPUtime=1799.53 cores=1,3,5,7
/proc/4745/stat : 4745 (wbo1.72) S 4743 4745 2201 0 -1 4202496 270111 0 0 0 179852 101 0 0 20 0 2 0 332066355 1163972608 270408 33554432000 4194304 5964350 140736786233248 140736786232768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4745/statm: 284173 270408 184 433 0 283737 0
[pid=4745/tid=4747] ppid=4743 vsize=1136692 CPUtime=1795.13 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (wbo1.72) R 4743 4745 2201 0 -1 4202560 268883 0 0 0 179385 128 0 0 20 0 2 0 332066356 1163972608 270408 33554432000 4194304 5964350 140736786233248 140516533016744 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 1136692

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4745 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=868290
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=296802
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.53
#
# 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.53
CPU user time (s): 1798.52
CPU system time (s): 1.01
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 1136692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 1.2968
maximum resident set size= 1081644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270114
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= 348
involuntary context switches= 2775

runsolver used 3.05553 second user time and 8.50771 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-02 19:50:16
IDJOB=3727081
IDBENCH=2588
IDSOLVER=2313
FILE ID=node135/3727081-1338659416
RUNJOBID= node135-1338651358-3626
PBS_JOBID= 14636445
Free space on /tmp= 70996 MiB

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

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

MD5SUM BENCH= d887ec44be40cf432f8acabc52df2afa
RANDOM SEED=16820483

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28894632 kB
Buffers:          342456 kB
Cached:          2420860 kB
SwapCached:         1676 kB
Active:          1458712 kB
Inactive:        1680800 kB
Active(anon):     366232 kB
Inactive(anon):    12048 kB
Active(file):    1092480 kB
Inactive(file):  1668752 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105796 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        381732 kB
Mapped:            11180 kB
Shmem:               132 kB
Slab:             698860 kB
SReclaimable:     140868 kB
SUnreclaim:       557992 kB
KernelStack:        1512 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 70992 MiB
End job on node135 at 2012-06-02 20:20:16