Trace number 3704325

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.0? 1799.57 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704325-1338095276.opb.
0.00/0.00	c Instance file HOME/instance-3704325-1338095276.opb
0.00/0.00	c File size is 2777152 bytes.
0.19/0.21	c Highest Coefficient sum: 732
0.19/0.21	c ============================[ Problem Statistics ]=============================
0.19/0.21	c |                                                                             |
0.19/0.21	c |  Parsing time:          0.22         s                                      |
0.19/0.21	c |  Number Variables:      25410                                               |
0.19/0.21	c |  Number Clauses:        83576                                               |
0.19/0.21	c |  Number Cardinality:    0                                                   |
0.19/0.21	c |  Number PB Constraints: 416                                                 |
0.19/0.21	c |                                                                             |
0.19/0.25	c |  Problem Type:          Decision                                            |
0.19/0.25	c |  Objective Function:    None                                                |
0.19/0.25	c |                                                                             |
0.19/0.25	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3704325-1338095276/watcher-3704325-1338095276 -o /tmp/evaluation-result-3704325-1338095276/solver-3704325-1338095276 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704325-1338095276.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.04 2.02 2.00 3/177 8116
/proc/meminfo: memFree=28104072/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=6528 CPUtime=0 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) R 8114 8116 6880 0 -1 4202496 485 0 0 0 0 0 0 0 20 0 1 0 275656202 6684672 437 33554432000 4194304 5965102 140733387480752 140733387478168 4396239 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 1632 443 171 433 0 517 0

[startup+0.027476 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8116
/proc/meminfo: memFree=28104072/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=10672 CPUtime=0.02 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) R 8114 8116 6880 0 -1 4202496 1522 0 0 0 2 0 0 0 20 0 1 0 275656202 10928128 1474 33554432000 4194304 5965102 140733387480752 140733387478216 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 2668 1474 234 433 0 1553 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10672

[startup+0.100349 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8116
/proc/meminfo: memFree=28104072/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=13736 CPUtime=0.09 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) R 8114 8116 6880 0 -1 4202496 2516 0 0 0 9 0 0 0 20 0 1 0 275656202 14065664 2435 33554432000 4194304 5965102 140733387480752 140733387478216 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 3434 2435 495 433 0 2319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13736

[startup+0.300202 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8116
/proc/meminfo: memFree=28104072/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=0.29 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 9074 0 0 0 28 1 0 0 20 0 2 0 275656202 101060608 7413 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 7413 189 433 0 24237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98692

[startup+0.700115 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8116
/proc/meminfo: memFree=28104072/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=0.69 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 9157 0 0 0 68 1 0 0 20 0 2 0 275656202 101060608 7496 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 7496 191 433 0 24237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98692

[startup+1.50031 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8118
/proc/meminfo: memFree=28074660/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=1.49 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 9747 0 0 0 148 1 0 0 20 0 2 0 275656202 101060608 8086 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 8086 191 433 0 24237 0
[pid=8116/tid=8118] ppid=8114 vsize=98692 CPUtime=1.26 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 4630 0 0 0 126 0 0 0 20 0 2 0 275656224 101060608 8086 33554432000 4194304 5965102 140733387480752 140075464886264 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98692

[startup+3.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8118
/proc/meminfo: memFree=28071048/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=3.09 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 10824 0 0 0 307 2 0 0 20 0 2 0 275656202 101060608 9163 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 9163 191 433 0 24237 0
[pid=8116/tid=8118] ppid=8114 vsize=98692 CPUtime=2.86 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 5707 0 0 0 285 1 0 0 20 0 2 0 275656224 101060608 9163 33554432000 4194304 5965102 140733387480752 140075464886264 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98692

[startup+6.30026 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8118
/proc/meminfo: memFree=28062996/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=6.28 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 12652 0 0 0 625 3 0 0 20 0 2 0 275656202 101060608 10991 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 10991 191 433 0 24237 0
[pid=8116/tid=8118] ppid=8114 vsize=98692 CPUtime=6.05 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 7535 0 0 0 603 2 0 0 20 0 2 0 275656224 101060608 10991 33554432000 4194304 5965102 140733387480752 140075464886200 4389268 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 98692

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8118
/proc/meminfo: memFree=28049160/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=12.69 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 15852 0 0 0 1265 4 0 0 20 0 2 0 275656202 101060608 14191 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 14191 191 433 0 24237 0
[pid=8116/tid=8118] ppid=8114 vsize=98692 CPUtime=12.43 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 10735 0 0 0 1240 3 0 0 20 0 2 0 275656224 101060608 14191 33554432000 4194304 5965102 140733387480752 140075464886264 4380196 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98692

[startup+25.5004 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 8118
/proc/meminfo: memFree=28039124/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=98692 CPUtime=25.48 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 18299 0 0 0 2543 5 0 0 20 0 2 0 275656202 101060608 16638 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 24673 16638 191 433 0 24237 0
[pid=8116/tid=8118] ppid=8114 vsize=98692 CPUtime=25.2 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 13182 0 0 0 2516 4 0 0 20 0 2 0 275656224 101060608 16638 33554432000 4194304 5965102 140733387480752 140075464886264 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98692

[startup+51.1004 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 8118
/proc/meminfo: memFree=28019532/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=165312 CPUtime=51.08 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 23354 0 0 0 5101 7 0 0 20 0 2 0 275656202 169279488 21693 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 41328 21693 191 433 0 40892 0
[pid=8116/tid=8118] ppid=8114 vsize=165312 CPUtime=50.73 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 18237 0 0 0 5067 6 0 0 20 0 2 0 275656224 169279488 21693 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 165312

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 8118
/proc/meminfo: memFree=27979976/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=165852 CPUtime=102.27 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 30445 0 0 0 10216 11 0 0 20 0 2 0 275656202 169832448 28784 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 41463 28784 191 433 0 41027 0
[pid=8116/tid=8118] ppid=8114 vsize=165852 CPUtime=101.8 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 25328 0 0 0 10169 11 0 0 20 0 2 0 275656224 169832448 28784 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 165852

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/180 8121
/proc/meminfo: memFree=27914620/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=232196 CPUtime=162.24 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 41244 0 0 0 16205 19 0 0 20 0 2 0 275656202 237768704 39583 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 58049 39583 191 433 0 57613 0
[pid=8116/tid=8118] ppid=8114 vsize=232196 CPUtime=161.63 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 36127 0 0 0 16142 21 0 0 20 0 2 0 275656224 237768704 39583 33554432000 4194304 5965102 140733387480752 140075464886072 4401078 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 232196

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8121
/proc/meminfo: memFree=27866320/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=232196 CPUtime=222.21 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 46198 0 0 0 22197 24 0 0 20 0 2 0 275656202 237768704 45026 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 58049 45026 191 433 0 57613 0
[pid=8116/tid=8118] ppid=8114 vsize=232196 CPUtime=221.45 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 41081 0 0 0 22118 27 0 0 20 0 2 0 275656224 237768704 45026 33554432000 4194304 5965102 140733387480752 140075464886264 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 232196

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8122
/proc/meminfo: memFree=27808956/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=232196 CPUtime=282.17 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 55148 0 0 0 28185 32 0 0 20 0 2 0 275656202 237768704 54148 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 58049 54148 191 433 0 57613 0
[pid=8116/tid=8118] ppid=8114 vsize=232196 CPUtime=281.27 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 50031 0 0 0 28091 36 0 0 20 0 2 0 275656224 237768704 54148 33554432000 4194304 5965102 140733387480752 140075464886072 4389308 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 232196

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8122
/proc/meminfo: memFree=27774668/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=297732 CPUtime=342.16 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 58366 0 0 0 34182 34 0 0 20 0 2 0 275656202 304877568 57366 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 74433 57366 191 433 0 73997 0
[pid=8116/tid=8118] ppid=8114 vsize=297732 CPUtime=341.12 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 53249 0 0 0 34073 39 0 0 20 0 2 0 275656224 304877568 57366 33554432000 4194304 5965102 140733387480752 140075464886264 4401064 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 297732

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8122
/proc/meminfo: memFree=27708476/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=298948 CPUtime=402.15 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 70192 0 0 0 40170 45 0 0 20 0 2 0 275656202 306122752 69192 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 74737 69192 191 433 0 74301 0
[pid=8116/tid=8118] ppid=8114 vsize=298948 CPUtime=400.96 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 65075 0 0 0 40046 50 0 0 20 0 2 0 275656224 306122752 69192 33554432000 4194304 5965102 140733387480752 140075464886264 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 298948

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8122
/proc/meminfo: memFree=27677848/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=364484 CPUtime=462.15 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8170
/proc/meminfo: memFree=25499560/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=562916 CPUtime=1421.93 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 136523 0 0 0 142066 127 0 0 20 0 2 0 275656202 576425984 135845 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 140729 135845 191 433 0 140293 0
[pid=8116/tid=8118] ppid=8114 vsize=562916 CPUtime=1418.28 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 131406 0 0 0 141680 148 0 0 20 0 2 0 275656224 576425984 135845 33554432000 4194304 5965102 140733387480752 140075464886312 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 562916

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8171
/proc/meminfo: memFree=25453400/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1481.92 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 138590 0 0 0 148061 131 0 0 20 0 2 0 275656202 643534848 137912 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 137912 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1478.12 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 133473 0 0 0 147659 153 0 0 20 0 2 0 275656224 643534848 137912 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 628452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8171
/proc/meminfo: memFree=25415300/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1541.91 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 138726 0 0 0 154060 131 0 0 20 0 2 0 275656202 643534848 138048 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 138048 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1537.97 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 133609 0 0 0 153643 154 0 0 20 0 2 0 275656224 643534848 138048 33554432000 4194304 5965102 140733387480752 140075464886072 4391498 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 628452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8171
/proc/meminfo: memFree=25384948/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1601.9 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 138943 0 0 0 160059 131 0 0 20 0 2 0 275656202 643534848 138265 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 138265 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1597.81 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 133826 0 0 0 159626 155 0 0 20 0 2 0 275656224 643534848 138265 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 628452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8172
/proc/meminfo: memFree=25352728/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1661.9 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 139194 0 0 0 166058 132 0 0 20 0 2 0 275656202 643534848 138516 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 138516 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1657.66 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 134077 0 0 0 165610 156 0 0 20 0 2 0 275656224 643534848 138516 33554432000 4194304 5965102 140733387480752 140075464886072 4401009 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 628452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8172
/proc/meminfo: memFree=25325112/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1721.89 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 139334 0 0 0 172057 132 0 0 20 0 2 0 275656202 643534848 138656 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 138656 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1717.51 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 134217 0 0 0 171594 157 0 0 20 0 2 0 275656224 643534848 138656 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 628452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25280252/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1781.88 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 142988 0 0 0 178051 137 0 0 20 0 2 0 275656202 643534848 142310 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 142310 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1777.35 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 137871 0 0 0 177573 162 0 0 20 0 2 0 275656224 643534848 142310 33554432000 4194304 5965102 140733387480752 140075464886072 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 628452

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25271556/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1791.49 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 143742 0 0 0 179011 138 0 0 20 0 2 0 275656202 643534848 143064 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143064 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1786.94 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 138625 0 0 0 178530 164 0 0 20 0 2 0 275656224 643534848 143064 33554432000 4194304 5965102 140733387480752 140075464886312 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 628452

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25269876/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1794.68 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 143990 0 0 0 179330 138 0 0 20 0 2 0 275656202 643534848 143312 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143312 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1790.13 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 138873 0 0 0 178849 164 0 0 20 0 2 0 275656224 643534848 143312 33554432000 4194304 5965102 140733387480752 140075464886264 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 628452

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25268016/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1797.87 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 144233 0 0 0 179649 138 0 0 20 0 2 0 275656202 643534848 143555 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143555 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1793.31 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 139116 0 0 0 179167 164 0 0 20 0 2 0 275656224 643534848 143555 33554432000 4194304 5965102 140733387480752 140075464886312 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 628452

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25267024/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1798.67 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 144299 0 0 0 179729 138 0 0 20 0 2 0 275656202 643534848 143621 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143621 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1794.11 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 139182 0 0 0 179246 165 0 0 20 0 2 0 275656224 643534848 143621 33554432000 4194304 5965102 140733387480752 140075464886312 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 628452

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25265784/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1799.08 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 144328 0 0 0 179770 138 0 0 20 0 2 0 275656202 643534848 143650 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143650 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1794.52 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 139211 0 0 0 179287 165 0 0 20 0 2 0 275656224 643534848 143650 33554432000 4194304 5965102 140733387480752 140075464886312 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 628452

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25265784/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1799.47 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 144355 0 0 0 179809 138 0 0 20 0 2 0 275656202 643534848 143677 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143677 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1794.91 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 139238 0 0 0 179326 165 0 0 20 0 2 0 275656224 643534848 143677 33554432000 4194304 5965102 140733387480752 140075464886264 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 628452

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8173
/proc/meminfo: memFree=25265784/32873844 swapFree=7620/7620
[pid=8116] ppid=8114 vsize=628452 CPUtime=1799.57 cores=1,3,5,7
/proc/8116/stat : 8116 (pwbo2.0) S 8114 8116 6880 0 -1 4202496 144369 0 0 0 179819 138 0 0 20 0 2 0 275656202 643534848 143691 33554432000 4194304 5965102 140733387480752 140733387480272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8116/statm: 157113 143691 191 433 0 156677 0
[pid=8116/tid=8118] ppid=8114 vsize=628452 CPUtime=1795.01 cores=1,3,5,7
/proc/8116/task/8118/stat : 8118 (pwbo2.0) R 8114 8116 6880 0 -1 4202560 139252 0 0 0 179336 165 0 0 20 0 2 0 275656224 643534848 143691 33554432000 4194304 5965102 140733387480752 140075464886264 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 628452

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8116 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=578334
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=686743
# CPU time returned by wait4() is 1795.27
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1798.19
CPU system time (s): 1.38
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 628452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 1.68674
maximum resident set size= 574784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144374
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= 162
involuntary context switches= 2049

runsolver used 12.3421 second user time and 13.238 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 07:07:57
IDJOB=3704325
IDBENCH=74369
IDSOLVER=2280
FILE ID=node107/3704325-1338095276
RUNJOBID= node107-1338087019-6897
PBS_JOBID= 14624432
Free space on /tmp= 71572 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12039_7-sat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704325-1338095276/watcher-3704325-1338095276 -o /tmp/evaluation-result-3704325-1338095276/solver-3704325-1338095276 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704325-1338095276.opb

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=205283336

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.760
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		: 2666.760
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.86
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.760
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:        28104716 kB
Buffers:          289976 kB
Cached:          3285896 kB
SwapCached:            0 kB
Active:          1123412 kB
Inactive:        2852752 kB
Active(anon):     402696 kB
Inactive(anon):        0 kB
Active(file):     720716 kB
Inactive(file):  2852752 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8364 kB
Writeback:             0 kB
AnonPages:        409680 kB
Mapped:            15160 kB
Shmem:               200 kB
Slab:             649516 kB
SReclaimable:      91996 kB
SUnreclaim:       557520 kB
KernelStack:        1456 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 71272 MiB
End job on node107 at 2012-05-27 07:37:57