Trace number 3732240

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)29 1802.08 1802.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-sao2.b.opb
MD5SUMa91a8cbbe2491e496acc19538dbd623f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.040993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables372
Total number of constraints772
Number of constraints which are clauses772
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 372
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 372
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 372
Number of bits of the biggest sum of numbers9
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.08/0.12	o 33
0.10/0.21	o 32
0.10/0.27	o 31
6.17/6.28	o 30
391.14/391.38	o 29
1800.04/1800.60	sh: line 1:  2673 Done                    cat HOME/temp/instance-3732240-1338704785.opb.op
1800.04/1800.60	      2674 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732240-1338704785.opb.clasp
1800.04/1800.61	c Somebody sent me a SIGTERM
1800.04/1800.61	s SATISFIABLE
1800.04/1800.61	v x14 x21 x48 x59 x92 x120 x159 x163 x192 x205 x213 x254 x262 x265 x287 x302 x308 x312 x319 x320 x322 x330 x345 x360 x365 x366 x368 x370 x371 
1800.04/1800.61	pb2clasp1: no process killed
1802.03/1802.61	sh: line 1:  2701 Done                    cat HOME/temp/instance-3732240-1338704785.opb.op
1802.03/1802.61	      2702 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732240-1338704785.opb.clasp

Verifier Data

OK	29

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-3732240-1338704785/watcher-3732240-1338704785 -o /tmp/evaluation-result-3732240-1338704785/solver-3732240-1338704785 -C 1800 -W 1900 -M 15500 pbclasp instance-3732240-1338704785.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2537
/proc/meminfo: memFree=28233768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 336603875 26341376 514 33554432000 4194304 4198148 140733204082240 140733204081128 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 514 368 1 0 226 0

[startup+0.106054 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2537
/proc/meminfo: memFree=28233768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.08 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 690 2100 0 0 0 0 8 0 20 0 1 0 336603875 26341376 541 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 541 387 1 0 226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25724

[startup+0.200224 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2537
/proc/meminfo: memFree=28233768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 811 4616 0 0 0 0 10 0 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25724

[startup+0.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2537
/proc/meminfo: memFree=28233768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1051 9683 0 0 0 0 24 2 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 25724

[startup+0.700184 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2537
/proc/meminfo: memFree=28233768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1051 9683 0 0 0 0 24 2 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2571
/proc/meminfo: memFree=28231224/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1051 9683 0 0 0 0 24 2 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2569] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2569/stat : 2569 (sh) S 2537 2537 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336603904 9367552 264 33554432000 4194304 5064252 140735773458112 140735773456368 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2569/statm: 2287 264 223 213 0 72 0
[pid=2571] ppid=2569 vsize=4488 CPUtime=1.21 cores=0,2,4,6
/proc/2571/stat : 2571 (clasp-1.0) R 2569 2537 2078 0 -1 4202496 705 0 0 0 121 0 0 0 20 0 1 0 336603904 4595712 603 33554432000 134512640 134847168 4289012464 4289011088 134784651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2571/statm: 1122 603 272 82 0 363 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 39360

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2571
/proc/meminfo: memFree=28231256/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=0.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1051 9683 0 0 0 0 24 2 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2569] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2569/stat : 2569 (sh) S 2537 2537 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336603904 9367552 264 33554432000 4194304 5064252 140735773458112 140735773456368 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2569/statm: 2287 264 223 213 0 72 0
[pid=2571] ppid=2569 vsize=4748 CPUtime=2.81 cores=0,2,4,6
/proc/2571/stat : 2571 (clasp-1.0) R 2569 2537 2078 0 -1 4202496 771 0 0 0 281 0 0 0 20 0 1 0 336603904 4861952 669 33554432000 134512640 134847168 4289012464 4289011232 134617536 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2571/statm: 1187 669 272 82 0 428 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39620

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2571
/proc/meminfo: memFree=28230884/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25724

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2579
/proc/meminfo: memFree=28229428/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=5164 CPUtime=6.4 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 878 0 0 0 640 0 0 0 20 0 1 0 336604505 5287936 776 33554432000 134512640 134847168 4287914544 4287913228 134784496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 1291 776 270 82 0 532 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2579
/proc/meminfo: memFree=28228832/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=5700 CPUtime=19.19 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 1025 0 0 0 1919 0 0 0 20 0 1 0 336604505 5836800 923 33554432000 134512640 134847168 4287914544 4287913236 134616619 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 1425 923 270 82 0 666 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40572

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 2662
/proc/meminfo: memFree=28218796/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=6372 CPUtime=44.78 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 1182 0 0 0 4478 0 0 0 20 0 1 0 336604505 6524928 1080 33554432000 134512640 134847168 4287914544 4287913420 134737748 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 1593 1080 270 82 0 834 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 41244

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 2662
/proc/meminfo: memFree=28213956/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=7108 CPUtime=95.97 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 1365 0 0 0 9597 0 0 0 20 0 1 0 336604505 7278592 1263 33554432000 134512640 134847168 4287914544 4287912864 2706832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 1777 1263 270 82 0 1018 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 41980

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2662
/proc/meminfo: memFree=28208616/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=7628 CPUtime=155.95 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 1494 0 0 0 15595 0 0 0 20 0 1 0 336604505 7811072 1393 33554432000 134512640 134847168 4287914544 4287913168 134784617 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 1907 1393 270 82 0 1148 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 42500

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2665
/proc/meminfo: memFree=28205676/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336604505 9367552 264 33554432000 4194304 5064252 140733723066464 140733723064720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2577/statm: 2287 264 223 213 0 72 0
[pid=2579] ppid=2577 vsize=8028 CPUtime=215.94 cores=0,2,4,6
/proc/2579/stat : 2579 (clasp-1.0) R 2577 2537 2078 0 -1 4202496 1581 0 0 0 21594 0 0 0 20 0 1 0 336604505 8220672 1480 33554432000 134512640 134847168 4287914544 4287913236 134616619 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2579/statm: 2007 1480 270 82 0 1248 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 42900

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2665
/proc/meminfo: memFree=28204768/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=6.26 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1169 12439 0 0 0 0 623 3 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2577] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=11412 CPUtime=1090.59 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2415 0 0 0 109059 0 0 0 20 0 1 0 336643015 11685888 2325 33554432000 134512640 134847168 4289060512 4289059204 134616619 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2674/statm: 2853 2325 272 82 0 2094 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 46284

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2685
/proc/meminfo: memFree=28186520/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=11412 CPUtime=1150.58 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2419 0 0 0 115058 0 0 0 20 0 1 0 336643015 11685888 2329 33554432000 134512640 134847168 4289060512 4289059136 134784505 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2674/statm: 2853 2329 272 82 0 2094 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 46284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2686
/proc/meminfo: memFree=28186396/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=11548 CPUtime=1210.55 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2440 0 0 0 121055 0 0 0 20 0 1 0 336643015 11825152 2350 33554432000 134512640 134847168 4289060512 4289059196 134789696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2674/statm: 2887 2350 272 82 0 2128 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 46420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2686
/proc/meminfo: memFree=28183544/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=11548 CPUtime=1270.54 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2440 0 0 0 127054 0 0 0 20 0 1 0 336643015 11825152 2350 33554432000 134512640 134847168 4289060512 4289058976 134713648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2674/statm: 2887 2350 272 82 0 2128 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 46420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2686
/proc/meminfo: memFree=28183108/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=11548 CPUtime=1330.52 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2448 0 0 0 133052 0 0 0 20 0 1 0 336643015 11825152 2358 33554432000 134512640 134847168 4289060512 4289059136 134784643 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2674/statm: 2887 2358 272 82 0 2128 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 46420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2686
/proc/meminfo: memFree=28182176/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=12200 CPUtime=1390.5 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2682 0 0 0 139050 0 0 0 20 0 1 0 336643015 12492800 2537 33554432000 134512640 134847168 4289060512 4289059136 134784714 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2674/statm: 3050 2537 272 82 0 2291 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 47072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2686
/proc/meminfo: memFree=28181804/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=391.24 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1290 16276 0 0 0 0 39120 4 20 0 1 0 336603875 26341376 543 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 543 387 1 0 226 0
[pid=2672] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (sh) S 2537 2537 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336643015 9367552 264 33554432000 4194304 5064252 140736526604944 140736526603200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2672/statm: 2287 264 223 213 0 72 0
[pid=2674] ppid=2672 vsize=12268 CPUtime=1408.8 cores=0,2,4,6
/proc/2674/stat : 2674 (clasp-1.0) R 2672 2537 2078 0 -1 4202496 2699 0 0 0 140880 0 0 0 20 0 1 0 336643015 12562432 2554 33554432000 134512640 134847168 4289060512 4289059152 134782463 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2674/statm: 3067 2554 272 82 0 2308 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 47140

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2537

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2705
/proc/meminfo: memFree=28233548/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=1800.07 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1450 21749 0 0 0 0 180001 6 20 0 1 0 336603875 26341376 544 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 544 387 1 0 226 0
[pid=2699] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2699/stat : 2699 (sh) S 2537 2537 2078 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336783938 9367552 263 33554432000 4194304 5064252 140737175264432 140737175262688 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2699/statm: 2287 263 223 213 0 72 0
[pid=2702] ppid=2699 vsize=4372 CPUtime=0.86 cores=0,2,4,6
/proc/2702/stat : 2702 (clasp-1.0) R 2699 2537 2078 0 -1 4202496 682 0 0 0 86 0 0 0 20 0 1 0 336783938 4476928 580 33554432000 134512640 134847168 4294303280 4294301844 134714749 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2702/statm: 1093 580 270 82 0 334 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 39244

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2705
/proc/meminfo: memFree=28227356/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=1800.07 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1450 21749 0 0 0 0 180001 6 20 0 1 0 336603875 26341376 544 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 544 387 1 0 226 0
[pid=2699] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2699/stat : 2699 (sh) S 2537 2537 2078 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336783938 9367552 263 33554432000 4194304 5064252 140737175264432 140737175262688 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2699/statm: 2287 263 223 213 0 72 0
[pid=2702] ppid=2699 vsize=4504 CPUtime=1.66 cores=0,2,4,6
/proc/2702/stat : 2702 (clasp-1.0) R 2699 2537 2078 0 -1 4202496 725 0 0 0 166 0 0 0 20 0 1 0 336783938 4612096 623 33554432000 134512640 134847168 4294303280 4294301964 134789720 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2702/statm: 1126 623 270 82 0 367 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 39376

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2705
/proc/meminfo: memFree=28227356/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=1800.07 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1450 21749 0 0 0 0 180001 6 20 0 1 0 336603875 26341376 544 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 544 387 1 0 226 0
[pid=2699] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2699/stat : 2699 (sh) S 2537 2537 2078 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336783938 9367552 263 33554432000 4194304 5064252 140737175264432 140737175262688 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2699/statm: 2287 263 223 213 0 72 0
[pid=2702] ppid=2699 vsize=4636 CPUtime=1.86 cores=0,2,4,6
/proc/2702/stat : 2702 (clasp-1.0) R 2699 2537 2078 0 -1 4202496 728 0 0 0 186 0 0 0 20 0 1 0 336783938 4747264 626 33554432000 134512640 134847168 4294303280 4294302048 134617496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2702/statm: 1159 626 270 82 0 400 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 39508

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2705
/proc/meminfo: memFree=28227356/32873844 swapFree=7112/7112
[pid=2537] ppid=2535 vsize=25724 CPUtime=1800.07 cores=0,2,4,6
/proc/2537/stat : 2537 (pbclasp) S 2535 2537 2078 0 -1 4202496 1450 21749 0 0 0 0 180001 6 20 0 1 0 336603875 26341376 544 33554432000 4194304 4198148 140733204082240 140733204081168 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2537/statm: 6431 544 387 1 0 226 0
[pid=2699] ppid=2537 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2699/stat : 2699 (sh) S 2537 2537 2078 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336783938 9367552 263 33554432000 4194304 5064252 140737175264432 140737175262688 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2699/statm: 2287 263 223 213 0 72 0
[pid=2702] ppid=2699 vsize=4636 CPUtime=1.96 cores=0,2,4,6
/proc/2702/stat : 2702 (clasp-1.0) R 2699 2537 2078 0 -1 4202496 728 0 0 0 196 0 0 0 20 0 1 0 336783938 4747264 626 33554432000 134512640 134847168 4294303280 4294301856 134714688 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2702/statm: 1159 626 270 82 0 400 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 39508

Child status: 0
Real time (s): 1802.62
CPU time (s): 1802.08
CPU user time (s): 1802
CPU system time (s): 0.074988
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 47224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802
system time used= 0.074988
maximum resident set size= 10216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282
involuntary context switches= 3075

runsolver used 2.67659 second user time and 7.16191 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 08:26:25
IDJOB=3732240
IDBENCH=2040
IDSOLVER=2317
FILE ID=node132/3732240-1338704785
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/logic-synthesis/normalized-sao2.b.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732240-1338704785/watcher-3732240-1338704785 -o /tmp/evaluation-result-3732240-1338704785/solver-3732240-1338704785 -C 1800 -W 1900 -M 15500  pbclasp instance-3732240-1338704785.opb HOME/temp

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

MD5SUM BENCH= a91a8cbbe2491e496acc19538dbd623f
RANDOM SEED=1122480862

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:        28234032 kB
Buffers:          608336 kB
Cached:          3099428 kB
SwapCached:         2288 kB
Active:          1604620 kB
Inactive:        2121524 kB
Active(anon):      10860 kB
Inactive(anon):     7108 kB
Active(file):    1593760 kB
Inactive(file):  2114416 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:         20376 kB
Mapped:            13276 kB
Shmem:                 8 kB
Slab:             775344 kB
SReclaimable:     216628 kB
SUnreclaim:       558716 kB
KernelStack:        1512 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     133048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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-3732240-1338704785.opb

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