Trace number 3704232

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.0UNSAT 992.09 992.354

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
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 benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-3704232-1338091042.opb.
0.00/0.00	c Instance file HOME/instance-3704232-1338091042.opb
0.00/0.00	c File size is 5645532 bytes.
0.39/0.41	c Highest Coefficient sum: 126
0.39/0.41	c ============================[ Problem Statistics ]=============================
0.39/0.41	c |                                                                             |
0.39/0.41	c |  Parsing time:          0.41         s                                      |
0.39/0.41	c |  Number Variables:      62704                                               |
0.39/0.41	c |  Number Clauses:        186603                                              |
0.39/0.41	c |  Number Cardinality:    0                                                   |
0.39/0.41	c |  Number PB Constraints: 504                                                 |
0.39/0.41	c |                                                                             |
0.49/0.56	c |  Problem Type:          Decision                                            |
0.49/0.56	c |  Objective Function:    None                                                |
0.49/0.56	c |                                                                             |
0.49/0.56	c ===============================================================================
992.09/992.35	c ===============================================================================
992.09/992.35	c Wall Clock Time: 992.35 s
992.09/992.35	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704232-1338091042/watcher-3704232-1338091042 -o /tmp/evaluation-result-3704232-1338091042/solver-3704232-1338091042 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704232-1338091042.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 18609
/proc/meminfo: memFree=28084192/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=8788 CPUtime=0 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) R 18607 18609 17458 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 275228710 8998912 297 33554432000 4194304 5965102 140734825052944 140737392426840 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 2197 299 168 433 0 382 0

[startup+0.085089 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 18609
/proc/meminfo: memFree=28084192/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=16108 CPUtime=0.07 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) R 18607 18609 17458 0 -1 4202496 2264 0 0 0 7 0 0 0 20 0 1 0 275228710 16494592 2183 33554432000 4194304 5965102 140734825052944 140737392426840 4348482 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 4027 2185 442 433 0 2212 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16108

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 18609
/proc/meminfo: memFree=28084192/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=17028 CPUtime=0.09 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) R 18607 18609 17458 0 -1 4202496 2623 0 0 0 9 0 0 0 20 0 1 0 275228710 17436672 2543 33554432000 4194304 5965102 140734825052944 140737392426840 4420575 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 4257 2543 497 433 0 2442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17028

[startup+0.300277 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 18609
/proc/meminfo: memFree=28084192/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=34264 CPUtime=0.28 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) R 18607 18609 17458 0 -1 4202496 7313 0 0 0 28 0 0 0 20 0 1 0 275228710 35086336 6884 33554432000 4194304 5965102 140734825052944 140737392426840 4344632 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 8566 6885 1178 433 0 6751 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34264

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 18609
/proc/meminfo: memFree=28084192/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=0.69 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 25171 0 0 0 65 4 0 0 20 0 2 0 275228710 122458112 21126 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 21126 189 433 0 29461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119588

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=27999988/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=1.49 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 25173 0 0 0 145 4 0 0 20 0 2 0 275228710 122458112 21128 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 21128 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=1.07 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 14908 0 0 0 104 3 0 0 20 0 2 0 275228751 122458112 21128 33554432000 4194304 5965102 140734825052944 140426969603176 4400894 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) 119588

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=28000236/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=3.09 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 25173 0 0 0 305 4 0 0 20 0 2 0 275228710 122458112 21128 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 21128 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=2.66 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 14908 0 0 0 263 3 0 0 20 0 2 0 275228751 122458112 21128 33554432000 4194304 5965102 140734825052944 140426969603176 4404320 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) 119588

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=28000244/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=6.29 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 25186 0 0 0 625 4 0 0 20 0 2 0 275228710 122458112 21141 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 21141 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=5.85 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 14921 0 0 0 582 3 0 0 20 0 2 0 275228751 122458112 21141 33554432000 4194304 5965102 140734825052944 140426969603176 4400955 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119588

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=27999068/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=12.68 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 25522 0 0 0 1264 4 0 0 20 0 2 0 275228710 122458112 21477 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 21477 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=12.24 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 15257 0 0 0 1221 3 0 0 20 0 2 0 275228751 122458112 21477 33554432000 4194304 5965102 140734825052944 140426969602040 4401445 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119588

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=27997644/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=25.48 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 26176 0 0 0 2543 5 0 0 20 0 2 0 275228710 122458112 22131 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 22131 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=25 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 15911 0 0 0 2496 4 0 0 20 0 2 0 275228751 122458112 22131 33554432000 4194304 5965102 140734825052944 140426969601848 4400955 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) 119588

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18611
/proc/meminfo: memFree=27993336/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=51.08 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 27118 0 0 0 5101 7 0 0 20 0 2 0 275228710 122458112 23073 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 23073 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=50.53 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 16853 0 0 0 5047 6 0 0 20 0 2 0 275228751 122458112 23073 33554432000 4194304 5965102 140734825052944 140426969602088 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) 119588

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 18806
/proc/meminfo: memFree=28805976/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=119588 CPUtime=102.27 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 28765 0 0 0 10217 10 0 0 20 0 2 0 275228710 122458112 25363 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 29897 25363 191 433 0 29461 0
[pid=18609/tid=18611] ppid=18607 vsize=119588 CPUtime=101.6 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 18500 0 0 0 10150 10 0 0 20 0 2 0 275228751 122458112 25363 33554432000 4194304 5965102 140734825052944 140426969602088 4389268 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) 119588

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/180 18809
/proc/meminfo: memFree=28762212/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=162.24 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 30951 0 0 0 16210 14 0 0 20 0 2 0 275228710 189566976 27650 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 27650 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=161.43 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 20686 0 0 0 16129 14 0 0 20 0 2 0 275228751 189566976 27650 33554432000 4194304 5965102 140734825052944 140426969602040 4400867 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 185124

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/180 18833
/proc/meminfo: memFree=28730676/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=222.23 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 32496 0 0 0 22208 15 0 0 20 0 2 0 275228710 189566976 29195 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 29195 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=221.27 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 22231 0 0 0 22110 17 0 0 20 0 2 0 275228751 189566976 29195 33554432000 4194304 5965102 140734825052944 140426969602040 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 185124

[startup+282.3 s]
/proc/loadavg: 2.10 2.03 1.94 3/179 18833
/proc/meminfo: memFree=28686732/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=282.22 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 33795 0 0 0 28205 17 0 0 20 0 2 0 275228710 189566976 30590 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 30590 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=281.11 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 23530 0 0 0 28092 19 0 0 20 0 2 0 275228751 189566976 30590 33554432000 4194304 5965102 140734825052944 140426969602040 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 185124

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 18833
/proc/meminfo: memFree=28654180/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=342.21 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 35300 0 0 0 34203 18 0 0 20 0 2 0 275228710 189566976 32094 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 32094 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=340.95 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 25035 0 0 0 34073 22 0 0 20 0 2 0 275228751 189566976 32094 33554432000 4194304 5965102 140734825052944 140426969602088 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 185124

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 18833
/proc/meminfo: memFree=28614440/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=402.2 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 36461 0 0 0 40201 19 0 0 20 0 2 0 275228710 189566976 33255 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 33255 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=400.8 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 26196 0 0 0 40056 24 0 0 20 0 2 0 275228751 189566976 33255 33554432000 4194304 5965102 140734825052944 140426969602040 4392552 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 185124

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 18833
/proc/meminfo: memFree=28608068/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=462.19 cores=1,3,5,7

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


[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 18834
/proc/meminfo: memFree=28509528/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=642.16 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 41963 0 0 0 64191 25 0 0 20 0 2 0 275228710 189566976 38850 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 38850 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=640.17 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 31698 0 0 0 63984 33 0 0 20 0 2 0 275228751 189566976 38850 33554432000 4194304 5965102 140734825052944 140426969602040 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 185124

[startup+702.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 18834
/proc/meminfo: memFree=28502320/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=185124 CPUtime=702.14 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 43430 0 0 0 70187 27 0 0 20 0 2 0 275228710 189566976 40434 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46281 40434 191 433 0 45845 0
[pid=18609/tid=18611] ppid=18607 vsize=185124 CPUtime=700 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 33165 0 0 0 69964 36 0 0 20 0 2 0 275228751 189566976 40434 33554432000 4194304 5965102 140734825052944 140426969602040 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 185124

[startup+762.307 s]
/proc/loadavg: 2.03 2.01 1.95 3/180 18837
/proc/meminfo: memFree=28494324/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=187556 CPUtime=762.13 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 44337 0 0 0 76185 28 0 0 20 0 2 0 275228710 192057344 41852 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 46889 41852 191 433 0 46453 0
[pid=18609/tid=18611] ppid=18607 vsize=187556 CPUtime=759.85 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 34072 0 0 0 75947 38 0 0 20 0 2 0 275228751 192057344 41852 33554432000 4194304 5965102 140734825052944 140426969602040 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 187556

[startup+822.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28476844/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=822.12 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 45888 0 0 0 82182 30 0 0 20 0 2 0 275228710 259166208 43403 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 43403 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=819.68 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 35623 0 0 0 81927 41 0 0 20 0 2 0 275228751 259166208 43403 33554432000 4194304 5965102 140734825052944 140426969602040 4401149 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 253092

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28453284/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=882.11 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 47189 0 0 0 88180 31 0 0 20 0 2 0 275228710 259166208 44704 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 44704 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=879.53 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 36924 0 0 0 87910 43 0 0 20 0 2 0 275228751 259166208 44704 33554432000 4194304 5965102 140734825052944 140426969602040 4391911 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 253092

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28426924/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=942.1 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 48336 0 0 0 94178 32 0 0 20 0 2 0 275228710 259166208 45851 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 45851 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=939.37 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38071 0 0 0 93892 45 0 0 20 0 2 0 275228751 259166208 45851 33554432000 4194304 5965102 140734825052944 140426969602040 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 253092

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28424816/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=946.9 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 48447 0 0 0 94658 32 0 0 20 0 2 0 275228710 259166208 45962 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 45962 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=944.16 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38182 0 0 0 94371 45 0 0 20 0 2 0 275228751 259166208 45962 33554432000 4194304 5965102 140734825052944 140426969602088 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 946.9
Current children cumulated vsize (KiB) 253092

[startup+972.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28412716/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=972.49 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 48933 0 0 0 97216 33 0 0 20 0 2 0 275228710 259166208 46495 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46495 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=969.68 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38668 0 0 0 96922 46 0 0 20 0 2 0 275228751 259166208 46495 33554432000 4194304 5965102 140734825052944 140426969602088 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 972.49
Current children cumulated vsize (KiB) 253092

[startup+985.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28407756/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=985.3 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49158 0 0 0 98497 33 0 0 20 0 2 0 275228710 259166208 46720 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46720 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=982.46 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38893 0 0 0 98200 46 0 0 20 0 2 0 275228751 259166208 46720 33554432000 4194304 5965102 140734825052944 140426969602088 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 985.3
Current children cumulated vsize (KiB) 253092

[startup+988.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28406640/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=988.49 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49222 0 0 0 98816 33 0 0 20 0 2 0 275228710 259166208 46784 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46784 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=985.64 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38957 0 0 0 98518 46 0 0 20 0 2 0 275228751 259166208 46784 33554432000 4194304 5965102 140734825052944 140426969602040 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 988.49
Current children cumulated vsize (KiB) 253092

[startup+990.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28405896/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=990.09 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49255 0 0 0 98976 33 0 0 20 0 2 0 275228710 259166208 46817 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46817 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=987.24 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 38990 0 0 0 98677 47 0 0 20 0 2 0 275228751 259166208 46817 33554432000 4194304 5965102 140734825052944 140426969602088 4401146 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 990.09
Current children cumulated vsize (KiB) 253092

[startup+991.107 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28405400/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=990.89 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49267 0 0 0 99056 33 0 0 20 0 2 0 275228710 259166208 46829 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46829 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=988.04 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 39002 0 0 0 98757 47 0 0 20 0 2 0 275228751 259166208 46829 33554432000 4194304 5965102 140734825052944 140426969602088 4388991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 990.89
Current children cumulated vsize (KiB) 253092

[startup+991.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28405400/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=991.69 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49276 0 0 0 99136 33 0 0 20 0 2 0 275228710 259166208 46838 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46838 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=988.83 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 39011 0 0 0 98836 47 0 0 20 0 2 0 275228751 259166208 46838 33554432000 4194304 5965102 140734825052944 140426969602056 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 991.69
Current children cumulated vsize (KiB) 253092

[startup+992.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28404904/32873648 swapFree=6604/6604
[pid=18609] ppid=18607 vsize=253092 CPUtime=992.09 cores=1,3,5,7
/proc/18609/stat : 18609 (pwbo2.0) S 18607 18609 17458 0 -1 4202496 49372 0 0 0 99176 33 0 0 20 0 2 0 275228710 259166208 46934 33554432000 4194304 5965102 140734825052944 140734825052464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18609/statm: 63273 46934 191 433 0 62837 0
[pid=18609/tid=18611] ppid=18607 vsize=253092 CPUtime=989.23 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (pwbo2.0) R 18607 18609 17458 0 -1 4202560 39107 0 0 0 98876 47 0 0 20 0 2 0 275228751 259166208 46934 33554432000 4194304 5965102 140734825052944 140426969602056 4408203 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 992.09
Current children cumulated vsize (KiB) 253092

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18609 and gives
#  childrusage.ru_utime.tv_sec=989
#  childrusage.ru_utime.tv_usec=218615
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=493924
# CPU time returned by wait4() is 989.713
# while last known CPU time is 992.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 992.354
CPU time (s): 992.09
CPU user time (s): 991.76
CPU system time (s): 0.33
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 253092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 989.219
system time used= 0.493924
maximum resident set size= 187756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49377
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= 62
involuntary context switches= 1230

runsolver used 1.55876 second user time and 3.98239 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 05:57:22
IDJOB=3704232
IDBENCH=1479
IDSOLVER=2280
FILE ID=node148/3704232-1338091042
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71708 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704232-1338091042/watcher-3704232-1338091042 -o /tmp/evaluation-result-3704232-1338091042/solver-3704232-1338091042 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704232-1338091042.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=797101428

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28084356 kB
Buffers:          313908 kB
Cached:          2749504 kB
SwapCached:          576 kB
Active:          1377348 kB
Inactive:        2581780 kB
Active(anon):     886740 kB
Inactive(anon):    11120 kB
Active(file):     490608 kB
Inactive(file):  2570660 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             11104 kB
Writeback:             0 kB
AnonPages:        901204 kB
Mapped:            14936 kB
Shmem:                96 kB
Slab:             689860 kB
SReclaimable:     133180 kB
SUnreclaim:       556680 kB
KernelStack:        1440 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-27 06:13:55