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/aloul/FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.opb
MD5SUM022f43a9cfc62e9c9c77f51c14f8e5bf
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88771
Number of variables1838
Total number of constraints1330
Number of constraints which are clauses1260
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35

Trace number 4749

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc22 THE 2005-04-13 20:25:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=455 boxname=wulflinc22 idbench=51 idsolver=5 numberseed=0
MD5SUM SOLVER: 1d62365061f6d70b1a242542b016b2e4  /oldhome/oroussel/solvers/minisat+
MD5SUM BENCH:  022f43a9cfc62e9c9c77f51c14f8e5bf  /oldhome/oroussel/tmp/wulflinc22/normalized-fpga35_35_sat_pb.cnf.cr.opb
REAL COMMAND:  minisat+ /oldhome/oroussel/tmp/wulflinc22/normalized-fpga35_35_sat_pb.cnf.cr.opb
IDLAUNCH: 455
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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:        870156 kB
Buffers:         30904 kB
Cached:          90360 kB
SwapCached:        524 kB
Active:          41532 kB
Inactive:        83140 kB
HighTotal:      131008 kB
HighFree:        36932 kB
LowTotal:       903652 kB
LowFree:        833224 kB
SwapTotal:     2097892 kB
SwapFree:      2097368 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           6924 kB
Slab:            34292 kB
Committed_AS:    63488 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-13 20:30:15 (client local time) WITH STATUS 30 IN 296.608 SECONDS
stats: 455 7 296.608 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 1330 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
c ---[  69]---> BDD-cost:   67
c ---[  68]---> BDD-cost:   67
c ---[  67]---> BDD-cost:   67
c ---[  66]---> BDD-cost:   67
c ---[  65]---> BDD-cost:   67
c ---[  64]---> BDD-cost:   67
c ---[  63]---> BDD-cost:   67
c ---[  62]---> BDD-cost:   67
c ---[  61]---> BDD-cost:   67
c ---[  60]---> BDD-cost:   67
c ---[  59]---> BDD-cost:   67
c ---[  58]---> BDD-cost:   67
c ---[  57]---> BDD-cost:   67
c ---[  56]---> BDD-cost:   67
c ---[  55]---> BDD-cost:   67
c ---[  54]---> BDD-cost:   67
c ---[  53]---> BDD-cost:   67
c ---[  52]---> BDD-cost:   67
c ---[  51]---> BDD-cost:   67
c ---[  50]---> BDD-cost:   67
c ---[  49]---> BDD-cost:   67
c ---[  48]---> BDD-cost:   67
c ---[  47]---> BDD-cost:   67
c ---[  46]---> BDD-cost:   67
c ---[  45]---> BDD-cost:   67
c ---[  44]---> BDD-cost:   67
c ---[  43]---> BDD-cost:   67
c ---[  42]---> BDD-cost:   67
c ---[  41]---> BDD-cost:   67
c ---[  40]---> BDD-cost:   67
c ---[  39]---> BDD-cost:   67
c ---[  38]---> BDD-cost:   67
c ---[  37]---> BDD-cost:   67
c ---[  36]---> BDD-cost:   67
c ---[  35]---> BDD-cost:   67
c ---[  34]---> BDD-cost:   31
c ---[  33]---> BDD-cost:   31
c ---[  32]---> BDD-cost:   31
c ---[  31]---> BDD-cost:   31
c ---[  30]---> BDD-cost:   31
c ---[  29]---> BDD-cost:   31
c ---[  28]---> BDD-cost:   31
c ---[  27]---> BDD-cost:   31
c ---[  26]---> BDD-cost:   31
c ---[  25]---> BDD-cost:   31
c ---[  24]---> BDD-cost:   31
c ---[  23]---> BDD-cost:   31
c ---[  22]---> BDD-cost:   31
c ---[  21]---> BDD-cost:   31
c ---[  20]---> BDD-cost:   31
c ---[  19]---> BDD-cost:   31
c ---[  18]---> BDD-cost:   31
c ---[  17]---> BDD-cost:   33
c ---[  16]---> BDD-cost:   33
c ---[  15]---> BDD-cost:   33
c ---[  14]---> BDD-cost:   33
c ---[  13]---> BDD-cost:   33
c ---[  12]---> BDD-cost:   33
c ---[  11]---> BDD-cost:   33
c ---[  10]---> BDD-cost:   33
c ---[   9]---> BDD-cost:   33
c ---[   8]---> BDD-cost:   33
c ---[   7]---> BDD-cost:   33
c ---[   6]---> BDD-cost:   33
c ---[   5]---> BDD-cost:   33
c ---[   4]---> BDD-cost:   33
c ---[   3]---> BDD-cost:   33
c ---[   2]---> BDD-cost:   33
c ---[   1]---> BDD-cost:   33
c ---[   0]---> BDD-cost:   33
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    9820    46189 |    3273       0        0     nan |  0.000 % |
c |       101 |    9820    46189 |    3600     101    24521   242.8 |  1.320 % |
c |       251 |    9820    46189 |    3960     251    42348   168.7 |  1.320 % |
c |       476 |    9820    46189 |    4356     476    96992   203.8 |  1.320 % |
c |       813 |    9820    46189 |    4791     813   173301   213.2 |  1.320 % |
c |      1319 |    9820    46189 |    5271    1319   272714   206.8 |  1.320 % |
c |      2079 |    9820    46189 |    5798    2079   451841   217.3 |  1.320 % |
c |      3218 |    9820    46189 |    6378    3218   752263   233.8 |  1.320 % |
c |      4929 |    9820    46189 |    7015    4929   920697   186.8 |  1.320 % |
c |      7491 |    9820    46189 |    7717    7491  1888626   252.1 |  1.320 % |
c |     11336 |    9820    46189 |    8489    6138  1768390   288.1 |  1.320 % |
c |     17102 |    9820    46189 |    9338   11904  2508414   210.7 |  1.320 % |
c |     25753 |    9820    46189 |   10272    8274  2738490   331.0 |  1.320 % |
c |     38727 |    9820    46189 |   11299   13759  2064632   150.1 |  1.320 % |
c |     58188 |    9820    46189 |   12429   11713  3413655   291.4 |  1.320 % |
c |     87381 |    9820    46189 |   13672   15700  1625682   103.5 |  1.320 % |
c |    131171 |    9820    46189 |   15039    9930  4050630   407.9 |  1.320 % |
c ==============================================================================
c SATISFIABLE: No goal function specified.
s SATISFIABLE
v
c _______________________________________________________________________________
c 
c restarts              : 17
c conflicts             : 132529         (447 /sec)
c decisions             : 192840         (651 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 296.324 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.73 0.91 0.89 2/54 28331
Raw data (stat): 28331 (runsolver) R 28330 26298 26297 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 478811399 1052672 99 4294967295 134512640 135381576 3221224512 3221219756 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0009 s]
Raw data (loadavg): 0.77 0.91 0.89 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 2940 0 0 0 990 7 0 0 25 0 1 0 478811399 13746176 2918 4294967295 134512640 134672761 3221224624 3221223792 134561188 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 3356 2918 603 41 0 3315 0
vsize: 13424
[startup+20.0021 s]
Raw data (loadavg): 0.81 0.91 0.89 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 3557 0 0 0 1989 9 0 0 25 0 1 0 478811399 16171008 3535 4294967295 134512640 134672761 3221224624 3221223808 134559354 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3948 3535 603 41 0 3907 0
vsize: 15792
[startup+30.0026 s]
Raw data (loadavg): 0.84 0.92 0.89 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 3735 0 0 0 2988 10 0 0 25 0 1 0 478811399 16982016 3713 4294967295 134512640 134672761 3221224624 3221223792 134561011 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 4146 3713 603 41 0 4105 0
vsize: 16584
[startup+40.003 s]
Raw data (loadavg): 0.86 0.92 0.89 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 4098 0 0 0 3988 10 0 0 25 0 1 0 478811399 18464768 4076 4294967295 134512640 134672761 3221224624 3221223728 134559872 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 4508 4076 603 41 0 4467 0
vsize: 18032
[startup+50.0029 s]
Raw data (loadavg): 0.88 0.92 0.89 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5191 0 0 0 4984 13 0 0 25 0 1 0 478811399 22925312 5169 4294967295 134512640 134672761 3221224624 3221223792 134561151 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5597 5169 603 41 0 5556 0
vsize: 22388
[startup+60.0034 s]
Raw data (loadavg): 0.90 0.92 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5191 0 0 0 5984 14 0 0 25 0 1 0 478811399 22925312 5169 4294967295 134512640 134672761 3221224624 3221223792 134561001 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5597 5169 603 41 0 5556 0
vsize: 22388
[startup+70.0031 s]
Raw data (loadavg): 0.91 0.92 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5191 0 0 0 6984 14 0 0 25 0 1 0 478811399 22925312 5169 4294967295 134512640 134672761 3221224624 3221223728 134560246 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5597 5169 603 41 0 5556 0
vsize: 22388
[startup+80.0031 s]
Raw data (loadavg): 0.93 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5191 0 0 0 7984 14 0 0 25 0 1 0 478811399 22925312 5169 4294967295 134512640 134672761 3221224624 3221223760 134560729 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5597 5169 603 41 0 5556 0
vsize: 22388
[startup+90.0038 s]
Raw data (loadavg): 0.94 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5599 0 0 0 8984 14 0 0 25 0 1 0 478811399 24547328 5577 4294967295 134512640 134672761 3221224624 3221223792 134561005 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5993 5577 603 41 0 5952 0
vsize: 23972
[startup+100.003 s]
Raw data (loadavg): 0.95 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5748 0 0 0 9984 14 0 0 25 0 1 0 478811399 25292800 5726 4294967295 134512640 134672761 3221224624 3221223792 134560898 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6175 5726 603 41 0 6134 0
vsize: 24700
[startup+110.004 s]
Raw data (loadavg): 0.95 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5789 0 0 0 10984 14 0 0 25 0 1 0 478811399 25456640 5767 4294967295 134512640 134672761 3221224624 3221223792 134561011 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6215 5767 603 41 0 6174 0
vsize: 24860
[startup+120.004 s]
Raw data (loadavg): 0.96 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 11984 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223792 134560898 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+130.003 s]
Raw data (loadavg): 0.97 0.93 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 12984 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+140.004 s]
Raw data (loadavg): 0.97 0.94 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 13984 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223728 134560180 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+150.005 s]
Raw data (loadavg): 0.98 0.94 0.90 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 14985 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223792 134561167 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+160.005 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 15985 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223792 134561005 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+170.005 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 5950 0 0 0 16985 15 0 0 25 0 1 0 478811399 26243072 5928 4294967295 134512640 134672761 3221224624 3221223808 134559354 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6407 5928 603 41 0 6366 0
vsize: 25628
[startup+180.005 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 6529 0 0 0 17984 16 0 0 25 0 1 0 478811399 28540928 6507 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6968 6507 603 41 0 6927 0
vsize: 27872
[startup+190.005 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 7504 0 0 0 18981 19 0 0 25 0 1 0 478811399 32579584 7482 4294967295 134512640 134672761 3221224624 3221223808 134559489 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 7954 7482 603 41 0 7913 0
vsize: 31816
[startup+200.005 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 7504 0 0 0 19981 19 0 0 25 0 1 0 478811399 32579584 7482 4294967295 134512640 134672761 3221224624 3221223728 134560196 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 7954 7482 603 41 0 7913 0
vsize: 31816
[startup+210.005 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 7554 0 0 0 20982 19 0 0 25 0 1 0 478811399 32714752 7532 4294967295 134512640 134672761 3221224624 3221223792 134561164 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 7987 7532 603 41 0 7946 0
vsize: 31948
[startup+220.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 8412 0 0 0 21979 22 0 0 25 0 1 0 478811399 36352000 8390 4294967295 134512640 134672761 3221224624 3221223792 134560898 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 8875 8390 603 41 0 8834 0
vsize: 35500
[startup+230.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 8412 0 0 0 22979 22 0 0 25 0 1 0 478811399 36352000 8390 4294967295 134512640 134672761 3221224624 3221223792 134561193 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 8875 8390 603 41 0 8834 0
vsize: 35500
[startup+240.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 8412 0 0 0 23979 22 0 0 25 0 1 0 478811399 36352000 8390 4294967295 134512640 134672761 3221224624 3221223792 134561154 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 8875 8390 603 41 0 8834 0
vsize: 35500
[startup+250.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9124 0 0 0 24978 24 0 0 25 0 1 0 478811399 39215104 9102 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9574 9102 603 41 0 9533 0
vsize: 38296
[startup+260.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9492 0 0 0 25977 25 0 0 25 0 1 0 478811399 40861696 9470 4294967295 134512640 134672761 3221224624 3221223792 134561011 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9976 9470 603 41 0 9935 0
vsize: 39904
[startup+270.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9492 0 0 0 26977 25 0 0 25 0 1 0 478811399 40861696 9470 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9976 9470 603 41 0 9935 0
vsize: 39904
[startup+280.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9492 0 0 0 27977 25 0 0 25 0 1 0 478811399 40861696 9470 4294967295 134512640 134672761 3221224624 3221223792 134561188 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9976 9470 603 41 0 9935 0
vsize: 39904
[startup+290.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9719 0 0 0 28977 25 0 0 25 0 1 0 478811399 41828352 9697 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 10212 9697 603 41 0 10171 0
vsize: 40848
[startup+296.583 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 28331
Raw data (stat): 28331 (minisat+) R 28330 26298 26297 0 -1 0 9719 0 0 0 28977 25 0 0 25 0 1 0 478811399 41828352 9697 4294967295 134512640 134672761 3221224624 3221223792 134560983 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 10212 9697 603 41 0 10171 0
vsize: 0

Child status: 30
Real time (s): 296.582
CPU time (s): 296.608
CPU user time (s): 296.325
CPU system time (s): 0.282956
CPU usage (%): 100.009
Max. virtual memory (Kb): 40848
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####