Trace number 3735467

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-10OPT5852 808.617 809.048

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUMa50db2fb26a0b36972cba004cae6f3a3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5852
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5852
Optimality of the best value was proved YES
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
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.02	o 7011
0.01/0.37	o 6998
0.37/0.58	o 6961
0.57/0.66	o 6942
1.76/1.81	o 6912
1.80/1.96	o 6882
1.95/2.18	o 6864
2.37/2.47	o 6845
2.45/2.69	o 6801
2.68/2.82	o 6773
2.80/2.91	o 6772
3.56/3.66	o 6732
3.63/3.94	o 6707
3.91/4.12	o 6702
4.56/4.60	o 6696
4.57/4.91	o 6654
4.76/5.00	o 6646
4.85/5.28	o 6631
5.13/5.36	o 6618
5.54/5.72	o 6614
5.56/6.06	o 6600
5.90/6.42	o 6560
6.72/6.93	o 6550
6.77/7.12	o 6505
6.97/7.24	o 6500
8.72/8.94	o 6482
8.76/9.52	o 6445
9.35/9.61	o 6439
10.91/11.16	o 6431
10.98/11.44	o 6400
11.90/12.14	o 6361
11.97/12.53	o 6350
21.11/21.39	o 6257
22.70/22.95	o 6249
28.91/29.16	o 6235
29.80/30.07	o 6227
30.99/31.27	o 6222
43.19/43.42	o 6181
44.29/44.58	o 6178
44.39/44.78	o 6173
44.60/44.89	o 6171
45.31/45.51	o 6125
45.33/45.67	o 6120
46.11/46.30	o 6092
47.11/47.38	o 6091
54.50/54.71	o 6054
58.20/58.47	o 6028
70.70/70.96	o 5991
71.60/71.88	o 5958
74.19/74.43	o 5957
91.10/91.36	o 5915
92.58/92.86	o 5887
190.97/191.26	o 5876
215.77/216.09	o 5866
275.77/276.14	o 5852
808.54/809.04	s OPTIMUM FOUND
808.54/809.04	v x8 x15 x19 x27 x40 x43 x56 x59 x72 x79 x83 x96 x103 x107 x115 x123 x131 x135 x136 

Verifier Data

OK	5852

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-3735467-1338724026/watcher-3735467-1338724026 -o /tmp/evaluation-result-3735467-1338724026/solver-3735467-1338724026 -C 1800 -W 1900 -M 15500 pbclasp instance-3735467-1338724026.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.03 2.01 2.00 4/179 16573
/proc/meminfo: memFree=29720616/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 587 0 0 0 0 0 0 0 20 0 1 0 338531144 26206208 500 33554432000 4194304 4198148 140734049123328 140734049122216 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 500 368 1 0 193 0

[startup+0.105377 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 16573
/proc/meminfo: memFree=29720616/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0.01 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 786 4432 0 0 0 0 0 1 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25592

[startup+0.200225 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 16573
/proc/meminfo: memFree=29720616/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0.01 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 786 4432 0 0 0 0 0 1 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25592

[startup+0.300221 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 16573
/proc/meminfo: memFree=29720616/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0.01 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 786 4432 0 0 0 0 0 1 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25592

[startup+0.700274 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 16573
/proc/meminfo: memFree=29720616/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0.64 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 1126 11609 0 0 0 0 62 2 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 25592

[startup+1.50033 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 16623
/proc/meminfo: memFree=29745304/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=0.64 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 1126 11609 0 0 0 0 62 2 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=16621] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16621/stat : 16621 (sh) S 16573 16573 32725 0 -1 4202496 372 215 0 0 0 0 0 0 20 0 1 0 338531210 9367552 264 33554432000 4194304 5064252 140736391316624 140736391314880 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16621/statm: 2287 264 223 213 0 72 0
[pid=16623] ppid=16621 vsize=3576 CPUtime=0.82 cores=1,3,5,7
/proc/16623/stat : 16623 (clasp-1.0) R 16621 16573 32725 0 -1 4202496 485 0 0 0 82 0 0 0 20 0 1 0 338531211 3661824 383 33554432000 134512640 134847168 4290546288 4290544916 134616348 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16623/statm: 894 383 270 82 0 135 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38316

[startup+3.10029 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 16655
/proc/meminfo: memFree=29771584/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=2.89 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 1918 28412 0 0 0 0 282 7 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 25592

[startup+6.30018 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16759
/proc/meminfo: memFree=29715320/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=5.9 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 3051 52409 0 0 0 1 576 13 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 25592

[startup+12.7002 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 16879
/proc/meminfo: memFree=29715480/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=12.36 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 4302 78961 0 0 0 2 1215 19 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 25592

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/182 16975
/proc/meminfo: memFree=29756512/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=22.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 4533 83901 0 0 0 2 2256 20 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=16957] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16957/stat : 16957 (sh) S 16573 16573 32725 0 -1 4202496 372 215 0 0 0 0 0 0 20 0 1 0 338533440 9367552 264 33554432000 4194304 5064252 140734432692000 140734432690256 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2287 264 223 213 0 72 0
[pid=16959] ppid=16957 vsize=3704 CPUtime=2.53 cores=1,3,5,7
/proc/16959/stat : 16959 (clasp-1.0) R 16957 16573 32725 0 -1 4202496 516 0 0 0 253 0 0 0 20 0 1 0 338533440 3792896 413 33554432000 134512640 134847168 4287147904 4287146528 134784608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16959/statm: 926 413 270 82 0 167 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 38444

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 17176
/proc/meminfo: memFree=29716836/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=47.2 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 5766 110659 0 0 1 3 4689 27 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=17158] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17158/stat : 17158 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338535883 9367552 264 33554432000 4194304 5064252 140734695087456 140734695085712 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17158/statm: 2287 264 223 213 0 72 0
[pid=17160] ppid=17158 vsize=3840 CPUtime=3.7 cores=1,3,5,7
/proc/17160/stat : 17160 (clasp-1.0) R 17158 16573 32725 0 -1 4202496 545 0 0 0 370 0 0 0 20 0 1 0 338535883 3932160 443 33554432000 134512640 134847168 4294770880 4294769648 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17160/statm: 960 443 272 82 0 201 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 38580

[startup+102.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/181 17464
/proc/meminfo: memFree=29713644/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=92.67 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6555 128013 0 0 1 3 9231 32 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=17422] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17422/stat : 17422 (sh) S 16573 16573 32725 0 -1 4202496 373 215 0 0 0 0 0 0 20 0 1 0 338540431 9367552 264 33554432000 4194304 5064252 140736109040928 140736109039184 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17422/statm: 2287 264 223 213 0 72 0
[pid=17424] ppid=17422 vsize=3972 CPUtime=9.42 cores=1,3,5,7
/proc/17424/stat : 17424 (clasp-1.0) R 17422 16573 32725 0 -1 4202496 567 0 0 0 942 0 0 0 20 0 1 0 338540431 4067328 465 33554432000 134512640 134847168 4290948176 4290946912 134741032 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17424/statm: 993 465 270 82 0 234 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 38712

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 17736
/proc/meminfo: memFree=29748608/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=92.67 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6555 128013 0 0 1 3 9231 32 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=17422] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17422/stat : 17422 (sh) S 16573 16573 32725 0 -1 4202496 373 215 0 0 0 0 0 0 20 0 1 0 338540431 9367552 264 33554432000 4194304 5064252 140736109040928 140736109039184 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17422/statm: 2287 264 223 213 0 72 0
[pid=17424] ppid=17422 vsize=4368 CPUtime=69.41 cores=1,3,5,7
/proc/17424/stat : 17424 (clasp-1.0) R 17422 16573 32725 0 -1 4202496 677 0 0 0 6941 0 0 0 20 0 1 0 338540431 4472832 575 33554432000 134512640 134847168 4290948176 4290946800 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17424/statm: 1092 575 270 82 0 333 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 39108

[startup+222.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 18027
/proc/meminfo: memFree=29713976/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=215.87 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6781 133204 0 0 1 3 21550 33 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18001] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18001/stat : 18001 (sh) S 16573 16573 32725 0 -1 4202496 373 215 0 0 0 0 0 0 20 0 1 0 338552754 9367552 264 33554432000 4194304 5064252 140734124893440 140734124891696 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18001/statm: 2287 264 223 213 0 72 0
[pid=18003] ppid=18001 vsize=3836 CPUtime=6.2 cores=1,3,5,7
/proc/18003/stat : 18003 (clasp-1.0) R 18001 16573 32725 0 -1 4202496 561 0 0 0 620 0 0 0 20 0 1 0 338552754 3928064 459 33554432000 134512640 134847168 4288822688 4288821312 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18003/statm: 959 459 270 82 0 200 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 38576

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 18307
/proc/meminfo: memFree=29766384/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=3840 CPUtime=6.14 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 548 0 0 0 614 0 0 0 20 0 1 0 338558759 3932160 446 33554432000 134512640 134847168 4289328352 4289327044 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 960 446 270 82 0 201 0
Current children cumulated CPU time (s) 281.92
Current children cumulated vsize (KiB) 38580

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 18580
/proc/meminfo: memFree=29751440/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7

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

/proc/18275/statm: 1226 721 270 82 0 467 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 39644

[startup+642.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 19934
/proc/meminfo: memFree=29750348/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5036 CPUtime=366.09 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 852 0 0 0 36609 0 0 0 20 0 1 0 338558759 5156864 750 33554432000 134512640 134847168 4289328352 4289326972 134789696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1259 750 270 82 0 500 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 39776

[startup+702.3 s]
/proc/loadavg: 1.94 2.01 1.99 3/182 20206
/proc/meminfo: memFree=29734220/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5036 CPUtime=426.08 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 857 0 0 0 42608 0 0 0 20 0 1 0 338558759 5156864 755 33554432000 134512640 134847168 4289328352 4289327120 134737739 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1259 755 270 82 0 500 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 39776

[startup+762.3 s]
/proc/loadavg: 1.98 2.01 1.99 3/181 20478
/proc/meminfo: memFree=29708720/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=486.07 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 864 0 0 0 48607 0 0 0 20 0 1 0 338558759 5292032 762 33554432000 134512640 134847168 4289328352 4289327032 134784582 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 762 270 82 0 533 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 39908

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

[startup+768 s]
/proc/loadavg: 1.98 2.01 1.99 3/182 20510
/proc/meminfo: memFree=29770412/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=491.77 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 864 0 0 0 49177 0 0 0 20 0 1 0 338558759 5292032 762 33554432000 134512640 134847168 4289328352 4289326916 134714749 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 762 270 82 0 533 0
Current children cumulated CPU time (s) 767.55
Current children cumulated vsize (KiB) 39908

[startup+793.6 s]
/proc/loadavg: 1.98 2.01 1.99 3/183 20625
/proc/meminfo: memFree=29748072/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=517.36 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 864 0 0 0 51736 0 0 0 20 0 1 0 338558759 5292032 762 33554432000 134512640 134847168 4289328352 4289326976 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 762 270 82 0 533 0
Current children cumulated CPU time (s) 793.14
Current children cumulated vsize (KiB) 39908

[startup+800 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 20649
/proc/meminfo: memFree=29709524/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=523.76 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 52376 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289327036 134784496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 799.54
Current children cumulated vsize (KiB) 39908

[startup+803.2 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 20665
/proc/meminfo: memFree=29709392/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=526.96 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 52696 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289327088 134741026 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 802.74
Current children cumulated vsize (KiB) 39908

[startup+806.406 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 20681
/proc/meminfo: memFree=29713864/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=530.17 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 53017 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289326804 134713922 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 805.95
Current children cumulated vsize (KiB) 39908

[startup+808 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 20689
/proc/meminfo: memFree=29748708/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=531.76 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 53176 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289326920 134715097 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 807.54
Current children cumulated vsize (KiB) 39908

[startup+808.8 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 20689
/proc/meminfo: memFree=29709152/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=532.56 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 53256 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289326976 134784673 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 808.34
Current children cumulated vsize (KiB) 39908

[startup+809 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 20689
/proc/meminfo: memFree=29709152/32873844 swapFree=7372/7372
[pid=16573] ppid=16571 vsize=25592 CPUtime=275.78 cores=1,3,5,7
/proc/16573/stat : 16573 (pbclasp) S 16571 16573 32725 0 -1 4202496 6892 135823 0 0 1 3 27540 34 20 0 1 0 338531144 26206208 525 33554432000 4194304 4198148 140734049123328 140734049122256 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16573/statm: 6398 525 387 1 0 193 0
[pid=18273] ppid=16573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18273/stat : 18273 (sh) S 16573 16573 32725 0 -1 4202496 371 215 0 0 0 0 0 0 20 0 1 0 338558758 9367552 264 33554432000 4194304 5064252 140735483331552 140735483329808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18273/statm: 2287 264 223 213 0 72 0
[pid=18275] ppid=18273 vsize=5168 CPUtime=532.76 cores=1,3,5,7
/proc/18275/stat : 18275 (clasp-1.0) R 18273 16573 32725 0 -1 4202496 866 0 0 0 53276 0 0 0 20 0 1 0 338558759 5292032 764 33554432000 134512640 134847168 4289328352 4289327032 134789719 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18275/statm: 1292 764 270 82 0 533 0
Current children cumulated CPU time (s) 808.54
Current children cumulated vsize (KiB) 39908

Child status: 0
Real time (s): 809.048
CPU time (s): 808.617
CPU user time (s): 808.227
CPU system time (s): 0.38994
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 39908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.227
system time used= 0.38994
maximum resident set size= 3136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1286
involuntary context switches= 1933

runsolver used 1.37079 second user time and 4.36534 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 13:47:06
IDJOB=3735467
IDBENCH=24966
IDSOLVER=2317
FILE ID=node109/3735467-1338724026
RUNJOBID= node109-1338713403-32742
PBS_JOBID= 14636733
Free space on /tmp= 70684 MiB

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

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

MD5SUM BENCH= a50db2fb26a0b36972cba004cae6f3a3
RANDOM SEED=1999387687

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29726452 kB
Buffers:          601800 kB
Cached:          1603092 kB
SwapCached:          964 kB
Active:          1245164 kB
Inactive:        1025016 kB
Active(anon):      59152 kB
Inactive(anon):     7844 kB
Active(file):    1186012 kB
Inactive(file):  1017172 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:             33460 kB
Writeback:             0 kB
AnonPages:         71296 kB
Mapped:            12052 kB
Shmem:                 4 kB
Slab:             738560 kB
SReclaimable:     179720 kB
SUnreclaim:       558840 kB
KernelStack:        1480 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     182100 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-3735467-1338724026.opb

Free space on /tmp at the end= 70680 MiB
End job on node109 at 2012-06-03 14:00:35