Trace number 3734363

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)6 1802.12 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-rd84.b.opb
MD5SUM6560abb26f607ef952ebe1a74dd5dae1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark5.70713
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables1009
Total number of constraints3773
Number of constraints which are clauses3773
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 constraint5
Maximum length of a constraint446
Number of terms in the objective function 1009
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 1009
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 1009
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

1.71/1.96	o 12
2.18/2.22	o 11
2.21/2.53	o 10
7.17/7.24	o 9
12.17/12.25	o 8
13.76/13.88	o 7
16.75/16.81	o 6
1713.59/1713.90	sh: line 1:  4646 Done                    cat HOME/temp/instance-3734363-1338717750.opb.op
1713.59/1713.90	      4647 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734363-1338717750.opb.clasp
1800.09/1800.40	sh: line 1:  4703 Done                    cat HOME/temp/instance-3734363-1338717750.opb.op
1800.09/1800.40	      4704 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734363-1338717750.opb.clasp
1800.09/1800.41	c Somebody sent me a SIGTERM
1800.09/1800.41	s SATISFIABLE
1800.09/1800.41	v x17 x145 x227 x341 x475 x525 
1800.09/1800.41	pb2clasp1: no process killed
1802.08/1802.41	sh: line 1:  4797 Done                    cat HOME/temp/instance-3734363-1338717750.opb.op
1802.08/1802.41	      4798 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3734363-1338717750.opb.clasp

Verifier Data

OK	6

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-3734363-1338717750/watcher-3734363-1338717750 -o /tmp/evaluation-result-3734363-1338717750/solver-3734363-1338717750 -C 1800 -W 1900 -M 15500 pbclasp instance-3734363-1338717750.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.99 2.10 3/178 4581
/proc/meminfo: memFree=27969996/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25728 CPUtime=0 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) R 4579 4581 28789 0 -1 4202496 579 0 0 0 0 0 0 0 20 0 1 0 337903580 26345472 509 33554432000 4194304 4198148 140733398462784 140737358380984 240452107529 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6432 509 361 1 0 227 0

[startup+0.075389 s]
/proc/loadavg: 1.95 1.99 2.10 3/178 4581
/proc/meminfo: memFree=27969996/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25860 CPUtime=0.01 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 640 0 0 0 1 0 0 0 20 0 1 0 337903580 26480640 554 33554432000 4194304 4198148 140733398462784 140733398461672 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6465 554 368 1 0 260 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25860

[startup+0.182146 s]
/proc/loadavg: 1.95 1.99 2.10 3/178 4581
/proc/meminfo: memFree=27969996/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25860 CPUtime=0.01 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 640 0 0 0 1 0 0 0 20 0 1 0 337903580 26480640 554 33554432000 4194304 4198148 140733398462784 140733398461672 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6465 554 368 1 0 260 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25860

[startup+0.300176 s]
/proc/loadavg: 1.95 1.99 2.10 3/178 4581
/proc/meminfo: memFree=27969996/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25860 CPUtime=0.01 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 640 0 0 0 1 0 0 0 20 0 1 0 337903580 26480640 554 33554432000 4194304 4198148 140733398462784 140733398461672 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6465 554 368 1 0 260 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25860

[startup+0.700174 s]
/proc/loadavg: 1.95 1.99 2.10 3/178 4581
/proc/meminfo: memFree=27969996/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25860 CPUtime=0.01 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 640 0 0 0 1 0 0 0 20 0 1 0 337903580 26480640 554 33554432000 4194304 4198148 140733398462784 140733398461672 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6465 554 368 1 0 260 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25860

[startup+1.50025 s]
/proc/loadavg: 1.95 1.99 2.10 3/181 4584
/proc/meminfo: memFree=27967632/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25860 CPUtime=0.01 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 640 0 0 0 1 0 0 0 20 0 1 0 337903580 26480640 554 33554432000 4194304 4198148 140733398462784 140733398461672 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4581/statm: 6465 554 368 1 0 260 0
[pid=4583] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4583/stat : 4583 (sh) S 4581 4581 28789 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 337903581 9367552 267 33554432000 4194304 5064252 140736694684224 140736694683104 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4583/statm: 2287 267 226 213 0 72 0
[pid=4584] ppid=4583 vsize=25724 CPUtime=1.47 cores=0,2,4,6
/proc/4584/stat : 4584 (pb2clasp1) R 4583 4581 28789 0 -1 4202496 626 0 0 0 147 0 0 0 20 0 1 0 337903582 26341376 536 33554432000 4194304 4198148 140736998770768 140736998769752 240426391256 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/4584/statm: 6431 536 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60732

[startup+3.10011 s]
/proc/loadavg: 1.95 1.99 2.10 4/182 4599
/proc/meminfo: memFree=27962756/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=2.53 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1115 14746 0 0 1 0 246 6 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 25992

[startup+6.30025 s]
/proc/loadavg: 1.95 1.99 2.10 3/181 4615
/proc/meminfo: memFree=27957100/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=2.53 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1115 14746 0 0 1 0 246 6 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4613] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4613/stat : 4613 (sh) S 4581 4581 28789 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337903834 9367552 264 33554432000 4194304 5064252 140734879093280 140734879091536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4613/statm: 2287 264 223 213 0 72 0
[pid=4615] ppid=4613 vsize=11724 CPUtime=3.75 cores=0,2,4,6
/proc/4615/stat : 4615 (clasp-1.0) R 4613 4581 28789 0 -1 4202496 2506 0 0 0 375 0 0 0 20 0 1 0 337903834 12005376 2404 33554432000 134512640 134847168 4288672048 4288670672 134784628 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4615/statm: 2931 2404 270 82 0 2172 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46864

[startup+12.7001 s]
/proc/loadavg: 1.96 1.99 2.10 3/181 4623
/proc/meminfo: memFree=27955160/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=12.24 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1347 24118 0 0 1 0 1214 9 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 25992

[startup+25.5003 s]
/proc/loadavg: 1.97 1.99 2.09 3/181 4647
/proc/meminfo: memFree=27954820/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=13388 CPUtime=8.66 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 2939 0 0 0 866 0 0 0 20 0 1 0 337905263 13709312 2836 33554432000 134512640 134847168 4294286688 4294285328 134782463 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 3347 2836 270 82 0 2588 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 48528

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.09 3/181 4647
/proc/meminfo: memFree=27953632/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=13788 CPUtime=34.25 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 3034 0 0 0 3425 0 0 0 20 0 1 0 337905263 14118912 2930 33554432000 134512640 134847168 4294286688 4294285312 134784643 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 3447 2930 270 82 0 2688 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 48928

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.09 3/181 4663
/proc/meminfo: memFree=27955428/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=14316 CPUtime=85.45 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 3166 0 0 0 8545 0 0 0 20 0 1 0 337905263 14659584 3065 33554432000 134512640 134847168 4294286688 4294285312 134784705 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 3579 3065 270 82 0 2820 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 49456

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/181 4663
/proc/meminfo: memFree=27951148/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=16292 CPUtime=145.44 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 3652 0 0 0 14544 0 0 0 20 0 1 0 337905263 16683008 3551 33554432000 134512640 134847168 4294286688 4294285328 134715276 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 4073 3551 270 82 0 3314 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 51432

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.08 3/181 4664
/proc/meminfo: memFree=27949968/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=16712 CPUtime=205.43 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 3726 0 0 0 20543 0 0 0 20 0 1 0 337905263 17113088 3644 33554432000 134512640 134847168 4294286688 4294285380 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 4178 3644 270 82 0 3419 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51852

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 4664
/proc/meminfo: memFree=27946492/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=18376 CPUtime=265.42 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 4156 0 0 0 26542 0 0 0 20 0 1 0 337905263 18817024 4079 33554432000 134512640 134847168 4294286688 4294285312 134784634 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 4594 4079 270 82 0 3835 0
Current children cumulated CPU time (s) 282.21

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

/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=28648 CPUtime=1405.25 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 6793 0 0 0 140524 1 0 0 20 0 1 0 337905263 29335552 6662 33554432000 134512640 134847168 4294286688 4294285312 134784711 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 7162 6662 270 82 0 6403 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 63788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4682
/proc/meminfo: memFree=27935196/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=28648 CPUtime=1465.24 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 6793 0 0 0 146523 1 0 0 20 0 1 0 337905263 29335552 6662 33554432000 134512640 134847168 4294286688 4294285312 134784711 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 7162 6662 270 82 0 6403 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 63788

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 4682
/proc/meminfo: memFree=27934264/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=28648 CPUtime=1525.23 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 6793 0 0 0 152522 1 0 0 20 0 1 0 337905263 29335552 6662 33554432000 134512640 134847168 4294286688 4294285312 134784617 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 7162 6662 270 82 0 6403 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 63788

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 4682
/proc/meminfo: memFree=27933768/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=28648 CPUtime=1585.22 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 6793 0 0 0 158521 1 0 0 20 0 1 0 337905263 29335552 6662 33554432000 134512640 134847168 4294286688 4294285328 134777554 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 7162 6662 270 82 0 6403 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 63788

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 4685
/proc/meminfo: memFree=27933264/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=16.79 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1577 32560 0 0 1 0 1666 12 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4645] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4645/stat : 4645 (sh) S 4581 4581 28789 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 337905263 9367552 264 33554432000 4194304 5064252 140736428824944 140736428823200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4645/statm: 2287 264 223 213 0 72 0
[pid=4647] ppid=4645 vsize=28964 CPUtime=1645.21 cores=0,2,4,6
/proc/4647/stat : 4647 (clasp-1.0) R 4645 4581 28789 0 -1 4202496 6833 0 0 0 164520 1 0 0 20 0 1 0 337905263 29659136 6702 33554432000 134512640 134847168 4294286688 4294285312 134784608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4647/statm: 7241 6702 270 82 0 6482 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 64104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4785
/proc/meminfo: memFree=27964992/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1713.63 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1672 41349 0 0 1 0 171347 15 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4702] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (sh) S 4581 4581 28789 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 338074971 9367552 263 33554432000 4194304 5064252 140737220210176 140737220208432 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4702/statm: 2287 263 223 213 0 72 0
[pid=4704] ppid=4702 vsize=13388 CPUtime=8.37 cores=0,2,4,6
/proc/4704/stat : 4704 (clasp-1.0) R 4702 4581 28789 0 -1 4202496 2943 0 0 0 837 0 0 0 20 0 1 0 338074972 13709312 2839 33554432000 134512640 134847168 4293949984 4293948448 134713648 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4704/statm: 3347 2839 272 82 0 2588 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 48528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4786
/proc/meminfo: memFree=27960580/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1713.63 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1672 41349 0 0 1 0 171347 15 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4702] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (sh) S 4581 4581 28789 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 338074971 9367552 263 33554432000 4194304 5064252 140737220210176 140737220208432 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4702/statm: 2287 263 223 213 0 72 0
[pid=4704] ppid=4702 vsize=14316 CPUtime=68.36 cores=0,2,4,6
/proc/4704/stat : 4704 (clasp-1.0) R 4702 4581 28789 0 -1 4202496 3156 0 0 0 6836 0 0 0 20 0 1 0 338074972 14659584 3052 33554432000 134512640 134847168 4293949984 4293948608 134784684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4704/statm: 3579 3052 272 82 0 2820 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 49456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4786
/proc/meminfo: memFree=27959832/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1713.63 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1672 41349 0 0 1 0 171347 15 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4702] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (sh) S 4581 4581 28789 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 338074971 9367552 263 33554432000 4194304 5064252 140737220210176 140737220208432 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4702/statm: 2287 263 223 213 0 72 0
[pid=4704] ppid=4702 vsize=14316 CPUtime=86.46 cores=0,2,4,6
/proc/4704/stat : 4704 (clasp-1.0) R 4702 4581 28789 0 -1 4202496 3169 0 0 0 8646 0 0 0 20 0 1 0 338074972 14659584 3067 33554432000 134512640 134847168 4293949984 4293948668 134715938 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4704/statm: 3579 3067 272 82 0 2820 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 49456

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4581

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4805
/proc/meminfo: memFree=27970640/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1800.12 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1830 47284 0 0 1 0 179994 17 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4795] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4795/stat : 4795 (sh) S 4581 4581 28789 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 338083622 9367552 263 33554432000 4194304 5064252 140733660724912 140733660723168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4795/statm: 2287 263 223 213 0 72 0
[pid=4798] ppid=4795 vsize=10756 CPUtime=0.96 cores=0,2,4,6
/proc/4798/stat : 4798 (clasp-1.0) R 4795 4581 28789 0 -1 4202496 2272 0 0 0 96 0 0 0 20 0 1 0 338083623 11014144 2170 33554432000 134512640 134847168 4290726880 4290725504 134784656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4798/statm: 2689 2170 272 82 0 1930 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 45896

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4805
/proc/meminfo: memFree=27968456/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1800.12 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1830 47284 0 0 1 0 179994 17 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4795] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4795/stat : 4795 (sh) S 4581 4581 28789 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 338083622 9367552 263 33554432000 4194304 5064252 140733660724912 140733660723168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4795/statm: 2287 263 223 213 0 72 0
[pid=4798] ppid=4795 vsize=10756 CPUtime=1.76 cores=0,2,4,6
/proc/4798/stat : 4798 (clasp-1.0) R 4795 4581 28789 0 -1 4202496 2272 0 0 0 176 0 0 0 20 0 1 0 338083623 11014144 2170 33554432000 134512640 134847168 4290726880 4290725648 134617513 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4798/statm: 2689 2170 272 82 0 1930 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 45896

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4805
/proc/meminfo: memFree=27968456/32873844 swapFree=7116/7116
[pid=4581] ppid=4579 vsize=25992 CPUtime=1800.12 cores=0,2,4,6
/proc/4581/stat : 4581 (pbclasp) S 4579 4581 28789 0 -1 4202496 1830 47284 0 0 1 0 179994 17 20 0 1 0 337903580 26615808 596 33554432000 4194304 4198148 140733398462784 140733398461712 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4581/statm: 6498 596 387 1 0 293 0
[pid=4795] ppid=4581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4795/stat : 4795 (sh) S 4581 4581 28789 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 338083622 9367552 263 33554432000 4194304 5064252 140733660724912 140733660723168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4795/statm: 2287 263 223 213 0 72 0
[pid=4798] ppid=4795 vsize=10756 CPUtime=1.96 cores=0,2,4,6
/proc/4798/stat : 4798 (clasp-1.0) R 4795 4581 28789 0 -1 4202496 2272 0 0 0 196 0 0 0 20 0 1 0 338083623 11014144 2170 33554432000 134512640 134847168 4290726880 4290725520 134715280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4798/statm: 2689 2170 272 82 0 1930 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 45896

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.12
CPU user time (s): 1801.95
CPU system time (s): 0.178972
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 64436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.95
system time used= 0.178972
maximum resident set size= 27240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52148
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4076
involuntary context switches= 1984

runsolver used 3.10053 second user time and 8.20575 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 12:02:30
IDJOB=3734363
IDBENCH=2838
IDSOLVER=2317
FILE ID=node108/3734363-1338717750
RUNJOBID= node108-1338713956-28805
PBS_JOBID= 14636750
Free space on /tmp= 71468 MiB

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

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

MD5SUM BENCH= 6560abb26f607ef952ebe1a74dd5dae1
RANDOM SEED=227525837

node108.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.273
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.54
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.273
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.273
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	: 5331.91
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.273
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.273
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.91
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.273
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	: 5438.55
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.273
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.90
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.273
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:        27970772 kB
Buffers:          514176 kB
Cached:          3553552 kB
SwapCached:          112 kB
Active:          2100356 kB
Inactive:        1995416 kB
Active(anon):      14876 kB
Inactive(anon):    13072 kB
Active(file):    2085480 kB
Inactive(file):  1982344 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:              2716 kB
Writeback:             0 kB
AnonPages:         32244 kB
Mapped:            16316 kB
Shmem:               172 kB
Slab:             669532 kB
SReclaimable:     110028 kB
SUnreclaim:       559504 kB
KernelStack:        1448 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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-3734363-1338717750.opb

Free space on /tmp at the end= 71468 MiB
End job on node108 at 2012-06-03 12:32:33