Trace number 3731998

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)6921 1800.16 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-C432.opb
MD5SUMa8708c855e8ec8c2a31771025318bb9b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4822
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4822
Optimality of the best value was proved YES
Number of variables771
Total number of constraints1951
Number of constraints which are clauses1949
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 771
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 33355
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 33355
Number of bits of the biggest sum of numbers16
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.25	o 7018
0.00/0.28	o 6957
0.15/0.32	o 6948
0.15/0.35	o 6939
0.15/0.38	o 6930
0.24/0.42	o 6921
1800.10/1800.61	sh: line 1:  2242 Done                    cat HOME/temp/instance-3731998-1338702930.opb.op
1800.10/1800.61	      2243 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731998-1338702930.opb.clasp
1800.10/1800.62	c Somebody sent me a SIGTERM
1800.10/1800.62	s SATISFIABLE
1800.10/1800.62	v x1 x2 x4 x6 x7 x8 x9 x10 x14 x16 x18 x34 x35 x36 x37 x38 x39 x43 x44 x45 x47 x49 x55 x56 x57 x58 x59 x62 x63 x65 x68 x72 x83 x87 x88 x96 x163 x173 x209 x214 x215 x218 x224 x225 x226 x227 x228 x232 x235 x237 x239 x257 x258 x259 x263 x264 x266 x271 x272 x273 x274 x275 x276 x278 x285 x286 x287 x289 x291 x295 x303 x306 x309 x310 x311 x316 x326 x327 x328 x331 x334 x337 x339 x340 x342 x346 x347 x352 x353 x361 x363 x377 x382 x384 x385 x390 x392 x393 x395 x396 x397 x398 x399 x410 x415 x421 x424 x431 x441 x448 x453 x455 x456 x460 x464 x465 x470 x471 x472 x473 x490 x499 x503 x518 x520 x522 x523 x525 x529 x536 x539 x540 x541 x551 x552 x557 x559 x561 x577 x585 x604 x611 x612 x613 x614 x618 x627 x628 x634 x641 x645 x648 x654 x657 x661 x662 x674 x678 x679 x680 x682 x683 x686 x688 x691 x736 x752 
1800.10/1800.62	pb2clasp1: no process killed
1800.10/1800.63	clasp-1.0: no process killed
1800.10/1800.65	sh: line 1:  2302 Done                    cat HOME/temp/instance-3731998-1338702930.opb.op
1800.10/1800.65	      2303 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731998-1338702930.opb.clasp

Verifier Data

OK	6921

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

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: 1.84 1.97 1.99 3/175 2133
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=11820 CPUtime=0 cores=1,3,5,7
/proc/2133/stat : 2133 (runsolver) D 2130 2133 2078 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 336418359 12103680 55 33554432000 4194304 5436572 140735638035248 140735638031128 5057063 0 0 4096 24578 18446744071580543392 0 0 17 5 0 0 0 0 0
/proc/2133/statm: 2955 55 36 304 0 2647 0

[startup+0.0437171 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 2133
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25196 CPUtime=0 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) D 2130 2133 2078 0 -1 4202496 196 0 0 0 0 0 0 0 20 0 1 0 336418359 25800704 126 33554432000 4194304 4198148 140733201051536 140733201051192 273600940632 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 3 0 0
/proc/2133/statm: 6299 126 88 1 0 94 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25196

[startup+0.100274 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 2133
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) D 2130 2133 2078 0 -1 4202496 427 0 5 0 0 0 0 0 20 0 1 0 336418359 26071040 362 33554432000 4194304 4198148 140733201051536 140733201048984 273589026485 0 0 4224 0 18446744071580543392 0 0 17 5 0 0 7 0 0
/proc/2133/statm: 6365 362 277 1 0 160 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25460

[startup+0.300183 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 2133
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.15 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 994 7380 6 0 1 0 13 1 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 25856

[startup+0.700113 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 2133
/proc/meminfo: memFree=28244000/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25856

[startup+1.50025 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 2243
/proc/meminfo: memFree=28235616/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=5792 CPUtime=1.05 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 1017 0 0 0 105 0 0 0 20 0 1 0 336418402 5931008 914 33554432000 134512640 134847168 4287689184 4287687876 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 1448 914 270 82 0 689 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 40796

[startup+3.10025 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 2251
/proc/meminfo: memFree=28233920/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=6440 CPUtime=2.65 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 1184 0 0 0 265 0 0 0 20 0 1 0 336418402 6594560 1081 33554432000 134512640 134847168 4287689184 4287687424 2708775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 1610 1081 270 82 0 851 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 41444

[startup+6.30026 s]
/proc/loadavg: 1.85 1.97 1.99 3/183 2251
/proc/meminfo: memFree=28232084/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=6952 CPUtime=5.85 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 1333 0 0 0 585 0 0 0 20 0 1 0 336418402 7118848 1230 33554432000 134512640 134847168 4287689184 4287687920 134741032 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 1738 1230 270 82 0 979 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 41956

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 3/183 2251
/proc/meminfo: memFree=28230756/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=7856 CPUtime=12.25 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 1554 0 0 0 1225 0 0 0 20 0 1 0 336418402 8044544 1451 33554432000 134512640 134847168 4287689184 4287687460 134792583 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 1964 1451 270 82 0 1205 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 42860

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 2251
/proc/meminfo: memFree=28228432/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=9064 CPUtime=25.04 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 1837 0 0 0 2504 0 0 0 20 0 1 0 336418402 9281536 1734 33554432000 134512640 134847168 4287689184 4287687812 134616350 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 2266 1734 270 82 0 1507 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 44068

[startup+51.1002 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 2251
/proc/meminfo: memFree=28226004/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=10080 CPUtime=50.63 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 2113 0 0 0 5063 0 0 0 20 0 1 0 336418402 10321920 2018 33554432000 134512640 134847168 4287689184 4287687728 134714779 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 2520 2018 270 82 0 1761 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 45084

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 2252
/proc/meminfo: memFree=28222780/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=11680 CPUtime=101.83 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 2484 0 0 0 10183 0 0 0 20 0 1 0 336418402 11960320 2389 33554432000 134512640 134847168 4287689184 4287687812 134616348 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 2920 2389 270 82 0 2161 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 46684

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 2252
/proc/meminfo: memFree=28220296/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=12952 CPUtime=161.8 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 2827 0 0 0 16180 0 0 0 20 0 1 0 336418402 13262848 2735 33554432000 134512640 134847168 4287689184 4287687824 134715302 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 3238 2735 270 82 0 2479 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 47956

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 2252
/proc/meminfo: memFree=28219676/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=13140 CPUtime=221.79 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 2873 0 0 0 22179 0 0 0 20 0 1 0 336418402 13455360 2774 33554432000 134512640 134847168 4287689184 4287687904 134741346 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2243/statm: 3285 2774 270 82 0 2526 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 48144

[startup+282.3 s]

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

[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=22092 CPUtime=1241.6 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5431 0 0 0 124159 1 0 0 20 0 1 0 336418402 22622208 5005 33554432000 134512640 134847168 4287689184 4287687444 134792688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 5523 5005 270 82 0 4764 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 57096

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2285
/proc/meminfo: memFree=28204300/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=22092 CPUtime=1301.6 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5433 0 0 0 130159 1 0 0 20 0 1 0 336418402 22622208 5007 33554432000 134512640 134847168 4287689184 4287687648 134713840 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 5523 5007 270 82 0 4764 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 57096

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2285
/proc/meminfo: memFree=28203804/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=22308 CPUtime=1361.58 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5477 0 0 0 136157 1 0 0 20 0 1 0 336418402 22843392 5051 33554432000 134512640 134847168 4287689184 4287687824 134715306 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 5577 5051 270 82 0 4818 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 57312

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2285
/proc/meminfo: memFree=28203060/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=23056 CPUtime=1421.58 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5677 0 0 0 142157 1 0 0 20 0 1 0 336418402 23609344 5249 33554432000 134512640 134847168 4287689184 4287687824 134715276 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 5764 5249 270 82 0 5005 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 58060

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 2288
/proc/meminfo: memFree=28201608/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=23912 CPUtime=1481.56 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5931 0 0 0 148155 1 0 0 20 0 1 0 336418402 24485888 5474 33554432000 134512640 134847168 4287689184 4287687808 134784610 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 5978 5474 270 82 0 5219 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 58916

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2288
/proc/meminfo: memFree=28201632/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=24032 CPUtime=1541.55 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 5997 0 0 0 154154 1 0 0 20 0 1 0 336418402 24608768 5505 33554432000 134512640 134847168 4287689184 4287687712 134713937 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6008 5505 270 82 0 5249 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 59036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2289
/proc/meminfo: memFree=28201508/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=24348 CPUtime=1601.54 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 6090 0 0 0 160153 1 0 0 20 0 1 0 336418402 24932352 5576 33554432000 134512640 134847168 4287689184 4287687808 134784643 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6087 5576 270 82 0 5328 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 59352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2289
/proc/meminfo: memFree=28201260/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=24652 CPUtime=1661.53 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 6226 0 0 0 166152 1 0 0 20 0 1 0 336418402 25243648 5637 33554432000 134512640 134847168 4287689184 4287687868 134715930 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6163 5637 270 82 0 5404 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 59656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2289
/proc/meminfo: memFree=28200888/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=24800 CPUtime=1721.52 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 6301 0 0 0 172151 1 0 0 20 0 1 0 336418402 25395200 5679 33554432000 134512640 134847168 4287689184 4287687864 134789714 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6200 5679 270 82 0 5441 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 59804

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2289
/proc/meminfo: memFree=28200452/32873844 swapFree=7112/7112
[pid=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=24924 CPUtime=1781.51 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 6330 0 0 0 178150 1 0 0 20 0 1 0 336418402 25522176 5708 33554432000 134512640 134847168 4287689184 4287687808 134784711 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6231 5708 270 82 0 5472 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 59928



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=2133] ppid=2130 vsize=25856 CPUtime=0.28 cores=1,3,5,7
/proc/2133/stat : 2133 (pbclasp) S 2130 2133 2078 0 -1 4202496 1469 17969 6 0 1 0 23 4 20 0 1 0 336418359 26476544 580 33554432000 4194304 4198148 140733201051536 140733201050464 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/2133/statm: 6464 580 387 1 0 259 0
[pid=2241] ppid=2133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2241/stat : 2241 (sh) S 2133 2133 2078 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 336418402 9367552 264 33554432000 4194304 5064252 140736501930240 140736501928496 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2241/statm: 2287 264 223 213 0 72 0
[pid=2243] ppid=2241 vsize=25224 CPUtime=1799.82 cores=1,3,5,7
/proc/2243/stat : 2243 (clasp-1.0) R 2241 2133 2078 0 -1 4202496 6379 0 0 0 179981 1 0 0 20 0 1 0 336418402 25829376 5757 33554432000 134512640 134847168 4287689184 4287687636 134790216 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2243/statm: 6306 5757 270 82 0 5547 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 60228

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

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

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.16
CPU user time (s): 1800.08
CPU system time (s): 0.084987
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 60228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.08
system time used= 0.084987
maximum resident set size= 23028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30001
page faults= 6
swaps= 0
block input operations= 1024
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 342
involuntary context switches= 2288

runsolver used 3.39248 second user time and 10.2834 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 07:55:30
IDJOB=3731998
IDBENCH=2018
IDSOLVER=2317
FILE ID=node132/3731998-1338702930
RUNJOBID= node132-1338702930-2095
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-C432.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731998-1338702930/watcher-3731998-1338702930 -o /tmp/evaluation-result-3731998-1338702930/solver-3731998-1338702930 -C 1800 -W 1900 -M 15500  pbclasp instance-3731998-1338702930.opb HOME/temp

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

MD5SUM BENCH= a8708c855e8ec8c2a31771025318bb9b
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:        28245056 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:     103332 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-3731998-1338702930.opb

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