Trace number 3726559

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.02UNSAT 948.58 948.847

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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726559-1338657065.opb.
0.00/0.00	c Instance file HOME/instance-3726559-1338657065.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 ===============================================================================
948.58/948.84	c ===============================================================================
948.58/948.84	c Wall Clock Time: 948.84 s
948.58/948.84	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-3726559-1338657065/watcher-3726559-1338657065 -o /tmp/evaluation-result-3726559-1338657065/solver-3726559-1338657065 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726559-1338657065.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.00 2.00 1.96 3/177 25977
/proc/meminfo: memFree=30936136/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 753 0 0 0 0 0 0 0 20 0 2 0 331831410 85594112 704 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 704 185 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 331831410 85594112 704 33554432000 4194304 5964478 140734063599360 140734455758760 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.10004 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 25977
/proc/meminfo: memFree=30936136/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=0.09 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 1013 0 0 0 9 0 0 0 20 0 2 0 331831410 85594112 964 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 964 186 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=0.08 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 308 0 0 0 8 0 0 0 20 0 2 0 331831410 85594112 964 33554432000 4194304 5964478 140734063599360 140734455758760 4220672 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) 83588

[startup+0.2003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 25977
/proc/meminfo: memFree=30936136/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=0.19 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 1156 0 0 0 19 0 0 0 20 0 2 0 331831410 85594112 1107 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 1107 186 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=0.18 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 451 0 0 0 18 0 0 0 20 0 2 0 331831410 85594112 1107 33554432000 4194304 5964478 140734063599360 140734455758760 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83588

[startup+0.300287 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 25977
/proc/meminfo: memFree=30936136/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=0.29 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 1238 0 0 0 29 0 0 0 20 0 2 0 331831410 85594112 1189 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 1189 186 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=0.28 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 533 0 0 0 28 0 0 0 20 0 2 0 331831410 85594112 1189 33554432000 4194304 5964478 140734063599360 140734455758760 4400476 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) 83588

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 25977
/proc/meminfo: memFree=30936136/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=0.69 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 1569 0 0 0 69 0 0 0 20 0 2 0 331831410 85594112 1520 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 1520 186 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=0.68 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 864 0 0 0 68 0 0 0 20 0 2 0 331831410 85594112 1520 33554432000 4194304 5964478 140734063599360 139954093082616 4400067 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) 83588

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25979
/proc/meminfo: memFree=30930416/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83588 CPUtime=1.49 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 1980 0 0 0 149 0 0 0 20 0 2 0 331831410 85594112 1931 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20897 1931 186 433 0 20461 0
[pid=25977/tid=25978] ppid=25975 vsize=83588 CPUtime=1.48 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 1275 0 0 0 148 0 0 0 20 0 2 0 331831410 85594112 1931 33554432000 4194304 5964478 140734063599360 139954093082616 4221120 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) 83588

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25979
/proc/meminfo: memFree=30928424/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83732 CPUtime=3.09 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 2243 0 0 0 309 0 0 0 20 0 2 0 331831410 85741568 2194 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20933 2194 186 433 0 20497 0
[pid=25977/tid=25978] ppid=25975 vsize=83732 CPUtime=3.07 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 1538 0 0 0 307 0 0 0 20 0 2 0 331831410 85741568 2194 33554432000 4194304 5964478 140734063599360 139954093082424 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83732

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25979
/proc/meminfo: memFree=30926068/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83732 CPUtime=6.29 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 2860 0 0 0 629 0 0 0 20 0 2 0 331831410 85741568 2811 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20933 2811 186 433 0 20497 0
[pid=25977/tid=25978] ppid=25975 vsize=83732 CPUtime=6.27 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 2155 0 0 0 627 0 0 0 20 0 2 0 331831410 85741568 2811 33554432000 4194304 5964478 140734063599360 139954093082616 4400067 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) 83732

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 25979
/proc/meminfo: memFree=30920752/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=83804 CPUtime=12.68 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 3959 0 0 0 1268 0 0 0 20 0 2 0 331831410 85815296 3910 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 20951 3910 186 433 0 20515 0
[pid=25977/tid=25978] ppid=25975 vsize=83804 CPUtime=12.65 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 3254 0 0 0 1265 0 0 0 20 0 2 0 331831410 85815296 3910 33554432000 4194304 5964478 140734063599360 139954093082664 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83804

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 25979
/proc/meminfo: memFree=30914560/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=85424 CPUtime=25.49 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 5637 0 0 0 2548 1 0 0 20 0 2 0 331831410 87474176 5559 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 21356 5559 186 433 0 20920 0
[pid=25977/tid=25978] ppid=25975 vsize=85424 CPUtime=25.42 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 4932 0 0 0 2542 0 0 0 20 0 2 0 331831410 87474176 5559 33554432000 4194304 5964478 140734063599360 139954093082616 4399920 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) 85424

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 26642
/proc/meminfo: memFree=31742252/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=87384 CPUtime=51.08 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 7522 0 0 0 5106 2 0 0 20 0 2 0 331831410 89481216 7509 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 21846 7509 186 433 0 21410 0
[pid=25977/tid=25978] ppid=25975 vsize=87384 CPUtime=50.94 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 6817 0 0 0 5093 1 0 0 20 0 2 0 331831410 89481216 7509 33554432000 4194304 5964478 140734063599360 139954093082664 4221120 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) 87384

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 26642
/proc/meminfo: memFree=31687436/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=92100 CPUtime=102.26 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 10098 0 0 0 10223 3 0 0 20 0 2 0 331831410 94310400 10322 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 23025 10322 186 433 0 22589 0
[pid=25977/tid=25978] ppid=25975 vsize=92100 CPUtime=102.02 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 9393 0 0 0 10198 4 0 0 20 0 2 0 331831410 94310400 10322 33554432000 4194304 5964478 140734063599360 139954093082664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92100

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 26643
/proc/meminfo: memFree=31650380/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=97056 CPUtime=162.25 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 14070 0 0 0 16219 6 0 0 20 0 2 0 331831410 99385344 14337 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 24264 14337 186 433 0 23828 0
[pid=25977/tid=25978] ppid=25975 vsize=97056 CPUtime=161.85 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 13365 0 0 0 16177 8 0 0 20 0 2 0 331831410 99385344 14337 33554432000 4194304 5964478 140734063599360 139954093082664 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97056

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 26643
/proc/meminfo: memFree=31604700/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=99144 CPUtime=222.24 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 16329 0 0 0 22215 9 0 0 20 0 2 0 331831410 101523456 16596 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 24786 16596 186 433 0 24350 0
[pid=25977/tid=25978] ppid=25975 vsize=99144 CPUtime=221.7 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 15624 0 0 0 22158 12 0 0 20 0 2 0 331831410 101523456 16596 33554432000 4194304 5964478 140734063599360 139954093082664 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 99144

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 26643
/proc/meminfo: memFree=31591788/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=100332 CPUtime=282.22 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 18171 0 0 0 28210 12 0 0 20 0 2 0 331831410 102739968 18432 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 25083 18432 186 433 0 24647 0
[pid=25977/tid=25978] ppid=25975 vsize=100332 CPUtime=281.53 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 17466 0 0 0 28137 16 0 0 20 0 2 0 331831410 102739968 18432 33554432000 4194304 5964478 140734063599360 139954093082664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 100332

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 26643
/proc/meminfo: memFree=31566716/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=169984 CPUtime=342.2 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 22185 0 0 0 34205 15 0 0 20 0 2 0 331831410 174063616 22442 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 42496 22442 186 433 0 42060 0
[pid=25977/tid=25978] ppid=25975 vsize=169984 CPUtime=341.38 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 21480 0 0 0 34118 20 0 0 20 0 2 0 331831410 174063616 22442 33554432000 4194304 5964478 140734063599360 139954093082424 4399920 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) 169984

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/179 26643
/proc/meminfo: memFree=31542832/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=172920 CPUtime=402.2 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 24573 0 0 0 40201 19 0 0 20 0 2 0 331831410 177070080 24844 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 26644
/proc/meminfo: memFree=31500352/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=175056 CPUtime=462.18 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 27240 0 0 0 46196 22 0 0 20 0 2 0 331831410 179257344 27506 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 43764 27506 186 433 0 43328 0
[pid=25977/tid=25978] ppid=25975 vsize=175056 CPUtime=461.06 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 26535 0 0 0 46077 29 0 0 20 0 2 0 331831410 179257344 27506 33554432000 4194304 5964478 140734063599360 139954093082616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 175056

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/179 26644
/proc/meminfo: memFree=31461016/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=177096 CPUtime=522.17 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 30720 0 0 0 52192 25 0 0 20 0 2 0 331831410 181346304 30986 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 44274 30986 186 433 0 43838 0
[pid=25977/tid=25978] ppid=25975 vsize=177096 CPUtime=520.91 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 30015 0 0 0 52059 32 0 0 20 0 2 0 331831410 181346304 30986 33554432000 4194304 5964478 140734063599360 139954093082616 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 177096

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26647
/proc/meminfo: memFree=31444928/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=178980 CPUtime=582.16 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 33971 0 0 0 58188 28 0 0 20 0 2 0 331831410 183275520 34237 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 44745 34237 186 433 0 44309 0
[pid=25977/tid=25978] ppid=25975 vsize=178980 CPUtime=580.75 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 33266 0 0 0 58039 36 0 0 20 0 2 0 331831410 183275520 34237 33554432000 4194304 5964478 140734063599360 139954093082616 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 178980

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 26647
/proc/meminfo: memFree=31440624/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=180464 CPUtime=642.14 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 34886 0 0 0 64185 29 0 0 20 0 2 0 331831410 184795136 35150 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 45116 35150 186 433 0 44680 0
[pid=25977/tid=25978] ppid=25975 vsize=180464 CPUtime=640.59 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 34181 0 0 0 64021 38 0 0 20 0 2 0 331831410 184795136 35150 33554432000 4194304 5964478 140734063599360 139954093082664 4389212 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 180464

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 26647
/proc/meminfo: memFree=31423424/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=180680 CPUtime=702.13 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 36228 0 0 0 70182 31 0 0 20 0 2 0 331831410 185016320 36991 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 45170 36991 186 433 0 44734 0
[pid=25977/tid=25978] ppid=25975 vsize=180680 CPUtime=700.43 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 35523 0 0 0 70002 41 0 0 20 0 2 0 331831410 185016320 36991 33554432000 4194304 5964478 140734063599360 139954093082664 4378992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 180680

[startup+762.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31388332/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=182180 CPUtime=762.13 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 39207 0 0 0 76178 35 0 0 20 0 2 0 331831410 186552320 39970 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 45545 39970 186 433 0 45109 0
[pid=25977/tid=25978] ppid=25975 vsize=182180 CPUtime=760.29 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 38502 0 0 0 75983 46 0 0 20 0 2 0 331831410 186552320 39970 33554432000 4194304 5964478 140734063599360 139954093082616 4399941 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 182180

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31360672/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=251100 CPUtime=822.11 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 42443 0 0 0 82171 40 0 0 20 0 2 0 331831410 257126400 43200 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 62775 43200 186 433 0 62339 0
[pid=25977/tid=25978] ppid=25975 vsize=251100 CPUtime=820.12 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 41738 0 0 0 81961 51 0 0 20 0 2 0 331831410 257126400 43200 33554432000 4194304 5964478 140734063599360 139954093082616 4379296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 251100

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 26648
/proc/meminfo: memFree=31333124/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=253984 CPUtime=882.09 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 45284 0 0 0 88167 42 0 0 20 0 2 0 331831410 260079616 46038 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63496 46038 186 433 0 63060 0
[pid=25977/tid=25978] ppid=25975 vsize=253984 CPUtime=879.97 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 44579 0 0 0 87942 55 0 0 20 0 2 0 331831410 260079616 46038 33554432000 4194304 5964478 140734063599360 139954093082664 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 253984

[startup+942.3 s]
/proc/loadavg: 2.06 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311768/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=942.08 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47453 0 0 0 94163 45 0 0 20 0 2 0 331831410 262017024 48207 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48207 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=939.81 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46748 0 0 0 93922 59 0 0 20 0 2 0 331831410 262017024 48207 33554432000 4194304 5964478 140734063599360 139954093082664 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 255876

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

[startup+944 s]
/proc/loadavg: 2.06 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311768/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=943.78 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47453 0 0 0 94333 45 0 0 20 0 2 0 331831410 262017024 48207 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48207 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=941.5 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46748 0 0 0 94091 59 0 0 20 0 2 0 331831410 262017024 48207 33554432000 4194304 5964478 140734063599360 139954093082664 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 943.78
Current children cumulated vsize (KiB) 255876

[startup+947.207 s]
/proc/loadavg: 2.05 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311452/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=946.98 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47463 0 0 0 94653 45 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48217 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=944.7 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46758 0 0 0 94411 59 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 139954093082664 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 946.98
Current children cumulated vsize (KiB) 255876

[startup+948 s]
/proc/loadavg: 2.05 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311452/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=947.78 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47463 0 0 0 94733 45 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48217 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=945.49 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46758 0 0 0 94490 59 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 139954093082664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 947.78
Current children cumulated vsize (KiB) 255876

[startup+948.4 s]
/proc/loadavg: 2.05 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311452/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=948.18 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47463 0 0 0 94773 45 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48217 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=945.89 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46758 0 0 0 94530 59 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 139954093082664 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 948.18
Current children cumulated vsize (KiB) 255876

[startup+948.8 s]
/proc/loadavg: 2.05 2.01 1.98 3/179 26648
/proc/meminfo: memFree=31311452/32873844 swapFree=7116/7116
[pid=25977] ppid=25975 vsize=255876 CPUtime=948.58 cores=1,3,5,7
/proc/25977/stat : 25977 (pwbo2.02) S 25975 25977 23807 0 -1 4202496 47463 0 0 0 94813 45 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 140734063598880 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25977/statm: 63969 48217 186 433 0 63533 0
[pid=25977/tid=25978] ppid=25975 vsize=255876 CPUtime=946.29 cores=1,3,5,7
/proc/25977/task/25978/stat : 25978 (pwbo2.02) R 25975 25977 23807 0 -1 4202560 46758 0 0 0 94570 59 0 0 20 0 2 0 331831410 262017024 48217 33554432000 4194304 5964478 140734063599360 139954093082664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 948.58
Current children cumulated vsize (KiB) 255876

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25977 and gives
#  childrusage.ru_utime.tv_sec=945
#  childrusage.ru_utime.tv_usec=746224
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=606907
# CPU time returned by wait4() is 946.353
# while last known CPU time is 948.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 948.847
CPU time (s): 948.58
CPU user time (s): 948.13
CPU system time (s): 0.45
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 255876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 945.746
system time used= 0.606907
maximum resident set size= 192880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47466
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= 70
involuntary context switches= 974

runsolver used 1.92971 second user time and 4.52431 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 19:11:05
IDJOB=3726559
IDBENCH=2603
IDSOLVER=2310
FILE ID=node146/3726559-1338657065
RUNJOBID= node146-1338651664-25622
PBS_JOBID= 14636434
Free space on /tmp= 70920 MiB

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

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=471686130

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30936772 kB
Buffers:          112072 kB
Cached:           169464 kB
SwapCached:         1792 kB
Active:          1013616 kB
Inactive:         175624 kB
Active(anon):     908400 kB
Inactive(anon):     1556 kB
Active(file):     105216 kB
Inactive(file):   174068 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        899068 kB
Mapped:             9500 kB
Shmem:                 0 kB
Slab:             607484 kB
SReclaimable:      47788 kB
SUnreclaim:       559696 kB
KernelStack:        1488 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     160260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 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= 70908 MiB
End job on node146 at 2012-06-02 19:26:54