Trace number 3732768

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)60 1800.13 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark77.6872
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
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 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
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.03	o 70
0.02/0.05	o 63
0.02/0.06	o 62
21.25/21.36	o 61
402.50/402.61	sh: line 1: 10010 Done                    cat HOME/temp/instance-3732768-1338708492.opb.op
402.50/402.61	     10011 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732768-1338708492.opb.clasp
1664.59/1664.90	o 60
1800.08/1800.40	sh: line 1:  9132 Done                    cat HOME/temp/instance-3732768-1338708492.opb.op
1800.08/1800.40	      9134 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732768-1338708492.opb.clasp
1800.08/1800.41	c Somebody sent me a SIGTERM
1800.08/1800.41	s SATISFIABLE
1800.08/1800.41	v x2 x9 x12 x15 x19 x20 x21 x22 x31 x40 x41 x43 x44 x48 x51 x53 x56 x60 x64 x70 x73 x76 x77 x82 x87 x93 x95 x99 x104 x105 x109 x116 x121 x122 x126 x127 x128 x133 x140 x145 x150 x153 x157 x162 x166 x171 x174 x179 x184 x191 x192 x196 x197 x202 x203 x210 x213 x215 x220 x223 
1800.08/1800.41	pb2clasp1: no process killed
1800.08/1800.42	sh: line 1: 22941 Done                    cat HOME/temp/instance-3732768-1338708492.opb.op
1800.08/1800.42	     22942 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732768-1338708492.opb.clasp

Verifier Data

OK	60

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-3732768-1338708492/watcher-3732768-1338708492 -o /tmp/evaluation-result-3732768-1338708492/solver-3732768-1338708492 -C 1800 -W 1900 -M 15500 pbclasp instance-3732768-1338708492.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/178 9969
/proc/meminfo: memFree=27657904/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) R 9967 9969 14418 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 336974621 26206208 463 33554432000 4194304 4198148 140735950488480 140735950485928 239872741268 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/9969/statm: 6398 464 345 1 0 193 0

[startup+0.0466839 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9969
/proc/meminfo: memFree=27657904/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.02 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 802 4440 0 0 0 0 2 0 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25724

[startup+0.100154 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9969
/proc/meminfo: memFree=27657904/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25724

[startup+0.300109 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9969
/proc/meminfo: memFree=27657904/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25724

[startup+0.700108 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9969
/proc/meminfo: memFree=27657904/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10003
/proc/meminfo: memFree=27655788/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10001] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10001/stat : 10001 (sh) S 9969 9969 14418 0 -1 4202496 373 217 0 0 0 0 0 0 20 0 1 0 336974628 9367552 264 33554432000 4194304 5064252 140737098831648 140737098829904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10001/statm: 2287 264 223 213 0 72 0
[pid=10003] ppid=10001 vsize=3968 CPUtime=1.42 cores=0,2,4,6
/proc/10003/stat : 10003 (clasp-1.0) R 10001 9969 14418 0 -1 4202496 565 0 0 0 142 0 0 0 20 0 1 0 336974628 4063232 462 33554432000 134512640 134847168 4287840032 4287838336 134791674 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10003/statm: 992 462 272 82 0 233 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38840

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10003
/proc/meminfo: memFree=27655044/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10001] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10001/stat : 10001 (sh) S 9969 9969 14418 0 -1 4202496 373 217 0 0 0 0 0 0 20 0 1 0 336974628 9367552 264 33554432000 4194304 5064252 140737098831648 140737098829904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10001/statm: 2287 264 223 213 0 72 0
[pid=10003] ppid=10001 vsize=4100 CPUtime=3.02 cores=0,2,4,6
/proc/10003/stat : 10003 (clasp-1.0) R 10001 9969 14418 0 -1 4202496 603 0 0 0 302 0 0 0 20 0 1 0 336974628 4198400 500 33554432000 134512640 134847168 4287840032 4287838772 134737633 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10003/statm: 1025 500 272 82 0 266 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38972

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10003
/proc/meminfo: memFree=27654424/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10001] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10001/stat : 10001 (sh) S 9969 9969 14418 0 -1 4202496 373 217 0 0 0 0 0 0 20 0 1 0 336974628 9367552 264 33554432000 4194304 5064252 140737098831648 140737098829904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10001/statm: 2287 264 223 213 0 72 0
[pid=10003] ppid=10001 vsize=4232 CPUtime=6.22 cores=0,2,4,6
/proc/10003/stat : 10003 (clasp-1.0) R 10001 9969 14418 0 -1 4202496 646 0 0 0 622 0 0 0 20 0 1 0 336974628 4333568 543 33554432000 134512640 134847168 4287840032 4287838656 134784798 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10003/statm: 1058 543 272 82 0 299 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 39104

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10003
/proc/meminfo: memFree=27653712/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1046 9206 0 0 0 0 3 1 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10001] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10001/stat : 10001 (sh) S 9969 9969 14418 0 -1 4202496 373 217 0 0 0 0 0 0 20 0 1 0 336974628 9367552 264 33554432000 4194304 5064252 140737098831648 140737098829904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10001/statm: 2287 264 223 213 0 72 0
[pid=10003] ppid=10001 vsize=4488 CPUtime=12.62 cores=0,2,4,6
/proc/10003/stat : 10003 (clasp-1.0) R 10001 9969 14418 0 -1 4202496 704 0 0 0 1262 0 0 0 20 0 1 0 336974628 4595712 601 33554432000 134512640 134847168 4287840032 4287838656 134784651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10003/statm: 1122 601 272 82 0 363 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39360

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10011
/proc/meminfo: memFree=27653540/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=21.33 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1165 11910 0 0 0 0 2131 2 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10009] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10009/stat : 10009 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 336976757 9367552 263 33554432000 4194304 5064252 140734820786512 140734820784768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10009/statm: 2287 263 223 213 0 72 0
[pid=10011] ppid=10009 vsize=4220 CPUtime=4.12 cores=0,2,4,6
/proc/10011/stat : 10011 (clasp-1.0) R 10009 9969 14418 0 -1 4202496 628 0 0 0 412 0 0 0 20 0 1 0 336976757 4321280 526 33554432000 134512640 134847168 4286964016 4286962656 134715406 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10011/statm: 1055 526 272 82 0 296 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 39092

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10012
/proc/meminfo: memFree=27652680/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=21.33 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1165 11910 0 0 0 0 2131 2 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10009] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10009/stat : 10009 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 336976757 9367552 263 33554432000 4194304 5064252 140734820786512 140734820784768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10009/statm: 2287 263 223 213 0 72 0
[pid=10011] ppid=10009 vsize=4752 CPUtime=29.72 cores=0,2,4,6
/proc/10011/stat : 10011 (clasp-1.0) R 10009 9969 14418 0 -1 4202496 782 0 0 0 2972 0 0 0 20 0 1 0 336976757 4866048 680 33554432000 134512640 134847168 4286964016 4286962656 134715257 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10011/statm: 1188 680 272 82 0 429 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 39624

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10012
/proc/meminfo: memFree=27650880/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=21.33 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1165 11910 0 0 0 0 2131 2 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10009] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10009/stat : 10009 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 336976757 9367552 263 33554432000 4194304 5064252 140734820786512 140734820784768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10009/statm: 2287 263 223 213 0 72 0
[pid=10011] ppid=10009 vsize=5252 CPUtime=80.91 cores=0,2,4,6
/proc/10011/stat : 10011 (clasp-1.0) R 10009 9969 14418 0 -1 4202496 915 0 0 0 8091 0 0 0 20 0 1 0 336976757 5378048 813 33554432000 134512640 134847168 4286964016 4286962720 134616637 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10011/statm: 1313 813 272 82 0 554 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 40124

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10015
/proc/meminfo: memFree=27649756/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=21.33 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1165 11910 0 0 0 0 2131 2 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10009] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10009/stat : 10009 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 336976757 9367552 263 33554432000 4194304 5064252 140734820786512 140734820784768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10009/statm: 2287 263 223 213 0 72 0
[pid=10011] ppid=10009 vsize=5516 CPUtime=140.9 cores=0,2,4,6
/proc/10011/stat : 10011 (clasp-1.0) R 10009 9969 14418 0 -1 4202496 974 0 0 0 14090 0 0 0 20 0 1 0 336976757 5648384 872 33554432000 134512640 134847168 4286964016 4286962480 134713654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10011/statm: 1379 872 272 82 0 620 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40388

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10015
/proc/meminfo: memFree=27649640/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=21.33 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1165 11910 0 0 0 0 2131 2 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10009] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10009/stat : 10009 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 336976757 9367552 263 33554432000 4194304 5064252 140734820786512 140734820784768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10009/statm: 2287 263 223 213 0 72 0
[pid=10011] ppid=10009 vsize=5792 CPUtime=200.89 cores=0,2,4,6
/proc/10011/stat : 10011 (clasp-1.0) R 10009 9969 14418 0 -1 4202496 1029 0 0 0 20089 0 0 0 20 0 1 0 336976757 5931008 927 33554432000 134512640 134847168 4286964016 4286962324 134792544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10011/statm: 1448 927 272 82 0 689 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 40664

[startup+282.3 s]

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

[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7032 CPUtime=839.54 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1327 0 0 0 83954 0 0 0 20 0 1 0 337014883 7200768 1228 33554432000 134512640 134847168 4294646256 4294644564 134792931 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1758 1228 272 82 0 999 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 41904

[startup+1302.3 s]
/proc/loadavg: 1.35 1.53 1.80 3/181 2855
/proc/meminfo: memFree=27584116/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7032 CPUtime=899.53 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1331 0 0 0 89953 0 0 0 20 0 1 0 337014883 7200768 1232 33554432000 134512640 134847168 4294646256 4294644936 134789702 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1758 1232 272 82 0 999 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 41904

[startup+1362.3 s]
/proc/loadavg: 1.21 1.45 1.75 3/182 18998
/proc/meminfo: memFree=27581636/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7032 CPUtime=959.52 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1342 0 0 0 95952 0 0 0 20 0 1 0 337014883 7200768 1243 33554432000 134512640 134847168 4294646256 4294644896 134715264 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1758 1243 272 82 0 999 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 41904

[startup+1422.31 s]
/proc/loadavg: 1.22 1.41 1.72 3/180 3960
/proc/meminfo: memFree=27579412/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7032 CPUtime=1019.52 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1342 0 0 0 101952 0 0 0 20 0 1 0 337014883 7200768 1243 33554432000 134512640 134847168 4294646256 4294644996 134737626 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1758 1243 272 82 0 999 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 41904

[startup+1482.3 s]
/proc/loadavg: 1.28 1.39 1.69 3/181 20218
/proc/meminfo: memFree=27575512/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7032 CPUtime=1079.5 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1346 0 0 0 107950 0 0 0 20 0 1 0 337014883 7200768 1247 33554432000 134512640 134847168 4294646256 4294644544 134791731 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1758 1247 272 82 0 999 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 41904

[startup+1542.3 s]
/proc/loadavg: 1.33 1.39 1.67 3/179 5170
/proc/meminfo: memFree=27573756/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7164 CPUtime=1139.49 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1360 0 0 0 113949 0 0 0 20 0 1 0 337014883 7335936 1261 33554432000 134512640 134847168 4294646256 4294644736 134782921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1791 1261 272 82 0 1032 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 42036

[startup+1602.3 s]
/proc/loadavg: 1.28 1.37 1.65 3/180 21743
/proc/meminfo: memFree=27573188/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7164 CPUtime=1199.48 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1360 0 0 0 119948 0 0 0 20 0 1 0 337014883 7335936 1261 33554432000 134512640 134847168 4294646256 4294645024 134617498 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1791 1261 272 82 0 1032 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 42036

[startup+1662.3 s]
/proc/loadavg: 1.19 1.33 1.61 3/180 6752
/proc/meminfo: memFree=27570484/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=402.52 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1265 14960 0 0 0 0 40249 3 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=10033] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10033/stat : 10033 (sh) S 9969 9969 14418 0 -1 4202496 370 216 0 0 0 0 0 0 20 0 1 0 337014882 9367552 263 33554432000 4194304 5064252 140736528150432 140736528148688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10033/statm: 2287 263 223 213 0 72 0
[pid=10035] ppid=10033 vsize=7164 CPUtime=1259.47 cores=0,2,4,6
/proc/10035/stat : 10035 (clasp-1.0) R 10033 9969 14418 0 -1 4202496 1384 0 0 0 125947 0 0 0 20 0 1 0 337014883 7335936 1285 33554432000 134512640 134847168 4294646256 4294644880 134784667 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10035/statm: 1791 1285 272 82 0 1032 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 42036

[startup+1722.3 s]
/proc/loadavg: 1.22 1.31 1.59 3/179 23104
/proc/meminfo: memFree=27568012/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=1664.61 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1383 18284 0 0 0 0 166457 4 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=9130] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9130/stat : 9130 (sh) S 9969 9969 14418 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337141112 9367552 264 33554432000 4194304 5064252 140733538559456 140733538557712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9130/statm: 2287 264 223 213 0 72 0
[pid=9134] ppid=9130 vsize=5000 CPUtime=57.37 cores=0,2,4,6
/proc/9134/stat : 9134 (clasp-1.0) R 9130 9969 14418 0 -1 4202496 833 0 0 0 5737 0 0 0 20 0 1 0 337141112 5120000 730 33554432000 134512640 134847168 4292804576 4292803260 134715914 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9134/statm: 1250 730 270 82 0 491 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 39872

[startup+1782.3 s]
/proc/loadavg: 1.22 1.30 1.56 3/181 7853
/proc/meminfo: memFree=27564604/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=1664.61 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1383 18284 0 0 0 0 166457 4 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=9130] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9130/stat : 9130 (sh) S 9969 9969 14418 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337141112 9367552 264 33554432000 4194304 5064252 140733538559456 140733538557712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9130/statm: 2287 264 223 213 0 72 0
[pid=9134] ppid=9130 vsize=5256 CPUtime=117.37 cores=0,2,4,6
/proc/9134/stat : 9134 (clasp-1.0) R 9130 9969 14418 0 -1 4202496 915 0 0 0 11737 0 0 0 20 0 1 0 337141112 5382144 812 33554432000 134512640 134847168 4292804576 4292803280 134616633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9134/statm: 1314 812 270 82 0 555 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 40128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.16 1.28 1.55 3/181 22923
/proc/meminfo: memFree=27563348/32873844 swapFree=7384/7384
[pid=9969] ppid=9967 vsize=25724 CPUtime=1664.61 cores=0,2,4,6
/proc/9969/stat : 9969 (pbclasp) S 9967 9969 14418 0 -1 4202496 1383 18284 0 0 0 0 166457 4 20 0 1 0 336974621 26341376 532 33554432000 4194304 4198148 140735950488480 140735950487408 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9969/statm: 6431 532 387 1 0 226 0
[pid=9130] ppid=9969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9130/stat : 9130 (sh) S 9969 9969 14418 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337141112 9367552 264 33554432000 4194304 5064252 140733538559456 140733538557712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9130/statm: 2287 264 223 213 0 72 0
[pid=9134] ppid=9130 vsize=5396 CPUtime=135.47 cores=0,2,4,6
/proc/9134/stat : 9134 (clasp-1.0) R 9130 9969 14418 0 -1 4202496 931 0 0 0 13547 0 0 0 20 0 1 0 337141112 5525504 828 33554432000 134512640 134847168 4292804576 4292803200 134784803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9134/statm: 1349 828 270 82 0 590 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 40268

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

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.13
CPU user time (s): 1800.07
CPU system time (s): 0.066989
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 42172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.07
system time used= 0.066989
maximum resident set size= 5240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204
involuntary context switches= 2067

runsolver used 3.33949 second user time and 8.92564 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-03 09:28:12
IDJOB=3732768
IDBENCH=2214
IDSOLVER=2317
FILE ID=node136/3732768-1338708492
RUNJOBID= node136-1338679217-23146
PBS_JOBID= 14636677
Free space on /tmp= 69816 MiB

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

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=1255033773

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.247
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:        27658812 kB
Buffers:          881692 kB
Cached:          3409620 kB
SwapCached:        20316 kB
Active:          2295448 kB
Inactive:        2030380 kB
Active(anon):       8236 kB
Inactive(anon):    22312 kB
Active(file):    2287212 kB
Inactive(file):  2008068 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:         16168 kB
Mapped:            11752 kB
Shmem:                 0 kB
Slab:             750116 kB
SReclaimable:     191364 kB
SUnreclaim:       558752 kB
KernelStack:        1512 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     131444 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-3732768-1338708492.opb

Free space on /tmp at the end= 69800 MiB
End job on node136 at 2012-06-03 09:58:14