Trace number 3732361

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)16 1800.15 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.155976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
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 constraint111
Number of terms in the objective function 349
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 349
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 349
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.00/0.13	o 20
0.00/0.16	o 19
0.14/0.25	o 18
0.24/0.44	o 17
3.86/3.91	o 16
1771.80/1772.12	sh: line 1: 30525 Done                    cat HOME/temp/instance-3732361-1338706553.opb.op
1771.80/1772.12	     30526 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732361-1338706553.opb.clasp
1800.08/1800.40	sh: line 1: 30606 Done                    cat HOME/temp/instance-3732361-1338706553.opb.op
1800.08/1800.40	     30607 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732361-1338706553.opb.clasp
1800.08/1800.41	c Somebody sent me a SIGTERM
1800.08/1800.41	s SATISFIABLE
1800.08/1800.41	v x15 x53 x60 x74 x83 x90 x118 x210 x240 x243 x249 x250 x269 x301 x304 x342 
1800.08/1800.42	pb2clasp1: no process killed
1800.08/1800.42	sh: line 1: 30911 Done                    cat HOME/temp/instance-3732361-1338706553.opb.op
1800.08/1800.42	     30912 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732361-1338706553.opb.clasp

Verifier Data

OK	16

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-3732361-1338706553/watcher-3732361-1338706553 -o /tmp/evaluation-result-3732361-1338706553/solver-3732361-1338706553 -C 1800 -W 1900 -M 15500 pbclasp instance-3732361-1338706553.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: 1.95 1.98 1.99 3/178 30476
/proc/meminfo: memFree=27704292/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 336780173 26341376 512 33554432000 4194304 4198148 140736245889616 140736245888616 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30476/statm: 6431 512 368 1 0 226 0

[startup+0.0330579 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 30476
/proc/meminfo: memFree=27704292/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 336780173 26341376 513 33554432000 4194304 4198148 140736245889616 140736245888504 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30476/statm: 6431 513 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100207 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 30476
/proc/meminfo: memFree=27704292/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 336780173 26341376 513 33554432000 4194304 4198148 140736245889616 140736245888504 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30476/statm: 6431 513 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.300122 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 30476
/proc/meminfo: memFree=27704292/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0.24 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1064 9657 0 0 0 0 22 2 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25724

[startup+0.700111 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 30476
/proc/meminfo: memFree=27704292/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0.42 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1182 12229 0 0 0 0 40 2 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 25724

[startup+1.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 30518
/proc/meminfo: memFree=27701944/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0.42 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1182 12229 0 0 0 0 40 2 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30516] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30516/stat : 30516 (sh) S 30476 30476 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336780218 9367552 263 33554432000 4194304 5064252 140736735011136 140736735009392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30516/statm: 2287 263 223 213 0 72 0
[pid=30518] ppid=30516 vsize=4248 CPUtime=1.04 cores=0,2,4,6
/proc/30518/stat : 30518 (clasp-1.0) R 30516 30476 29645 0 -1 4202496 663 0 0 0 104 0 0 0 20 0 1 0 336780218 4349952 561 33554432000 134512640 134847168 4289329408 4289327984 134714871 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30518/statm: 1062 561 270 82 0 303 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39120

[startup+3.1003 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 30518
/proc/meminfo: memFree=27701200/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=0.42 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1182 12229 0 0 0 0 40 2 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30516] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30516/stat : 30516 (sh) S 30476 30476 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336780218 9367552 263 33554432000 4194304 5064252 140736735011136 140736735009392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30516/statm: 2287 263 223 213 0 72 0
[pid=30518] ppid=30516 vsize=4512 CPUtime=2.64 cores=0,2,4,6
/proc/30518/stat : 30518 (clasp-1.0) R 30516 30476 29645 0 -1 4202496 729 0 0 0 264 0 0 0 20 0 1 0 336780218 4620288 627 33554432000 134512640 134847168 4289329408 4289328092 134616172 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30518/statm: 1128 627 270 82 0 369 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39384

[startup+6.3003 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 30526
/proc/meminfo: memFree=27700828/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=4644 CPUtime=2.37 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 739 0 0 0 237 0 0 0 20 0 1 0 336780565 4755456 637 33554432000 134512640 134847168 4288776576 4288774816 3261735 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 1161 637 272 82 0 402 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 39516

[startup+12.7003 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 30526
/proc/meminfo: memFree=27699100/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=5176 CPUtime=8.77 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 889 0 0 0 877 0 0 0 20 0 1 0 336780565 5300224 787 33554432000 134512640 134847168 4288776576 4288775216 134715316 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 1294 787 272 82 0 535 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40048

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 30526
/proc/meminfo: memFree=27698396/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=5588 CPUtime=21.57 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 976 0 0 0 2157 0 0 0 20 0 1 0 336780565 5722112 874 33554432000 134512640 134847168 4288776576 4288775216 134715290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 1397 874 272 82 0 638 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40460

[startup+51.1003 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 30534
/proc/meminfo: memFree=27697712/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=6356 CPUtime=47.16 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 1193 0 0 0 4716 0 0 0 20 0 1 0 336780565 6508544 1090 33554432000 134512640 134847168 4288776576 4288774960 134735902 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 1589 1090 272 82 0 830 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 41228

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 30542
/proc/meminfo: memFree=27696472/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=7396 CPUtime=98.36 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 1450 0 0 0 9836 0 0 0 20 0 1 0 336780565 7573504 1347 33554432000 134512640 134847168 4288776576 4288775216 134715248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 1849 1347 272 82 0 1090 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 42268

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30543
/proc/meminfo: memFree=27693864/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=8064 CPUtime=158.35 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 1598 0 0 0 15835 0 0 0 20 0 1 0 336780565 8257536 1496 33554432000 134512640 134847168 4288776576 4288775200 134784657 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 2016 1496 272 82 0 1257 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 42936

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30543
/proc/meminfo: memFree=27692808/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=8208 CPUtime=218.34 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 1637 0 0 0 21834 0 0 0 20 0 1 0 336780565 8404992 1535 33554432000 134512640 134847168 4288776576 4288775200 134784634 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 2052 1535 272 82 0 1293 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 43080

[startup+282.3 s]

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

[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=12116 CPUtime=1238.18 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2589 0 0 0 123817 1 0 0 20 0 1 0 336780565 12406784 2521 33554432000 134512640 134847168 4288776576 4288775200 134784711 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3029 2521 272 82 0 2270 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 46988

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30583
/proc/meminfo: memFree=27684932/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=12272 CPUtime=1298.18 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2601 0 0 0 129817 1 0 0 20 0 1 0 336780565 12566528 2533 33554432000 134512640 134847168 4288776576 4288775200 134784634 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3068 2533 272 82 0 2309 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 47144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30584
/proc/meminfo: memFree=27684808/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=12272 CPUtime=1358.16 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2614 0 0 0 135815 1 0 0 20 0 1 0 336780565 12566528 2546 33554432000 134512640 134847168 4288776576 4288775200 134784657 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3068 2546 272 82 0 2309 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 47144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30584
/proc/meminfo: memFree=27683940/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=12404 CPUtime=1418.16 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2632 0 0 0 141815 1 0 0 20 0 1 0 336780565 12701696 2564 33554432000 134512640 134847168 4288776576 4288775216 134715280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3101 2564 272 82 0 2342 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 47276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30587
/proc/meminfo: memFree=27683312/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=12696 CPUtime=1478.14 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2727 0 0 0 147813 1 0 0 20 0 1 0 336780565 13000704 2659 33554432000 134512640 134847168 4288776576 4288775200 134784667 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3174 2659 272 82 0 2415 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 47568

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 30587
/proc/meminfo: memFree=27682636/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=13112 CPUtime=1538.14 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2817 0 0 0 153813 1 0 0 20 0 1 0 336780565 13426688 2749 33554432000 134512640 134847168 4288776576 4288775296 134741333 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3278 2749 272 82 0 2519 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 47984

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 30587
/proc/meminfo: memFree=27682512/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=13112 CPUtime=1598.13 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2817 0 0 0 159812 1 0 0 20 0 1 0 336780565 13426688 2749 33554432000 134512640 134847168 4288776576 4288775260 134789696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3278 2749 272 82 0 2519 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 47984

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 30588
/proc/meminfo: memFree=27682264/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=13252 CPUtime=1658.12 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2847 0 0 0 165811 1 0 0 20 0 1 0 336780565 13570048 2779 33554432000 134512640 134847168 4288776576 4288775136 134735915 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3313 2779 272 82 0 2554 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 48124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30588
/proc/meminfo: memFree=27681892/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=3.89 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1300 14913 0 0 0 0 386 3 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30524] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30524/stat : 30524 (sh) S 30476 30476 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336780565 9367552 264 33554432000 4194304 5064252 140736198511248 140736198509504 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30524/statm: 2287 264 223 213 0 72 0
[pid=30526] ppid=30524 vsize=13560 CPUtime=1718.11 cores=0,2,4,6
/proc/30526/stat : 30526 (clasp-1.0) R 30524 30476 29645 0 -1 4202496 2896 0 0 0 171810 1 0 0 20 0 1 0 336780565 13885440 2828 33554432000 134512640 134847168 4288776576 4288775200 134784711 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30526/statm: 3390 2828 272 82 0 2631 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 48432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30904
/proc/meminfo: memFree=27697352/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=1771.83 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1400 19744 0 0 0 0 177178 5 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30605] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30605/stat : 30605 (sh) S 30476 30476 29645 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336957386 9367552 264 33554432000 4194304 5064252 140736510228448 140736510226704 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30605/statm: 2287 264 223 213 0 72 0
[pid=30607] ppid=30605 vsize=5176 CPUtime=10.15 cores=0,2,4,6
/proc/30607/stat : 30607 (clasp-1.0) R 30605 30476 29645 0 -1 4202496 897 0 0 0 1015 0 0 0 20 0 1 0 336957386 5300224 794 33554432000 134512640 134847168 4286920576 4286919136 13849934 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30607/statm: 1294 794 270 82 0 535 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 40048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30904
/proc/meminfo: memFree=27695152/32873844 swapFree=7628/7628
[pid=30476] ppid=30474 vsize=25724 CPUtime=1771.83 cores=0,2,4,6
/proc/30476/stat : 30476 (pbclasp) S 30474 30476 29645 0 -1 4202496 1400 19744 0 0 0 0 177178 5 20 0 1 0 336780173 26341376 542 33554432000 4194304 4198148 140736245889616 140736245888544 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30476/statm: 6431 542 387 1 0 226 0
[pid=30605] ppid=30476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30605/stat : 30605 (sh) S 30476 30476 29645 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336957386 9367552 264 33554432000 4194304 5064252 140736510228448 140736510226704 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30605/statm: 2287 264 223 213 0 72 0
[pid=30607] ppid=30605 vsize=5724 CPUtime=28.25 cores=0,2,4,6
/proc/30607/stat : 30607 (clasp-1.0) R 30605 30476 29645 0 -1 4202496 1020 0 0 0 2825 0 0 0 20 0 1 0 336957386 5861376 917 33554432000 134512640 134847168 4286920576 4286919216 134715268 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30607/statm: 1431 917 270 82 0 672 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 40596

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.42
CPU time (s): 1800.15
CPU user time (s): 1800.07
CPU system time (s): 0.079987
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 48432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.07
system time used= 0.079987
maximum resident set size= 11348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277
involuntary context switches= 2193

runsolver used 3.55046 second user time and 9.01463 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 08:55:53
IDJOB=3732361
IDBENCH=2051
IDSOLVER=2317
FILE ID=node144/3732361-1338706553
RUNJOBID= node144-1338704721-29661
PBS_JOBID= 14636720
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=1983330961

node144.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.196
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	: 5332.39
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.196
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	: 5331.91
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.196
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	: 5438.54
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.196
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	: 5331.91
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.196
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	: 5331.90
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.196
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	: 5331.92
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.196
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	: 5331.91
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.196
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27705224 kB
Buffers:          632052 kB
Cached:          3648420 kB
SwapCached:          464 kB
Active:          2419400 kB
Inactive:        1883660 kB
Active(anon):       5592 kB
Inactive(anon):    11192 kB
Active(file):    2413808 kB
Inactive(file):  1872468 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              1476 kB
Writeback:             0 kB
AnonPages:         21560 kB
Mapped:            16284 kB
Shmem:               172 kB
Slab:             726140 kB
SReclaimable:     167944 kB
SUnreclaim:       558196 kB
KernelStack:        1472 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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-3732361-1338706553.opb

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 09:25:55