Trace number 3726566

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.02? 1799.52 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
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.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 52
Number of bits of the biggest sum of numbers6
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-3726566-1338657040.opb.
0.00/0.00	c Instance file HOME/instance-3726566-1338657040.opb
0.00/0.00	c File size is 44645 bytes.
0.00/0.01	c Highest Coefficient sum: 52
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      2550                                                |
0.00/0.01	c |  Number Clauses:        51                                                  |
0.00/0.01	c |  Number Cardinality:    50                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.52/1800.01	c ===============================================================================
1799.52/1800.01	c Wall Clock Time: 1800.01 s
1799.52/1800.01	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-3726566-1338657040/watcher-3726566-1338657040 -o /tmp/evaluation-result-3726566-1338657040/solver-3726566-1338657040 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726566-1338657040.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30765
/proc/meminfo: memFree=27349552/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30765/stat : 30765 (runsolver) D 30763 30765 27854 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 331828395 12095488 51 33554432000 4194304 5436572 140736788673168 140736788669464 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/30765/statm: 2953 51 31 304 0 2645 0

[startup+0.0321591 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30765
/proc/meminfo: memFree=27349552/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84440 CPUtime=0.02 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 1287 0 0 0 2 0 0 0 20 0 2 0 331828395 86466560 1229 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21110 1229 185 433 0 20674 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84440

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30765
/proc/meminfo: memFree=27349552/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84440 CPUtime=0.09 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 1469 0 0 0 9 0 0 0 20 0 2 0 331828395 86466560 1411 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21110 1411 186 433 0 20674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84440

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30765
/proc/meminfo: memFree=27349552/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84440 CPUtime=0.28 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 1949 0 0 0 28 0 0 0 20 0 2 0 331828395 86466560 1891 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21110 1891 186 433 0 20674 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84440

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30765
/proc/meminfo: memFree=27349552/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84440 CPUtime=0.68 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 2835 0 0 0 68 0 0 0 20 0 2 0 331828395 86466560 2777 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21110 2777 186 433 0 20674 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84440

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 30767
/proc/meminfo: memFree=27337508/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84440 CPUtime=1.49 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 4261 0 0 0 148 1 0 0 20 0 2 0 331828395 86466560 4203 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21110 4203 186 433 0 20674 0
[pid=30765/tid=30767] ppid=30763 vsize=84440 CPUtime=1.47 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 3354 0 0 0 147 0 0 0 20 0 2 0 331828396 86466560 4203 33554432000 4194304 5964478 140737422537856 139977136162808 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84440

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 30767
/proc/meminfo: memFree=27329308/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84584 CPUtime=3.09 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 5414 0 0 0 308 1 0 0 20 0 2 0 331828395 86614016 5356 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21146 5356 186 433 0 20710 0
[pid=30765/tid=30767] ppid=30763 vsize=84584 CPUtime=3.06 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 4507 0 0 0 306 0 0 0 20 0 2 0 331828396 86614016 5356 33554432000 4194304 5964478 140737422537856 139977136162856 4381993 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84584

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 30767
/proc/meminfo: memFree=27323464/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84584 CPUtime=6.28 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 7708 0 0 0 627 1 0 0 20 0 2 0 331828395 86614016 7650 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21146 7650 186 433 0 20710 0
[pid=30765/tid=30767] ppid=30763 vsize=84584 CPUtime=6.25 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 6801 0 0 0 624 1 0 0 20 0 2 0 331828396 86614016 7650 33554432000 4194304 5964478 140737422537856 139977136162808 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84584

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 30767
/proc/meminfo: memFree=27303012/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=84656 CPUtime=12.68 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 12257 0 0 0 1266 2 0 0 20 0 2 0 331828395 86687744 12199 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 21164 12199 186 433 0 20728 0
[pid=30765/tid=30767] ppid=30763 vsize=84656 CPUtime=12.64 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 11350 0 0 0 1262 2 0 0 20 0 2 0 331828396 86687744 12199 33554432000 4194304 5964478 140737422537856 139977136162856 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84656

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30767
/proc/meminfo: memFree=27268788/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=150300 CPUtime=25.48 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 20446 0 0 0 2543 5 0 0 20 0 2 0 331828395 153907200 20388 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 37575 20388 186 433 0 37139 0
[pid=30765/tid=30767] ppid=30763 vsize=150300 CPUtime=25.4 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 19539 0 0 0 2536 4 0 0 20 0 2 0 331828396 153907200 20388 33554432000 4194304 5964478 140737422537856 139977136162808 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150300

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30768
/proc/meminfo: memFree=27159256/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=150460 CPUtime=51.07 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 28598 0 0 0 5098 9 0 0 20 0 2 0 331828395 154071040 28540 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 37615 28540 186 433 0 37179 0
[pid=30765/tid=30767] ppid=30763 vsize=150460 CPUtime=50.94 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 27691 0 0 0 5085 9 0 0 20 0 2 0 331828396 154071040 28540 33554432000 4194304 5964478 140737422537856 139977136162808 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150460

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30768
/proc/meminfo: memFree=27013228/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=216236 CPUtime=102.27 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 38530 0 0 0 10214 13 0 0 20 0 2 0 331828395 221425664 38472 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 54059 38472 186 433 0 53623 0
[pid=30765/tid=30767] ppid=30763 vsize=216236 CPUtime=102.01 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 37623 0 0 0 10187 14 0 0 20 0 2 0 331828396 221425664 38472 33554432000 4194304 5964478 140737422537856 139977136162808 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 216236

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30768
/proc/meminfo: memFree=26855652/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=281772 CPUtime=162.26 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 57448 0 0 0 16207 19 0 0 20 0 2 0 331828395 288534528 57390 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 70443 57390 186 433 0 70007 0
[pid=30765/tid=30767] ppid=30763 vsize=281772 CPUtime=161.85 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 56541 0 0 0 16164 21 0 0 20 0 2 0 331828396 288534528 57390 33554432000 4194304 5964478 140737422537856 139977136162808 4391405 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 281772

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30768
/proc/meminfo: memFree=26850180/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=281772 CPUtime=222.24 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 58808 0 0 0 22205 19 0 0 20 0 2 0 331828395 288534528 58750 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 70443 58750 186 433 0 70007 0
[pid=30765/tid=30767] ppid=30763 vsize=281772 CPUtime=221.69 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 57901 0 0 0 22147 22 0 0 20 0 2 0 331828396 288534528 58750 33554432000 4194304 5964478 140737422537856 139977136162616 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 281772

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30768
/proc/meminfo: memFree=26837904/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=282384 CPUtime=282.24 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 61940 0 0 0 28203 21 0 0 20 0 2 0 331828395 289161216 61882 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 70596 61882 186 433 0 70160 0
[pid=30765/tid=30767] ppid=30763 vsize=282384 CPUtime=281.54 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 61033 0 0 0 28129 25 0 0 20 0 2 0 331828396 289161216 61882 33554432000 4194304 5964478 140737422537856 139977136162808 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 282384

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30769
/proc/meminfo: memFree=26819672/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=347920 CPUtime=342.21 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 66805 0 0 0 34197 24 0 0 20 0 2 0 331828395 356270080 66794 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 86980 66794 186 433 0 86544 0
[pid=30765/tid=30767] ppid=30763 vsize=347920 CPUtime=341.36 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 65898 0 0 0 34108 28 0 0 20 0 2 0 331828396 356270080 66794 33554432000 4194304 5964478 140737422537856 139977136162808 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 347920

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30769
/proc/meminfo: memFree=26671024/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=480144 CPUtime=402.17 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 103912 0 0 0 40180 37 0 0 20 0 2 0 331828395 491667456 103934 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 120036 103934 186 433 0 119600 0
[pid=30765/tid=30767] ppid=30763 vsize=480144 CPUtime=401.17 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 103005 0 0 0 40075 42 0 0 20 0 2 0 331828396 491667456 103934 33554432000 4194304 5964478 140737422537856 139977136162808 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 480144

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 30769
/proc/meminfo: memFree=26663620/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=480360 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/179 30817
/proc/meminfo: memFree=26990120/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1421.91 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186568 0 0 0 142118 73 0 0 20 0 2 0 331828395 835174400 186741 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 186741 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1418.41 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185661 0 0 0 141748 93 0 0 20 0 2 0 331828396 835174400 186741 33554432000 4194304 5964478 140737422537856 139977136162840 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 815600

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/179 30817
/proc/meminfo: memFree=26962868/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1481.89 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186568 0 0 0 148116 73 0 0 20 0 2 0 331828395 835174400 186741 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 186741 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1478.25 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185661 0 0 0 147731 94 0 0 20 0 2 0 331828396 835174400 186741 33554432000 4194304 5964478 140737422537856 139977136162840 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 815600

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/179 30817
/proc/meminfo: memFree=26959440/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1541.88 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186578 0 0 0 154115 73 0 0 20 0 2 0 331828395 835174400 187127 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 187127 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1538.09 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185671 0 0 0 153714 95 0 0 20 0 2 0 331828396 835174400 187127 33554432000 4194304 5964478 140737422537856 139977136162840 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 815600

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30818
/proc/meminfo: memFree=26957608/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1601.85 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186613 0 0 0 160112 73 0 0 20 0 2 0 331828395 835174400 187161 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 187161 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1597.91 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185706 0 0 0 159695 96 0 0 20 0 2 0 331828396 835174400 187161 33554432000 4194304 5964478 140737422537856 139977136162840 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 815600

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 30818
/proc/meminfo: memFree=26933240/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1661.84 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186614 0 0 0 166111 73 0 0 20 0 2 0 331828395 835174400 187167 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 187167 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1657.75 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185707 0 0 0 165678 97 0 0 20 0 2 0 331828396 835174400 187167 33554432000 4194304 5964478 140737422537856 139977136162840 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 815600

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 30818
/proc/meminfo: memFree=26914640/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1721.83 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186614 0 0 0 172110 73 0 0 20 0 2 0 331828395 835174400 187167 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 187167 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1717.6 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185707 0 0 0 171662 98 0 0 20 0 2 0 331828396 835174400 187167 33554432000 4194304 5964478 140737422537856 139977136162840 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 815600

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26896404/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815600 CPUtime=1781.82 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186614 0 0 0 178109 73 0 0 20 0 2 0 331828395 835174400 187167 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203900 187167 186 433 0 203464 0
[pid=30765/tid=30767] ppid=30763 vsize=815600 CPUtime=1777.44 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185707 0 0 0 177645 99 0 0 20 0 2 0 331828396 835174400 187167 33554432000 4194304 5964478 140737422537856 139977136162840 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 815600

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26893180/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1791.43 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179070 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1787.02 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 178603 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4220675 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 815780

[startup+1795.1 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26892312/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1794.63 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179390 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1790.22 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 178923 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4400069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 815780

[startup+1798.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26891692/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1797.82 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179709 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1793.4 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 179241 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 815780

[startup+1799.1 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26891444/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1798.62 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179789 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1794.2 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 179321 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 815780

[startup+1799.5 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26891196/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1799.03 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179830 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1794.6 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 179361 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 815780

[startup+1799.9 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26891196/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1799.42 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179869 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1795 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 179401 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4399912 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 815780

[startup+1800 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 30821
/proc/meminfo: memFree=26891196/32873844 swapFree=7628/7628
[pid=30765] ppid=30763 vsize=815780 CPUtime=1799.52 cores=0,2,4,6
/proc/30765/stat : 30765 (pwbo2.02) S 30763 30765 27854 0 -1 4202496 186628 0 0 0 179879 73 0 0 20 0 2 0 331828395 835358720 187181 33554432000 4194304 5964478 140737422537856 140737422537376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30765/statm: 203945 187181 186 433 0 203509 0
[pid=30765/tid=30767] ppid=30763 vsize=815780 CPUtime=1795.1 cores=0,2,4,6
/proc/30765/task/30767/stat : 30767 (pwbo2.02) R 30763 30765 27854 0 -1 4202560 185721 0 0 0 179411 99 0 0 20 0 2 0 331828396 835358720 187181 33554432000 4194304 5964478 140737422537856 139977136162856 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 815780

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.52
CPU user time (s): 1798.79
CPU system time (s): 0.73
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 815780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 1.00485
maximum resident set size= 749724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186631
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= 281
involuntary context switches= 1897

runsolver used 2.6446 second user time and 7.17991 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-02 19:10:40
IDJOB=3726566
IDBENCH=2597
IDSOLVER=2310
FILE ID=node143/3726566-1338657040
RUNJOBID= node143-1338651550-29471
PBS_JOBID= 14636437
Free space on /tmp= 68544 MiB

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

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=45333101

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        27349544 kB
Buffers:          363372 kB
Cached:          3640792 kB
SwapCached:          112 kB
Active:          2588764 kB
Inactive:        2039588 kB
Active(anon):     615840 kB
Inactive(anon):    10908 kB
Active(file):    1972924 kB
Inactive(file):  2028680 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108424 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        631372 kB
Mapped:            11000 kB
Shmem:               160 kB
Slab:             755816 kB
SReclaimable:     198140 kB
SUnreclaim:       557676 kB
KernelStack:        1488 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 68536 MiB
End job on node143 at 2012-06-02 19:40:40