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).
    Note that some very long lines in this section may be truncated by your web browser !
  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

Namesubmitted/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 YES
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 benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark0.304952
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 2197

Launcher Data

LAUNCH ON wulflinc12 THE 2005-09-18 18:25:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2624 boxname=wulflinc12 idbench=280 idsolver=3 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  18b325bb9311c83b0604c703bacc9a29  /oldhome/oroussel/tmp/wulflinc12/normalized-mod008.opb
REAL COMMAND:  minisat+_script /oldhome/oroussel/tmp/wulflinc12/normalized-mod008.opb
IDLAUNCH: 2624
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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	: 2
cpu MHz		: 451.091
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	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        898740 kB
Buffers:         38628 kB
Cached:          57252 kB
SwapCached:        544 kB
Active:          66676 kB
Inactive:        41424 kB
HighTotal:      131008 kB
HighFree:        73752 kB
LowTotal:       903652 kB
LowFree:        824988 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            22244 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 18:30:18 (client local time) WITH STATUS 30 IN 308.307 SECONDS
stats: 2624 0 308.307 30

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          (227 /sec)
c decisions             : 242195         (787 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 307.826 s
c _______________________________________________________________________________

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/25069/stat): 25069 (minisat+_script) R 25068 25069 8263 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1785157195 712704 3 4294967295 134512640 135087896 3221224512 3221224512 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/25069/statm): 174 3 169 147 0 27 0
[pid=25069] vsize: 696
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libtermcap.so.2
open syscall for file tls/i686/libtermcap.so.2
open syscall for file tls/mmx/libtermcap.so.2
open syscall for file tls/libtermcap.so.2
open syscall for file i686/mmx/libtermcap.so.2
open syscall for file i686/libtermcap.so.2
open syscall for file mmx/libtermcap.so.2
open syscall for file libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/libtermcap.so.2
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libtermcap.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /dev/tty
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file /oldhome/oroussel/solvers/minisat+_script
New process pid=25070
New process pid=25071
New process pid=25072
One traced child (pid=25071) exited with status: 0
execve syscall for /bin/sed executable
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libc.so.6
One traced child (pid=25072) exited with status: 0
One traced child (pid=25070) exited with status: 0
New process pid=25073
execve syscall for /oldhome/oroussel/solvers/minisat+_64-bit_static executable
open syscall for file /dev/null
open syscall for file /oldhome/oroussel/tmp/wulflinc12/normalized-mod008.opb

[startup+10.0042 s]
Raw data (loadavg): 0.93 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5009 0 0 0 956 19 0 0 25 0 1 0 1785157200 21299200 4803 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/25073/statm): 5200 4803 145 145 0 5055 0
[pid=25073] vsize: 20800
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (Kb) 22924

[startup+20.006 s]
Raw data (loadavg): 0.94 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5155 0 0 0 1954 20 0 0 25 0 1 0 1785157200 21897216 4949 4294967295 134512640 135094434 3221224448 3221223104 134557840 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 5346 4949 145 145 0 5201 0
[pid=25073] vsize: 21384
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (Kb) 23508

[startup+30.0069 s]
Raw data (loadavg): 0.95 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5330 0 0 0 2949 22 0 0 25 0 1 0 1785157200 22601728 5124 4294967295 134512640 135094434 3221224448 3221223072 134557691 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/25073/statm): 5518 5124 145 145 0 5373 0
[pid=25073] vsize: 22072
Current children cumulated CPU time (s) 29.73
Current children cumulated vsize (Kb) 24196

[startup+40.0077 s]
Raw data (loadavg): 0.96 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5472 0 0 0 3947 23 0 0 25 0 1 0 1785157200 23228416 5266 4294967295 134512640 135094434 3221224448 3221223136 134554731 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 5671 5266 145 145 0 5526 0
[pid=25073] vsize: 22684
Current children cumulated CPU time (s) 39.72
Current children cumulated vsize (Kb) 24808

[startup+50.0085 s]
Raw data (loadavg): 0.96 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5636 0 0 0 4944 25 0 0 25 0 1 0 1785157200 23875584 5430 4294967295 134512640 135094434 3221224448 3221223104 134557813 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 5829 5430 145 145 0 5684 0
[pid=25073] vsize: 23316
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (Kb) 25440

[startup+60.0093 s]
Raw data (loadavg): 0.97 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5828 0 0 0 5941 26 0 0 25 0 1 0 1785157200 24645632 5622 4294967295 134512640 135094434 3221224448 3221223120 134556094 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6017 5622 145 145 0 5872 0
[pid=25073] vsize: 24068
Current children cumulated CPU time (s) 59.69
Current children cumulated vsize (Kb) 26192

[startup+70.0101 s]
Raw data (loadavg): 0.97 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 5969 0 0 0 6937 28 0 0 25 0 1 0 1785157200 25206784 5763 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6154 5763 145 145 0 6009 0
[pid=25073] vsize: 24616
Current children cumulated CPU time (s) 69.67
Current children cumulated vsize (Kb) 26740

[startup+80.011 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 6159 0 0 0 7935 29 0 0 25 0 1 0 1785157200 26095616 5953 4294967295 134512640 135094434 3221224448 3221223060 134563071 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6371 5953 145 145 0 6226 0
[pid=25073] vsize: 25484
Current children cumulated CPU time (s) 79.66
Current children cumulated vsize (Kb) 27608

[startup+90.0118 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 6269 0 0 0 8933 30 0 0 25 0 1 0 1785157200 26533888 6063 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6478 6063 145 145 0 6333 0
[pid=25073] vsize: 25912
Current children cumulated CPU time (s) 89.65
Current children cumulated vsize (Kb) 28036

[startup+100.013 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 6459 0 0 0 9930 32 0 0 25 0 1 0 1785157200 27295744 6253 4294967295 134512640 135094434 3221224448 3221223104 134557837 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6664 6253 145 145 0 6519 0
[pid=25073] vsize: 26656
Current children cumulated CPU time (s) 99.64
Current children cumulated vsize (Kb) 28780

[startup+110.014 s]
Raw data (loadavg): 0.98 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 6614 0 0 0 10927 33 0 0 25 0 1 0 1785157200 27918336 6408 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 6816 6408 145 145 0 6671 0
[pid=25073] vsize: 27264
Current children cumulated CPU time (s) 109.62
Current children cumulated vsize (Kb) 29388

[startup+120.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 6823 0 0 0 11923 34 0 0 25 0 1 0 1785157200 28753920 6617 4294967295 134512640 135094434 3221224448 3221223040 134557152 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7020 6617 145 145 0 6875 0
[pid=25073] vsize: 28080
Current children cumulated CPU time (s) 119.59
Current children cumulated vsize (Kb) 30204

[startup+130.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7273 0 0 0 12917 37 0 0 25 0 1 0 1785157200 31473664 7067 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/25073/statm): 7684 7067 145 145 0 7539 0
[pid=25073] vsize: 30736
Current children cumulated CPU time (s) 129.56
Current children cumulated vsize (Kb) 32860

[startup+140.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7324 0 0 0 13917 37 0 0 25 0 1 0 1785157200 31473664 7076 4294967295 134512640 135094434 3221224448 3221223104 134557863 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7684 7076 145 145 0 7539 0
[pid=25073] vsize: 30736
Current children cumulated CPU time (s) 139.56
Current children cumulated vsize (Kb) 32860

[startup+150.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7324 0 0 0 14917 37 0 0 25 0 1 0 1785157200 31473664 7076 4294967295 134512640 135094434 3221224448 3221223104 134557906 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7684 7076 145 145 0 7539 0
[pid=25073] vsize: 30736
Current children cumulated CPU time (s) 149.56
Current children cumulated vsize (Kb) 32860

[startup+160.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7324 0 0 0 15917 37 0 0 25 0 1 0 1785157200 31473664 7076 4294967295 134512640 135094434 3221224448 3221223072 134562115 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7684 7076 145 145 0 7539 0
[pid=25073] vsize: 30736
Current children cumulated CPU time (s) 159.56
Current children cumulated vsize (Kb) 32860

[startup+170.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 16918 37 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223104 134557906 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 169.57
Current children cumulated vsize (Kb) 32984

[startup+180.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 17918 37 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223104 134558254 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 179.57
Current children cumulated vsize (Kb) 32984

[startup+190.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 18918 37 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 189.57
Current children cumulated vsize (Kb) 32984

[startup+200.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 19918 37 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223072 134557737 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 199.57
Current children cumulated vsize (Kb) 32984

[startup+210.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 20918 37 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223104 134558281 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 209.57
Current children cumulated vsize (Kb) 32984

[startup+220.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 21917 38 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223120 134555568 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 219.57
Current children cumulated vsize (Kb) 32984

[startup+230.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 22917 39 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223136 134554746 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 229.58
Current children cumulated vsize (Kb) 32984

[startup+240.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 23917 39 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223072 134557737 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 239.58
Current children cumulated vsize (Kb) 32984

[startup+250.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 24917 39 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223104 134557911 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 249.58
Current children cumulated vsize (Kb) 32984

[startup+260.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7345 0 0 0 25917 39 0 0 25 0 1 0 1785157200 31600640 7097 4294967295 134512640 135094434 3221224448 3221223060 134563049 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7097 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 259.58
Current children cumulated vsize (Kb) 32984

[startup+270.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7515 0 0 0 26916 40 0 0 25 0 1 0 1785157200 31600640 7099 4294967295 134512640 135094434 3221224448 3221223072 134557669 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7099 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 269.58
Current children cumulated vsize (Kb) 32984

[startup+280.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7515 0 0 0 27916 40 0 0 25 0 1 0 1785157200 31600640 7099 4294967295 134512640 135094434 3221224448 3221223104 134557877 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7715 7099 145 145 0 7570 0
[pid=25073] vsize: 30860
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (Kb) 32984

[startup+290.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7599 0 0 0 28916 41 0 0 25 0 1 0 1785157200 31674368 7141 4294967295 134512640 135094434 3221224448 3221223104 134557906 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7733 7141 145 145 0 7588 0
[pid=25073] vsize: 30932
Current children cumulated CPU time (s) 289.59
Current children cumulated vsize (Kb) 33056

[startup+300.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 25073
Raw data (/proc/25069/stat): 25069 (minisat+_script) S 25068 25069 8263 0 -1 0 288 239 0 0 0 1 0 1 21 0 1 0 1785157195 2174976 226 4294967295 134512640 135087896 3221224512 3221223784 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/25069/statm): 531 226 485 147 0 384 0
[pid=25069] vsize: 2124
Raw data (/proc/25073/stat): 25073 (minisat+_64-bit) R 25069 25069 8263 0 -1 0 7600 0 0 0 29917 41 0 0 25 0 1 0 1785157200 31674368 7142 4294967295 134512640 135094434 3221224448 3221223104 134557837 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/25073/statm): 7733 7142 145 145 0 7588 0
[pid=25073] vsize: 30932
Current children cumulated CPU time (s) 299.6
Current children cumulated vsize (Kb) 33056
One traced child (pid=25073) exited with status: 30
One traced child (pid=25069) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 308.729
CPU time (s): 308.307
CPU user time (s): 307.852
CPU system time (s): 0.45493
CPU usage (%): 99.8633
Max. virtual memory (cumulated for all children) (Kb): 33056

Verifier Data

Verifier:	OK	87