Trace number 3731129

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)310 1800.14 1800.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.305953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
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 361
0.00/0.05	o 359
0.03/0.23	o 335
4.76/4.88	o 333
4.86/5.35	o 332
22.95/23.06	o 331
23.03/23.27	o 322
23.24/23.58	o 312
73.55/73.63	o 311
248.28/248.43	o 310
1575.74/1576.30	sh: line 1: 25522 Done                    cat HOME/temp/instance-3731129-1338689000.opb.op
1575.74/1576.30	     25523 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731129-1338689000.opb.clasp
1800.09/1800.61	sh: line 1: 25552 Done                    cat HOME/temp/instance-3731129-1338689000.opb.op
1800.09/1800.61	     25553 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731129-1338689000.opb.clasp
1800.09/1800.62	c Somebody sent me a SIGTERM
1800.09/1800.62	s SATISFIABLE
1800.09/1800.62	v x21 x29 x134 x278 x289 
1800.09/1800.62	pb2clasp1: no process killed
1800.09/1800.62	sh: line 1: 26013 Done                    cat HOME/temp/instance-3731129-1338689000.opb.op
1800.09/1800.62	     26014 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731129-1338689000.opb.clasp

Verifier Data

OK	310

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-3731129-1338689000/watcher-3731129-1338689000 -o /tmp/evaluation-result-3731129-1338689000/solver-3731129-1338689000 -C 1800 -W 1900 -M 15500 pbclasp instance-3731129-1338689000.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 25433
/proc/meminfo: memFree=29144500/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) R 25431 25433 22814 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 335028400 26206208 463 33554432000 4194304 4198148 140733260967936 140733260965384 226354877535 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6398 463 345 1 0 193 0

[startup+0.0185059 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25433
/proc/meminfo: memFree=29144500/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 335028400 26341376 512 33554432000 4194304 4198148 140733260967936 140733260966824 226333091056 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 512 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100207 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25433
/proc/meminfo: memFree=29144500/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0.03 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 918 6862 0 0 0 0 2 1 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25724

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25433
/proc/meminfo: memFree=29144500/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0.21 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1030 9338 0 0 0 0 19 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 25724

[startup+0.700179 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25433
/proc/meminfo: memFree=29144500/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0.21 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1030 9338 0 0 0 0 19 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 25724

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25467
/proc/meminfo: memFree=29141408/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0.21 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1030 9338 0 0 0 0 19 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25465] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25465/stat : 25465 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335028424 9367552 263 33554432000 4194304 5064252 140734217495440 140734217493696 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25465/statm: 2287 263 223 213 0 72 0
[pid=25467] ppid=25465 vsize=4220 CPUtime=1.25 cores=0,2,4,6
/proc/25467/stat : 25467 (clasp-1.0) R 25465 25433 22814 0 -1 4202496 647 0 0 0 125 0 0 0 20 0 1 0 335028424 4321280 545 33554432000 134512640 134847168 4293650976 4293649732 134737608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25467/statm: 1055 545 270 82 0 296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39092

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25467
/proc/meminfo: memFree=29140044/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=0.21 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1030 9338 0 0 0 0 19 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25465] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25465/stat : 25465 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335028424 9367552 263 33554432000 4194304 5064252 140734217495440 140734217493696 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25465/statm: 2287 263 223 213 0 72 0
[pid=25467] ppid=25465 vsize=4728 CPUtime=2.85 cores=0,2,4,6
/proc/25467/stat : 25467 (clasp-1.0) R 25465 25433 22814 0 -1 4202496 756 0 0 0 285 0 0 0 20 0 1 0 335028424 4841472 654 33554432000 134512640 134847168 4293650976 4293649696 134741598 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25467/statm: 1182 654 270 82 0 423 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39600

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25483
/proc/meminfo: memFree=29138920/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=5.32 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1258 14646 0 0 0 0 530 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25481] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25481/stat : 25481 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335028936 9367552 263 33554432000 4194304 5064252 140735016266592 140735016264848 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25481/statm: 2287 263 223 213 0 72 0
[pid=25483] ppid=25481 vsize=4188 CPUtime=0.93 cores=0,2,4,6
/proc/25483/stat : 25483 (clasp-1.0) R 25481 25433 22814 0 -1 4202496 650 0 0 0 93 0 0 0 20 0 1 0 335028936 4288512 548 33554432000 134512640 134847168 4289509792 4289508432 134715280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25483/statm: 1047 548 272 82 0 288 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 39060

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25483
/proc/meminfo: memFree=29134716/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=5.32 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1258 14646 0 0 0 0 530 2 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25481] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25481/stat : 25481 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335028936 9367552 263 33554432000 4194304 5064252 140735016266592 140735016264848 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25481/statm: 2287 263 223 213 0 72 0
[pid=25483] ppid=25481 vsize=4804 CPUtime=7.33 cores=0,2,4,6
/proc/25483/stat : 25483 (clasp-1.0) R 25481 25433 22814 0 -1 4202496 805 0 0 0 733 0 0 0 20 0 1 0 335028936 4919296 703 33554432000 134512640 134847168 4289509792 4289508476 134789696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25483/statm: 1201 703 272 82 0 442 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 39676

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25507
/proc/meminfo: memFree=29133600/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=23.56 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1598 22550 0 0 0 0 2351 5 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25505] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25505/stat : 25505 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335030759 9367552 263 33554432000 4194304 5064252 140735945984816 140735945983072 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2287 263 223 213 0 72 0
[pid=25507] ppid=25505 vsize=4220 CPUtime=1.9 cores=0,2,4,6
/proc/25507/stat : 25507 (clasp-1.0) R 25505 25433 22814 0 -1 4202496 639 0 0 0 190 0 0 0 20 0 1 0 335030759 4321280 537 33554432000 134512640 134847168 4288727888 4288726464 134742250 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25507/statm: 1055 537 270 82 0 296 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39092

[startup+51.1002 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 25507
/proc/meminfo: memFree=29129820/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=23.56 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1598 22550 0 0 0 0 2351 5 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25505] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25505/stat : 25505 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335030759 9367552 263 33554432000 4194304 5064252 140735945984816 140735945983072 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2287 263 223 213 0 72 0
[pid=25507] ppid=25505 vsize=5600 CPUtime=27.49 cores=0,2,4,6
/proc/25507/stat : 25507 (clasp-1.0) R 25505 25433 22814 0 -1 4202496 982 0 0 0 2749 0 0 0 20 0 1 0 335030759 5734400 880 33554432000 134512640 134847168 4288727888 4288726192 134715302 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25507/statm: 1400 880 270 82 0 641 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 40472

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25515
/proc/meminfo: memFree=29115732/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=73.58 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1709 25586 0 0 0 0 7352 6 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25513] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25513/stat : 25513 (sh) S 25433 25433 22814 0 -1 4202496 371 217 0 0 0 0 0 0 20 0 1 0 335035764 9367552 264 33554432000 4194304 5064252 140734434681824 140734434680080 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25513/statm: 2287 264 223 213 0 72 0
[pid=25515] ppid=25513 vsize=5532 CPUtime=28.64 cores=0,2,4,6
/proc/25515/stat : 25515 (clasp-1.0) R 25513 25433 22814 0 -1 4202496 977 0 0 0 2864 0 0 0 20 0 1 0 335035764 5664768 875 33554432000 134512640 134847168 4292882592 4292881232 134715314 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25515/statm: 1383 875 270 82 0 624 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 40404

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25515
/proc/meminfo: memFree=29114800/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=73.58 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1709 25586 0 0 0 0 7352 6 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25513] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25513/stat : 25513 (sh) S 25433 25433 22814 0 -1 4202496 371 217 0 0 0 0 0 0 20 0 1 0 335035764 9367552 264 33554432000 4194304 5064252 140734434681824 140734434680080 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25513/statm: 2287 264 223 213 0 72 0
[pid=25515] ppid=25513 vsize=6468 CPUtime=88.62 cores=0,2,4,6
/proc/25515/stat : 25515 (clasp-1.0) R 25513 25433 22814 0 -1 4202496 1220 0 0 0 8862 0 0 0 20 0 1 0 335035764 6623232 1117 33554432000 134512640 134847168 4292882592 4292881168 134714497 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25515/statm: 1617 1117 270 82 0 858 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 41340

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25515
/proc/meminfo: memFree=29112256/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=73.58 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1709 25586 0 0 0 0 7352 6 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25513] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25513/stat : 25513 (sh) S 25433 25433 22814 0 -1 4202496 371 217 0 0 0 0 0 0 20 0 1 0 335035764 9367552 264 33554432000 4194304 5064252 140734434681824 140734434680080 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25513/statm: 2287 264 223 213 0 72 0
[pid=25515] ppid=25513 vsize=6976 CPUtime=148.61 cores=0,2,4,6
/proc/25515/stat : 25515 (clasp-1.0) R 25513 25433 22814 0 -1 4202496 1330 0 0 0 14861 0 0 0 20 0 1 0 335035764 7143424 1227 33554432000 134512640 134847168 4292882592 4292881168 134714103 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25515/statm: 1744 1227 270 82 0 985 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 41848

[startup+282.3 s]

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

[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=9576 CPUtime=993.58 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2026 0 0 0 99358 0 0 0 20 0 1 0 335053245 9805824 1893 33554432000 134512640 134847168 4294179952 4294178592 134715280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25523/statm: 2394 1893 270 82 0 1635 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 44448

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25533
/proc/meminfo: memFree=29090408/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=9712 CPUtime=1053.57 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2161 0 0 0 105357 0 0 0 20 0 1 0 335053245 9945088 1925 33554432000 134512640 134847168 4294179952 4294178416 134789967 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 2428 1925 270 82 0 1669 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 44584

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25533
/proc/meminfo: memFree=29077376/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=9904 CPUtime=1113.55 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2211 0 0 0 111355 0 0 0 20 0 1 0 335053245 10141696 1975 33554432000 134512640 134847168 4294179952 4294178592 134715264 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 2476 1975 270 82 0 1717 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 44776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25533
/proc/meminfo: memFree=29077748/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=9904 CPUtime=1173.54 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2211 0 0 0 117354 0 0 0 20 0 1 0 335053245 10141696 1975 33554432000 134512640 134847168 4294179952 4294178592 134715254 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 2476 1975 270 82 0 1717 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 44776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25533
/proc/meminfo: memFree=29077624/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=9996 CPUtime=1233.52 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2233 0 0 0 123352 0 0 0 20 0 1 0 335053245 10235904 1997 33554432000 134512640 134847168 4294179952 4294178416 134713835 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 2499 1997 270 82 0 1740 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 44868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25534
/proc/meminfo: memFree=29077748/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=248.34 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1820 28951 0 0 0 0 24827 7 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25521] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25521/stat : 25521 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335053245 9367552 263 33554432000 4194304 5064252 140736013820768 140736013819024 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25521/statm: 2287 263 223 213 0 72 0
[pid=25523] ppid=25521 vsize=10104 CPUtime=1293.5 cores=0,2,4,6
/proc/25523/stat : 25523 (clasp-1.0) R 25521 25433 22814 0 -1 4202496 2250 0 0 0 129350 0 0 0 20 0 1 0 335053245 10346496 2014 33554432000 134512640 134847168 4294179952 4294178592 134715273 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 2526 2014 270 82 0 1767 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 44976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25954
/proc/meminfo: memFree=29146616/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=1575.85 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1916 33123 0 0 0 1 157576 8 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25551] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25551/stat : 25551 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335186031 9367552 263 33554432000 4194304 5064252 140734750522976 140734750521232 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25551/statm: 2287 263 223 213 0 72 0
[pid=25553] ppid=25551 vsize=5532 CPUtime=25.98 cores=0,2,4,6
/proc/25553/stat : 25553 (clasp-1.0) R 25551 25433 22814 0 -1 4202496 977 0 0 0 2598 0 0 0 20 0 1 0 335186031 5664768 875 33554432000 134512640 134847168 4288521232 4288519968 134740948 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25553/statm: 1383 875 272 82 0 624 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 40404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25981
/proc/meminfo: memFree=29145020/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=1575.85 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1916 33123 0 0 0 1 157576 8 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25551] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25551/stat : 25551 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335186031 9367552 263 33554432000 4194304 5064252 140734750522976 140734750521232 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25551/statm: 2287 263 223 213 0 72 0
[pid=25553] ppid=25551 vsize=6452 CPUtime=85.96 cores=0,2,4,6
/proc/25553/stat : 25553 (clasp-1.0) R 25551 25433 22814 0 -1 4202496 1209 0 0 0 8596 0 0 0 20 0 1 0 335186031 6606848 1107 33554432000 134512640 134847168 4288521232 4288519872 134715316 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25553/statm: 1613 1107 272 82 0 854 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 41324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25981
/proc/meminfo: memFree=29144468/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=1575.85 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1916 33123 0 0 0 1 157576 8 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25551] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25551/stat : 25551 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335186031 9367552 263 33554432000 4194304 5064252 140734750522976 140734750521232 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25551/statm: 2287 263 223 213 0 72 0
[pid=25553] ppid=25551 vsize=7152 CPUtime=145.94 cores=0,2,4,6
/proc/25553/stat : 25553 (clasp-1.0) R 25551 25433 22814 0 -1 4202496 1364 0 0 0 14594 0 0 0 20 0 1 0 335186031 7323648 1261 33554432000 134512640 134847168 4288521232 4288519568 134791734 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25553/statm: 1788 1261 272 82 0 1029 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 42024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26005
/proc/meminfo: memFree=29144096/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=1575.85 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1916 33123 0 0 0 1 157576 8 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25551] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25551/stat : 25551 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335186031 9367552 263 33554432000 4194304 5064252 140734750522976 140734750521232 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25551/statm: 2287 263 223 213 0 72 0
[pid=25553] ppid=25551 vsize=7388 CPUtime=205.93 cores=0,2,4,6
/proc/25553/stat : 25553 (clasp-1.0) R 25551 25433 22814 0 -1 4202496 1452 0 0 0 20593 0 0 0 20 0 1 0 335186031 7565312 1344 33554432000 134512640 134847168 4288521232 4288519872 134715248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25553/statm: 1847 1344 272 82 0 1088 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 42260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26006
/proc/meminfo: memFree=29143848/32873844 swapFree=6088/6088
[pid=25433] ppid=25431 vsize=25724 CPUtime=1575.85 cores=0,2,4,6
/proc/25433/stat : 25433 (pbclasp) S 25431 25433 22814 0 -1 4202496 1916 33123 0 0 0 1 157576 8 20 0 1 0 335028400 26341376 540 33554432000 4194304 4198148 140733260967936 140733260966864 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25433/statm: 6431 540 387 1 0 226 0
[pid=25551] ppid=25433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25551/stat : 25551 (sh) S 25433 25433 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335186031 9367552 263 33554432000 4194304 5064252 140734750522976 140734750521232 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25551/statm: 2287 263 223 213 0 72 0
[pid=25553] ppid=25551 vsize=7388 CPUtime=224.24 cores=0,2,4,6
/proc/25553/stat : 25553 (clasp-1.0) R 25551 25433 22814 0 -1 4202496 1455 0 0 0 22424 0 0 0 20 0 1 0 335186031 7565312 1347 33554432000 134512640 134847168 4288521232 4288519872 134715257 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25553/statm: 1847 1347 272 82 0 1088 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 42260

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.63
CPU time (s): 1800.14
CPU user time (s): 1800.03
CPU system time (s): 0.109983
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 45000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.109983
maximum resident set size= 8056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 355
involuntary context switches= 3021

runsolver used 3.42148 second user time and 8.18375 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 04:03:20
IDJOB=3731129
IDBENCH=1854
IDSOLVER=2317
FILE ID=node110/3731129-1338689000
RUNJOBID= node110-1338678629-22833
PBS_JOBID= 14636703
Free space on /tmp= 71080 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731129-1338689000/watcher-3731129-1338689000 -o /tmp/evaluation-result-3731129-1338689000/solver-3731129-1338689000 -C 1800 -W 1900 -M 15500  pbclasp instance-3731129-1338689000.opb HOME/temp

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=1008846662

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:        29145036 kB
Buffers:          398624 kB
Cached:          2464280 kB
SwapCached:          604 kB
Active:          1326648 kB
Inactive:        1556912 kB
Active(anon):      10532 kB
Inactive(anon):    12316 kB
Active(file):    1316116 kB
Inactive(file):  1544596 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:               740 kB
Writeback:             0 kB
AnonPages:         26288 kB
Mapped:            13540 kB
Shmem:                40 kB
Slab:             706388 kB
SReclaimable:     148556 kB
SUnreclaim:       557832 kB
KernelStack:        1480 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     122572 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-3731129-1338689000.opb

Free space on /tmp at the end= 71080 MiB
End job on node110 at 2012-06-03 04:33:22