Trace number 3704769

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.7? 1799.63 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
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.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
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 26
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-3704769-1338097543.opb.
0.00/0.00	c Instance file HOME/instance-3704769-1338097543.opb
0.00/0.00	c File size is 8319 bytes.
0.00/0.00	c Highest Coefficient sum: 26
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:      500                                                 |
0.00/0.00	c |  Number Clauses:        25                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3704769-1338097543/watcher-3704769-1338097543 -o /tmp/evaluation-result-3704769-1338097543/solver-3704769-1338097543 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704769-1338097543.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.01 2.01 2.00 3/177 25612
/proc/meminfo: memFree=31297264/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=0 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 2 0 275879860 85704704 768 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 768 183 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=0 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 84 0 0 0 0 0 0 0 20 0 2 0 275879860 85704704 768 33554432000 4194304 5963574 140735847511408 140736220753656 4399645 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.022503 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25612
/proc/meminfo: memFree=31297264/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=0.01 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 880 0 0 0 1 0 0 0 20 0 2 0 275879860 85704704 829 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 829 185 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=0 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 145 0 0 0 0 0 0 0 20 0 2 0 275879860 85704704 829 33554432000 4194304 5963574 140735847511408 140736220753656 5243463 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83696

[startup+0.100302 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25612
/proc/meminfo: memFree=31297264/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=0.09 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 1090 0 0 0 9 0 0 0 20 0 2 0 275879860 85704704 1039 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 1039 185 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=0.08 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 355 0 0 0 8 0 0 0 20 0 2 0 275879860 85704704 1039 33554432000 4194304 5963574 140735847511408 140725762041656 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83696

[startup+0.300256 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25612
/proc/meminfo: memFree=31297264/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=0.29 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 1512 0 0 0 29 0 0 0 20 0 2 0 275879860 85704704 1461 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 1461 185 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=0.28 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 778 0 0 0 28 0 0 0 20 0 2 0 275879860 85704704 1462 33554432000 4194304 5963574 140735847511408 140725762041656 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83696

[startup+0.700258 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25612
/proc/meminfo: memFree=31297264/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=0.69 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 2254 0 0 0 69 0 0 0 20 0 2 0 275879860 85704704 2203 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 2203 185 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=0.68 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 1519 0 0 0 68 0 0 0 20 0 2 0 275879860 85704704 2203 33554432000 4194304 5963574 140735847511408 140725762041656 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83696

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25614
/proc/meminfo: memFree=31284972/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83696 CPUtime=1.49 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 3157 0 0 0 149 0 0 0 20 0 2 0 275879860 85704704 3106 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20924 3106 185 432 0 20489 0
[pid=25612/tid=25613] ppid=25610 vsize=83696 CPUtime=1.48 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 2422 0 0 0 148 0 0 0 20 0 2 0 275879860 85704704 3106 33554432000 4194304 5963574 140735847511408 140725762041896 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83696

[startup+3.10026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25614
/proc/meminfo: memFree=31281616/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83840 CPUtime=3.08 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 4143 0 0 0 308 0 0 0 20 0 2 0 275879860 85852160 4092 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20960 4092 185 432 0 20525 0
[pid=25612/tid=25613] ppid=25610 vsize=83840 CPUtime=3.07 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 3408 0 0 0 307 0 0 0 20 0 2 0 275879860 85852160 4092 33554432000 4194304 5963574 140735847511408 140725762041656 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83840

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25614
/proc/meminfo: memFree=31261280/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83840 CPUtime=6.29 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 5634 0 0 0 628 1 0 0 20 0 2 0 275879860 85852160 5583 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20960 5583 185 432 0 20525 0
[pid=25612/tid=25613] ppid=25610 vsize=83840 CPUtime=6.26 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 4899 0 0 0 625 1 0 0 20 0 2 0 275879860 85852160 5583 33554432000 4194304 5963574 140735847511408 140725762041848 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83840

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25614
/proc/meminfo: memFree=31244820/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83912 CPUtime=12.69 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 6048 0 0 0 1268 1 0 0 20 0 2 0 275879860 85925888 5997 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20978 5997 185 432 0 20543 0
[pid=25612/tid=25613] ppid=25610 vsize=83912 CPUtime=12.65 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 5313 0 0 0 1264 1 0 0 20 0 2 0 275879860 85925888 5997 33554432000 4194304 5963574 140735847511408 140725762041656 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83912

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31215648/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=83912 CPUtime=25.49 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 7485 0 0 0 2547 2 0 0 20 0 2 0 275879860 85925888 7434 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 20978 7434 185 432 0 20543 0
[pid=25612/tid=25613] ppid=25610 vsize=83912 CPUtime=25.42 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 6750 0 0 0 2540 2 0 0 20 0 2 0 275879860 85925888 7434 33554432000 4194304 5963574 140735847511408 140725762041656 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83912

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31157088/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=84992 CPUtime=51.08 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 9604 0 0 0 5105 3 0 0 20 0 2 0 275879860 87031808 9553 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 21248 9553 185 432 0 20813 0
[pid=25612/tid=25613] ppid=25610 vsize=84992 CPUtime=50.95 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 8869 0 0 0 5092 3 0 0 20 0 2 0 275879860 87031808 9553 33554432000 4194304 5963574 140735847511408 140725762041848 5178411 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84992

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31003152/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=88248 CPUtime=102.25 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 17368 0 0 0 10220 5 0 0 20 0 2 0 275879860 90365952 17656 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 22062 17656 185 432 0 21627 0
[pid=25612/tid=25613] ppid=25610 vsize=88248 CPUtime=102 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 16633 0 0 0 10194 6 0 0 20 0 2 0 275879860 90365952 17656 33554432000 4194304 5963574 140735847511408 140725762041848 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 88248

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25615
/proc/meminfo: memFree=30943508/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=153928 CPUtime=162.24 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 21397 0 0 0 16217 7 0 0 20 0 2 0 275879860 157622272 21685 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 38482 21685 185 432 0 38047 0
[pid=25612/tid=25613] ppid=25610 vsize=153928 CPUtime=161.84 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 20662 0 0 0 16175 9 0 0 20 0 2 0 275879860 157622272 21685 33554432000 4194304 5963574 140735847511408 140725762041656 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153928

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25615
/proc/meminfo: memFree=30942428/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=155080 CPUtime=222.23 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 21627 0 0 0 22216 7 0 0 20 0 2 0 275879860 158801920 21915 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 38770 21915 185 432 0 38335 0
[pid=25612/tid=25613] ppid=25610 vsize=155080 CPUtime=221.69 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 20892 0 0 0 22159 10 0 0 20 0 2 0 275879860 158801920 21915 33554432000 4194304 5963574 140735847511408 140725762041656 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 155080

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/180 25618
/proc/meminfo: memFree=30880236/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=159976 CPUtime=282.23 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 22738 0 0 0 28215 8 0 0 20 0 2 0 275879860 163815424 23011 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 39994 23011 185 432 0 39559 0
[pid=25612/tid=25613] ppid=25610 vsize=159976 CPUtime=281.53 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 22003 0 0 0 28141 12 0 0 20 0 2 0 275879860 163815424 23011 33554432000 4194304 5963574 140735847511408 140725762041896 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 159976

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/179 25618
/proc/meminfo: memFree=30869316/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=161116 CPUtime=342.2 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 25409 0 0 0 34209 11 0 0 20 0 2 0 275879860 164982784 25705 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 40279 25705 185 432 0 39844 0
[pid=25612/tid=25613] ppid=25610 vsize=161116 CPUtime=341.37 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 24674 0 0 0 34121 16 0 0 20 0 2 0 275879860 164982784 25705 33554432000 4194304 5963574 140735847511408 140725762041656 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 161116

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 25618
/proc/meminfo: memFree=30864628/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=162556 CPUtime=402.18 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 26081 0 0 0 40207 11 0 0 20 0 2 0 275879860 166457344 26881 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 25648
/proc/meminfo: memFree=30314564/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=251580 CPUtime=1422.01 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 46675 0 0 0 142170 31 0 0 20 0 2 0 275879860 257617920 47461 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 62895 47461 185 432 0 62460 0
[pid=25612/tid=25613] ppid=25610 vsize=251580 CPUtime=1418.57 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 45940 0 0 0 141805 52 0 0 20 0 2 0 275879860 257617920 47461 33554432000 4194304 5963574 140735847511408 140725762041896 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 251580

[startup+1482.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/180 25651
/proc/meminfo: memFree=30314308/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=251580 CPUtime=1482 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 46685 0 0 0 148169 31 0 0 20 0 2 0 275879860 257617920 47471 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 62895 47471 185 432 0 62460 0
[pid=25612/tid=25613] ppid=25610 vsize=251580 CPUtime=1478.41 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 45950 0 0 0 147788 53 0 0 20 0 2 0 275879860 257617920 47471 33554432000 4194304 5963574 140735847511408 140725762041896 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 251580

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 25651
/proc/meminfo: memFree=30178908/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=251796 CPUtime=1541.99 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 47915 0 0 0 154167 32 0 0 20 0 2 0 275879860 257839104 48701 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 62949 48701 185 432 0 62514 0
[pid=25612/tid=25613] ppid=25610 vsize=251796 CPUtime=1538.26 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 47180 0 0 0 153771 55 0 0 20 0 2 0 275879860 257839104 48701 33554432000 4194304 5963574 140735847511408 140725762041656 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 251796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 25651
/proc/meminfo: memFree=30139104/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=252084 CPUtime=1601.97 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 48816 0 0 0 160164 33 0 0 20 0 2 0 275879860 258134016 49602 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63021 49602 185 432 0 62586 0
[pid=25612/tid=25613] ppid=25610 vsize=252084 CPUtime=1598.1 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 48081 0 0 0 159753 57 0 0 20 0 2 0 275879860 258134016 49602 33554432000 4194304 5963574 140735847511408 140725762041848 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 252084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 25652
/proc/meminfo: memFree=30135012/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=252156 CPUtime=1661.97 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 49835 0 0 0 166162 35 0 0 20 0 2 0 275879860 258207744 50621 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63039 50621 185 432 0 62604 0
[pid=25612/tid=25613] ppid=25610 vsize=252156 CPUtime=1657.95 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 49100 0 0 0 165735 60 0 0 20 0 2 0 275879860 258207744 50621 33554432000 4194304 5963574 140735847511408 140725762041848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 252156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 25652
/proc/meminfo: memFree=30132724/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=252552 CPUtime=1721.96 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 50528 0 0 0 172160 36 0 0 20 0 2 0 275879860 258613248 51315 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63138 51315 185 432 0 62703 0
[pid=25612/tid=25613] ppid=25610 vsize=252552 CPUtime=1717.79 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 49793 0 0 0 171717 62 0 0 20 0 2 0 275879860 258613248 51315 33554432000 4194304 5963574 140735847511408 140725762041896 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 252552

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253088 CPUtime=1781.94 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51161 0 0 0 178157 37 0 0 20 0 2 0 275879860 259162112 51958 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63272 51958 185 432 0 62837 0
[pid=25612/tid=25613] ppid=25610 vsize=253088 CPUtime=1777.63 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50426 0 0 0 177699 64 0 0 20 0 2 0 275879860 259162112 51958 33554432000 4194304 5963574 140735847511408 140725762041896 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 253088

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253088 CPUtime=1791.54 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51225 0 0 0 179117 37 0 0 20 0 2 0 275879860 259162112 52022 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63272 52022 185 432 0 62837 0
[pid=25612/tid=25613] ppid=25610 vsize=253088 CPUtime=1787.21 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50490 0 0 0 178657 64 0 0 20 0 2 0 275879860 259162112 52022 33554432000 4194304 5963574 140735847511408 140725762041848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 253088

[startup+1795.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31110272/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253088 CPUtime=1794.74 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51250 0 0 0 179437 37 0 0 20 0 2 0 275879860 259162112 52047 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63272 52047 185 432 0 62837 0
[pid=25612/tid=25613] ppid=25610 vsize=253088 CPUtime=1790.4 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50515 0 0 0 178976 64 0 0 20 0 2 0 275879860 259162112 52047 33554432000 4194304 5963574 140735847511408 140725762041848 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 253088

[startup+1798.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31109776/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253412 CPUtime=1797.93 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51367 0 0 0 179756 37 0 0 20 0 2 0 275879860 259493888 52164 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63353 52164 185 432 0 62918 0
[pid=25612/tid=25613] ppid=25610 vsize=253412 CPUtime=1793.59 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50632 0 0 0 179295 64 0 0 20 0 2 0 275879860 259493888 52164 33554432000 4194304 5963574 140735847511408 140725762041896 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 253412

[startup+1799.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31108040/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253412 CPUtime=1798.73 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51382 0 0 0 179836 37 0 0 20 0 2 0 275879860 259493888 52179 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63353 52179 185 432 0 62918 0
[pid=25612/tid=25613] ppid=25610 vsize=253412 CPUtime=1794.38 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50647 0 0 0 179374 64 0 0 20 0 2 0 275879860 259493888 52179 33554432000 4194304 5963574 140735847511408 140725762041848 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 253412

[startup+1799.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31107180/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253412 CPUtime=1799.14 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51387 0 0 0 179877 37 0 0 20 0 2 0 275879860 259493888 52184 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63353 52184 185 432 0 62918 0
[pid=25612/tid=25613] ppid=25610 vsize=253412 CPUtime=1794.79 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50652 0 0 0 179415 64 0 0 20 0 2 0 275879860 259493888 52184 33554432000 4194304 5963574 140735847511408 140725762041848 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 253412

[startup+1799.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31107180/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253412 CPUtime=1799.53 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51396 0 0 0 179916 37 0 0 20 0 2 0 275879860 259493888 52193 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63353 52193 185 432 0 62918 0
[pid=25612/tid=25613] ppid=25610 vsize=253412 CPUtime=1795.18 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50661 0 0 0 179454 64 0 0 20 0 2 0 275879860 259493888 52193 33554432000 4194304 5963574 140735847511408 140725762041848 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 253412

[startup+1800 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 25692
/proc/meminfo: memFree=31107180/32873844 swapFree=7624/7624
[pid=25612] ppid=25610 vsize=253412 CPUtime=1799.63 cores=1,3,5,7
/proc/25612/stat : 25612 (wbo1.7) S 25610 25612 24863 0 -1 4202496 51398 0 0 0 179926 37 0 0 20 0 2 0 275879860 259493888 52195 33554432000 4194304 5963574 140735847511408 140735847510928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25612/statm: 63353 52195 185 432 0 62918 0
[pid=25612/tid=25613] ppid=25610 vsize=253412 CPUtime=1795.28 cores=1,3,5,7
/proc/25612/task/25613/stat : 25613 (wbo1.7) R 25610 25612 24863 0 -1 4202560 50663 0 0 0 179464 64 0 0 20 0 2 0 275879860 259493888 52195 33554432000 4194304 5963574 140735847511408 140725762041848 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 253412

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25612 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=649171
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=653900
# CPU time returned by wait4() is 1795.3
# while last known CPU time is 1799.63
#
# 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.63
CPU user time (s): 1799.26
CPU system time (s): 0.37
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 253412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 0.6539
maximum resident set size= 208784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51399
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= 87
involuntary context switches= 1964

runsolver used 4.21936 second user time and 10.3424 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 07:45:43
IDJOB=3704769
IDBENCH=2569
IDSOLVER=2283
FILE ID=node130/3704769-1338097543
RUNJOBID= node130-1338086734-24880
PBS_JOBID= 14624431
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=143396692

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31298264 kB
Buffers:          252764 kB
Cached:           475496 kB
SwapCached:         4508 kB
Active:           707700 kB
Inactive:          68036 kB
Active(anon):      37552 kB
Inactive(anon):     8952 kB
Active(file):     670148 kB
Inactive(file):    59084 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             11196 kB
Writeback:             0 kB
AnonPages:         48220 kB
Mapped:            12372 kB
Shmem:                 8 kB
Slab:             660740 kB
SReclaimable:     102180 kB
SUnreclaim:       558560 kB
KernelStack:        1488 kB
PageTables:         3664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71468 MiB
End job on node130 at 2012-05-27 08:15:43