Trace number 2655890

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
wbo 1.4b? (MO) 739.441 739.692

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUMe9984c89af246abdf2b2a4294753ea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1055
Best CPU time to get the best result obtained on this benchmark1789.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100517
0.00/0.00	c Parsing opb file format. File HOME/instance-2655890-1276388675.opb.
0.00/0.00	c Instance file HOME/instance-2655890-1276388675.opb
0.00/0.00	c File size is 112303 bytes.
0.00/0.01	c Highest Coefficient sum: 3
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      1963                                                |
0.00/0.01	c |  Number Clauses:        4000                                                |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.03	c ===============================================================================
0.00/0.03	c |         0 |    1963     4000     8000 |     5000        0    nan |  0.000 % |
0.00/0.03	c ===============================================================================
0.00/0.03	c New solution: 1211
0.00/0.03	o 1211
0.00/0.03	c Elapsed CPU time: 0.031995 s	Remaining CPU time: 179.968 s
0.00/0.03	c ===============================================================================
0.00/0.03	c |         0 |    1963     4001     9963 |     5000        0    nan |  0.000 % |
0.00/0.06	c |       100 |    1963     4001     9963 |     5500      100   1209 |  0.000 % |
0.00/0.06	c ===============================================================================
0.00/0.06	c New solution: 1190
0.00/0.06	o 1190
0.00/0.06	c Elapsed CPU time: 0.06299 s	Remaining CPU time: 179.937 s
0.00/0.06	c ===============================================================================
0.00/0.06	c |       100 |    1963     4002    11926 |     5000      100   1209 |  0.000 % |
0.09/0.10	c |       200 |    1963     4002    11926 |     5500      200   1198 |  0.000 % |
0.09/0.15	c |       350 |    1963     4002    11926 |     6050      350   1194 |  0.000 % |
0.19/0.23	c |       576 |    1963     4002    11926 |     6655      576   1192 |  0.000 % |
0.29/0.34	c |       914 |    1963     4002    11926 |     7320      914   1190 |  0.000 % |
0.49/0.56	c |      1421 |    1963     4002    11926 |     8052     1421   1189 |  0.000 % |
0.79/0.83	c |      2181 |    1963     4002    11926 |     8857     2181   1189 |  0.000 % |
1.29/1.37	c |      3321 |    1963     4002    11926 |     9743     3321   1188 |  0.000 % |
1.99/2.02	c |      5030 |    1963     4002    11926 |    10717     5030   1188 |  0.000 % |
3.09/3.10	c |      7593 |    1963     4002    11926 |    11789     7593   1188 |  0.000 % |
4.69/4.77	c |     11438 |    1963     4002    11926 |    12968    11438   1188 |  0.000 % |
7.78/7.85	c |     17204 |    1963     4002    11926 |    14265     9818   1188 |  0.000 % |
12.19/12.23	c |     25853 |    1963     4002    11926 |    15692    10440   1188 |  0.000 % |
19.69/19.74	c |     38828 |    1963     4002    11926 |    17261    14689   1188 |  0.000 % |
31.09/31.18	c |     58289 |    1963     4002    11926 |    18987    15111   1188 |  0.000 % |
50.27/50.34	c |     87482 |    1963     4002    11926 |    20886    13175   1188 |  0.000 % |
83.76/83.87	c |    131272 |    1963     4002    11926 |    22974    21233   1188 |  0.000 % |
126.45/126.56	c |    196957 |    1963     4002    11926 |    25272    17253   1188 |  0.000 % |
182.03/182.19	c There are 0 assigned variables. 0 in cost function.
186.33/186.48	c core #1
186.33/186.48	c core #2
186.33/186.48	c core #3
186.33/186.48	c core #4
186.33/186.48	c core #5
186.33/186.48	c core #6
186.33/186.48	c core #7
186.33/186.48	c core #8
186.33/186.48	c core #9
186.33/186.48	c core #10
186.33/186.48	c core #11
186.33/186.48	c core #12
186.33/186.48	c core #13
186.33/186.48	c core #14
186.33/186.48	c core #15
186.33/186.48	c core #16
186.33/186.48	c core #17
186.33/186.48	c core #18
186.33/186.48	c core #19
186.33/186.48	c core #20
186.33/186.48	c core #21
186.33/186.48	c core #22
186.33/186.48	c core #23
186.33/186.48	c core #24
186.33/186.48	c core #25
186.33/186.48	c core #26
186.33/186.48	c core #27
186.33/186.48	c core #28
186.33/186.48	c core #29
186.33/186.48	c core #30
186.33/186.48	c core #31
186.33/186.48	c core #32
186.33/186.48	c core #33
186.33/186.48	c core #34
186.33/186.48	c core #35
186.33/186.48	c core #36
186.33/186.48	c core #37
186.33/186.48	c core #38
186.33/186.48	c core #39
186.33/186.48	c core #40
186.33/186.48	c core #41
186.33/186.48	c core #42
186.33/186.48	c core #43
186.33/186.48	c core #44
186.33/186.48	c core #45
186.33/186.48	c core #46
186.33/186.48	c core #47
186.33/186.48	c core #48
186.33/186.48	c core #49
186.33/186.48	c core #50
186.33/186.48	c core #51
186.33/186.48	c core #52
186.33/186.48	c core #53
186.33/186.48	c core #54
186.33/186.48	c core #55
186.33/186.48	c core #56
186.33/186.48	c core #57
186.33/186.48	c core #58
186.33/186.48	c core #59
186.33/186.48	c core #60
186.33/186.48	c core #61
186.33/186.48	c core #62
186.33/186.48	c core #63
186.33/186.48	c core #64
186.33/186.48	c core #65
186.33/186.48	c core #66
186.33/186.48	c core #67
186.33/186.48	c core #68
186.33/186.48	c core #69
186.33/186.48	c core #70
186.33/186.48	c core #71
186.33/186.48	c core #72
186.33/186.48	c core #73
186.33/186.48	c core #74
186.33/186.48	c core #75
186.33/186.48	c core #76
186.33/186.48	c core #77
186.33/186.48	c core #78
186.33/186.48	c core #79
186.33/186.48	c core #80
186.33/186.48	c core #81
186.33/186.48	c core #82
186.33/186.48	c core #83
186.33/186.48	c core #84
186.33/186.48	c core #85
186.33/186.48	c core #86
186.33/186.48	c core #87
186.33/186.48	c core #88
186.33/186.48	c core #89
186.33/186.48	c core #90
186.33/186.48	c core #91
186.33/186.48	c core #92
186.33/186.48	c core #93
186.33/186.48	c core #94
186.33/186.48	c core #95
186.33/186.48	c core #96
186.33/186.48	c core #97
186.33/186.48	c core #98
186.33/186.48	c core #99
186.33/186.48	c core #100
186.33/186.48	c core #101
186.33/186.48	c core #102
186.33/186.48	c core #103
186.33/186.48	c core #104
186.33/186.48	c core #105
186.33/186.48	c core #106
186.33/186.48	c core #107
186.33/186.48	c core #108
186.33/186.48	c core #109
186.33/186.48	c core #110
186.33/186.48	c core #111
186.33/186.48	c core #112
186.33/186.48	c core #113
186.33/186.48	c core #114
186.33/186.48	c core #115
186.33/186.48	c core #116
186.33/186.48	c core #117
186.33/186.48	c core #118
186.33/186.48	c core #119
186.33/186.48	c core #120
186.33/186.48	c core #121
186.33/186.48	c core #122
186.33/186.48	c core #123
186.33/186.48	c core #124
186.33/186.48	c core #125
186.33/186.48	c core #126
186.33/186.48	c core #127
186.33/186.48	c core #128
186.33/186.48	c core #129
186.33/186.48	c core #130
186.33/186.48	c core #131
186.33/186.48	c core #132
186.33/186.48	c core #133
186.33/186.48	c core #134
186.33/186.48	c core #135
186.33/186.48	c core #136
186.33/186.48	c core #137
186.33/186.48	c core #138
186.33/186.48	c core #139
186.33/186.48	c core #140
186.33/186.48	c core #141
186.33/186.48	c core #142
186.33/186.48	c core #143
186.33/186.48	c core #144
186.33/186.48	c core #145
186.33/186.48	c core #146
186.33/186.48	c core #147
186.33/186.48	c core #148
186.33/186.48	c core #149
186.33/186.48	c core #150
186.33/186.48	c core #151
186.33/186.48	c core #152
186.33/186.48	c core #153
186.33/186.48	c core #154
186.33/186.48	c core #155
186.33/186.48	c core #156
186.33/186.48	c core #157
186.33/186.48	c core #158
186.33/186.48	c core #159
186.33/186.48	c core #160
186.33/186.48	c core #161
186.33/186.48	c core #162
186.33/186.48	c core #163
186.33/186.48	c core #164
186.33/186.48	c core #165
186.33/186.48	c core #166
186.33/186.48	c core #167
186.33/186.48	c core #168
186.33/186.48	c core #169
186.33/186.48	c core #170
186.33/186.48	c core #171
186.33/186.48	c core #172
186.33/186.48	c core #173
186.33/186.48	c core #174
186.33/186.48	c core #175
186.33/186.48	c core #176
186.33/186.48	c core #177
186.33/186.48	c core #178
186.33/186.48	c core #179
186.33/186.48	c core #180
186.33/186.48	c core #181
186.33/186.48	c core #182
186.33/186.48	c core #183
186.33/186.48	c core #184
186.33/186.48	c core #185
186.33/186.48	c core #186
186.33/186.48	c core #187
186.33/186.48	c core #188
186.33/186.48	c core #189
186.33/186.48	c core #190
186.33/186.48	c core #191
186.33/186.48	c core #192
186.33/186.48	c core #193
186.33/186.48	c core #194
186.33/186.48	c core #195
186.33/186.48	c core #196
186.33/186.48	c core #197
186.33/186.48	c core #198
186.33/186.48	c core #199
186.33/186.48	c core #200
186.33/186.48	c core #201
186.33/186.48	c core #202
186.33/186.48	c core #203
186.33/186.48	c core #204
186.33/186.48	c core #205
186.33/186.48	c core #206
186.33/186.48	c core #207
186.33/186.48	c core #208
186.33/186.48	c core #209
186.33/186.48	c core #210
186.33/186.48	c core #211
186.33/186.48	c core #212
186.33/186.48	c core #213
186.33/186.48	c core #214
186.33/186.48	c core #215
186.33/186.48	c core #216
186.33/186.48	c core #217
186.33/186.48	c core #218
186.33/186.48	c core #219
186.33/186.48	c core #220
186.33/186.48	c core #221
186.33/186.48	c core #222
186.33/186.48	c core #223
186.33/186.48	c core #224
186.33/186.48	c core #225
186.33/186.48	c core #226
186.33/186.48	c core #227
186.33/186.48	c core #228
186.33/186.48	c core #229
186.33/186.48	c core #230
186.33/186.48	c core #231
186.33/186.48	c core #232
186.33/186.48	c core #233
186.33/186.48	c core #234
186.33/186.48	c core #235
186.33/186.48	c core #236
186.33/186.48	c core #237
186.33/186.48	c core #238
186.33/186.48	c core #239
186.33/186.48	c core #240
186.33/186.48	c core #241
186.33/186.48	c core #242
186.33/186.48	c core #243
186.33/186.48	c core #244
186.33/186.48	c core #245
186.33/186.48	c core #246
186.33/186.48	c core #247
186.33/186.48	c core #248
186.33/186.48	c core #249
186.33/186.48	c core #250
186.33/186.48	c core #251
186.33/186.48	c core #252
186.33/186.48	c core #253
186.33/186.48	c core #254
186.33/186.48	c core #255
186.33/186.48	c core #256
186.33/186.48	c core #257
186.33/186.48	c core #258
186.33/186.48	c core #259
186.33/186.48	c core #260
186.33/186.48	c core #261
186.33/186.48	c core #262
186.33/186.48	c core #263
186.33/186.48	c core #264
186.33/186.48	c core #265
186.33/186.48	c core #266
186.33/186.48	c core #267
186.33/186.48	c core #268
186.33/186.48	c core #269
186.33/186.48	c core #270
186.33/186.48	c core #271
186.33/186.48	c core #272
186.33/186.48	c core #273
186.33/186.48	c core #274
186.33/186.48	c core #275
186.33/186.48	c core #276
186.33/186.48	c core #277
186.33/186.48	c core #278
186.33/186.48	c core #279
186.33/186.48	c core #280
186.33/186.48	c core #281
186.33/186.48	c core #282
186.33/186.48	c core #283
186.33/186.48	c core #284
186.33/186.48	c core #285
186.33/186.48	c core #286
186.33/186.48	c core #287
186.33/186.48	c core #288
186.33/186.48	c core #289
186.33/186.48	c core #290
186.33/186.48	c core #291
186.33/186.48	c core #292
186.33/186.48	c core #293
186.33/186.48	c core #294
186.33/186.48	c core #295
186.33/186.48	c core #296
186.33/186.48	c core #297
186.33/186.48	c core #298
186.33/186.48	c core #299
186.33/186.48	c core #300
186.33/186.48	c core #301
186.33/186.48	c core #302
186.33/186.48	c core #303
186.33/186.48	c core #304
186.33/186.48	c core #305
186.33/186.48	c core #306
186.33/186.48	c core #307
186.33/186.48	c core #308
186.33/186.48	c core #309
186.33/186.48	c core #310
186.33/186.48	c core #311
186.33/186.48	c core #312
186.33/186.48	c core #313
186.33/186.48	c core #314
186.33/186.48	c core #315
186.33/186.48	c core #316
186.33/186.48	c core #317
186.33/186.48	c core #318
186.33/186.48	c core #319
186.33/186.48	c core #320
186.33/186.48	c core #321
186.33/186.48	c core #322
186.33/186.48	c core #323
186.33/186.48	c core #324
186.33/186.48	c core #325
186.33/186.48	c core #326
186.33/186.48	c core #327
186.33/186.48	c core #328
186.33/186.48	c core #329
186.33/186.48	c core #330
186.33/186.48	c core #331
186.33/186.48	c core #332
186.33/186.48	c core #333
186.33/186.48	c core #334
186.33/186.48	c core #335
186.33/186.48	c core #336
186.33/186.48	c core #337
186.33/186.48	c core #338
186.33/186.48	c core #339
186.33/186.48	c core #340
186.33/186.48	c core #341
186.33/186.48	c core #342
186.33/186.48	c core #343
186.33/186.48	c core #344
186.33/186.48	c core #345
186.33/186.48	c core #346
186.33/186.48	c core #347
186.33/186.48	c core #348
186.33/186.48	c core #349
186.33/186.48	c core #350
186.33/186.48	c core #351
191.73/191.81	c core #352
191.73/191.81	c core #353
191.73/191.81	c core #354
191.73/191.81	c core #355
191.73/191.81	c core #356
191.73/191.81	c core #357
191.73/191.81	c core #358
191.73/191.81	c core #359
191.73/191.81	c core #360
191.73/191.81	c core #361
191.73/191.81	c core #362
191.73/191.81	c core #363
191.73/191.81	c core #364
191.73/191.81	c core #365
191.73/191.81	c core #366
191.73/191.81	c core #367
191.73/191.81	c core #368
191.73/191.81	c core #369
191.73/191.81	c core #370
191.73/191.81	c core #371
191.73/191.81	c core #372
191.73/191.81	c core #373
191.73/191.81	c core #374
191.73/191.81	c core #375
191.73/191.81	c core #376
191.73/191.81	c core #377
191.73/191.81	c core #378
191.73/191.81	c core #379
191.73/191.81	c core #380
191.73/191.81	c core #381
191.73/191.81	c core #382
191.73/191.81	c core #383
191.73/191.81	c core #384
191.73/191.81	c core #385
191.73/191.81	c core #386
191.73/191.81	c core #387
191.73/191.81	c core #388
191.73/191.81	c core #389
191.73/191.81	c core #390
191.73/191.81	c core #391
191.73/191.81	c core #392
191.73/191.81	c core #393
191.73/191.81	c core #394
191.73/191.81	c core #395
191.73/191.81	c core #396
191.73/191.81	c core #397
191.73/191.81	c core #398
191.73/191.81	c core #399
191.73/191.81	c core #400
191.73/191.81	c core #401
191.73/191.81	c core #402
191.73/191.81	c core #403
191.73/191.81	c core #404
191.73/191.81	c core #405
191.73/191.81	c core #406
191.73/191.81	c core #407
191.73/191.81	c core #408
191.73/191.81	c core #409
191.73/191.81	c core #410
191.73/191.81	c core #411
191.73/191.81	c core #412
191.73/191.81	c core #413
191.73/191.81	c core #414
191.73/191.81	c core #415
191.73/191.81	c core #416
191.73/191.81	c core #417
191.73/191.81	c core #418
191.73/191.81	c core #419
191.73/191.81	c core #420
191.73/191.81	c core #421
191.73/191.81	c core #422
191.73/191.81	c core #423
191.73/191.81	c core #424
191.73/191.81	c core #425
191.73/191.81	c core #426
191.73/191.81	c core #427
191.73/191.81	c core #428
191.73/191.81	c core #429
191.73/191.81	c core #430
191.73/191.81	c core #431
191.73/191.81	c core #432
191.73/191.81	c core #433
191.73/191.81	c core #434
191.73/191.81	c core #435
191.73/191.81	c core #436
191.73/191.81	c core #437
191.73/191.81	c core #438
191.73/191.81	c core #439
191.73/191.81	c core #440
191.73/191.81	c core #441
191.73/191.81	c core #442
191.73/191.81	c core #443
191.73/191.81	c core #444
191.73/191.81	c core #445
191.73/191.81	c core #446
191.73/191.81	c core #447
191.73/191.81	c core #448
191.73/191.81	c core #449
191.73/191.81	c core #450
191.73/191.81	c core #451
191.73/191.81	c core #452
191.73/191.81	c core #453
191.73/191.81	c core #454
191.73/191.81	c core #455
191.73/191.81	c core #456
191.73/191.81	c core #457
191.73/191.81	c core #458
191.73/191.81	c core #459
191.73/191.81	c core #460
191.73/191.81	c core #461
191.73/191.81	c core #462
191.73/191.81	c core #463
191.73/191.81	c core #464
191.73/191.81	c core #465
191.73/191.81	c core #466
191.73/191.81	c core #467
191.73/191.81	c core #468
191.73/191.81	c core #469
191.73/191.81	c core #470
191.73/191.81	c core #471
191.73/191.81	c core #472
191.73/191.81	c core #473
191.73/191.81	c core #474
191.73/191.81	c core #475
191.73/191.81	c core #476
191.73/191.81	c core #477
191.73/191.81	c core #478
191.73/191.81	c core #479
191.73/191.81	c core #480
191.73/191.81	c core #481
191.73/191.81	c core #482
191.73/191.81	c core #483
191.73/191.81	c core #484
191.73/191.81	c core #485
191.73/191.81	c core #486
191.73/191.81	c core #487
191.73/191.81	c core #488
191.73/191.81	c core #489
191.73/191.81	c core #490
191.73/191.81	c core #491
191.73/191.81	c core #492
191.73/191.81	c core #493
191.73/191.81	c core #494
191.73/191.81	c core #495
191.73/191.81	c core #496
191.73/191.81	c core #497
191.73/191.81	c core #498
191.73/191.81	c core #499
191.73/191.81	c core #500
191.73/191.81	c core #501
191.73/191.81	c core #502
191.73/191.81	c core #503
191.73/191.81	c core #504
191.73/191.81	c core #505
191.73/191.81	c core #506
191.73/191.81	c core #507
191.73/191.81	c core #508
191.73/191.81	c core #509
191.73/191.81	c core #510
191.73/191.81	c core #511
191.73/191.81	c core #512
191.73/191.81	c core #513
191.73/191.81	c core #514
191.73/191.81	c core #515
191.73/191.81	c core #516
191.73/191.81	c core #517
191.73/191.81	c core #518
191.73/191.81	c core #519
191.73/191.81	c core #520
191.73/191.81	c core #521
191.73/191.81	c core #522
191.73/191.81	c core #523
191.73/191.81	c core #524
191.73/191.81	c core #525
191.73/191.81	c core #526
191.73/191.81	c core #527
191.73/191.81	c core #528
191.73/191.81	c core #529
191.73/191.81	c core #530
191.73/191.81	c core #531
191.73/191.81	c core #532
191.73/191.81	c core #533
191.73/191.81	c core #534
191.73/191.81	c core #535
191.73/191.81	c core #536
191.73/191.81	c core #537
191.73/191.81	c core #538
191.73/191.81	c core #539
191.73/191.81	c core #540
191.73/191.81	c core #541
191.73/191.81	c core #542
191.73/191.81	c core #543
191.73/191.81	c core #544
191.73/191.81	c core #545
191.73/191.81	c core #546
191.73/191.81	c core #547
191.73/191.81	c core #548
191.73/191.81	c core #549
191.73/191.81	c core #550
191.73/191.81	c core #551
191.73/191.81	c core #552
191.73/191.81	c core #553
191.73/191.81	c core #554
191.73/191.81	c core #555
191.73/191.81	c core #556
191.73/191.81	c core #557
191.73/191.81	c core #558
191.73/191.81	c core #559
191.73/191.81	c core #560
191.73/191.81	c core #561
191.73/191.81	c core #562
191.73/191.81	c core #563
191.73/191.81	c core #564
191.73/191.81	c core #565
191.73/191.81	c core #566
191.73/191.81	c core #567
191.73/191.81	c core #568
191.73/191.81	c core #569
191.73/191.81	c core #570
191.73/191.81	c core #571
191.73/191.81	c core #572
191.73/191.81	c core #573
191.73/191.81	c core #574
191.73/191.81	c core #575
191.73/191.81	c core #576
191.73/191.81	c core #577
191.73/191.81	c core #578
191.73/191.81	c core #579
191.73/191.81	c core #580
191.73/191.81	c core #581
191.73/191.81	c core #582
191.73/191.81	c core #583
191.73/191.81	c core #584
191.73/191.81	c core #585
191.73/191.81	c core #586
191.73/191.81	c core #587
191.73/191.81	c core #588
191.73/191.81	c core #589
191.73/191.81	c core #590
191.73/191.81	c core #591
191.73/191.81	c core #592
191.73/191.81	c core #593
191.73/191.81	c core #594
191.73/191.81	c core #595
191.73/191.81	c core #596
191.73/191.81	c core #597
191.73/191.81	c core #598
191.73/191.81	c core #599
191.73/191.81	c core #600
191.73/191.81	c core #601
191.73/191.81	c core #602
191.73/191.81	c core #603
191.73/191.81	c core #604
191.73/191.81	c core #605
191.73/191.81	c core #606
191.73/191.81	c core #607
191.73/191.82	c core #608
191.73/191.82	c core #609
191.73/191.82	c core #610
191.73/191.82	c core #611
191.73/191.82	c core #612
191.73/191.82	c core #613
191.73/191.82	c core #614
191.73/191.82	c core #615
191.73/191.82	c core #616
191.73/191.82	c core #617
191.73/191.82	c core #618
191.73/191.82	c core #619
191.73/191.82	c core #620
191.73/191.82	c core #621
191.73/191.82	c core #622
191.73/191.82	c core #623
191.73/191.82	c core #624
191.73/191.82	c core #625
191.73/191.82	c core #626
191.73/191.82	c core #627
191.73/191.82	c core #628
191.73/191.82	c core #629
191.73/191.82	c core #630
191.73/191.82	c core #631
191.73/191.82	c core #632
191.73/191.82	c core #633
191.73/191.82	c core #634
191.73/191.82	c core #635
191.73/191.82	c core #636
191.73/191.82	c core #637
191.73/191.82	c core #638
191.73/191.82	c core #639
191.73/191.82	c core #640
191.73/191.82	c core #641
191.73/191.82	c core #642
191.73/191.82	c core #643
191.73/191.82	c core #644
191.73/191.82	c core #645
191.73/191.82	c core #646
191.73/191.82	c core #647
191.73/191.82	c core #648
191.73/191.82	c core #649
191.73/191.82	c core #650
191.73/191.82	c core #651
191.73/191.82	c core #652
191.73/191.82	c core #653
191.73/191.82	c core #654
191.73/191.82	c core #655
191.73/191.82	c core #656
191.73/191.82	c core #657
191.73/191.82	c core #658
191.73/191.82	c core #659
191.73/191.82	c core #660
191.73/191.82	c core #661
191.73/191.82	c core #662
191.73/191.82	c core #663
191.73/191.82	c core #664
191.73/191.82	c core #665
191.73/191.82	c core #666
191.73/191.82	c core #667
191.73/191.82	c core #668
191.73/191.82	c core #669
191.73/191.82	c core #670
191.73/191.82	c core #671
191.73/191.82	c core #672
191.73/191.82	c core #673
191.73/191.82	c core #674
191.73/191.82	c core #675
191.73/191.82	c core #676
191.73/191.82	c core #677
191.73/191.82	c core #678
191.73/191.82	c core #679
191.73/191.82	c core #680
191.73/191.82	c core #681
191.73/191.82	c core #682
191.73/191.82	c core #683
191.73/191.82	c core #684
191.73/191.82	c core #685
191.73/191.82	c core #686
191.73/191.82	c core #687
191.73/191.82	c core #688
191.73/191.82	c core #689
191.73/191.82	c core #690
191.73/191.82	c core #691
191.73/191.82	c core #692
199.12/199.23	c core #693
199.12/199.23	c core #694
199.12/199.23	c core #695
199.12/199.23	c core #696
199.12/199.23	c core #697
199.12/199.23	c core #698
199.12/199.23	c core #699
199.12/199.23	c core #700
199.12/199.23	c core #701
199.12/199.23	c core #702
199.12/199.23	c core #703
199.12/199.23	c core #704
199.12/199.23	c core #705
199.12/199.23	c core #706
199.12/199.23	c core #707
199.12/199.23	c core #708
199.12/199.23	c core #709
199.12/199.23	c core #710
199.12/199.23	c core #711
199.12/199.23	c core #712
199.12/199.23	c core #713
199.12/199.23	c core #714
199.12/199.23	c core #715
199.12/199.23	c core #716
199.12/199.23	c core #717
199.12/199.23	c core #718
199.12/199.23	c core #719
199.12/199.23	c core #720
199.12/199.23	c core #721
199.12/199.23	c core #722
199.12/199.23	c core #723
199.12/199.23	c core #724
199.12/199.23	c core #725
199.12/199.23	c core #726
199.12/199.23	c core #727
199.12/199.23	c core #728
199.12/199.23	c core #729
199.12/199.23	c core #730
199.12/199.23	c core #731
199.12/199.23	c core #732
199.12/199.23	c core #733
199.12/199.23	c core #734
199.12/199.23	c core #735
199.12/199.23	c core #736
199.12/199.23	c core #737
199.12/199.23	c core #738
199.12/199.23	c core #739
199.12/199.23	c core #740
199.12/199.23	c core #741
199.12/199.23	c core #742
199.12/199.23	c core #743
199.12/199.23	c core #744
199.12/199.23	c core #745
199.12/199.23	c core #746
199.12/199.23	c core #747
199.12/199.23	c core #748
199.12/199.23	c core #749
199.12/199.23	c core #750
199.12/199.23	c core #751
199.12/199.23	c core #752
199.12/199.23	c core #753
199.12/199.23	c core #754
199.12/199.23	c core #755
199.12/199.23	c core #756
199.12/199.23	c core #757
199.12/199.23	c core #758
199.12/199.23	c core #759
199.12/199.23	c core #760
199.12/199.23	c core #761
199.12/199.23	c core #762
199.12/199.23	c core #763
199.12/199.23	c core #764
199.12/199.23	c core #765
199.12/199.23	c core #766
199.12/199.23	c core #767
199.12/199.23	c core #768
199.12/199.23	c core #769
199.12/199.23	c core #770
199.12/199.23	c core #771
199.12/199.23	c core #772
199.12/199.23	c core #773
199.12/199.23	c core #774
199.12/199.23	c core #775
199.12/199.23	c core #776
199.12/199.23	c core #777
199.12/199.23	c core #778
199.12/199.23	c core #779
199.12/199.23	c core #780
199.12/199.23	c core #781
199.12/199.23	c core #782
199.12/199.23	c core #783
199.12/199.23	c core #784
199.12/199.23	c core #785
199.12/199.23	c core #786
199.12/199.23	c core #787
199.12/199.23	c core #788
199.12/199.23	c core #789
199.12/199.23	c core #790
199.12/199.23	c core #791
199.12/199.23	c core #792
199.12/199.23	c core #793
199.12/199.23	c core #794
199.12/199.23	c core #795
199.12/199.23	c core #796
199.12/199.23	c core #797
199.12/199.23	c core #798
199.12/199.23	c core #799
199.12/199.23	c core #800
199.12/199.23	c core #801
199.12/199.23	c core #802
199.12/199.23	c core #803
199.12/199.23	c core #804
199.12/199.23	c core #805
199.12/199.23	c core #806
199.12/199.23	c core #807
199.12/199.23	c core #808
199.12/199.23	c core #809
199.12/199.23	c core #810
199.12/199.23	c core #811
199.12/199.23	c core #812
199.12/199.23	c core #813
199.12/199.23	c core #814
199.12/199.23	c core #815
199.12/199.23	c core #816
199.12/199.23	c core #817
199.12/199.23	c core #818
199.12/199.23	c core #819
199.12/199.23	c core #820
199.12/199.23	c core #821
199.12/199.23	c core #822
199.12/199.23	c core #823
199.12/199.23	c core #824
199.12/199.23	c core #825
199.12/199.23	c core #826
199.12/199.23	c core #827
199.12/199.23	c core #828
199.12/199.23	c core #829
199.12/199.23	c core #830
199.12/199.23	c core #831
199.12/199.23	c core #832
199.12/199.23	c core #833
199.12/199.23	c core #834
199.12/199.23	c core #835
199.12/199.23	c core #836
199.12/199.23	c core #837
199.12/199.23	c core #838
199.12/199.23	c core #839
199.12/199.23	c core #840
199.12/199.23	c core #841
199.12/199.23	c core #842
199.12/199.23	c core #843
199.12/199.23	c core #844
199.12/199.23	c core #845
199.12/199.23	c core #846
199.12/199.23	c core #847
199.12/199.23	c core #848
199.12/199.23	c core #849
199.12/199.23	c core #850
199.12/199.23	c core #851
199.12/199.23	c core #852
199.12/199.23	c core #853
199.12/199.23	c core #854
199.12/199.23	c core #855
199.12/199.23	c core #856
199.12/199.23	c core #857
199.12/199.23	c core #858
199.12/199.23	c core #859
199.12/199.23	c core #860
199.12/199.23	c core #861
199.12/199.23	c core #862
199.12/199.23	c core #863
199.12/199.23	c core #864
199.12/199.23	c core #865
199.12/199.23	c core #866
199.12/199.23	c core #867
199.12/199.23	c core #868
199.12/199.23	c core #869
199.12/199.23	c core #870
199.12/199.23	c core #871
199.12/199.23	c core #872
199.12/199.23	c core #873
199.12/199.23	c core #874
199.12/199.23	c core #875
199.12/199.23	c core #876
199.12/199.23	c core #877
199.12/199.23	c core #878
199.12/199.23	c core #879
199.12/199.23	c core #880
199.12/199.23	c core #881
199.12/199.23	c core #882
199.12/199.23	c core #883
199.12/199.23	c core #884
199.12/199.23	c core #885
199.12/199.23	c core #886
199.12/199.23	c core #887
199.12/199.23	c core #888
199.12/199.23	c core #889
199.12/199.23	c core #890
199.12/199.23	c core #891
199.12/199.23	c core #892
199.12/199.23	c core #893
199.12/199.23	c core #894
199.12/199.23	c core #895
199.12/199.23	c core #896
199.12/199.23	c core #897
199.12/199.23	c core #898
199.12/199.23	c core #899
199.12/199.23	c core #900
199.12/199.23	c core #901
199.12/199.23	c core #902
199.12/199.23	c core #903
199.12/199.23	c core #904
199.12/199.23	c core #905
199.12/199.23	c core #906
199.12/199.23	c core #907
199.12/199.23	c core #908
199.12/199.23	c core #909
199.12/199.23	c core #910
199.12/199.23	c core #911
199.12/199.23	c core #912
199.12/199.23	c core #913
199.12/199.23	c core #914
199.12/199.23	c core #915
199.12/199.23	c core #916
199.12/199.23	c core #917
199.12/199.23	c core #918
199.12/199.23	c core #919
199.12/199.23	c core #920
199.12/199.23	c core #921
199.12/199.23	c core #922
199.12/199.23	c core #923
199.12/199.23	c core #924
199.12/199.23	c core #925
199.12/199.23	c core #926
199.12/199.23	c core #927
199.12/199.23	c core #928
199.12/199.23	c core #929
199.12/199.23	c core #930
199.12/199.23	c core #931
199.12/199.23	c core #932
199.12/199.23	c core #933
199.12/199.23	c core #934
199.12/199.23	c core #935
199.12/199.23	c core #936
199.12/199.23	c core #937
199.12/199.23	c core #938
199.12/199.23	c core #939
199.12/199.23	c core #940
199.12/199.23	c core #941
199.12/199.23	c core #942
199.12/199.23	c core #943
199.12/199.23	c core #944
199.12/199.23	c core #945
199.12/199.23	c core #946
199.12/199.23	c core #947
199.12/199.23	c core #948
199.12/199.23	c core #949
199.12/199.23	c core #950
199.12/199.23	c core #951
199.12/199.23	c core #952
199.12/199.23	c core #953
199.12/199.23	c core #954
199.12/199.23	c core #955
199.12/199.23	c core #956
199.12/199.23	c core #957
199.12/199.23	c core #958
199.12/199.23	c core #959
199.12/199.23	c core #960
199.12/199.23	c core #961
199.12/199.23	c core #962
199.12/199.23	c core #963
199.12/199.23	c core #964
199.12/199.23	c core #965
199.12/199.23	c core #966
199.12/199.23	c core #967
199.12/199.23	c core #968
199.12/199.23	c core #969
199.12/199.23	c core #970
199.12/199.23	c core #971
199.12/199.23	c core #972
199.12/199.23	c ============================[ Search Statistics ]==============================
199.12/199.23	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.12/199.23	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.12/199.23	c ===============================================================================
199.12/199.23	c |         0 |    4581     6938    21481 |     5000        0    nan |  0.000 % |
199.12/199.24	c ===============================================================================
199.12/199.27	c core #973
199.12/199.27	c ============================[ Search Statistics ]==============================
199.12/199.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.12/199.27	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.12/199.27	c ===============================================================================
199.12/199.27	c |         0 |    4622     6939    21546 |     5000        0    nan |  0.000 % |
199.12/199.28	c ===============================================================================
199.22/199.31	c core #974
199.22/199.31	c ============================[ Search Statistics ]==============================
199.22/199.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.22/199.31	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.22/199.31	c ===============================================================================
199.22/199.31	c |         0 |    4670     6940    21617 |     5000        0    nan |  0.000 % |
199.22/199.32	c ===============================================================================
199.22/199.35	c core #975
199.22/199.35	c ============================[ Search Statistics ]==============================
199.22/199.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.22/199.35	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.22/199.35	c ===============================================================================
199.22/199.35	c |         0 |    4731     6941    21739 |     5000        0    nan |  0.000 % |
199.22/199.36	c ===============================================================================
199.22/199.39	c core #976
199.22/199.39	c ============================[ Search Statistics ]==============================
199.22/199.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.22/199.39	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.22/199.39	c ===============================================================================
199.22/199.39	c |         0 |    4952     6942    21895 |     5000        0    nan |  0.000 % |
199.32/199.41	c ===============================================================================
199.32/199.44	c core #977
199.32/199.44	c ============================[ Search Statistics ]==============================
199.32/199.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.32/199.44	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.32/199.44	c ===============================================================================
199.32/199.44	c |         0 |    5137     6943    22241 |     5000        0    nan |  0.000 % |
199.32/199.46	c ===============================================================================
199.32/199.49	c core #978
199.32/199.49	c ============================[ Search Statistics ]==============================
199.32/199.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.32/199.49	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.32/199.49	c ===============================================================================
199.32/199.49	c |         0 |    5232     6944    22431 |     5000        0    nan |  0.000 % |
199.42/199.52	c |       101 |    5229     6944    22431 |     5500      101      4 |  1.214 % |
199.42/199.54	c ===============================================================================
199.42/199.58	c core #979
199.42/199.58	c ============================[ Search Statistics ]==============================
199.42/199.58	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.42/199.58	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.42/199.58	c ===============================================================================
199.42/199.58	c |         0 |    5484     6945    22935 |     5000        0    nan |  0.000 % |
199.53/199.60	c |       100 |    5484     6945    22935 |     5500      100      9 |  0.742 % |
199.53/199.62	c |       250 |    5482     6945    22935 |     6050      248      6 |  0.778 % |
199.53/199.63	c ===============================================================================
199.53/199.66	c core #980
199.53/199.66	c ============================[ Search Statistics ]==============================
199.53/199.66	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.53/199.66	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.53/199.66	c ===============================================================================
199.53/199.66	c |         0 |    5676     6946    23306 |     5000        0    nan |  0.000 % |
199.53/199.68	c |       102 |    5674     6946    23306 |     5500      102      9 |  0.683 % |
199.62/199.71	c |       252 |    5674     6946    23306 |     6050      252     11 |  0.683 % |
199.62/199.74	c |       477 |    5658     6946    23306 |     6655      472     11 |  0.841 % |
199.72/199.80	c |       814 |    5657     6946    23306 |     7320      809     13 |  1.052 % |
199.72/199.87	c |      1321 |    5646     6946    23306 |     8052     1315     15 |  1.052 % |
199.82/199.99	c |      2082 |    5646     6946    23306 |     8857     2076     16 |  1.052 % |
199.92/200.07	c ===============================================================================
200.03/200.14	c core #981
200.03/200.14	c ============================[ Search Statistics ]==============================
200.03/200.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
200.03/200.14	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
200.03/200.14	c ===============================================================================
200.03/200.14	c |         0 |    6015     6947    23978 |     5000        0    nan |  0.000 % |
200.03/200.17	c |       100 |    6015     6947    23978 |     5500      100     16 |  0.364 % |
200.03/200.19	c |       253 |    6015     6947    23978 |     6050      253     13 |  0.364 % |
200.13/200.23	c |       478 |    6014     6947    23978 |     6655      477     10 |  0.381 % |
200.13/200.26	c ===============================================================================
200.13/200.29	c core #982
200.13/200.29	c ============================[ Search Statistics ]==============================
200.13/200.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
200.13/200.29	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
200.13/200.29	c ===============================================================================
200.13/200.29	c |         0 |    6244     6948    24436 |     5000        0    nan |  0.000 % |
200.22/200.32	c |       100 |    6244     6948    24436 |     5500      100      9 |  0.367 % |
200.22/200.34	c |       252 |    6243     6948    24436 |     6050      252      8 |  0.367 % |
200.22/200.36	c |       477 |    6243     6948    24436 |     6655      476      9 |  0.367 % |
200.33/200.41	c |       815 |    6242     6948    24436 |     7320      811      9 |  0.383 % |
200.33/200.49	c |      1321 |    6242     6948    24436 |     8052     1317     14 |  0.383 % |
200.53/200.63	c |      2081 |    6242     6948    24436 |     8857     2077     19 |  0.383 % |
200.53/200.64	c ===============================================================================
200.62/200.70	c core #983
200.62/200.70	c ============================[ Search Statistics ]==============================
200.62/200.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
200.62/200.70	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
200.62/200.70	c ===============================================================================
200.62/200.70	c |         0 |    6577     6949    25102 |     5000        0    nan |  0.000 % |
200.62/200.72	c |       100 |    6577     6949    25102 |     5500      100      8 |  0.333 % |
200.62/200.75	c |       251 |    6576     6949    25102 |     6050      202     15 |  0.349 % |
200.62/200.78	c |       476 |    6576     6949    25102 |     6655      427     17 |  0.349 % |
200.72/200.83	c |       813 |    6576     6949    25102 |     7320      764     23 |  0.349 % |
200.82/200.92	c |      1320 |    6576     6949    25102 |     8052     1271     27 |  0.349 % |
200.92/201.05	c |      2085 |    6576     6949    25102 |     8857     2036     30 |  0.349 % |
201.13/201.28	c |      3224 |    6576     6949    25102 |     9743     3175     31 |  0.349 % |
201.52/201.64	c |      4932 |    6575     6949    25102 |    10717     4820     34 |  0.364 % |
201.62/201.75	c ===============================================================================
201.72/201.86	c core #984
201.72/201.86	c ============================[ Search Statistics ]==============================
201.72/201.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.72/201.86	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
201.72/201.86	c ===============================================================================
201.72/201.86	c |         0 |    6945     6950    25838 |     5000        0    nan |  0.000 % |
201.72/201.90	c |       100 |    6945     6950    25838 |     5500      100     14 |  0.316 % |
201.82/201.92	c |       251 |    6945     6950    25838 |     6050      251     15 |  0.316 % |
201.82/201.95	c |       477 |    6945     6950    25838 |     6655      477     24 |  0.316 % |
201.92/202.01	c |       815 |    6945     6950    25838 |     7320      815     24 |  0.316 % |
201.92/202.08	c |      1324 |    6945     6950    25838 |     8052     1324     23 |  0.316 % |
202.12/202.21	c |      2083 |    6945     6950    25838 |     8857     2083     20 |  0.316 % |
202.42/202.51	c |      3223 |    6945     6950    25838 |     9743     3223     36 |  0.316 % |
202.82/202.96	c |      4931 |    6945     6950    25838 |    10717     4931     43 |  0.316 % |
203.43/203.57	c |      7493 |    6945     6950    25838 |    11789     7493     41 |  0.316 % |
204.62/204.72	c |     11339 |    6944     6950    25838 |    12968    11311     42 |  0.330 % |
205.42/205.58	c ===============================================================================
205.53/205.70	c core #985
205.53/205.70	c ============================[ Search Statistics ]==============================
205.53/205.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
205.53/205.70	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
205.53/205.70	c ===============================================================================
205.53/205.70	c |         0 |    7411     6951    26771 |     5000        0    nan |  0.000 % |
205.63/205.73	c |       101 |    7411     6951    26771 |     5500      101     17 |  0.269 % |
205.63/205.75	c |       251 |    7411     6951    26771 |     6050      251     18 |  0.269 % |
205.63/205.78	c |       478 |    7411     6951    26771 |     6655      478     18 |  0.269 % |
205.72/205.84	c |       818 |    7411     6951    26771 |     7320      818     18 |  0.269 % |
205.83/205.94	c |      1324 |    7411     6951    26771 |     8052     1324     24 |  0.269 % |
205.92/206.07	c |      2083 |    7411     6951    26771 |     8857     2083     29 |  0.269 % |
206.22/206.37	c |      3223 |    7411     6951    26771 |     9743     3223     45 |  0.269 % |
206.52/206.67	c |      4932 |    7411     6951    26771 |    10717     4932     43 |  0.269 % |
207.22/207.37	c |      7495 |    7411     6951    26771 |    11789     7495     47 |  0.269 % |
208.02/208.15	c |     11339 |    7411     6951    26771 |    12968    11339     51 |  0.269 % |
209.41/209.59	c |     17107 |    7411     6951    26771 |    14265    10394     67 |  0.269 % |
212.12/212.22	c |     25757 |    7411     6951    26771 |    15692    11685     66 |  0.269 % |
215.52/215.68	c |     38732 |    7411     6951    26771 |    17261     8526    103 |  0.269 % |
221.92/222.05	c |     58193 |    7411     6951    26771 |    18987    10448    105 |  0.269 % |
232.41/232.56	c |     87389 |    7411     6951    26771 |    20886    10105    118 |  0.269 % |
249.41/249.57	c |    131180 |    7411     6951    26771 |    22974    11138     80 |  0.269 % |
273.81/273.94	c |    196872 |    7411     6951    26771 |    25272    18659    106 |  0.269 % |
330.48/330.64	c |    295403 |    7411     6951    26771 |    27799    14435    131 |  0.269 % |
419.96/420.16	c |    443192 |    7403     6951    26771 |    30579    16091    136 |  0.377 % |
566.20/566.44	c ===============================================================================
572.00/572.27	c core #986
572.00/572.27	c ============================[ Search Statistics ]==============================
572.00/572.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
572.00/572.27	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
572.00/572.27	c ===============================================================================
572.00/572.27	c |         0 |    8086     6952    28106 |     5000        0    nan |  0.000 % |
572.10/572.32	c |       100 |    8086     6952    28106 |     5500      100     53 |  0.124 % |
572.10/572.36	c |       251 |    8086     6952    28106 |     6050      251     40 |  0.124 % |
572.19/572.42	c |       478 |    8086     6952    28106 |     6655      478     44 |  0.124 % |
572.29/572.53	c |       815 |    8086     6952    28106 |     7320      815     43 |  0.124 % |
572.40/572.68	c |      1321 |    8086     6952    28106 |     8052     1321     43 |  0.124 % |
572.70/572.90	c |      2080 |    8086     6952    28106 |     8857     2080     43 |  0.124 % |
572.90/573.19	c |      3219 |    8086     6952    28106 |     9743     3219     59 |  0.124 % |
573.39/573.68	c |      4931 |    8086     6952    28106 |    10717     4931     56 |  0.124 % |
574.30/574.58	c |      7500 |    8086     6952    28106 |    11789     7500     62 |  0.124 % |
575.79/576.06	c |     11346 |    8086     6952    28106 |    12968    11346     70 |  0.124 % |
578.00/578.24	c |     17113 |    8086     6952    28106 |    14265    10200     97 |  0.124 % |
580.80/581.00	c |     25763 |    8086     6952    28106 |    15692    11636     66 |  0.124 % |
586.39/586.68	c |     38742 |    8086     6952    28106 |    17261     8263    160 |  0.124 % |
594.18/594.41	c |     58203 |    8086     6952    28106 |    18987     9931    116 |  0.124 % |
607.99/608.22	c |     87395 |    8086     6952    28106 |    20886     9775    138 |  0.124 % |
632.08/632.34	c |    131184 |    8086     6952    28106 |    22974    21384    149 |  0.124 % |
660.16/660.47	c |    196869 |    8086     6952    28106 |    25272    14483    113 |  0.124 % |
718.75/719.05	c |    295395 |    8086     6952    28106 |    27799    19772    155 |  0.124 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2655890-1276388675/watcher-2655890-1276388675 -o /tmp/evaluation-result-2655890-1276388675/solver-2655890-1276388675 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2655890-1276388675.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 1.04 1.04 3/106 13051
/proc/meminfo: memFree=1543876/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=2992 CPUtime=0
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 14470967 3063808 274 1992294400 134512640 135751879 4290239136 18446744073709551615 135228447 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 748 274 144 303 0 415 0

[startup+0.077974 s]
/proc/loadavg: 1.14 1.04 1.04 3/106 13051
/proc/meminfo: memFree=1543876/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=3800 CPUtime=0.07
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 620 0 0 0 7 0 0 0 20 0 1 0 14470967 3891200 511 1992294400 134512640 135751879 4290239136 18446744073709551615 134606629 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 950 511 147 303 0 645 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3800

[startup+0.101978 s]
/proc/loadavg: 1.14 1.04 1.04 3/106 13051
/proc/meminfo: memFree=1543876/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=4184 CPUtime=0.09
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 708 0 0 0 9 0 0 0 20 0 1 0 14470967 4284416 599 1992294400 134512640 135751879 4290239136 18446744073709551615 134611200 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 1046 599 147 303 0 741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4184

[startup+0.301014 s]
/proc/loadavg: 1.14 1.04 1.04 3/106 13051
/proc/meminfo: memFree=1543876/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=6832 CPUtime=0.29
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 1399 0 0 0 29 0 0 0 20 0 1 0 14470967 6995968 1290 1992294400 134512640 135751879 4290239136 18446744073709551615 134611220 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 1741 1291 147 303 0 1436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6832

[startup+0.701088 s]
/proc/loadavg: 1.14 1.04 1.04 3/106 13051
/proc/meminfo: memFree=1543876/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=12000 CPUtime=0.69
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 2666 0 0 0 68 1 0 0 20 0 1 0 14470967 12288000 2557 1992294400 134512640 135751879 4290239136 18446744073709551615 135209796 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 3000 2557 147 303 0 2695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12000

[startup+1.50024 s]
/proc/loadavg: 1.14 1.04 1.04 2/107 13052
/proc/meminfo: memFree=1530476/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=20580 CPUtime=1.49
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 4818 0 0 0 147 2 0 0 22 0 1 0 14470967 21073920 4709 1992294400 134512640 135751879 4290239136 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 5145 4709 147 303 0 4840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20580

[startup+3.10053 s]
/proc/loadavg: 1.14 1.04 1.04 2/107 13052
/proc/meminfo: memFree=1517828/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=39348 CPUtime=3.09
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 9502 0 0 0 302 7 0 0 25 0 1 0 14470967 40292352 9393 1992294400 134512640 135751879 4290239136 18446744073709551615 134606447 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 9837 9393 147 303 0 9532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39348

[startup+6.30013 s]
/proc/loadavg: 1.13 1.04 1.04 2/107 13052
/proc/meminfo: memFree=1480628/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=72756 CPUtime=6.29
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 17878 0 0 0 617 12 0 0 25 0 1 0 14470967 74502144 17769 1992294400 134512640 135751879 4290239136 18446744073709551615 134606334 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 18189 17769 147 303 0 17884 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72756

[startup+12.7013 s]
/proc/loadavg: 1.12 1.04 1.04 2/107 13052
/proc/meminfo: memFree=1421356/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=131288 CPUtime=12.69
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 32506 0 0 0 1247 22 0 0 25 0 1 0 14470967 134438912 32397 1992294400 134512640 135751879 4290239136 18446744073709551615 134517421 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 32822 32397 148 303 0 32517 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131288

[startup+25.5017 s]
/proc/loadavg: 1.09 1.04 1.04 2/107 13052
/proc/meminfo: memFree=1312856/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=234616 CPUtime=25.49
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 58326 0 0 0 2513 36 0 0 25 0 1 0 14470967 240246784 58217 1992294400 134512640 135751879 4290239136 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 58654 58217 148 303 0 58349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234616

[startup+51.1014 s]
/proc/loadavg: 1.12 1.05 1.04 2/107 13052
/proc/meminfo: memFree=1123632/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=427540 CPUtime=51.07
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 106558 0 0 0 5042 65 0 0 25 0 1 0 14470967 437800960 106449 1992294400 134512640 135751879 4290239136 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 106885 106449 148 303 0 106580 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 427540

[startup+102.309 s]
/proc/loadavg: 1.11 1.06 1.04 2/107 13054
/proc/meminfo: memFree=783376/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=761736 CPUtime=102.27
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 190084 0 0 0 10110 117 0 0 25 0 1 0 14470967 780017664 189975 1992294400 134512640 135751879 4290239136 18446744073709551615 134518720 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 190434 189975 148 303 0 190129 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 761736

[startup+162.301 s]
/proc/loadavg: 1.12 1.06 1.04 2/107 13056
/proc/meminfo: memFree=336728/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1211316 CPUtime=162.24
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 302449 0 0 0 16036 188 0 0 25 0 1 0 14470967 1240387584 302340 1992294400 134512640 135751879 4290239136 18446744073709551615 134606404 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 302829 302340 148 303 0 302524 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1211316

[startup+222.301 s]
/proc/loadavg: 1.04 1.05 1.04 2/107 13058
/proc/meminfo: memFree=178380/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1364580 CPUtime=222.21
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 340811 0 0 0 21962 259 0 0 25 0 1 0 14470967 1397329920 340702 1992294400 134512640 135751879 4290239136 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 341145 340702 151 303 0 340840 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1364580

[startup+282.301 s]
/proc/loadavg: 1.01 1.04 1.03 2/107 13058
/proc/meminfo: memFree=178256/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1364580 CPUtime=282.2
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 340811 0 0 0 27875 345 0 0 25 0 1 0 14470967 1397329920 340702 1992294400 134512640 135751879 4290239136 18446744073709551615 134606387 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 341145 340702 151 303 0 340840 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1364580

[startup+342.3 s]
/proc/loadavg: 1.00 1.03 1.02 2/107 13060
/proc/meminfo: memFree=112660/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1430316 CPUtime=342.17
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 357245 0 0 0 33810 407 0 0 25 0 1 0 14470967 1464643584 357136 1992294400 134512640 135751879 4290239136 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 357579 357136 151 303 0 357274 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1430316

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 13062
/proc/meminfo: memFree=38136/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1505724 CPUtime=402.16
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 376065 0 0 0 39748 468 0 0 25 0 1 0 14470967 1541861376 375956 1992294400 134512640 135751879 4290239136 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 376431 375956 151 303 0 376126 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 1505724

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.01 2/107 13064
/proc/meminfo: memFree=9572/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1575408 CPUtime=462.14
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 393485 0 0 0 45689 525 0 0 25 0 1 0 14470967 1613217792 393376 1992294400 134512640 135751879 4290239136 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 393852 393376 151 303 0 393547 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1575408

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 13066
/proc/meminfo: memFree=10080/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1644212 CPUtime=522.12
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 410695 0 0 0 51640 572 0 0 25 0 1 0 14470967 1683673088 410586 1992294400 134512640 135751879 4290239136 18446744073709551615 134616480 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 411053 410586 151 303 0 410748 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1644212

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13066
/proc/meminfo: memFree=10432/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1697104 CPUtime=582.1
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 423914 0 0 0 57581 629 0 0 25 0 1 0 14470967 1737834496 423774 1992294400 134512640 135751879 4290239136 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 424276 423774 151 303 0 423971 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1697104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13068
/proc/meminfo: memFree=9588/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1723048 CPUtime=642.07
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 430444 0 0 0 63512 695 0 0 25 0 1 0 14470967 1764401152 430304 1992294400 134512640 135751879 4290239136 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 430762 430304 151 303 0 430457 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 1723048

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13070
/proc/meminfo: memFree=9380/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1794900 CPUtime=702.06
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 448394 0 0 0 69441 765 0 0 25 0 1 0 14470967 1837977600 448254 1992294400 134512640 135751879 4290239136 18446744073709551615 134616334 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 448725 448254 151 303 0 448420 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 1794900



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+739.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13070
/proc/meminfo: memFree=9504/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=1843392 CPUtime=739.24
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4202496 460512 0 0 0 73114 810 0 0 25 0 1 0 14470967 1887633408 460372 1992294400 134512640 135751879 4290239136 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13051/statm: 460848 460372 151 303 0 460543 0
Current children cumulated CPU time (s) 739.24
Current children cumulated vsize (KiB) 1843392

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

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

[startup+739.609 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13070
/proc/meminfo: memFree=9504/2059040 swapFree=4192956/4192956
[pid=13051] ppid=13049 vsize=0 CPUtime=739.34
/proc/13051/stat : 13051 (wbo1.4b) R 13049 13051 12924 0 -1 4203524 460513 0 0 0 73114 820 0 0 25 0 1 0 14470967 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13051/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 739.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 739.692
CPU time (s): 739.441
CPU user time (s): 731.15
CPU system time (s): 8.29074
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 1843392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.15
system time used= 8.29074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 730

runsolver used 1.26081 second user time and 3.48247 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-13 02:24:35
IDJOB=2655890
IDBENCH=1982
IDSOLVER=1161
FILE ID=node007/2655890-1276388675
PBS_JOBID= 11173253
Free space on /tmp= 62456 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2655890-1276388675/watcher-2655890-1276388675 -o /tmp/evaluation-result-2655890-1276388675/solver-2655890-1276388675 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2655890-1276388675.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e9984c89af246abdf2b2a4294753ea30
RANDOM SEED=821475402

node007.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1544404 kB
Buffers:        152904 kB
Cached:         231104 kB
SwapCached:          0 kB
Active:         150692 kB
Inactive:       292644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1544404 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:       59360 kB
Mapped:          15380 kB
Slab:            49512 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62452 MiB
End job on node007 at 2010-06-13 02:36:57