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 in four parts:
  1. 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 provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. 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 1200 seconds. 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 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    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.
  4. 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.

General information on the benchmark

Namenormalized-opb/submitted/een/normalized-mod008.opb
MD5SUM18b325bb9311c83b0604c703bacc9a29
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 87
Optimality of the best value was proved NO
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 7499
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 758444
Number of bits of the biggest sum of numbers20
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.283956
Number of variables319
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint186
Maximum length of a constraint231

Trace number 30561

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc30 THE 2005-05-25 17:56:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=21978 boxname=wulflinc30 idbench=396 idsolver=15 numberseed=0
MD5SUM SOLVER: 34d34154b8ad81f02ee98439942e0814  /oldhome/oroussel/solvers/minisat+_script
MD5SUM BENCH:  18b325bb9311c83b0604c703bacc9a29  /oldhome/oroussel/tmp/wulflinc30/normalized-mod008.opb
REAL COMMAND:  minisat+_script /oldhome/oroussel/tmp/wulflinc30/normalized-mod008.opb
IDLAUNCH: 21978
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        760756 kB
Buffers:         31092 kB
Cached:         219944 kB
SwapCached:        632 kB
Active:          39220 kB
Inactive:       213836 kB
HighTotal:      131008 kB
HighFree:        43092 kB
LowTotal:       903652 kB
LowFree:        717664 kB
SwapTotal:     2097892 kB
SwapFree:      2096344 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5016 kB
Slab:            15228 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-25 18:01:13 (client local time) WITH STATUS 30 IN 303.679 SECONDS
stats: 21978 0 303.679 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 6 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): sss.ss
c ---[   4]---> BDD-cost:  105
c ---[   3]---> BDD-cost:  168
c ---[   2]---> BDD-cost:  223
c ---[   1]---> Sorter-cost:  663     Base: 3
c ---[   0]---> Sorter-cost:  354     Base: 11
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    2343     7303 |     781       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 5168
c ---[   0]---> Sorter-cost:61666     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |  154168   361839 |   51389       0        0     nan |  0.000 % |
c |       100 |  154168   361839 |   56527     100     2722    27.2 |  0.010 % |
c |       251 |  154168   361839 |   62180     251     3681    14.7 |  0.010 % |
c |       476 |  154168   361839 |   68398     476     5996    12.6 |  0.010 % |
c |       813 |  154168   361839 |   75238     813     9022    11.1 |  0.010 % |
c |      1320 |  154168   361839 |   82762    1320    12443     9.4 |  0.010 % |
c |      2080 |  154168   361839 |   91038    2080    19782     9.5 |  0.010 % |
c |      3219 |  154168   361839 |  100142    3219    41866    13.0 |  0.010 % |
c |      4927 |  154168   361839 |  110156    4927   112116    22.8 |  0.010 % |
c |      7490 |  154168   361839 |  121172    7490   196497    26.2 |  0.010 % |
c |     11334 |  154168   361839 |  133289   11334   343852    30.3 |  0.010 % |
c |     17100 |  154168   361839 |  146618   17100   487358    28.5 |  0.010 % |
c |     25749 |  154168   361839 |  161280   25749   739274    28.7 |  0.010 % |
c |     38723 |  154168   361839 |  177408   38723  1026536    26.5 |  0.010 % |
c ==============================================================================
c Found solution: 5022
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     54752 |  154816   363656 |   51605   54752  1846349    33.7 |  0.010 % |
c |     54853 |  154816   363656 |   56765   21468   689854    32.1 |  0.012 % |
c |     55005 |  154816   363656 |   62442   21620   691245    32.0 |  0.012 % |
c |     55230 |  154816   363656 |   68686   21845   694971    31.8 |  0.012 % |
c ==============================================================================
c Found solution: 2454
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     55260 |  155438   365156 |   51812   21875   695367    31.8 |  0.012 % |
c |     55360 |  155438   365156 |   56993   21975   696308    31.7 |  0.014 % |
c |     55510 |  155438   365156 |   62692   22125   697000    31.5 |  0.014 % |
c |     55736 |  155438   365156 |   68961   22351   698705    31.3 |  0.014 % |
c |     56073 |  155438   365156 |   75857   22688   702973    31.0 |  0.014 % |
c ==============================================================================
c Found solution: 1174
c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     56099 |  155523   365350 |   51841   22714   703251    31.0 |  0.014 % |
c |     56199 |  155523   365350 |   57025   22814   704113    30.9 |  0.015 % |
c |     56349 |  155523   365350 |   62727   22964   704965    30.7 |  0.015 % |
c ==============================================================================
c Found solution: 1103
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     56382 |  155534   365379 |   51844   22997   705193    30.7 |  0.015 % |
c ==============================================================================
c Found solution: 783
c ---[   0]---> Sorter-cost:    4     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     56429 |  155576   365479 |   51858   23044   706962    30.7 |  0.015 % |
c |     56529 |  155576   365479 |   57043   23144   718459    31.0 |  0.019 % |
c |     56679 |  155576   365479 |   62748   23294   719954    30.9 |  0.019 % |
c |     56904 |  155576   365479 |   69022   23519   725291    30.8 |  0.019 % |
c |     57242 |  155576   365479 |   75925   23857   736617    30.9 |  0.019 % |
c |     57748 |  155576   365479 |   83517   24363   748400    30.7 |  0.019 % |
c |     58507 |  155464   365227 |   91869   25092   767926    30.6 |  0.068 % |
c |     59648 |  155464   365227 |  101056   26233   803999    30.6 |  0.068 % |
c |     61356 |  155306   364872 |  111162   27771   850938    30.6 |  0.139 % |
c |     63918 |  155306   364872 |  122278   30333  1045528    34.5 |  0.139 % |
c ==============================================================================
c Found solution: 405
c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67360 |  155339   364948 |   51779   33775  1384421    41.0 |  0.139 % |
c |     67460 |  155049   364289 |   56956   33604  1396660    41.6 |  0.274 % |
c ==============================================================================
c Found solution: 340
c ---[   0]---> Sorter-cost:    4     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67527 |  155058   364310 |   51686   33671  1398574    41.5 |  0.274 % |
c ==============================================================================
c Found solution: 336
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67534 |  155524   365446 |   51841   33678  1398617    41.5 |  0.274 % |
c ==============================================================================
c Found solution: 257
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67552 |  155543   365591 |   51847   33696  1399200    41.5 |  0.274 % |
c ==============================================================================
c Found solution: 255
c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67555 |  155547   365601 |   51849   33699  1399393    41.5 |  0.274 % |
c ==============================================================================
c Found solution: 229
c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67580 |  155555   365721 |   51851   33724  1405663    41.7 |  0.274 % |
c |     67681 |  155555   365721 |   57036   33825  1415943    41.9 |  0.281 % |
c ==============================================================================
c Found solution: 219
c ---[   0]---> Sorter-cost:    4     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     67820 |  155560   365732 |   51853   33964  1419436    41.8 |  0.281 % |
c |     67921 |  155560   365732 |   57038   34065  1422119    41.7 |  0.283 % |
c |     68071 |  155560   365732 |   62742   34215  1426538    41.7 |  0.283 % |
c |     68296 |  154427   363155 |   69016   34180  1439202    42.1 |  0.834 % |
c ==============================================================================
c Found solution: 215
c ---[   0]---> Sorter-cost:    1     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     68494 |  154240   362731 |   51413   34356  1493399    43.5 |  0.834 % |
c |     68594 |  154240   362731 |   56554   34456  1499411    43.5 |  0.933 % |
c |     68746 |  154186   362609 |   62209   34594  1502948    43.4 |  0.956 % |
c ==============================================================================
c Found solution: 199
c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     68835 |  154193   362626 |   51397   34683  1509788    43.5 |  0.956 % |
c ==============================================================================
c Found solution: 170
c ---[   0]---> BDD-cost:  966
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     68873 |  156670   369375 |   52223   34721  1510739    43.5 |  0.956 % |
c ==============================================================================
c Found solution: 87
c ---[   0]---> BDD-cost:   44
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     68888 |  150465   355053 |   50155   33182  1453993    43.8 |  0.956 % |
c |     68990 |  150465   355053 |   55170   33284  1460253    43.9 |  4.207 % |
c |     69159 |  147342   347856 |   60687   32775  1500930    45.8 |  5.821 % |
c |     69384 |  147342   347856 |   66756   33000  1542408    46.7 |  5.821 % |
c |     69734 |  147267   347682 |   73431   33337  1583607    47.5 |  5.863 % |
c ==============================================================================
c Optimal solution: 87
s OPTIMUM FOUND
v -x0 -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318
c _______________________________________________________________________________
c 
c restarts              : 60
c conflicts             : 69884          (230 /sec)
c decisions             : 242195         (798 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 303.326 s
c _______________________________________________________________________________
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.92 0.97 0.99 1/54 9319
Raw data (stat): 9319 (runsolver) R 9318 22056 22055 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 840842109 1052672 99 4294967295 134512640 135381576 3221224496 3221219704 135158418 0 0 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0006 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+20.0009 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+30.0019 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+40.0018 s]
Raw data (loadavg): 1.08 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+50.0012 s]
Raw data (loadavg): 1.07 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+60.0016 s]
Raw data (loadavg): 1.06 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+70.0024 s]
Raw data (loadavg): 1.05 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+80.0029 s]
Raw data (loadavg): 1.04 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+90.0024 s]
Raw data (loadavg): 1.03 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+100.003 s]
Raw data (loadavg): 1.03 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+110.003 s]
Raw data (loadavg): 1.02 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+120.003 s]
Raw data (loadavg): 1.02 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+130.003 s]
Raw data (loadavg): 1.02 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+140.004 s]
Raw data (loadavg): 1.01 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+150.003 s]
Raw data (loadavg): 1.01 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+160.003 s]
Raw data (loadavg): 1.01 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+170.004 s]
Raw data (loadavg): 1.01 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+180.005 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+190.007 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+200.008 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+210.01 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+220.009 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+230.01 s]
Raw data (loadavg): 1.00 1.00 1.00 2/55 9323
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+240.01 s]
Raw data (loadavg): 1.08 1.02 1.01 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+250.01 s]
Raw data (loadavg): 1.07 1.02 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+260.01 s]
Raw data (loadavg): 1.06 1.01 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+270.01 s]
Raw data (loadavg): 1.05 1.01 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+280.011 s]
Raw data (loadavg): 1.04 1.01 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+290.012 s]
Raw data (loadavg): 1.03 1.01 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+300.012 s]
Raw data (loadavg): 1.03 1.01 1.00 2/55 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 2124
[startup+303.663 s]
Raw data (loadavg): 1.02 1.01 1.00 1/53 9376
Raw data (stat): 9319 (minisat+_script) S 9318 22056 22055 0 -1 0 274 239 0 0 0 0 0 0 19 0 1 0 840842109 2174976 226 4294967295 134512640 135087896 3221224560 3221223832 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (statm): 531 226 485 147 0 384 0
vsize: 0

Child status: 30
Real time (s): 303.663
CPU time (s): 303.679
CPU user time (s): 303.35
CPU system time (s): 0.328949
CPU usage (%): 100.005
Max. virtual memory (Kb): 2124
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	87
#### END VERIFIER DATA ####