Trace number 3735951

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)25 1802.11 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir06_area_delay.opb
MD5SUM21fb64899a6dc4867ccfcbb30d44d536
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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.326949
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 variables5537
Total number of constraints15855
Number of constraints which are clauses15855
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 constraint127
Number of terms in the objective function 2646
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 2646
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2646
Number of bits of the biggest sum of numbers12
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.57/0.83	o 36
0.96/1.09	o 29
1.08/1.24	o 28
1.22/1.39	o 27
1.37/1.54	o 26
1.52/1.69	o 25
1015.70/1015.98	sh: line 1: 27137 Done                    cat HOME/temp/instance-3735951-1338728442.opb.op
1015.70/1015.98	     27138 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3735951-1338728442.opb.clasp
1800.07/1800.40	sh: line 1: 27279 Done                    cat HOME/temp/instance-3735951-1338728442.opb.op
1800.07/1800.40	     27280 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3735951-1338728442.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x13 x14 x15 x21 x22 x25 x28 x29 x31 x34 x35 x37 x53 x60 x71 x73 x87 x94 x106 x113 x116 x119 x120 x122 x133 x136 x137 x147 x148 x149 x166 x168 x172 x174 x179 x184 x185 x188 x189 x191 x195 x232 x234 x240 x247 x248 x250 x257 x259 x261 x268 x270 x273 x275 x276 x278 x282 x284 x288 x290 x291 x293 x297 x299 x300 x301 x302 x357 x358 x854 x855 x866 x867 x876 x877 x1006 x1009 x1010 x1012 x1039 x1040 x1044 x1045 x1047 x1061 x1062 x1063 x1067 x1121 x1122 x1174 x1179 x1180 x1389 x1390 x2609 x2610 x2742 x2788 x3028 x3029 x3090 x3091 x3677 x3678 x4885 x4886 x4953 x4954 
1800.07/1800.42	pb2clasp1: no process killed
1802.05/1802.41	sh: line 1: 27361 Done                    cat HOME/temp/instance-3735951-1338728442.opb.op
1802.05/1802.41	     27362 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3735951-1338728442.opb.clasp

Verifier Data

OK	25

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

running on 4 cores: 1,3,5,7

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

[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 27080
/proc/meminfo: memFree=29767932/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/27080/stat : 27080 (runsolver) R 27078 32725 32725 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 1 0 338972783 12095488 24 33554432000 4194304 5436572 140735825890672 140735825886864 4256430 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/27080/statm: 2953 24 4 304 0 2645 0
Current StackSize limit: 10240 KiB


[startup+0.0984591 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 27080
/proc/meminfo: memFree=29767932/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26416 CPUtime=0.04 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 780 0 0 0 4 0 0 0 20 0 1 0 338972783 27049984 693 33554432000 4194304 4198148 140734359272288 140734359271176 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/27080/statm: 6604 693 368 1 0 399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26416

[startup+0.100275 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 27080
/proc/meminfo: memFree=29767932/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26416 CPUtime=0.04 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 780 0 0 0 4 0 0 0 20 0 1 0 338972783 27049984 693 33554432000 4194304 4198148 140734359272288 140734359271176 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/27080/statm: 6604 693 368 1 0 399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26416

[startup+0.300228 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 27080
/proc/meminfo: memFree=29767932/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26416 CPUtime=0.04 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 780 0 0 0 4 0 0 0 20 0 1 0 338972783 27049984 693 33554432000 4194304 4198148 140734359272288 140734359271176 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/27080/statm: 6604 693 368 1 0 399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26416

[startup+0.70024 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 27080
/proc/meminfo: memFree=29767932/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26548 CPUtime=0.57 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 973 2106 0 0 4 0 53 0 20 0 1 0 338972783 27185152 765 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27080/statm: 6637 765 387 1 0 432 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 26548

[startup+1.50015 s]
/proc/loadavg: 1.93 1.99 1.99 3/182 27098
/proc/meminfo: memFree=29756236/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.37 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1506 20329 0 0 5 0 127 5 20 0 1 0 338972783 27320320 767 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 767 387 1 0 465 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 26680

[startup+3.1003 s]
/proc/loadavg: 1.93 1.99 1.99 3/182 27138
/proc/meminfo: memFree=29755988/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=11752 CPUtime=1.38 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 2618 0 0 0 138 0 0 0 20 0 1 0 338972954 12034048 2396 33554432000 134512640 134847168 4290460208 4290458976 134617536 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 2938 2396 272 82 0 2179 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 47580

[startup+6.3003 s]
/proc/loadavg: 1.94 1.99 1.99 3/182 27138
/proc/meminfo: memFree=29755476/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=11752 CPUtime=4.58 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 2618 0 0 0 458 0 0 0 20 0 1 0 338972954 12034048 2396 33554432000 134512640 134847168 4290460208 4290458912 134616633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 2938 2396 272 82 0 2179 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 47580

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/182 27138
/proc/meminfo: memFree=29755764/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=12024 CPUtime=10.98 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 2694 0 0 0 1098 0 0 0 20 0 1 0 338972954 12312576 2472 33554432000 134512640 134847168 4290460208 4290458892 134789696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 3006 2472 272 82 0 2247 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 47852

[startup+25.5003 s]
/proc/loadavg: 1.95 1.99 1.99 3/182 27161
/proc/meminfo: memFree=29750968/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=13732 CPUtime=23.77 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 3108 0 0 0 2377 0 0 0 20 0 1 0 338972954 14061568 2897 33554432000 134512640 134847168 4290460208 4290458784 134714110 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 3433 2897 272 82 0 2674 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49560

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.99 3/182 27161
/proc/meminfo: memFree=29742248/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=15140 CPUtime=49.37 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 3437 0 0 0 4937 0 0 0 20 0 1 0 338972954 15503360 3226 33554432000 134512640 134847168 4290460208 4290458976 134737979 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 3785 3226 272 82 0 3026 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50968

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 27161
/proc/meminfo: memFree=29722212/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=18148 CPUtime=100.56 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 4162 0 0 0 10056 0 0 0 20 0 1 0 338972954 18583552 3956 33554432000 134512640 134847168 4290460208 4290458912 134616720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 4537 3956 272 82 0 3778 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 53976

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 27177
/proc/meminfo: memFree=29743676/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=20552 CPUtime=160.55 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 4728 0 0 0 16055 0 0 0 20 0 1 0 338972954 21045248 4557 33554432000 134512640 134847168 4290460208 4290458832 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 5138 4557 272 82 0 4379 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 56380

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 27202
/proc/meminfo: memFree=29744716/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27136/stat : 27136 (sh) S 27080 27080 32725 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 338972953 9367552 264 33554432000 4194304 5064252 140736677229712 140736677227968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27136/statm: 2287 264 223 213 0 72 0
[pid=27138] ppid=27136 vsize=21672 CPUtime=220.55 cores=1,3,5,7
/proc/27138/stat : 27138 (clasp-1.0) R 27136 27080 32725 0 -1 4202496 5030 0 0 0 22054 1 0 0 20 0 1 0 338972954 22192128 4869 33554432000 134512640 134847168 4290460208 4290458976 134738064 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27138/statm: 5418 4869 272 82 0 4659 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 57500

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 27202
/proc/meminfo: memFree=29727900/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1.68 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1750 29462 0 0 5 0 154 9 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27136] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=26072 CPUtime=406.23 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 6062 0 0 0 40621 2 0 0 20 0 1 0 339074383 26697728 5930 33554432000 134512640 134847168 4290258032 4290256656 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 6518 5930 270 82 0 5759 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 61900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27344
/proc/meminfo: memFree=29650404/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=27524 CPUtime=466.21 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 6385 0 0 0 46619 2 0 0 20 0 1 0 339074383 28184576 6253 33554432000 134512640 134847168 4290258032 4290256656 134784610 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 6881 6253 270 82 0 6122 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 63352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27344
/proc/meminfo: memFree=29646116/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=27944 CPUtime=526.2 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 6594 0 0 0 52618 2 0 0 20 0 1 0 339074383 28614656 6385 33554432000 134512640 134847168 4290258032 4290256656 134784628 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 6986 6385 270 82 0 6227 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 63772

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27344
/proc/meminfo: memFree=29642392/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=28884 CPUtime=586.19 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 6801 0 0 0 58617 2 0 0 20 0 1 0 339074383 29577216 6592 33554432000 134512640 134847168 4290258032 4290256660 134616350 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 7221 6592 270 82 0 6462 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 64712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27344
/proc/meminfo: memFree=29633452/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=30008 CPUtime=646.18 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 7063 0 0 0 64616 2 0 0 20 0 1 0 339074383 30728192 6870 33554432000 134512640 134847168 4290258032 4290256752 134741475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 7502 6870 270 82 0 6743 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 65836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27345
/proc/meminfo: memFree=29630228/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=30816 CPUtime=706.17 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 7253 0 0 0 70615 2 0 0 20 0 1 0 339074383 31555584 7060 33554432000 134512640 134847168 4290258032 4290256656 134784667 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 7704 7060 270 82 0 6945 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 66644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 27348
/proc/meminfo: memFree=29625320/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=31424 CPUtime=766.16 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 7394 0 0 0 76614 2 0 0 20 0 1 0 339074383 32178176 7201 33554432000 134512640 134847168 4290258032 4290256712 134789705 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 7856 7201 270 82 0 7097 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 67252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 27348
/proc/meminfo: memFree=29624452/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1015.81 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 1855 39355 0 0 6 0 101563 12 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27277] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (sh) S 27080 27080 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339074383 9367552 264 33554432000 4194304 5064252 140735464016352 140735464014608 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27277/statm: 2287 264 223 213 0 72 0
[pid=27280] ppid=27277 vsize=31424 CPUtime=784.26 cores=1,3,5,7
/proc/27280/stat : 27280 (clasp-1.0) R 27277 27080 32725 0 -1 4202496 7395 0 0 0 78424 2 0 0 20 0 1 0 339074383 32178176 7202 33554432000 134512640 134847168 4290258032 4290256716 134784496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27280/statm: 7856 7202 270 82 0 7097 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 67252

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27080

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27367
/proc/meminfo: memFree=29764092/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1800.1 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 2028 49526 0 0 6 0 179988 16 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27360] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27360/stat : 27360 (sh) S 27080 27080 32725 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339152826 9367552 263 33554432000 4194304 5064252 140735416459904 140735416458160 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27360/statm: 2287 263 223 213 0 72 0
[pid=27362] ppid=27360 vsize=11752 CPUtime=0.95 cores=1,3,5,7
/proc/27362/stat : 27362 (clasp-1.0) R 27360 27080 32725 0 -1 4202496 2618 0 0 0 95 0 0 0 20 0 1 0 339152826 12034048 2396 33554432000 134512640 134847168 4286982624 4286981248 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27362/statm: 2938 2396 272 82 0 2179 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 47580

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27367
/proc/meminfo: memFree=29700504/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1800.1 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 2028 49526 0 0 6 0 179988 16 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27360] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27360/stat : 27360 (sh) S 27080 27080 32725 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339152826 9367552 263 33554432000 4194304 5064252 140735416459904 140735416458160 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27360/statm: 2287 263 223 213 0 72 0
[pid=27362] ppid=27360 vsize=11752 CPUtime=1.75 cores=1,3,5,7
/proc/27362/stat : 27362 (clasp-1.0) R 27360 27080 32725 0 -1 4202496 2618 0 0 0 175 0 0 0 20 0 1 0 339152826 12034048 2396 33554432000 134512640 134847168 4286982624 4286981168 134714779 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27362/statm: 2938 2396 272 82 0 2179 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 47580

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27367
/proc/meminfo: memFree=29700504/32873844 swapFree=7372/7372
[pid=27080] ppid=27078 vsize=26680 CPUtime=1800.1 cores=1,3,5,7
/proc/27080/stat : 27080 (pbclasp) S 27078 27080 32725 0 -1 4202496 2028 49526 0 0 6 0 179988 16 20 0 1 0 338972783 27320320 768 33554432000 4194304 4198148 140734359272288 140734359271216 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27080/statm: 6670 768 387 1 0 465 0
[pid=27360] ppid=27080 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27360/stat : 27360 (sh) S 27080 27080 32725 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339152826 9367552 263 33554432000 4194304 5064252 140735416459904 140735416458160 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27360/statm: 2287 263 223 213 0 72 0
[pid=27362] ppid=27360 vsize=11752 CPUtime=1.95 cores=1,3,5,7
/proc/27362/stat : 27362 (clasp-1.0) R 27360 27080 32725 0 -1 4202496 2618 0 0 0 195 0 0 0 20 0 1 0 339152826 12034048 2396 33554432000 134512640 134847168 4286982624 4286981392 134617664 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27362/statm: 2938 2396 272 82 0 2179 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1801.92
CPU system time (s): 0.182972
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 69716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.92
system time used= 0.182972
maximum resident set size= 31324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1468
involuntary context switches= 2696

runsolver used 3.22651 second user time and 7.96879 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 15:00:42
IDJOB=3735951
IDBENCH=25010
IDSOLVER=2317
FILE ID=node109/3735951-1338728442
RUNJOBID= node109-1338713403-32742
PBS_JOBID= 14636733
Free space on /tmp= 70708 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir06_area_delay.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735951-1338728442/watcher-3735951-1338728442 -o /tmp/evaluation-result-3735951-1338728442/solver-3735951-1338728442 -C 1800 -W 1900 -M 15500  pbclasp instance-3735951-1338728442.opb HOME/temp

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

MD5SUM BENCH= 21fb64899a6dc4867ccfcbb30d44d536
RANDOM SEED=492839855

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29768104 kB
Buffers:          607432 kB
Cached:          1578692 kB
SwapCached:          964 kB
Active:          1201368 kB
Inactive:        1027516 kB
Active(anon):      35704 kB
Inactive(anon):     7844 kB
Active(file):    1165664 kB
Inactive(file):  1019672 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:              2968 kB
Writeback:             0 kB
AnonPages:         47308 kB
Mapped:            12080 kB
Shmem:                 4 kB
Slab:             737428 kB
SReclaimable:     179420 kB
SUnreclaim:       558008 kB
KernelStack:        1512 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     157988 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-3735951-1338728442.opb

Free space on /tmp at the end= 70696 MiB
End job on node109 at 2012-06-03 15:30:45