Trace number 3731987

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
PB07: PB-clasp 2007-04-10SAT (TO)7054 1802.06 1802.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-9symml.opb
MD5SUM866c660dea8282137b8c78839dd4c03f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4517
Best CPU time to get the best result obtained on this benchmark0.174972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4517
Optimality of the best value was proved YES
Number of variables651
Total number of constraints1658
Number of constraints which are clauses1656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 651
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28138
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 28138
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.23	o 7629
0.00/0.26	o 7568
0.12/0.30	o 7559
0.12/0.34	o 7550
0.12/0.38	o 7116
0.91/1.19	o 7054
1800.04/1800.61	sh: line 1:  2250 Done                    cat HOME/temp/instance-3731987-1338702930.opb.op
1800.04/1800.61	      2251 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731987-1338702930.opb.clasp
1800.04/1800.62	c Somebody sent me a SIGTERM
1800.04/1800.62	s SATISFIABLE
1800.04/1800.62	v x7 x8 x12 x14 x17 x18 x20 x23 x28 x29 x30 x33 x37 x39 x40 x42 x45 x46 x49 x50 x51 x53 x55 x56 x57 x59 x60 x62 x63 x64 x66 x75 x86 x124 x128 x165 x167 x178 x182 x185 x186 x188 x194 x195 x201 x202 x203 x205 x210 x211 x213 x214 x215 x217 x218 x219 x220 x221 x228 x232 x234 x235 x240 x241 x243 x247 x248 x250 x251 x255 x256 x258 x259 x261 x262 x267 x269 x272 x273 x282 x283 x284 x286 x287 x288 x289 x290 x294 x295 x296 x297 x298 x299 x300 x303 x306 x307 x309 x313 x314 x316 x318 x319 x323 x326 x328 x329 x333 x335 x341 x344 x345 x346 x347 x348 x350 x351 x352 x354 x355 x357 x358 x359 x361 x366 x372 x376 x379 x382 x394 x396 x411 x420 x422 x431 x433 x436 x445 x451 x453 x454 x455 x457 x460 x468 x480 x482 x484 x495 x496 x498 x518 x522 x538 x539 x541 x542 x556 x559 x561 x563 x566 x576 x593 x594 x603 x615 x617 x618 x619 x635 x641 
1800.04/1800.64	pb2clasp1: no process killed
1802.01/1802.62	sh: line 1:  2310 Done                    cat HOME/temp/instance-3731987-1338702930.opb.op
1802.01/1802.62	      2311 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3731987-1338702930.opb.clasp

Verifier Data

OK	7054

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-3731987-1338702930/watcher-3731987-1338702930 -o /tmp/evaluation-result-3731987-1338702930/solver-3731987-1338702930 -C 1800 -W 1900 -M 15500 pbclasp instance-3731987-1338702930.opb HOME/temp 

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

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

[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2135
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2135/stat : 2135 (runsolver) R 2131 2078 2078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 1 0 336418359 12095488 23 33554432000 4194304 5436572 140734820372176 140734820368368 4256288 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/2135/statm: 2953 23 3 304 0 2645 0
Current StackSize limit: 10240 KiB


[startup+0.044055 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2135
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25196 CPUtime=0 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) D 2131 2135 2078 0 -1 4202496 194 0 1 0 0 0 0 0 20 0 1 0 336418359 25800704 125 33554432000 4194304 4198148 140734842219488 140734842219144 273600940632 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 3 0 0
/proc/2135/statm: 6299 125 88 1 0 94 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25196

[startup+0.100279 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2135
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) D 2131 2135 2078 0 -1 4202496 424 0 8 0 0 0 0 0 20 0 1 0 336418359 26071040 362 33554432000 4194304 4198148 140734842219488 140734842216936 273589026485 0 0 4224 0 18446744071580397875 0 0 17 0 0 0 6 0 0
/proc/2135/statm: 6365 362 277 1 0 160 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25460

[startup+0.300185 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2135
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.12 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 965 7272 9 0 0 0 11 1 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25856

[startup+0.70018 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 2135
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.24 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1325 15062 9 0 1 0 20 3 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25856

[startup+1.50018 s]
/proc/loadavg: 1.84 1.97 1.99 4/183 2243
/proc/meminfo: memFree=28235616/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 25856

[startup+3.10025 s]
/proc/loadavg: 1.84 1.97 1.99 4/183 2251
/proc/meminfo: memFree=28233920/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=5688 CPUtime=1.89 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 1022 0 0 0 189 0 0 0 20 0 1 0 336418479 5824512 919 33554432000 134512640 134847168 4294808784 4294807360 134742230 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2251/statm: 1422 919 272 82 0 663 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 40692

[startup+6.30031 s]
/proc/loadavg: 1.85 1.97 1.99 4/183 2251
/proc/meminfo: memFree=28232084/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=6204 CPUtime=5.09 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 1143 0 0 0 509 0 0 0 20 0 1 0 336418479 6352896 1040 33554432000 134512640 134847168 4294808784 4294807092 134792832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 1551 1040 272 82 0 792 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 41208

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 4/183 2251
/proc/meminfo: memFree=28230756/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=6976 CPUtime=11.49 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 1337 0 0 0 1149 0 0 0 20 0 1 0 336418479 7143424 1234 33554432000 134512640 134847168 4294808784 4294807424 134782435 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 1744 1234 272 82 0 985 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 41980

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 4/183 2251
/proc/meminfo: memFree=28228432/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=8156 CPUtime=24.28 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 1638 0 0 0 2428 0 0 0 20 0 1 0 336418479 8351744 1535 33554432000 134512640 134847168 4294808784 4294807408 134784615 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 2039 1535 272 82 0 1280 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 43160

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 4/183 2251
/proc/meminfo: memFree=28226004/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=9280 CPUtime=49.88 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 1903 0 0 0 4988 0 0 0 20 0 1 0 336418479 9502720 1800 33554432000 134512640 134847168 4294808784 4294807232 134713928 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 2320 1800 272 82 0 1561 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 44284

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 4/183 2252
/proc/meminfo: memFree=28222780/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=10396 CPUtime=101.07 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 2187 0 0 0 10107 0 0 0 20 0 1 0 336418479 10645504 2084 33554432000 134512640 134847168 4294808784 4294807488 134616592 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 2599 2084 272 82 0 1840 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 45400

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 4/183 2252
/proc/meminfo: memFree=28220296/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=11320 CPUtime=161.06 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 2407 0 0 0 16105 1 0 0 20 0 1 0 336418479 11591680 2301 33554432000 134512640 134847168 4294808784 4294807248 134713696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 2830 2301 272 82 0 2071 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 46324

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/183 2252
/proc/meminfo: memFree=28219676/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=11716 CPUtime=221.06 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 2533 0 0 0 22105 1 0 0 20 0 1 0 336418479 11997184 2426 33554432000 134512640 134847168 4294808784 4294807424 134777554 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 2929 2426 272 82 0 2170 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 46720

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/184 2255
/proc/meminfo: memFree=28217248/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 4/183 2285
/proc/meminfo: memFree=28203060/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18160 CPUtime=1420.87 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4381 0 0 0 142085 2 0 0 20 0 1 0 336418479 18595840 4015 33554432000 134512640 134847168 4294808784 4294807476 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4540 4015 272 82 0 3781 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 53164

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/184 2288
/proc/meminfo: memFree=28201608/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18320 CPUtime=1480.86 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4401 0 0 0 148084 2 0 0 20 0 1 0 336418479 18759680 4035 33554432000 134512640 134847168 4294808784 4294807412 134616350 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4580 4035 272 82 0 3821 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 53324

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/183 2288
/proc/meminfo: memFree=28201632/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18224 CPUtime=1540.85 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4401 0 0 0 154083 2 0 0 20 0 1 0 336418479 18661376 4035 33554432000 134512640 134847168 4294808784 4294807476 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4556 4035 272 82 0 3797 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 53228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28201508/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18224 CPUtime=1600.84 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4410 0 0 0 160082 2 0 0 20 0 1 0 336418479 18661376 4044 33554432000 134512640 134847168 4294808784 4294807248 134713823 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4556 4044 272 82 0 3797 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 53228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28201260/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18484 CPUtime=1660.83 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4441 0 0 0 166081 2 0 0 20 0 1 0 336418479 18927616 4075 33554432000 134512640 134847168 4294808784 4294807476 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4621 4075 272 82 0 3862 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 53488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28200888/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18484 CPUtime=1720.82 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4467 0 0 0 172080 2 0 0 20 0 1 0 336418479 18927616 4101 33554432000 134512640 134847168 4294808784 4294807424 134782416 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4621 4101 272 82 0 3862 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 53488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28200452/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18672 CPUtime=1780.8 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4482 0 0 0 178078 2 0 0 20 0 1 0 336418479 19120128 4141 33554432000 134512640 134847168 4294808784 4294807468 134789696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4668 4141 272 82 0 3909 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 53676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28200328/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=0.93 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1449 17873 9 0 1 0 88 4 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2249] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2249/stat : 2249 (sh) S 2135 2135 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336418479 9367552 264 33554432000 4194304 5064252 140734603371856 140734603370112 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2249/statm: 2287 264 223 213 0 72 0
[pid=2251] ppid=2249 vsize=18672 CPUtime=1799.11 cores=0,2,4,6
/proc/2251/stat : 2251 (clasp-1.0) R 2249 2135 2078 0 -1 4202496 4482 0 0 0 179909 2 0 0 20 0 1 0 336418479 19120128 4141 33554432000 134512640 134847168 4294808784 4294807472 134616729 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2251/statm: 4668 4141 272 82 0 3909 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 53676

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2135

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2289
/proc/meminfo: memFree=28200328/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=1800.08 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1612 25139 9 0 1 0 179998 9 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 25856

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 2311
/proc/meminfo: memFree=28236112/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=1800.08 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1612 25139 9 0 1 0 179998 9 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2309] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2309/stat : 2309 (sh) S 2135 2135 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336598425 9367552 263 33554432000 4194304 5064252 140734156464032 140734156462288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2309/statm: 2287 263 223 213 0 72 0
[pid=2311] ppid=2309 vsize=5428 CPUtime=1.53 cores=0,2,4,6
/proc/2311/stat : 2311 (clasp-1.0) R 2309 2135 2078 0 -1 4202496 957 0 0 0 153 0 0 0 20 0 1 0 336598425 5558272 855 33554432000 134512640 134847168 4287891104 4287889680 134714731 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2311/statm: 1357 855 270 82 0 598 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 40432

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 2311
/proc/meminfo: memFree=28236112/32873844 swapFree=7112/7112
[pid=2135] ppid=2131 vsize=25856 CPUtime=1800.08 cores=0,2,4,6
/proc/2135/stat : 2135 (pbclasp) S 2131 2135 2078 0 -1 4202496 1612 25139 9 0 1 0 179998 9 20 0 1 0 336418359 26476544 570 33554432000 4194304 4198148 140734842219488 140734842218416 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/2135/statm: 6464 570 387 1 0 259 0
[pid=2309] ppid=2135 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2309/stat : 2309 (sh) S 2135 2135 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336598425 9367552 263 33554432000 4194304 5064252 140734156464032 140734156462288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2309/statm: 2287 263 223 213 0 72 0
[pid=2311] ppid=2309 vsize=5688 CPUtime=1.93 cores=0,2,4,6
/proc/2311/stat : 2311 (clasp-1.0) R 2309 2135 2078 0 -1 4202496 1020 0 0 0 193 0 0 0 20 0 1 0 336598425 5824512 918 33554432000 134512640 134847168 4287891104 4287889728 134784798 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2311/statm: 1422 918 270 82 0 663 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 40692

Child status: 0
Real time (s): 1802.62
CPU time (s): 1802.06
CPU user time (s): 1801.95
CPU system time (s): 0.106983
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 53676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.95
system time used= 0.106983
maximum resident set size= 16564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28511
page faults= 9
swaps= 0
block input operations= 1480
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313
involuntary context switches= 2248

runsolver used 2.77458 second user time and 7.27789 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 07:55:30
IDJOB=3731987
IDBENCH=2017
IDSOLVER=2317
FILE ID=node132/3731987-1338702930
RUNJOBID= node132-1338702930-2094
PBS_JOBID= 14636717
Free space on /tmp= 71216 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731987-1338702930/watcher-3731987-1338702930 -o /tmp/evaluation-result-3731987-1338702930/solver-3731987-1338702930 -C 1800 -W 1900 -M 15500  pbclasp instance-3731987-1338702930.opb HOME/temp

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

MD5SUM BENCH= 866c660dea8282137b8c78839dd4c03f
RANDOM SEED=1932511938

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:        28245436 kB
Buffers:          607896 kB
Cached:          3097636 kB
SwapCached:         2288 kB
Active:          1594132 kB
Inactive:        2121504 kB
Active(anon):       2288 kB
Inactive(anon):     7136 kB
Active(file):    1591844 kB
Inactive(file):  2114368 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:         11852 kB
Mapped:            10268 kB
Shmem:                 8 kB
Slab:             775384 kB
SReclaimable:     216500 kB
SUnreclaim:       558884 kB
KernelStack:        1368 kB
PageTables:         3524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731987-1338702930.opb

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 08:25:33