Trace number 3731173

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-10OPT1523 1470.08 1470.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0201.opb
MD5SUM303eaeab4b7ccd67c7fab31d13d20bc2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1523
Best CPU time to get the best result obtained on this benchmark0.200968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1523
Optimality of the best value was proved YES
Number of variables201
Total number of constraints133
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints87
Minimum length of a constraint3
Maximum length of a constraint67
Number of terms in the objective function 201
Biggest coefficient in the objective function 1920
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 19980
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1920
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 19980
Number of bits of the biggest sum of numbers15
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.01/0.04	o 2090
0.01/0.05	o 2037
0.01/0.06	o 2014
0.01/0.07	o 2002
0.01/0.09	o 1990
0.07/0.10	o 1988
0.07/0.11	o 1981
0.07/0.12	o 1969
0.07/0.13	o 1967
0.07/0.15	o 1957
0.07/0.16	o 1955
0.07/0.17	o 1941
0.07/0.19	o 1929
0.15/0.20	o 1917
0.15/0.21	o 1905
0.15/0.24	o 1895
0.15/0.26	o 1893
0.15/0.29	o 1883
0.23/0.30	o 1873
0.23/0.33	o 1849
0.23/0.35	o 1781
0.30/0.43	o 1767
0.30/0.49	o 1734
0.44/0.53	o 1729
0.44/0.58	o 1724
0.53/0.61	o 1688
0.56/0.73	o 1687
0.56/0.76	o 1681
0.56/0.78	o 1680
0.73/0.86	o 1677
0.93/1.03	o 1671
0.97/1.61	o 1663
2.71/2.90	o 1656
2.71/2.98	o 1651
3.52/3.77	o 1650
4.31/4.56	o 1639
4.39/4.68	o 1631
4.50/4.81	o 1619
7.19/7.46	o 1618
10.00/10.20	o 1609
11.61/11.82	o 1599
11.61/11.86	o 1581
21.31/21.56	o 1575
23.50/23.75	o 1567
29.69/29.96	o 1555
35.69/35.99	o 1553
168.67/168.95	o 1551
186.47/186.79	o 1535
186.77/187.06	o 1533
221.76/222.10	sh: line 1: 26004 Done                    cat HOME/temp/instance-3731173-1338690578.opb.op
221.76/222.10	     26005 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731173-1338690578.opb.clasp
259.04/259.36	o 1523
1470.05/1470.50	s OPTIMUM FOUND
1470.05/1470.50	v x2 x4 x30 x35 x48 x53 x66 x68 x84 x85 x102 x106 x120 x125 x138 x140 x156 x157 x174 x178 x192 x197 

Verifier Data

OK	1523

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-3731173-1338690578/watcher-3731173-1338690578 -o /tmp/evaluation-result-3731173-1338690578/solver-3731173-1338690578 -C 1800 -W 1900 -M 15500 pbclasp instance-3731173-1338690578.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25600
/proc/meminfo: memFree=29150336/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) D 25598 25600 22814 0 -1 4202496 432 0 0 0 0 0 0 0 20 0 1 0 335186252 26071040 362 33554432000 4194304 4198148 140736121688992 140736121686440 226329706165 0 0 4224 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6365 362 277 1 0 160 0

[startup+0.041772 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25600
/proc/meminfo: memFree=29150336/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=0.01 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 678 2092 0 0 0 0 1 0 20 0 1 0 335186252 26337280 527 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 527 387 1 0 225 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25720

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25600
/proc/meminfo: memFree=29150336/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=0.07 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 1281 14031 0 0 0 0 4 3 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25720

[startup+0.300179 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25600
/proc/meminfo: memFree=29150336/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=0.23 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 2850 45199 0 0 0 0 15 8 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 25720

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25600
/proc/meminfo: memFree=29150336/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=0.56 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 3819 64465 0 0 0 1 43 12 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 25720

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25850
/proc/meminfo: memFree=29148136/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=0.97 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 4420 76555 0 0 1 1 81 14 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 25720

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25866
/proc/meminfo: memFree=29147416/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=2.82 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 4776 83910 0 0 1 1 264 16 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 25720

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25914
/proc/meminfo: memFree=29146564/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=4.62 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 5255 93691 0 0 1 1 443 17 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25912] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25912/stat : 25912 (sh) S 25600 25600 22814 0 -1 4202496 373 218 0 0 0 0 0 0 20 0 1 0 335186734 9367552 264 33554432000 4194304 5064252 140734200739600 140734200737856 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25912/statm: 2287 264 223 213 0 72 0
[pid=25914] ppid=25912 vsize=3700 CPUtime=1.47 cores=1,3,5,7
/proc/25914/stat : 25914 (clasp-1.0) R 25912 25600 22814 0 -1 4202496 529 0 0 0 147 0 0 0 20 0 1 0 335186734 3788800 426 33554432000 134512640 134847168 4291294848 4291293424 134714307 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25914/statm: 925 426 272 82 0 166 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 38568

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25946
/proc/meminfo: memFree=29146348/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=11.69 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 5731 103577 0 0 1 2 1146 20 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25944] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25944/stat : 25944 (sh) S 25600 25600 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335187439 9367552 264 33554432000 4194304 5064252 140735665426160 140735665424416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25944/statm: 2287 264 223 213 0 72 0
[pid=25946] ppid=25944 vsize=3704 CPUtime=0.82 cores=1,3,5,7
/proc/25946/stat : 25946 (clasp-1.0) R 25944 25600 22814 0 -1 4202496 523 0 0 0 82 0 0 0 20 0 1 0 335187440 3792896 421 33554432000 134512640 134847168 4289238016 4289236544 134689350 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25946/statm: 926 421 272 82 0 167 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 38572

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25965
/proc/meminfo: memFree=29146608/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=23.56 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 5974 108614 0 0 1 2 2333 20 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25963] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25963/stat : 25963 (sh) S 25600 25600 22814 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 335188628 9367552 264 33554432000 4194304 5064252 140735683513568 140735683511824 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25963/statm: 2287 264 223 213 0 72 0
[pid=25965] ppid=25963 vsize=3832 CPUtime=1.73 cores=1,3,5,7
/proc/25965/stat : 25965 (clasp-1.0) R 25963 25600 22814 0 -1 4202496 531 0 0 0 173 0 0 0 20 0 1 0 335188628 3923968 429 33554432000 134512640 134847168 4290037504 4290035808 134715380 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25965/statm: 958 429 270 82 0 199 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 38700

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25981
/proc/meminfo: memFree=29146128/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=35.8 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6218 113669 0 0 1 2 3555 22 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25979] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25979/stat : 25979 (sh) S 25600 25600 22814 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 335189852 9367552 263 33554432000 4194304 5064252 140735964684256 140735964682512 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25979/statm: 2287 263 223 213 0 72 0
[pid=25981] ppid=25979 vsize=4092 CPUtime=15.09 cores=1,3,5,7
/proc/25981/stat : 25981 (clasp-1.0) R 25979 25600 22814 0 -1 4202496 624 0 0 0 1509 0 0 0 20 0 1 0 335189853 4190208 522 33554432000 134512640 134847168 4292400160 4292398864 134616720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25981/statm: 1023 522 270 82 0 264 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 38960

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25981
/proc/meminfo: memFree=29144656/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=35.8 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6218 113669 0 0 1 2 3555 22 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25979] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25979/stat : 25979 (sh) S 25600 25600 22814 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 335189852 9367552 263 33554432000 4194304 5064252 140735964684256 140735964682512 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25979/statm: 2287 263 223 213 0 72 0
[pid=25981] ppid=25979 vsize=4468 CPUtime=66.28 cores=1,3,5,7
/proc/25981/stat : 25981 (clasp-1.0) R 25979 25600 22814 0 -1 4202496 708 0 0 0 6628 0 0 0 20 0 1 0 335189853 4575232 606 33554432000 134512640 134847168 4292400160 4292398844 134715864 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25981/statm: 1117 606 270 82 0 358 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 39336

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25981
/proc/meminfo: memFree=29144096/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=35.8 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6218 113669 0 0 1 2 3555 22 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=25979] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25979/stat : 25979 (sh) S 25600 25600 22814 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 335189852 9367552 263 33554432000 4194304 5064252 140735964684256 140735964682512 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25979/statm: 2287 263 223 213 0 72 0
[pid=25981] ppid=25979 vsize=4696 CPUtime=126.27 cores=1,3,5,7
/proc/25981/stat : 25981 (clasp-1.0) R 25979 25600 22814 0 -1 4202496 764 0 0 0 12627 0 0 0 20 0 1 0 335189853 4808704 662 33554432000 134512640 134847168 4292400160 4292398544 2817963 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25981/statm: 1174 662 270 82 0 415 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 39564

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/181 26016
/proc/meminfo: memFree=29147568/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=221.87 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6686 124017 0 0 2 2 22159 24 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
Current children cumulated CPU time (s) 221.87
Current children cumulated vsize (KiB) 25720

[startup+282.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 27366
/proc/meminfo: memFree=29146488/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=4196 CPUtime=22.92 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 644 0 0 0 2292 0 0 0 20 0 1 0 335212189 4296704 542 33554432000 134512640 134847168 4286973504 4286972080 134714421 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26410/statm: 1049 542 272 82 0 290 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 39064

[startup+342.3 s]
/proc/loadavg: 1.94 1.97 1.99 3/179 27510
/proc/meminfo: memFree=29146368/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7

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

/proc/26410/statm: 1441 939 272 82 0 682 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 40632

[startup+1242.3 s]
/proc/loadavg: 1.09 1.41 1.69 3/178 10431
/proc/meminfo: memFree=29053680/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=5764 CPUtime=982.76 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1045 0 0 0 98268 8 0 0 20 0 1 0 335212189 5902336 943 33554432000 134512640 134847168 4286973504 4286972128 134784628 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1441 943 272 82 0 682 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 40632

[startup+1302.3 s]
/proc/loadavg: 1.18 1.38 1.66 3/179 27992
/proc/meminfo: memFree=29049676/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=5904 CPUtime=1042.75 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1073 0 0 0 104267 8 0 0 20 0 1 0 335212189 6045696 971 33554432000 134512640 134847168 4286973504 4286972144 134715383 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1476 971 272 82 0 717 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 40772

[startup+1362.3 s]
/proc/loadavg: 1.29 1.38 1.64 3/178 12395
/proc/meminfo: memFree=29045856/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1102.75 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1082 0 0 0 110267 8 0 0 20 0 1 0 335212189 6184960 980 33554432000 134512640 134847168 4286973504 4286972252 134737613 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 980 272 82 0 751 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 40908

[startup+1422.3 s]
/proc/loadavg: 1.10 1.31 1.60 3/178 30228
/proc/meminfo: memFree=29042660/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1162.74 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1091 0 0 0 116266 8 0 0 20 0 1 0 335212189 6184960 989 33554432000 134512640 134847168 4286973504 4286972128 134784592 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 989 272 82 0 751 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 40908

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

[startup+1445.9 s]
/proc/loadavg: 1.12 1.30 1.59 3/180 17005
/proc/meminfo: memFree=29040736/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1186.33 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 118625 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972128 134784634 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1445.45
Current children cumulated vsize (KiB) 40908

[startup+1458.7 s]
/proc/loadavg: 1.24 1.32 1.59 3/179 27977
/proc/meminfo: memFree=29040496/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1199.13 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 119905 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972044 134713616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1458.25
Current children cumulated vsize (KiB) 40908

[startup+1465.1 s]
/proc/loadavg: 1.22 1.31 1.58 3/179 957
/proc/meminfo: memFree=29039532/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1205.53 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 120545 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972188 134789696 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1464.65
Current children cumulated vsize (KiB) 40908

[startup+1468.3 s]
/proc/loadavg: 1.20 1.31 1.58 3/178 3738
/proc/meminfo: memFree=29039356/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1208.73 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 120865 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972144 134715302 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1467.85
Current children cumulated vsize (KiB) 40908

[startup+1469.9 s]
/proc/loadavg: 1.20 1.31 1.58 4/179 4638
/proc/meminfo: memFree=29039812/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1210.33 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 121025 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972144 134715257 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1469.45
Current children cumulated vsize (KiB) 40908

[startup+1470.3 s]
/proc/loadavg: 1.20 1.31 1.58 3/179 5481
/proc/meminfo: memFree=29039620/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1210.73 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1101 0 0 0 121065 8 0 0 20 0 1 0 335212189 6184960 999 33554432000 134512640 134847168 4286973504 4286972224 134741480 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 999 272 82 0 751 0
Current children cumulated CPU time (s) 1469.85
Current children cumulated vsize (KiB) 40908

[startup+1470.5 s]
/proc/loadavg: 1.20 1.31 1.58 3/179 5481
/proc/meminfo: memFree=29039620/32873844 swapFree=6088/6088
[pid=25600] ppid=25598 vsize=25720 CPUtime=259.12 cores=1,3,5,7
/proc/25600/stat : 25600 (pbclasp) S 25598 25600 22814 0 -1 4202496 6807 126654 0 0 2 2 25883 25 20 0 1 0 335186252 26337280 529 33554432000 4194304 4198148 140736121688992 140736121687920 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25600/statm: 6430 529 387 1 0 225 0
[pid=26408] ppid=25600 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (sh) S 25600 25600 22814 0 -1 4202496 369 216 0 0 0 0 0 0 20 0 1 0 335212189 9367552 263 33554432000 4194304 5064252 140733648208016 140733648206272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26408/statm: 2287 263 223 213 0 72 0
[pid=26410] ppid=26408 vsize=6040 CPUtime=1210.93 cores=1,3,5,7
/proc/26410/stat : 26410 (clasp-1.0) R 26408 25600 22814 0 -1 4202496 1103 0 0 0 121085 8 0 0 20 0 1 0 335212189 6184960 1001 33554432000 134512640 134847168 4286973504 4286972156 1417264 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 1510 1002 275 82 0 751 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 40908

Child status: 0
Real time (s): 1470.5
CPU time (s): 1470.08
CPU user time (s): 1469.71
CPU system time (s): 0.370943
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 40908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1469.71
system time used= 0.370943
maximum resident set size= 4076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1238
involuntary context switches= 2248

runsolver used 2.22066 second user time and 5.83511 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 04:29:38
IDJOB=3731173
IDBENCH=1858
IDSOLVER=2317
FILE ID=node110/3731173-1338690578
RUNJOBID= node110-1338678629-22834
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-p0201.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731173-1338690578/watcher-3731173-1338690578 -o /tmp/evaluation-result-3731173-1338690578/solver-3731173-1338690578 -C 1800 -W 1900 -M 15500  pbclasp instance-3731173-1338690578.opb HOME/temp

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

MD5SUM BENCH= 303eaeab4b7ccd67c7fab31d13d20bc2
RANDOM SEED=348720577

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:        29150336 kB
Buffers:          398912 kB
Cached:          2463892 kB
SwapCached:          604 kB
Active:          1321640 kB
Inactive:        1557124 kB
Active(anon):       5984 kB
Inactive(anon):    12316 kB
Active(file):    1315656 kB
Inactive(file):  1544808 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:               312 kB
Writeback:             0 kB
AnonPages:         20848 kB
Mapped:            13772 kB
Shmem:                40 kB
Slab:             706328 kB
SReclaimable:     148572 kB
SUnreclaim:       557756 kB
KernelStack:        1496 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     117364 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-3731173-1338690578.opb

Free space on /tmp at the end= 71060 MiB
End job on node110 at 2012-06-03 04:54:09