Trace number 3734616

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)78 1802.09 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.b.opb
MD5SUMd95d18eb9f9494c32273975c1bc570ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.272958
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved YES
Number of variables756
Total number of constraints1853
Number of constraints which are clauses1853
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 constraint80
Number of terms in the objective function 756
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 756
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 756
Number of bits of the biggest sum of numbers10
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.15/0.20	o 81
1.06/1.19	o 80
1.16/1.64	o 79
3.45/3.55	sh: line 1:  8346 Done                    cat HOME/temp/instance-3734616-1338719132.opb.op
3.45/3.55	      8347 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734616-1338719132.opb.clasp
851.93/852.11	o 78
1800.07/1800.40	sh: line 1:  8460 Done                    cat HOME/temp/instance-3734616-1338719132.opb.op
1800.07/1800.40	      8461 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734616-1338719132.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x24 x70 x115 x117 x118 x122 x141 x147 x148 x149 x160 x168 x174 x175 x191 x212 x221 x225 x231 x236 x250 x274 x307 x323 x334 x348 x367 x380 x391 x401 x406 x422 x427 x441 x460 x461 x463 x465 x476 x508 x519 x523 x530 x531 x541 x558 x575 x577 x578 x607 x614 x617 x626 x628 x635 x644 x663 x672 x676 x680 x686 x687 x692 x699 x701 x703 x708 x709 x716 x722 x727 x729 x744 x745 x750 x751 x752 x756 
1800.07/1800.41	pb2clasp1: no process killed
1802.05/1802.41	sh: line 1:  8486 Done                    cat HOME/temp/instance-3734616-1338719132.opb.op
1802.05/1802.41	      8487 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3734616-1338719132.opb.clasp

Verifier Data

OK	78

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-3734616-1338719132/watcher-3734616-1338719132 -o /tmp/evaluation-result-3734616-1338719132/solver-3734616-1338719132 -C 1800 -W 1900 -M 15500 pbclasp instance-3734616-1338719132.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.01 1.97 3/180 8313
/proc/meminfo: memFree=27652244/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) R 8311 8313 2078 0 -1 4202496 580 0 0 0 0 0 0 0 20 0 1 0 338038508 26341376 510 33554432000 4194304 4198148 140736685969584 140736121036648 273588653972 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/8313/statm: 6431 510 361 1 0 226 0

[startup+0.0309041 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 8313
/proc/meminfo: memFree=27652244/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 624 0 0 0 0 0 0 0 20 0 1 0 338038508 26341376 539 33554432000 4194304 4198148 140736685969584 140736685968472 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8313/statm: 6431 539 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100213 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 8313
/proc/meminfo: memFree=27652244/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 624 0 0 0 0 0 0 0 20 0 1 0 338038508 26341376 539 33554432000 4194304 4198148 140736685969584 140736685968472 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8313/statm: 6431 539 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.300129 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 8313
/proc/meminfo: memFree=27652244/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=0.18 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 867 4766 0 0 0 0 17 1 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 25856

[startup+0.700112 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 8313
/proc/meminfo: memFree=27652244/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=0.18 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 867 4766 0 0 0 0 17 1 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 25856

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 8331
/proc/meminfo: memFree=27648796/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=1.16 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 996 7658 0 0 0 0 115 1 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 25856

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 8347
/proc/meminfo: memFree=27648888/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=1.61 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1122 10479 0 0 0 1 158 2 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8345] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8345/stat : 8345 (sh) S 8313 8313 2078 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 338038673 9367552 264 33554432000 4194304 5064252 140734570333472 140734570331728 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8345/statm: 2287 264 223 213 0 72 0
[pid=8347] ppid=8345 vsize=5472 CPUtime=1.44 cores=0,2,4,6
/proc/8347/stat : 8347 (clasp-1.0) R 8345 8313 2078 0 -1 4202496 952 0 0 0 144 0 0 0 20 0 1 0 338038673 5603328 850 33554432000 134512640 134847168 4290514368 4290513008 134782458 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8347/statm: 1368 850 272 82 0 609 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 40476

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 1.97 2/179 8366
/proc/meminfo: memFree=27656328/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=6000 CPUtime=2.73 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 1085 0 0 0 273 0 0 0 20 0 1 0 338038864 6144000 982 33554432000 134512640 134847168 4293902496 4293901136 134715344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 1500 982 272 82 0 741 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 41004

[startup+12.7003 s]
/proc/loadavg: 1.93 1.99 1.96 3/183 8447
/proc/meminfo: memFree=27652280/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=6820 CPUtime=9.13 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 1301 0 0 0 913 0 0 0 20 0 1 0 338038864 6983680 1198 33554432000 134512640 134847168 4293902496 4293901136 134616336 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 1705 1198 272 82 0 946 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41824

[startup+25.5003 s]
/proc/loadavg: 1.94 1.99 1.96 3/183 8447
/proc/meminfo: memFree=27649628/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=7716 CPUtime=21.92 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 1509 0 0 0 2192 0 0 0 20 0 1 0 338038864 7901184 1405 33554432000 134512640 134847168 4293902496 4293901188 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 1929 1405 272 82 0 1170 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42720

[startup+51.1003 s]
/proc/loadavg: 1.96 1.99 1.96 3/183 8447
/proc/meminfo: memFree=27647332/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=8920 CPUtime=47.52 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 1810 0 0 0 4752 0 0 0 20 0 1 0 338038864 9134080 1706 33554432000 134512640 134847168 4293902496 4293901120 134784806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 2230 1706 272 82 0 1471 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43924

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.96 3/183 8448
/proc/meminfo: memFree=27643300/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=10260 CPUtime=98.72 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 2200 0 0 0 9872 0 0 0 20 0 1 0 338038864 10506240 2062 33554432000 134512640 134847168 4293902496 4293901120 134784694 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 2565 2062 272 82 0 1806 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45264

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.96 3/183 8448
/proc/meminfo: memFree=27640692/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=11324 CPUtime=158.7 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 2445 0 0 0 15870 0 0 0 20 0 1 0 338038864 11595776 2304 33554432000 134512640 134847168 4293902496 4293901120 134784803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 2831 2304 272 82 0 2072 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46328

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/183 8448
/proc/meminfo: memFree=27639452/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8364/stat : 8364 (sh) S 8313 8313 2078 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 338038864 9367552 264 33554432000 4194304 5064252 140733644560384 140733644558640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8364/statm: 2287 264 223 213 0 72 0
[pid=8366] ppid=8364 vsize=12364 CPUtime=218.69 cores=0,2,4,6
/proc/8366/stat : 8366 (clasp-1.0) R 8364 8313 2078 0 -1 4202496 2749 0 0 0 21869 0 0 0 20 0 1 0 338038864 12660736 2583 33554432000 134512640 134847168 4293902496 4293901124 134616350 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8366/statm: 3091 2583 272 82 0 2332 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 47368

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/184 8451
/proc/meminfo: memFree=27637644/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=3.54 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1219 13412 0 0 1 1 349 3 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8364] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=14512 CPUtime=570.07 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3443 0 0 0 57007 0 0 0 20 0 1 0 338123720 14860288 3111 33554432000 134512640 134847168 4289011920 4289010612 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3628 3111 270 82 0 2869 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 49516

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/184 8470
/proc/meminfo: memFree=27629456/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=14704 CPUtime=630.05 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3484 0 0 0 63005 0 0 0 20 0 1 0 338123720 15056896 3152 33554432000 134512640 134847168 4289011920 4289010688 134617542 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3676 3152 270 82 0 2917 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 49708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 8470
/proc/meminfo: memFree=27629464/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=14892 CPUtime=690.04 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3498 0 0 0 69004 0 0 0 20 0 1 0 338123720 15249408 3166 33554432000 134512640 134847168 4289011920 4289010612 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3723 3166 270 82 0 2964 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 49896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 8470
/proc/meminfo: memFree=27628968/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=15080 CPUtime=750.03 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3537 0 0 0 75003 0 0 0 20 0 1 0 338123720 15441920 3205 33554432000 134512640 134847168 4289011920 4289010604 134789696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3770 3205 270 82 0 3011 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 50084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 8471
/proc/meminfo: memFree=27629092/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=15080 CPUtime=810.02 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3561 0 0 0 81002 0 0 0 20 0 1 0 338123720 15441920 3229 33554432000 134512640 134847168 4289011920 4289010660 134737633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3770 3229 270 82 0 3011 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 50084

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/183 8471
/proc/meminfo: memFree=27628720/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=15536 CPUtime=870.02 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3674 0 0 0 87002 0 0 0 20 0 1 0 338123720 15908864 3342 33554432000 134512640 134847168 4289011920 4289010640 134741456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3884 3342 270 82 0 3125 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 50540

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/183 8471
/proc/meminfo: memFree=27627912/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=15912 CPUtime=930 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3798 0 0 0 93000 0 0 0 20 0 1 0 338123720 16293888 3479 33554432000 134512640 134847168 4289011920 4289010548 134616350 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3978 3479 270 82 0 3219 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 50916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.98 3/183 8471
/proc/meminfo: memFree=27627912/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=851.96 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1344 19506 0 0 1 1 85189 5 20 0 1 0 338038508 26476544 576 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 576 387 1 0 259 0
[pid=8459] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8459/stat : 8459 (sh) S 8313 8313 2078 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 338123720 9367552 264 33554432000 4194304 5064252 140736307779840 140736307778096 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8459/statm: 2287 264 223 213 0 72 0
[pid=8461] ppid=8459 vsize=15912 CPUtime=948.11 cores=0,2,4,6
/proc/8461/stat : 8461 (clasp-1.0) R 8459 8313 2078 0 -1 4202496 3819 0 0 0 94811 0 0 0 20 0 1 0 338123720 16293888 3479 33554432000 134512640 134847168 4289011920 4289010536 134789711 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8461/statm: 3978 3479 270 82 0 3219 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 50916

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8313

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 8490
/proc/meminfo: memFree=27656016/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1504 26105 0 0 1 1 180000 7 20 0 1 0 338038508 26476544 577 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 577 387 1 0 259 0
[pid=8484] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8484/stat : 8484 (sh) S 8313 8313 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 338218551 9367552 263 33554432000 4194304 5064252 140733672973184 140733672971440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8484/statm: 2287 263 223 213 0 72 0
[pid=8487] ppid=8484 vsize=5344 CPUtime=0.96 cores=0,2,4,6
/proc/8487/stat : 8487 (clasp-1.0) R 8484 8313 2078 0 -1 4202496 921 0 0 0 96 0 0 0 20 0 1 0 338218551 5472256 819 33554432000 134512640 134847168 4292575456 4292574080 134784604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8487/statm: 1336 819 270 82 0 577 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 40348

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 8490
/proc/meminfo: memFree=27653708/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1504 26105 0 0 1 1 180000 7 20 0 1 0 338038508 26476544 577 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 577 387 1 0 259 0
[pid=8484] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8484/stat : 8484 (sh) S 8313 8313 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 338218551 9367552 263 33554432000 4194304 5064252 140733672973184 140733672971440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8484/statm: 2287 263 223 213 0 72 0
[pid=8487] ppid=8484 vsize=5748 CPUtime=1.76 cores=0,2,4,6
/proc/8487/stat : 8487 (clasp-1.0) R 8484 8313 2078 0 -1 4202496 1004 0 0 0 176 0 0 0 20 0 1 0 338218551 5885952 902 33554432000 134512640 134847168 4292575456 4292574196 134737633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8487/statm: 1437 902 270 82 0 678 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 40752

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 8490
/proc/meminfo: memFree=27653708/32873844 swapFree=7112/7112
[pid=8313] ppid=8311 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/8313/stat : 8313 (pbclasp) S 8311 8313 2078 0 -1 4202496 1504 26105 0 0 1 1 180000 7 20 0 1 0 338038508 26476544 577 33554432000 4194304 4198148 140736685969584 140736685968512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8313/statm: 6464 577 387 1 0 259 0
[pid=8484] ppid=8313 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8484/stat : 8484 (sh) S 8313 8313 2078 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 338218551 9367552 263 33554432000 4194304 5064252 140733672973184 140733672971440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8484/statm: 2287 263 223 213 0 72 0
[pid=8487] ppid=8484 vsize=5748 CPUtime=1.96 cores=0,2,4,6
/proc/8487/stat : 8487 (clasp-1.0) R 8484 8313 2078 0 -1 4202496 1034 0 0 0 196 0 0 0 20 0 1 0 338218551 5885952 932 33554432000 134512640 134847168 4292575456 4292574224 134617547 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8487/statm: 1437 932 270 82 0 678 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 40752

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.09
CPU user time (s): 1802
CPU system time (s): 0.093985
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 51288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802
system time used= 0.093985
maximum resident set size= 14164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 373
involuntary context switches= 1953

runsolver used 2.91356 second user time and 6.92595 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 12:25:32
IDJOB=3734616
IDBENCH=2880
IDSOLVER=2317
FILE ID=node132/3734616-1338719132
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-PB06/manquiho/logic_synthesis/normalized-C880.b.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734616-1338719132/watcher-3734616-1338719132 -o /tmp/evaluation-result-3734616-1338719132/solver-3734616-1338719132 -C 1800 -W 1900 -M 15500  pbclasp instance-3734616-1338719132.opb HOME/temp

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

MD5SUM BENCH= d95d18eb9f9494c32273975c1bc570ba
RANDOM SEED=840788937

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:        27653060 kB
Buffers:         1177904 kB
Cached:          3105972 kB
SwapCached:         2288 kB
Active:          2179652 kB
Inactive:        2124084 kB
Active(anon):      10840 kB
Inactive(anon):     7108 kB
Active(file):    2168812 kB
Inactive(file):  2116976 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:         20656 kB
Mapped:            13028 kB
Shmem:                 8 kB
Slab:             776468 kB
SReclaimable:     217136 kB
SUnreclaim:       559332 kB
KernelStack:        1496 kB
PageTables:         3936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     133212 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-3734616-1338719132.opb

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 12:55:34