Trace number 3695912

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.09 1800.83

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-seymour1.opb
MD5SUM385b8c04483c735ba913a305372f124f
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark471080
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 456321
Optimality of the best value was proved NO
Number of variables10582
Total number of constraints5865
Number of constraints which are clauses651
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5214
Minimum length of a constraint1
Maximum length of a constraint198
Number of terms in the objective function 10582
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2347111
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2347111
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

22.86/22.91	c model valid
22.86/22.91	c current solution ok
36.51/37.23	o 1036288
36.51/37.23	c current bound: 518144
36.51/37.23	c fallback to adder encoding
1800.09/1800.82	c error: unexpected solver exit code
1800.09/1800.82	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-3695912-1338048990/watcher-3695912-1338048990 -o /tmp/evaluation-result-3695912-1338048990/solver-3695912-1338048990 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695912-1338048990.opb 1634869951 HOME HOME 

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: 3.33 3.11 2.60 3/180 8167
/proc/meminfo: memFree=28617924/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0

[startup+0.0466899 s]
/proc/loadavg: 3.33 3.11 2.60 3/180 8167
/proc/meminfo: memFree=28617924/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100248 s]
/proc/loadavg: 3.33 3.11 2.60 3/180 8167
/proc/meminfo: memFree=28617924/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300282 s]
/proc/loadavg: 3.33 3.11 2.60 3/180 8167
/proc/meminfo: memFree=28617924/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 3.33 3.11 2.60 3/180 8167
/proc/meminfo: memFree=28617924/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 3.33 3.11 2.60 3/182 8169
/proc/meminfo: memFree=28583180/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=35232 CPUtime=1.49 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) R 8167 8167 29822 0 -1 4202496 3162 0 0 0 148 1 0 0 20 0 1 0 271024320 36077568 8275 33554432000 4194304 5873084 140735512033536 140735512030904 4995879 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8168/statm: 8808 8275 145 410 0 8390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44380

[startup+3.10023 s]
/proc/loadavg: 3.33 3.11 2.60 3/182 8169
/proc/meminfo: memFree=28544332/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=70100 CPUtime=3.08 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) R 8167 8167 29822 0 -1 4202496 4170 0 0 0 307 1 0 0 20 0 1 0 271024320 71782400 15910 33554432000 4194304 5873084 140735512033536 140735512030488 4746480 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8168/statm: 17525 15910 146 410 0 17107 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79248

[startup+6.30034 s]
/proc/loadavg: 3.22 3.09 2.60 3/182 8169
/proc/meminfo: memFree=28300400/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=399812 CPUtime=6.28 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) R 8167 8167 29822 0 -1 4202496 38649 0 0 0 616 12 0 0 20 0 1 0 271024320 409407488 85552 33554432000 4194304 5873084 140735512033536 140735512026776 4394360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8168/statm: 99953 85552 155 410 0 99535 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 408960

[startup+12.7004 s]
/proc/loadavg: 3.12 3.07 2.59 2/185 8172
/proc/meminfo: memFree=26679972/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=418448 CPUtime=7.11 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 43942 0 0 0 661 50 0 0 20 0 1 0 271024320 428490752 95335 33554432000 4194304 5873084 140735512033536 140735512029960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8168/statm: 104612 95335 162 410 0 104194 0
[pid=8170] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8170/stat : 8170 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271025031 9367552 267 33554432000 4194304 5064252 140735751997344 140735751996256 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8170/statm: 2287 267 226 213 0 72 0
[pid=8171] ppid=8170 vsize=825156 CPUtime=5.56 cores=1,3,5,7
/proc/8171/stat : 8171 (glucose_static) R 8170 8167 29822 0 -1 4202496 111560 0 0 0 524 32 0 0 20 0 1 0 271025032 844959744 189044 33554432000 4194304 4896791 140734736655568 140734736652776 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8171/statm: 206289 189044 76 172 0 206115 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1261900

[startup+25.5067 s]
/proc/loadavg: 3.46 3.15 2.63 2/183 8172
/proc/meminfo: memFree=27303684/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=458152 CPUtime=25.48 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) R 8167 8167 29822 0 -1 4202496 50984 118824 0 0 743 261 1503 41 20 0 1 0 271024320 469147648 105273 33554432000 4194304 5873084 140735512033536 140735512028968 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8168/statm: 114538 105273 171 410 0 114120 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 467300

[startup+51.1005 s]
/proc/loadavg: 3.50 3.19 2.65 3/186 8219
/proc/meminfo: memFree=26377812/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1082040 CPUtime=12.51 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 122482 0 0 0 1208 43 0 0 20 0 1 0 271028177 1108008960 226078 33554432000 4194304 4896791 140736023212704 140736023209912 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 270510 226078 77 172 0 270336 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 1704136

[startup+102.3 s]
/proc/loadavg: 2.65 3.00 2.61 3/185 8219
/proc/meminfo: memFree=26375348/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=967088 CPUtime=63.7 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 136930 0 0 0 6318 52 0 0 20 0 1 0 271028177 990298112 219838 33554432000 4194304 4896791 140736023212704 140736023209912 4224673 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 241772 219838 77 172 0 241598 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 1589184

[startup+162.301 s]
/proc/loadavg: 2.24 2.82 2.57 3/185 8219
/proc/meminfo: memFree=26323984/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1126880 CPUtime=123.69 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 156715 0 0 0 12310 59 0 0 20 0 1 0 271028177 1153925120 229392 33554432000 4194304 4896791 140736023212704 140736023209912 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 281720 229392 77 172 0 281546 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 1748976

[startup+222.3 s]
/proc/loadavg: 2.08 2.66 2.53 3/186 8223
/proc/meminfo: memFree=26287780/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1132332 CPUtime=183.69 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 167997 0 0 0 18307 62 0 0 20 0 1 0 271028177 1159507968 233291 33554432000 4194304 4896791 140736023212704 140736023209912 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 283083 233291 77 172 0 282909 0
Current children cumulated CPU time (s) 221.95

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

/proc/8219/statm: 302093 258833 77 172 0 301919 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 1830468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/185 8233
/proc/meminfo: memFree=25652160/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1209296 CPUtime=1443.36 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 233183 0 0 0 144240 96 0 0 20 0 1 0 271028177 1238319104 260088 33554432000 4194304 4896791 140736023212704 140736023209912 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 302324 260088 77 172 0 302150 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 1831392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/185 8233
/proc/meminfo: memFree=25553300/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1211540 CPUtime=1503.36 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 233789 0 0 0 150240 96 0 0 20 0 1 0 271028177 1240616960 263249 33554432000 4194304 4896791 140736023212704 140736023209912 4203102 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 302885 263249 77 172 0 302711 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 1833636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/185 8233
/proc/meminfo: memFree=25467348/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1213248 CPUtime=1563.35 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 234222 0 0 0 156238 97 0 0 20 0 1 0 271028177 1242365952 265215 33554432000 4194304 4896791 140736023212704 140736023209912 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 303312 265215 77 172 0 303138 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 1835344

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/185 8233
/proc/meminfo: memFree=25990472/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1214988 CPUtime=1623.35 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 234708 0 0 0 162237 98 0 0 20 0 1 0 271028177 1244147712 268256 33554432000 4194304 4896791 140736023212704 140736023209912 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 303747 268256 77 172 0 303573 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 1837084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/185 8234
/proc/meminfo: memFree=25893348/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1215772 CPUtime=1683.33 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 234924 0 0 0 168235 98 0 0 20 0 1 0 271028177 1244950528 270516 33554432000 4194304 4896791 140736023212704 140736023209912 4225540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 303943 270516 77 172 0 303769 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 1837868

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.08 3/185 8234
/proc/meminfo: memFree=25794988/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1219432 CPUtime=1743.32 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 235419 0 0 0 174233 99 0 0 20 0 1 0 271028177 1248698368 274077 33554432000 4194304 4896791 140736023212704 140736023209912 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 304858 274077 77 172 0 304684 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 1841528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.05 2.01 2.08 3/185 8234
/proc/meminfo: memFree=25837684/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1219688 CPUtime=1761.83 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 235648 0 0 0 176080 103 0 0 20 0 1 0 271028177 1248960512 257298 33554432000 4194304 4896791 140736023212704 140736023210232 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 304922 257298 77 172 0 304748 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1841784

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.8 s]
/proc/loadavg: 2.05 2.01 2.08 3/185 8234
/proc/meminfo: memFree=25837684/32873844 swapFree=7096/7096
[pid=8167] ppid=8165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8167/stat : 8167 (runPb2sat.sh) S 8165 8167 29822 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271024319 9367552 274 33554432000 4194304 5064252 140733520224304 140733520223216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8167/statm: 2287 274 233 213 0 72 0
[pid=8168] ppid=8167 vsize=603800 CPUtime=38.26 cores=1,3,5,7
/proc/8168/stat : 8168 (pb2sat) S 8167 8167 29822 0 -1 4202496 56100 119338 0 0 1062 1180 1503 81 20 0 1 0 271024320 618291200 130751 33554432000 4194304 5873084 140735512033536 140735512027352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 27 0 0
/proc/8168/statm: 150950 130751 179 410 0 150532 0
[pid=8218] ppid=8168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8218/stat : 8218 (satsolver.sh) S 8168 8167 29822 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271028177 9367552 266 33554432000 4194304 5064252 140733824311328 140733824310240 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8218/statm: 2287 266 226 213 0 72 0
[pid=8219] ppid=8218 vsize=1219688 CPUtime=1761.83 cores=1,3,5,7
/proc/8219/stat : 8219 (glucose_static) R 8218 8167 29822 0 -1 4202496 235648 0 0 0 176080 103 0 0 20 0 1 0 271028177 1248960512 257298 33554432000 4194304 4896791 140736023212704 140736023210232 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8219/statm: 304922 257298 77 172 0 304748 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1841784

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.83
CPU time (s): 1800.09
CPU user time (s): 1786.45
CPU system time (s): 13.64
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 2185536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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= 4
involuntary context switches= 1

runsolver used 4.48132 second user time and 12.0342 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 18:16:30
IDJOB=3695912
IDBENCH=1506
IDSOLVER=2274
FILE ID=node132/3695912-1338048990
RUNJOBID= node132-1338048439-1583
PBS_JOBID= 14624340
Free space on /tmp= 71552 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-seymour1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695912-1338048990/watcher-3695912-1338048990 -o /tmp/evaluation-result-3695912-1338048990/solver-3695912-1338048990 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695912-1338048990.opb 1634869951 HOME HOME

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

MD5SUM BENCH= 385b8c04483c735ba913a305372f124f
RANDOM SEED=1634869951

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28618568 kB
Buffers:          284092 kB
Cached:          3073972 kB
SwapCached:            0 kB
Active:           932460 kB
Inactive:        2530316 kB
Active(anon):     107156 kB
Inactive(anon):        0 kB
Active(file):     825304 kB
Inactive(file):  2530316 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31452 kB
Writeback:             0 kB
AnonPages:        111548 kB
Mapped:            15004 kB
Shmem:               212 kB
Slab:             651540 kB
SReclaimable:      91828 kB
SUnreclaim:       559712 kB
KernelStack:        1520 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 70948 MiB
End job on node132 at 2012-05-26 18:46:33