Trace number 3704368

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.52 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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-3704368-1338097077.opb.
0.00/0.00	c Instance file HOME/instance-3704368-1338097077.opb
0.00/0.00	c File size is 9526531 bytes.
0.59/0.63	c Highest Coefficient sum: 232
0.59/0.63	c ============================[ Problem Statistics ]=============================
0.59/0.63	c |                                                                             |
0.59/0.63	c |  Parsing time:          0.63         s                                      |
0.59/0.63	c |  Number Variables:      10086                                               |
0.59/0.63	c |  Number Clauses:        203668                                              |
0.59/0.63	c |  Number Cardinality:    722                                                 |
0.59/0.63	c |  Number PB Constraints: 22218                                               |
0.59/0.63	c |                                                                             |
0.59/0.66	c |  Problem Type:          Decision                                            |
0.59/0.66	c |  Objective Function:    None                                                |
0.59/0.66	c |                                                                             |
0.59/0.66	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3704368-1338097077/watcher-3704368-1338097077 -o /tmp/evaluation-result-3704368-1338097077/solver-3704368-1338097077 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704368-1338097077.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 2.00 3/177 8210
/proc/meminfo: memFree=25833236/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=12444 CPUtime=0 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) R 8208 8210 6880 0 -1 4202496 323 0 0 0 0 0 0 0 20 0 1 0 275836250 12742656 276 33554432000 4194304 5965102 140734667182640 140735175398248 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 3111 277 175 433 0 349 0

[startup+0.103953 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8210
/proc/meminfo: memFree=25833236/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=17176 CPUtime=0.1 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) R 8208 8210 6880 0 -1 4202496 1850 0 0 0 10 0 0 0 20 0 1 0 275836250 17588224 1770 33554432000 4194304 5965102 140734667182640 140735175398248 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 4294 1771 539 433 0 1532 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17176

[startup+0.20032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8210
/proc/meminfo: memFree=25833236/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=21584 CPUtime=0.19 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) R 8208 8210 6880 0 -1 4202496 3307 0 0 0 19 0 0 0 20 0 1 0 275836250 22102016 3162 33554432000 4194304 5965102 140734667182640 140734667180536 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 5396 3162 896 433 0 2634 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21584

[startup+0.300314 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8210
/proc/meminfo: memFree=25833236/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=25972 CPUtime=0.29 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) R 8208 8210 6880 0 -1 4202496 4797 0 0 0 29 0 0 0 20 0 1 0 275836250 26595328 4652 33554432000 4194304 5965102 140734667182640 140734667180536 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 6493 4652 1272 433 0 3731 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25972

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8210
/proc/meminfo: memFree=25833236/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=0.68 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 14126 0 0 0 67 1 0 0 20 0 2 0 275836250 114675712 11525 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 11525 176 433 0 27561 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 111988

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25769996/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=1.48 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 19250 0 0 0 146 2 0 0 20 0 2 0 275836250 114675712 16206 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 16206 190 433 0 27561 0
[pid=8210/tid=8212] ppid=8208 vsize=111988 CPUtime=0.85 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 9160 0 0 0 83 2 0 0 20 0 2 0 275836314 114675712 16206 33554432000 4194304 5965102 140734667182640 139969596307256 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111988

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25767308/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=3.09 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 19726 0 0 0 306 3 0 0 20 0 2 0 275836250 114675712 16682 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 16682 190 433 0 27561 0
[pid=8210/tid=8212] ppid=8208 vsize=111988 CPUtime=2.45 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 9636 0 0 0 243 2 0 0 20 0 2 0 275836314 114675712 16682 33554432000 4194304 5965102 140734667182640 139969596307384 5137076 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) 111988

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25761728/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=6.28 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 20741 0 0 0 625 3 0 0 20 0 2 0 275836250 114675712 17697 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 17697 190 433 0 27561 0
[pid=8210/tid=8212] ppid=8208 vsize=111988 CPUtime=5.63 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 10651 0 0 0 561 2 0 0 20 0 2 0 275836314 114675712 17697 33554432000 4194304 5965102 140734667182640 139969596307256 4401582 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111988

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25750196/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=12.69 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 22565 0 0 0 1265 4 0 0 20 0 2 0 275836250 114675712 19521 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 19521 190 433 0 27561 0
[pid=8210/tid=8212] ppid=8208 vsize=111988 CPUtime=12.01 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 12475 0 0 0 1199 2 0 0 20 0 2 0 275836314 114675712 19521 33554432000 4194304 5965102 140734667182640 139969596307496 4404383 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111988

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25731580/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=111988 CPUtime=25.48 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 25709 0 0 0 2543 5 0 0 20 0 2 0 275836250 114675712 22665 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 27997 22665 190 433 0 27561 0
[pid=8210/tid=8212] ppid=8208 vsize=111988 CPUtime=24.78 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 15619 0 0 0 2474 4 0 0 20 0 2 0 275836314 114675712 22665 33554432000 4194304 5965102 140734667182640 139969596307256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111988

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8212
/proc/meminfo: memFree=25697572/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=177524 CPUtime=51.08 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 31490 0 0 0 5100 8 0 0 20 0 2 0 275836250 181784576 28446 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 44381 28446 190 433 0 43945 0
[pid=8210/tid=8212] ppid=8208 vsize=177524 CPUtime=50.32 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 21400 0 0 0 5026 6 0 0 20 0 2 0 275836314 181784576 28446 33554432000 4194304 5965102 140734667182640 139969596307496 4401752 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 177524

[startup+102.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 8212
/proc/meminfo: memFree=25645892/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=177524 CPUtime=102.27 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 37770 0 0 0 10214 13 0 0 20 0 2 0 275836250 181784576 34725 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 44381 34725 190 433 0 43945 0
[pid=8210/tid=8212] ppid=8208 vsize=177524 CPUtime=101.39 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 27680 0 0 0 10126 13 0 0 20 0 2 0 275836314 181784576 34725 33554432000 4194304 5965102 140734667182640 139969596307496 4401548 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 177524

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8215
/proc/meminfo: memFree=25588144/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=243060 CPUtime=162.26 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 44291 0 0 0 16208 18 0 0 20 0 2 0 275836250 248893440 41244 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 60765 41244 190 433 0 60329 0
[pid=8210/tid=8212] ppid=8208 vsize=243060 CPUtime=161.23 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 34201 0 0 0 16104 19 0 0 20 0 2 0 275836314 248893440 41244 33554432000 4194304 5965102 140734667182640 139969596307256 4401149 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 243060

[startup+222.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 8215
/proc/meminfo: memFree=25531708/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=246708 CPUtime=222.25 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 51246 0 0 0 22202 23 0 0 20 0 2 0 275836250 252628992 48708 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 61677 48708 190 433 0 61241 0
[pid=8210/tid=8212] ppid=8208 vsize=246708 CPUtime=221.08 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 41156 0 0 0 22083 25 0 0 20 0 2 0 275836314 252628992 48708 33554432000 4194304 5965102 140734667182640 139969596307256 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 246708

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8215
/proc/meminfo: memFree=25493084/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=246708 CPUtime=282.24 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 54516 0 0 0 28198 26 0 0 20 0 2 0 275836250 252628992 51977 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 61677 51977 190 433 0 61241 0
[pid=8210/tid=8212] ppid=8208 vsize=246708 CPUtime=280.92 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 44426 0 0 0 28063 29 0 0 20 0 2 0 275836314 252628992 51977 33554432000 4194304 5965102 140734667182640 139969596307256 4393903 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 246708

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8216
/proc/meminfo: memFree=25467136/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=246708 CPUtime=342.23 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 54890 0 0 0 34197 26 0 0 20 0 2 0 275836250 252628992 52351 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 61677 52351 190 433 0 61241 0
[pid=8210/tid=8212] ppid=8208 vsize=246708 CPUtime=340.77 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 44800 0 0 0 34047 30 0 0 20 0 2 0 275836314 252628992 52351 33554432000 4194304 5965102 140734667182640 139969596307256 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 246708

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25423332/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=312244 CPUtime=402.22 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 60074 0 0 0 40192 30 0 0 20 0 2 0 275836250 319737856 57535 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 78061 57535 190 433 0 77625 0
[pid=8210/tid=8212] ppid=8208 vsize=312244 CPUtime=400.62 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 49984 0 0 0 40028 34 0 0 20 0 2 0 275836314 319737856 57535 33554432000 4194304 5965102 140734667182640 139969596307256 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 312244

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25370380/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=312244 CPUtime=462.21 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/180 8265
/proc/meminfo: memFree=27356684/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=513408 CPUtime=1361.95 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 121902 0 0 0 136103 92 0 0 20 0 2 0 275836250 525729792 120932 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 128352 120932 190 433 0 127916 0
[pid=8210/tid=8212] ppid=8208 vsize=513408 CPUtime=1358.04 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 111812 0 0 0 135693 111 0 0 20 0 2 0 275836314 525729792 120932 33554432000 4194304 5965102 140734667182640 139969596307256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 513408

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 8288
/proc/meminfo: memFree=27336784/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=513408 CPUtime=1421.91 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 121991 0 0 0 142099 92 0 0 20 0 2 0 275836250 525729792 121167 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 128352 121167 190 433 0 127916 0
[pid=8210/tid=8212] ppid=8208 vsize=513408 CPUtime=1417.87 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 111901 0 0 0 141675 112 0 0 20 0 2 0 275836314 525729792 121167 33554432000 4194304 5965102 140734667182640 139969596307256 4401559 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 513408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8288
/proc/meminfo: memFree=27316644/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=513408 CPUtime=1481.87 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 122186 0 0 0 148095 92 0 0 20 0 2 0 275836250 525729792 121551 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 128352 121551 190 433 0 127916 0
[pid=8210/tid=8212] ppid=8208 vsize=513408 CPUtime=1477.69 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 112096 0 0 0 147656 113 0 0 20 0 2 0 275836314 525729792 121551 33554432000 4194304 5965102 140734667182640 139969596307256 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 513408

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8289
/proc/meminfo: memFree=27267024/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=578944 CPUtime=1541.86 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 128806 0 0 0 154088 98 0 0 20 0 2 0 275836250 592838656 128243 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 144736 128243 190 433 0 144300 0
[pid=8210/tid=8212] ppid=8208 vsize=578944 CPUtime=1537.53 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 118716 0 0 0 153633 120 0 0 20 0 2 0 275836314 592838656 128243 33554432000 4194304 5965102 140734667182640 139969596307448 4401137 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 578944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27210480/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=578944 CPUtime=1601.85 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 136993 0 0 0 160080 105 0 0 20 0 2 0 275836250 592838656 136430 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 144736 136430 190 433 0 144300 0
[pid=8210/tid=8212] ppid=8208 vsize=578944 CPUtime=1597.37 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 126903 0 0 0 159609 128 0 0 20 0 2 0 275836314 592838656 136430 33554432000 4194304 5965102 140734667182640 139969596307496 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 578944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27160688/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1661.84 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 143935 0 0 0 166072 112 0 0 20 0 2 0 275836250 659947520 143759 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 143759 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1657.22 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 133845 0 0 0 165587 135 0 0 20 0 2 0 275836314 659947520 143759 33554432000 4194304 5965102 140734667182640 139969596307256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 644480

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8289
/proc/meminfo: memFree=27131672/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1721.83 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 148386 0 0 0 172066 117 0 0 20 0 2 0 275836250 659947520 148210 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 148210 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1717.06 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 138296 0 0 0 171564 142 0 0 20 0 2 0 275836314 659947520 148210 33554432000 4194304 5965102 140734667182640 139969596307496 4401050 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 644480

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8289
/proc/meminfo: memFree=27100688/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1781.82 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 152413 0 0 0 178060 122 0 0 20 0 2 0 275836250 659947520 152237 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152237 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1776.91 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 142323 0 0 0 177544 147 0 0 20 0 2 0 275836314 659947520 152237 33554432000 4194304 5965102 140734667182640 139969596307448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 644480

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

[startup+1792.01 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27096580/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1791.53 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 152843 0 0 0 179030 123 0 0 20 0 2 0 275836250 659947520 152667 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152667 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1786.59 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 142753 0 0 0 178511 148 0 0 20 0 2 0 275836314 659947520 152667 33554432000 4194304 5965102 140734667182640 139969596307256 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 644480

[startup+1795.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27094084/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1794.73 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 152916 0 0 0 179350 123 0 0 20 0 2 0 275836250 659947520 152740 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152740 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1789.78 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 142826 0 0 0 178830 148 0 0 20 0 2 0 275836314 659947520 152740 33554432000 4194304 5965102 140734667182640 139969596307448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 644480

[startup+1798.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27093340/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1797.92 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 153058 0 0 0 179669 123 0 0 20 0 2 0 275836250 659947520 152882 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152882 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1792.97 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 142968 0 0 0 179149 148 0 0 20 0 2 0 275836314 659947520 152882 33554432000 4194304 5965102 140734667182640 139969596307448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 644480

[startup+1799.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27092844/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1798.72 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 153092 0 0 0 179749 123 0 0 20 0 2 0 275836250 659947520 152916 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152916 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1793.77 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 143002 0 0 0 179229 148 0 0 20 0 2 0 275836314 659947520 152916 33554432000 4194304 5965102 140734667182640 139969596307496 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 644480

[startup+1799.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27092348/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1799.13 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 153103 0 0 0 179790 123 0 0 20 0 2 0 275836250 659947520 152927 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152927 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1794.17 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 143013 0 0 0 179269 148 0 0 20 0 2 0 275836314 659947520 152927 33554432000 4194304 5965102 140734667182640 139969596307496 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 644480

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8289
/proc/meminfo: memFree=27092348/32873844 swapFree=7620/7620
[pid=8210] ppid=8208 vsize=644480 CPUtime=1799.52 cores=1,3,5,7
/proc/8210/stat : 8210 (pwbo2.0) S 8208 8210 6880 0 -1 4202496 153115 0 0 0 179829 123 0 0 20 0 2 0 275836250 659947520 152939 33554432000 4194304 5965102 140734667182640 140734667182160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 161120 152939 190 433 0 160684 0
[pid=8210/tid=8212] ppid=8208 vsize=644480 CPUtime=1794.56 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (pwbo2.0) R 8208 8210 6880 0 -1 4202560 143025 0 0 0 179307 149 0 0 20 0 2 0 275836314 659947520 152939 33554432000 4194304 5965102 140734667182640 139969596307496 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 644480

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8210 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=706315
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=523768
# CPU time returned by wait4() is 1795.23
# 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.01
CPU time (s): 1799.52
CPU user time (s): 1798.29
CPU system time (s): 1.23
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 644480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 1.52377
maximum resident set size= 611776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153120
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= 219
involuntary context switches= 1861

runsolver used 3.03154 second user time and 8.43072 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 07:37:57
IDJOB=3704368
IDBENCH=89703
IDSOLVER=2280
FILE ID=node107/3704368-1338097077
RUNJOBID= node107-1338087019-6897
PBS_JOBID= 14624432
Free space on /tmp= 71268 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704368-1338097077/watcher-3704368-1338097077 -o /tmp/evaluation-result-3704368-1338097077/solver-3704368-1338097077 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704368-1338097077.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=886721382

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:        25833508 kB
Buffers:          290596 kB
Cached:          3617536 kB
SwapCached:            0 kB
Active:          3368864 kB
Inactive:        2872748 kB
Active(anon):    2336092 kB
Inactive(anon):        0 kB
Active(file):    1032772 kB
Inactive(file):  2872748 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14776 kB
Writeback:             0 kB
AnonPages:       2293824 kB
Mapped:            15056 kB
Shmem:               200 kB
Slab:             649716 kB
SReclaimable:      92256 kB
SUnreclaim:       557460 kB
KernelStack:        1496 kB
PageTables:         8728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     936688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1267712 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= 71516 MiB
End job on node107 at 2012-05-27 08:07:57