Trace number 3732031

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)1569 1802.05 1802.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-c8.opb
MD5SUMc919b2e3620f35e89404416810e81e0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1194
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1194
Optimality of the best value was proved YES
Number of variables239
Total number of constraints524
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 239
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 10012
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 10012
Number of bits of the biggest sum of numbers14
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.05	o 1637
0.00/0.06	o 1597
0.00/0.08	o 1588
0.00/0.09	o 1587
0.07/0.11	o 1579
0.07/0.12	o 1578
0.07/0.14	o 1570
575.68/575.99	o 1569
1132.23/1132.61	sh: line 1: 31474 Done                    cat HOME/temp/instance-3732031-1338703535.opb.op
1132.23/1132.61	     31475 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732031-1338703535.opb.clasp
1800.02/1800.50	sh: line 1: 31511 Done                    cat HOME/temp/instance-3732031-1338703535.opb.op
1800.02/1800.50	     31512 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732031-1338703535.opb.clasp
1800.02/1800.51	c Somebody sent me a SIGTERM
1800.02/1800.51	s SATISFIABLE
1800.02/1800.51	v x3 x12 x13 x18 x19 x29 x31 x32 x37 x50 x57 x58 x61 x81 x104 x114 x119 x120 x121 x122 x123 x124 x125 x129 x130 x131 x132 x133 x139 x141 x142 x150 x153 x159 x161 x168 x186 x197 x208 x236 
1800.02/1800.51	pb2clasp1: no process killed
1802.00/1802.51	sh: line 1: 31633 Done                    cat HOME/temp/instance-3732031-1338703535.opb.op
1802.00/1802.51	     31634 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732031-1338703535.opb.clasp

Verifier Data

OK	1569

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31396
/proc/meminfo: memFree=28993040/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) D 31394 31396 22814 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 336481942 26071040 361 33554432000 4194304 4198148 140736468854224 140736468851672 226329706165 0 0 4224 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6365 361 277 1 0 160 0

[startup+0.0367361 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31396
/proc/meminfo: memFree=28993040/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 593 0 0 0 0 0 0 0 20 0 1 0 336481942 26206208 506 33554432000 4194304 4198148 140736468854224 140736468853112 226333091056 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6398 506 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100201 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31396
/proc/meminfo: memFree=28993040/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.07 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1119 10705 0 0 0 0 5 2 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853112 226333091056 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25724

[startup+0.300119 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31396
/proc/meminfo: memFree=28993040/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25724

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31396
/proc/meminfo: memFree=28993040/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28991620/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=3832 CPUtime=1.34 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 559 0 0 0 134 0 0 0 20 0 1 0 336481957 3923968 457 33554432000 134512640 134847168 4291919200 4291917824 134784711 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 958 457 270 82 0 199 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 38704

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28990776/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=4096 CPUtime=2.94 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 601 0 0 0 294 0 0 0 20 0 1 0 336481957 4194304 499 33554432000 134512640 134847168 4291919200 4291917680 15553670 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1024 499 270 82 0 265 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 38968

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28990420/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=4228 CPUtime=6.14 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 649 0 0 0 614 0 0 0 20 0 1 0 336481957 4329472 547 33554432000 134512640 134847168 4291919200 4291918076 134743023 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1057 547 270 82 0 298 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 39100

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28983384/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=4628 CPUtime=12.53 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 735 0 0 0 1253 0 0 0 20 0 1 0 336481957 4739072 633 33554432000 134512640 134847168 4291919200 4291917840 134782452 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1157 633 270 82 0 398 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 39500

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28964428/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=5032 CPUtime=25.33 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 830 0 0 0 2533 0 0 0 20 0 1 0 336481957 5152768 728 33554432000 134512640 134847168 4291919200 4291917752 134630258 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1258 728 270 82 0 499 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 39904

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31462
/proc/meminfo: memFree=28940520/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=5564 CPUtime=50.92 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 967 0 0 0 5092 0 0 0 20 0 1 0 336481957 5697536 865 33554432000 134512640 134847168 4291919200 4291917824 134784634 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1391 865 270 82 0 632 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 40436

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31463
/proc/meminfo: memFree=28910884/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=6240 CPUtime=102.11 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 1134 0 0 0 10211 0 0 0 20 0 1 0 336481957 6389760 1032 33554432000 134512640 134847168 4291919200 4291917664 134713693 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1560 1032 270 82 0 801 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 41112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31463
/proc/meminfo: memFree=28885844/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=6748 CPUtime=162.09 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 1261 0 0 0 16209 0 0 0 20 0 1 0 336481957 6909952 1158 33554432000 134512640 134847168 4291919200 4291917824 134784711 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31462/statm: 1687 1158 270 82 0 928 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 41620

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31463
/proc/meminfo: memFree=28872824/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=0.1 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1498 19132 0 0 0 0 7 3 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31460] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31460/stat : 31460 (sh) S 31396 31396 22814 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 336481957 9367552 264 33554432000 4194304 5064252 140733706568752 140733706567008 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31460/statm: 2287 264 223 213 0 72 0
[pid=31462] ppid=31460 vsize=6748 CPUtime=222.07 cores=0,2,4,6
/proc/31462/stat : 31462 (clasp-1.0) R 31460 31396 22814 0 -1 4202496 1284 0 0 0 22207 0 0 0 20 0 1 0 336481957 6909952 1181 33554432000 134512640 134847168 4291919200 4291917872 134784580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31462/statm: 1687 1181 270 82 0 928 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 41620

[startup+282.3 s]

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

/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=7468 CPUtime=349.61 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1438 0 0 0 34961 0 0 0 20 0 1 0 336595204 7647232 1341 33554432000 134512640 134847168 4293231584 4293230264 134789705 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 1867 1341 272 82 0 1108 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 42340

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 31616
/proc/meminfo: memFree=29012344/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=7732 CPUtime=409.6 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1493 0 0 0 40960 0 0 0 20 0 1 0 336595204 7917568 1396 33554432000 134512640 134847168 4293231584 4293230352 134737392 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 1933 1396 272 82 0 1174 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 42604

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 31616
/proc/meminfo: memFree=29012220/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=7732 CPUtime=469.59 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1506 0 0 0 46959 0 0 0 20 0 1 0 336595204 7917568 1409 33554432000 134512640 134847168 4293231584 4293230272 134616828 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 1933 1409 272 82 0 1174 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 42604

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 31617
/proc/meminfo: memFree=29011536/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=7864 CPUtime=529.58 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1525 0 0 0 52958 0 0 0 20 0 1 0 336595204 8052736 1428 33554432000 134512640 134847168 4293231584 4293230224 134782441 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 1966 1428 272 82 0 1207 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 42736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 31617
/proc/meminfo: memFree=29011164/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=8012 CPUtime=589.57 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1567 0 0 0 58957 0 0 0 20 0 1 0 336595204 8204288 1470 33554432000 134512640 134847168 4293231584 4293230268 134715805 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 2003 1470 272 82 0 1244 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 42884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 31617
/proc/meminfo: memFree=29011172/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=8152 CPUtime=649.56 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1602 0 0 0 64956 0 0 0 20 0 1 0 336595204 8347648 1505 33554432000 134512640 134847168 4293231584 4293230208 134616354 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 2038 1505 272 82 0 1279 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 43024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 31618
/proc/meminfo: memFree=29010792/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1132.25 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1712 26084 0 0 0 0 113221 4 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31510] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31510/stat : 31510 (sh) S 31396 31396 22814 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336595204 9367552 264 33554432000 4194304 5064252 140734260450000 140734260448256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31510/statm: 2287 264 223 213 0 72 0
[pid=31512] ppid=31510 vsize=8152 CPUtime=667.77 cores=0,2,4,6
/proc/31512/stat : 31512 (clasp-1.0) R 31510 31396 22814 0 -1 4202496 1606 0 0 0 66777 0 0 0 20 0 1 0 336595204 8347648 1509 33554432000 134512640 134847168 4293231584 4293230284 134778608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31512/statm: 2038 1509 272 82 0 1279 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 43024

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -31396

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 31637
/proc/meminfo: memFree=29028072/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1800.04 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1868 30462 0 0 0 0 179998 6 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31631] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31631/stat : 31631 (sh) S 31396 31396 22814 0 -1 4202496 371 218 0 0 0 0 0 0 20 0 1 0 336661994 9367552 263 33554432000 4194304 5064252 140737483346288 140737483344544 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31631/statm: 2287 263 223 213 0 72 0
[pid=31634] ppid=31631 vsize=3840 CPUtime=0.86 cores=0,2,4,6
/proc/31634/stat : 31634 (clasp-1.0) R 31631 31396 22814 0 -1 4202496 553 0 0 0 86 0 0 0 20 0 1 0 336661995 3932160 451 33554432000 134512640 134847168 4291864096 4291862720 134784634 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31634/statm: 960 451 270 82 0 201 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 38712

[startup+1802.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 31637
/proc/meminfo: memFree=29027212/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1800.04 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1868 30462 0 0 0 0 179998 6 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31631] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31631/stat : 31631 (sh) S 31396 31396 22814 0 -1 4202496 371 218 0 0 0 0 0 0 20 0 1 0 336661994 9367552 263 33554432000 4194304 5064252 140737483346288 140737483344544 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31631/statm: 2287 263 223 213 0 72 0
[pid=31634] ppid=31631 vsize=3976 CPUtime=1.66 cores=0,2,4,6
/proc/31634/stat : 31634 (clasp-1.0) R 31631 31396 22814 0 -1 4202496 578 0 0 0 166 0 0 0 20 0 1 0 336661995 4071424 476 33554432000 134512640 134847168 4291864096 4291862736 134782476 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31634/statm: 994 476 270 82 0 235 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 38848

[startup+1802.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 31637
/proc/meminfo: memFree=29027212/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1800.04 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1868 30462 0 0 0 0 179998 6 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31631] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31631/stat : 31631 (sh) S 31396 31396 22814 0 -1 4202496 371 218 0 0 0 0 0 0 20 0 1 0 336661994 9367552 263 33554432000 4194304 5064252 140737483346288 140737483344544 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31631/statm: 2287 263 223 213 0 72 0
[pid=31634] ppid=31631 vsize=3976 CPUtime=1.86 cores=0,2,4,6
/proc/31634/stat : 31634 (clasp-1.0) R 31631 31396 22814 0 -1 4202496 581 0 0 0 186 0 0 0 20 0 1 0 336661995 4071424 479 33554432000 134512640 134847168 4291864096 4291862780 134715892 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31634/statm: 994 479 270 82 0 235 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 38848

[startup+1802.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 31637
/proc/meminfo: memFree=29027212/32873844 swapFree=6088/6088
[pid=31396] ppid=31394 vsize=25724 CPUtime=1800.04 cores=0,2,4,6
/proc/31396/stat : 31396 (pbclasp) S 31394 31396 22814 0 -1 4202496 1868 30462 0 0 0 0 179998 6 20 0 1 0 336481942 26341376 533 33554432000 4194304 4198148 140736468854224 140736468853152 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31396/statm: 6431 533 387 1 0 226 0
[pid=31631] ppid=31396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31631/stat : 31631 (sh) S 31396 31396 22814 0 -1 4202496 371 218 0 0 0 0 0 0 20 0 1 0 336661994 9367552 263 33554432000 4194304 5064252 140737483346288 140737483344544 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31631/statm: 2287 263 223 213 0 72 0
[pid=31634] ppid=31631 vsize=3976 CPUtime=1.96 cores=0,2,4,6
/proc/31634/stat : 31634 (clasp-1.0) R 31631 31396 22814 0 -1 4202496 583 0 0 0 196 0 0 0 20 0 1 0 336661995 4071424 481 33554432000 134512640 134847168 4291864096 4291862720 134784634 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31634/statm: 994 481 270 82 0 235 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 38848

Child status: 0
Real time (s): 1802.52
CPU time (s): 1802.05
CPU user time (s): 1801.97
CPU system time (s): 0.076988
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 43024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.97
system time used= 0.076988
maximum resident set size= 6036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314
involuntary context switches= 2627

runsolver used 2.96255 second user time and 6.87795 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 08:05:35
IDJOB=3732031
IDBENCH=2021
IDSOLVER=2317
FILE ID=node110/3732031-1338703535
RUNJOBID= node110-1338678629-22833
PBS_JOBID= 14636703
Free space on /tmp= 71072 MiB

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

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

MD5SUM BENCH= c919b2e3620f35e89404416810e81e0b
RANDOM SEED=1922207484

node110.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.893
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.78
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.893
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.893
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.92
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.893
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.893
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.92
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.893
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.90
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.893
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.893
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:        28993484 kB
Buffers:          512232 kB
Cached:          2477464 kB
SwapCached:          604 kB
Active:          1471124 kB
Inactive:        1564080 kB
Active(anon):      35196 kB
Inactive(anon):    12316 kB
Active(file):    1435928 kB
Inactive(file):  1551764 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:         50480 kB
Mapped:            13792 kB
Shmem:                40 kB
Slab:             706872 kB
SReclaimable:     148912 kB
SUnreclaim:       557960 kB
KernelStack:        1496 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3732031-1338703535.opb

Free space on /tmp at the end= 71080 MiB
End job on node110 at 2012-06-03 08:35:38