Trace number 3704767

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.7UNSAT 846.12 846.363

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMd370b072a7e1b298fd6270f5934fda51
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.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
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 16
Number of bits of the biggest sum of numbers5
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704767-1338098621.opb.
0.00/0.00	c Instance file HOME/instance-3704767-1338098621.opb
0.00/0.00	c File size is 2569 bytes.
0.00/0.00	c Highest Coefficient sum: 16
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      150                                                 |
0.00/0.00	c |  Number Clauses:        15                                                  |
0.00/0.00	c |  Number Cardinality:    10                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
846.12/846.35	c ===============================================================================
846.12/846.35	c Wall Clock Time: 846.36 s
846.12/846.35	s UNSATISFIABLE

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-3704767-1338098621/watcher-3704767-1338098621 -o /tmp/evaluation-result-3704767-1338098621/solver-3704767-1338098621 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704767-1338098621.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.02 2.03 2.00 2/175 10704
/proc/meminfo: memFree=31088336/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=0 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 2 0 275990535 85590016 702 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 702 184 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=0 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 275990535 85590016 703 33554432000 4194304 5963574 140736503395424 140736000876136 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0653521 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 10704
/proc/meminfo: memFree=31088336/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=0.06 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 944 0 0 0 6 0 0 0 20 0 2 0 275990535 85590016 895 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 895 185 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=0.05 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 241 0 0 0 5 0 0 0 20 0 2 0 275990535 85590016 895 33554432000 4194304 5963574 140736503395424 140736000876136 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83584

[startup+0.100302 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 10704
/proc/meminfo: memFree=31088336/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=0.09 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 1011 0 0 0 9 0 0 0 20 0 2 0 275990535 85590016 962 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 962 185 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=0.08 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 308 0 0 0 8 0 0 0 20 0 2 0 275990535 85590016 962 33554432000 4194304 5963574 140736503395424 140736000876136 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83584

[startup+0.300217 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 10704
/proc/meminfo: memFree=31088336/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=0.29 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 1235 0 0 0 29 0 0 0 20 0 2 0 275990535 85590016 1186 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 1186 185 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=0.28 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 532 0 0 0 28 0 0 0 20 0 2 0 275990535 85590016 1186 33554432000 4194304 5963574 140736503395424 140736000876136 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83584

[startup+0.700212 s]
/proc/loadavg: 2.02 2.03 2.00 2/175 10704
/proc/meminfo: memFree=31088336/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=0.69 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 1566 0 0 0 69 0 0 0 20 0 2 0 275990535 85590016 1517 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 1517 185 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=0.68 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 863 0 0 0 68 0 0 0 20 0 2 0 275990535 85590016 1517 33554432000 4194304 5963574 140736503395424 140357789865784 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83584

[startup+1.50021 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 10706
/proc/meminfo: memFree=31081832/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83584 CPUtime=1.49 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 1976 0 0 0 149 0 0 0 20 0 2 0 275990535 85590016 1927 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20896 1927 185 432 0 20461 0
[pid=10704/tid=10705] ppid=10702 vsize=83584 CPUtime=1.48 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 1273 0 0 0 148 0 0 0 20 0 2 0 275990535 85590016 1927 33554432000 4194304 5963574 140736503395424 140357789865976 4221120 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) 83584

[startup+3.10021 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 10706
/proc/meminfo: memFree=31079592/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83728 CPUtime=3.09 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 2240 0 0 0 309 0 0 0 20 0 2 0 275990535 85737472 2191 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20932 2191 185 432 0 20497 0
[pid=10704/tid=10705] ppid=10702 vsize=83728 CPUtime=3.07 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 1537 0 0 0 307 0 0 0 20 0 2 0 275990535 85737472 2191 33554432000 4194304 5963574 140736503395424 140357789865784 4399488 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) 83728

[startup+6.30021 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 10706
/proc/meminfo: memFree=31076120/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83728 CPUtime=6.29 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 2846 0 0 0 628 1 0 0 20 0 2 0 275990535 85737472 2797 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20932 2797 185 432 0 20497 0
[pid=10704/tid=10705] ppid=10702 vsize=83728 CPUtime=6.27 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 2143 0 0 0 627 0 0 0 20 0 2 0 275990535 85737472 2797 33554432000 4194304 5963574 140736503395424 140357789865976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83728

[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 10706
/proc/meminfo: memFree=31068640/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=83800 CPUtime=12.69 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 3939 0 0 0 1268 1 0 0 20 0 2 0 275990535 85811200 3890 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 20950 3890 185 432 0 20515 0
[pid=10704/tid=10705] ppid=10702 vsize=83800 CPUtime=12.65 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 3236 0 0 0 1264 1 0 0 20 0 2 0 275990535 85811200 3890 33554432000 4194304 5963574 140736503395424 140357789865784 4399603 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) 83800

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 10706
/proc/meminfo: memFree=31057288/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=85420 CPUtime=25.48 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 5589 0 0 0 2547 1 0 0 20 0 2 0 275990535 87470080 5511 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 21355 5511 185 432 0 20920 0
[pid=10704/tid=10705] ppid=10702 vsize=85420 CPUtime=25.42 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 4886 0 0 0 2541 1 0 0 20 0 2 0 275990535 87470080 5511 33554432000 4194304 5963574 140736503395424 140357789865976 4399592 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) 85420

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 10706
/proc/meminfo: memFree=31043392/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=87380 CPUtime=51.08 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 7478 0 0 0 5106 2 0 0 20 0 2 0 275990535 89477120 7390 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 21845 7390 185 432 0 21410 0
[pid=10704/tid=10705] ppid=10702 vsize=87380 CPUtime=50.95 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 6775 0 0 0 5093 2 0 0 20 0 2 0 275990535 89477120 7390 33554432000 4194304 5963574 140736503395424 140357789866024 4399456 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) 87380

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 10745
/proc/meminfo: memFree=31460216/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=91592 CPUtime=102.28 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 9926 0 0 0 10225 3 0 0 20 0 2 0 275990535 93790208 9878 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 22898 9878 185 432 0 22463 0
[pid=10704/tid=10705] ppid=10702 vsize=91592 CPUtime=102.02 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 9223 0 0 0 10198 4 0 0 20 0 2 0 275990535 93790208 9878 33554432000 4194304 5963574 140736503395424 140357789865784 4399603 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) 91592

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10745
/proc/meminfo: memFree=31426324/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=96944 CPUtime=162.26 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 14121 0 0 0 16220 6 0 0 20 0 2 0 275990535 99270656 14999 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 24236 14999 185 432 0 23801 0
[pid=10704/tid=10705] ppid=10702 vsize=96944 CPUtime=161.85 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 13418 0 0 0 16177 8 0 0 20 0 2 0 275990535 99270656 14999 33554432000 4194304 5963574 140736503395424 140357789866024 4221120 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) 96944

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10746
/proc/meminfo: memFree=31416048/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=99464 CPUtime=222.24 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 16455 0 0 0 22217 7 0 0 20 0 2 0 275990535 101851136 17333 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 24866 17333 185 432 0 24431 0
[pid=10704/tid=10705] ppid=10702 vsize=99464 CPUtime=221.7 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 15752 0 0 0 22160 10 0 0 20 0 2 0 275990535 101851136 17333 33554432000 4194304 5963574 140736503395424 140357789866024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 99464

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10746
/proc/meminfo: memFree=31387380/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=101040 CPUtime=282.23 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 19546 0 0 0 28213 10 0 0 20 0 2 0 275990535 103464960 20427 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 25260 20427 185 432 0 24825 0
[pid=10704/tid=10705] ppid=10702 vsize=101040 CPUtime=281.54 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 18843 0 0 0 28141 13 0 0 20 0 2 0 275990535 103464960 20427 33554432000 4194304 5963574 140736503395424 140357789866024 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 101040

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10746
/proc/meminfo: memFree=31371428/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=171528 CPUtime=342.22 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 23463 0 0 0 34210 12 0 0 20 0 2 0 275990535 175644672 24340 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 42882 24340 185 432 0 42447 0
[pid=10704/tid=10705] ppid=10702 vsize=171528 CPUtime=341.38 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 22760 0 0 0 34121 17 0 0 20 0 2 0 275990535 175644672 24340 33554432000 4194304 5963574 140736503395424 140357789866024 4399560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 171528

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 10749
/proc/meminfo: memFree=31363968/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=173888 CPUtime=402.2 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 25248 0 0 0 40207 13 0 0 20 0 2 0 275990535 178061312 26138 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10749
/proc/meminfo: memFree=31350824/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=175860 CPUtime=462.2 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 28507 0 0 0 46203 17 0 0 20 0 2 0 275990535 180080640 29393 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 43965 29393 185 432 0 43530 0
[pid=10704/tid=10705] ppid=10702 vsize=175860 CPUtime=461.07 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 27804 0 0 0 46084 23 0 0 20 0 2 0 275990535 180080640 29393 33554432000 4194304 5963574 140736503395424 140357789865976 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 175860

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10750
/proc/meminfo: memFree=31336624/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=178012 CPUtime=522.19 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 31567 0 0 0 52200 19 0 0 20 0 2 0 275990535 182284288 32453 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 44503 32453 185 432 0 44068 0
[pid=10704/tid=10705] ppid=10702 vsize=178012 CPUtime=520.92 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 30864 0 0 0 52066 26 0 0 20 0 2 0 275990535 182284288 32453 33554432000 4194304 5963574 140736503395424 140357789866024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 178012

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10750
/proc/meminfo: memFree=31323632/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=179496 CPUtime=582.17 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 34820 0 0 0 58195 22 0 0 20 0 2 0 275990535 183803904 35707 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 44874 35707 185 432 0 44439 0
[pid=10704/tid=10705] ppid=10702 vsize=179496 CPUtime=580.75 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 34117 0 0 0 58045 30 0 0 20 0 2 0 275990535 183803904 35707 33554432000 4194304 5963574 140736503395424 140357789866024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 179496

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10750
/proc/meminfo: memFree=31300588/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=180676 CPUtime=642.16 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 36288 0 0 0 64193 23 0 0 20 0 2 0 275990535 185012224 37175 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 45169 37175 185 432 0 44734 0
[pid=10704/tid=10705] ppid=10702 vsize=180676 CPUtime=640.6 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 35585 0 0 0 64028 32 0 0 20 0 2 0 275990535 185012224 37175 33554432000 4194304 5963574 140736503395424 140357789865784 4399527 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 180676

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10751
/proc/meminfo: memFree=31283268/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=248704 CPUtime=702.16 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 40500 0 0 0 70188 28 0 0 20 0 2 0 275990535 254672896 41384 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 62176 41384 185 432 0 61741 0
[pid=10704/tid=10705] ppid=10702 vsize=248704 CPUtime=700.45 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 39797 0 0 0 70008 37 0 0 20 0 2 0 275990535 254672896 41384 33554432000 4194304 5963574 140736503395424 140357789865976 4400032 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 248704

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10751
/proc/meminfo: memFree=31274440/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=251496 CPUtime=762.14 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 42634 0 0 0 76186 28 0 0 20 0 2 0 275990535 257531904 43510 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 62874 43510 185 432 0 62439 0
[pid=10704/tid=10705] ppid=10702 vsize=251496 CPUtime=760.29 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 41931 0 0 0 75990 39 0 0 20 0 2 0 275990535 257531904 43510 33554432000 4194304 5963574 140736503395424 140357789866024 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 251496

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10751
/proc/meminfo: memFree=31255716/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255100 CPUtime=822.12 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47327 0 0 0 82180 32 0 0 20 0 2 0 275990535 261222400 48203 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63775 48203 185 432 0 63340 0
[pid=10704/tid=10705] ppid=10702 vsize=255100 CPUtime=820.13 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46624 0 0 0 81969 44 0 0 20 0 2 0 275990535 261222400 48203 33554432000 4194304 5963574 140736503395424 140357789865784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 255100

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

[startup+831.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31255592/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255244 CPUtime=831.72 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47377 0 0 0 83140 32 0 0 20 0 2 0 275990535 261369856 48253 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63811 48253 185 432 0 63376 0
[pid=10704/tid=10705] ppid=10702 vsize=255244 CPUtime=829.71 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46674 0 0 0 82927 44 0 0 20 0 2 0 275990535 261369856 48253 33554432000 4194304 5963574 140736503395424 140357789865784 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 831.72
Current children cumulated vsize (KiB) 255244

[startup+838.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31255096/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=838.12 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47511 0 0 0 83780 32 0 0 20 0 2 0 275990535 262012928 48387 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48387 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=836.09 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46808 0 0 0 83565 44 0 0 20 0 2 0 275990535 262012928 48387 33554432000 4194304 5963574 140736503395424 140357789866024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 838.12
Current children cumulated vsize (KiB) 255872

[startup+841.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31254972/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=841.32 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47512 0 0 0 84100 32 0 0 20 0 2 0 275990535 262012928 48388 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48388 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=839.29 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46809 0 0 0 83885 44 0 0 20 0 2 0 275990535 262012928 48388 33554432000 4194304 5963574 140736503395424 140357789866024 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 841.32
Current children cumulated vsize (KiB) 255872

[startup+844.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31254848/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=844.52 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47522 0 0 0 84420 32 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48398 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=842.48 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46819 0 0 0 84204 44 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140357789866024 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 844.52
Current children cumulated vsize (KiB) 255872

[startup+845.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31254848/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=845.32 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47522 0 0 0 84500 32 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48398 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=843.27 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46819 0 0 0 84283 44 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140357789866024 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 845.32
Current children cumulated vsize (KiB) 255872

[startup+845.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31254848/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=845.72 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47522 0 0 0 84540 32 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48398 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=843.68 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46819 0 0 0 84324 44 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140357789866024 4399488 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 845.72
Current children cumulated vsize (KiB) 255872

[startup+846.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10752
/proc/meminfo: memFree=31254848/32873844 swapFree=6088/6088
[pid=10704] ppid=10702 vsize=255872 CPUtime=846.12 cores=0,2,4,6
/proc/10704/stat : 10704 (wbo1.7) S 10702 10704 8971 0 -1 4202496 47522 0 0 0 84580 32 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140736503394944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10704/statm: 63968 48398 185 432 0 63533 0
[pid=10704/tid=10705] ppid=10702 vsize=255872 CPUtime=844.07 cores=0,2,4,6
/proc/10704/task/10705/stat : 10705 (wbo1.7) R 10702 10704 8971 0 -1 4202560 46819 0 0 0 84363 44 0 0 20 0 2 0 275990535 262012928 48398 33554432000 4194304 5963574 140736503395424 140357789866024 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 846.12
Current children cumulated vsize (KiB) 255872

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10704 and gives
#  childrusage.ru_utime.tv_sec=843
#  childrusage.ru_utime.tv_usec=691739
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=456930
# CPU time returned by wait4() is 844.149
# while last known CPU time is 846.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 846.363
CPU time (s): 846.12
CPU user time (s): 845.8
CPU system time (s): 0.32
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 255872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.692
system time used= 0.45693
maximum resident set size= 193596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47523
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= 65
involuntary context switches= 948

runsolver used 1.49277 second user time and 3.35449 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 08:03:41
IDJOB=3704767
IDBENCH=2603
IDSOLVER=2283
FILE ID=node110/3704767-1338098621
RUNJOBID= node110-1338085012-8987
PBS_JOBID= 14624425
Free space on /tmp= 71676 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704767-1338098621/watcher-3704767-1338098621 -o /tmp/evaluation-result-3704767-1338098621/solver-3704767-1338098621 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704767-1338098621.opb

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=1529776298

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31088684 kB
Buffers:          223912 kB
Cached:           271224 kB
SwapCached:          148 kB
Active:           939408 kB
Inactive:          60620 kB
Active(anon):     494676 kB
Inactive(anon):    12496 kB
Active(file):     444732 kB
Inactive(file):    48124 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        475608 kB
Mapped:            14908 kB
Shmem:               196 kB
Slab:             644396 kB
SReclaimable:      86908 kB
SUnreclaim:       557488 kB
KernelStack:        1472 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 71668 MiB
End job on node110 at 2012-05-27 08:17:47